edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev]  about compiling 3.5.1
@ 2014-06-24 14:09 Karl Dahlke
  2014-06-24 18:11 ` Chris Brannon
  0 siblings, 1 reply; 14+ messages in thread
From: Karl Dahlke @ 2014-06-24 14:09 UTC (permalink / raw)
  To: Edbrowse-dev

> makefile needed -lncurses

I don't think it does any harm to list lncurses in LDLIBS,
and for some it solves a problem; so shall I plop it in?

Karl Dahlke

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Edbrowse-dev]   jQuery
@ 2014-05-07 22:54 Karl Dahlke
  2014-06-21  9:43 ` [Edbrowse-dev] about compiling 3.5.1 Kevin Carhart
  0 siblings, 1 reply; 14+ messages in thread
From: Karl Dahlke @ 2014-05-07 22:54 UTC (permalink / raw)
  To: Edbrowse-dev

> Hello - I am Kevin - I appreciate being able to lurk on the list

Please continue to read and post, it is quite helpful,
and perhaps you will join the development team if you find time.

You may want to get and use 3.5.1,
even though that is not an official version release yet.
A lot of changes there; the required change of supporting mozjs 24, but also
new features.
One is attachEvent(), which you aluded to in your post.
This is plain js, not jquery, but jquery may well use this feature
to atttach events to actions.
So pages that would attach a javascript function to a click or a load
will now do something whereas they did nothing before.

parentNode is also new;
I try to connect each node to its parent when created.
This is relevat to your description of the document tree,
and yes web js uses and expects and even modifies this tree all over the place;
we have to support it!
If I am doing the parentnode properly, it would not be too hard
to add in the reverse logic to build the child node links.
Then write the functions to add new nodes
into the tree dynamically.
This is all moving forward, I think,
in the right direction, but slowly,
as it's just a couple of volunteers with some spare time.
Let me know if you can get, build, and use the latest,
and if you have further thoughts on design and development.

Karl Dahlke

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-06-26  9:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 14:09 [Edbrowse-dev] about compiling 3.5.1 Karl Dahlke
2014-06-24 18:11 ` Chris Brannon
2014-06-25 18:40   ` Adam Thompson
  -- strict thread matches above, loose matches on Subject: below --
2014-05-07 22:54 [Edbrowse-dev] jQuery Karl Dahlke
2014-06-21  9:43 ` [Edbrowse-dev] about compiling 3.5.1 Kevin Carhart
2014-06-21  9:58   ` Charles Hallenbeck
2014-06-21 22:15     ` Kevin Carhart
2014-06-21 23:03   ` Chris Brannon
2014-06-22 16:41   ` Adam Thompson
2014-06-22 23:39     ` Kevin Carhart
2014-06-24 14:02       ` Adam Thompson
2014-06-25  1:48         ` Kevin Carhart
2014-06-25 18:34           ` Adam Thompson
2014-06-25 23:44             ` Kevin Carhart
2014-06-26  9:53               ` Kevin Carhart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).