This list has been very quiet lately. 1. Any new bugs or segfaults discovered? I haven't run into any.
2. I think we decided to call js fail on out of memory, but I still don't see that code in the error reporter. Is that still the consensus, and should I put it in? 3. Any progress on getting this to work with canned libraries? Have we done any work on it and/or has debian gotten back to us in any way? 4. I've mentioned that a web page can build itself entirely from js commands, but in practice that doesn't really happen. Two things are somewhat common: dynamically changing a small bit of the page through innerHTML = which I support in a somewhat kludgy way, and dynamically rebuilding a select list, which I don't support and in fact causes a segfault. I was thinking about writing a new function, not a major change to what is there, but a new function to spin through option lists, if any, look for changes, adjust the tags accordingly, and notify the user. Obviously this would do nothing if js was not alive. I think it would be nonintrusive, and self-contained, and helpful, but if you like I will postpone this for another version. I'll defer to your judgment on this one. Meantime I can always write it in my mind. Now that I'm unemployed I hate to go too long without doing some kind of computer work. Thanks. Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
