I downloaded moz 24, and am following the master branch for edbrowse. I built everything, ran jsrt ok, and am using edbrowse now to write and send this email.
I pushed a commit that changes several files, but all docs, trying to bring that up to date with what we're doing. Mostly README which was way out of date. Also gave credit to Adam for his work in our usersguide.html, but if you would rather have your privacy I will happily delete the reference. My default is to give people the credit they are due. With three of us accessing the main branch we need to coordinate. One chunk of work is to clean up html.cpp, use string objects where it makes sense, like anywhere you see stringAndString or stringAndChar etc all that mess is easier with strings, and use the array class instead of my lists so all those warnings go away. I could do this, unless someone else is in there anyways and wants to take it on. Tracking down more js bugs, probably best left to you. Why for instance would a js object call ever return null? Can't believe we're out of memory. Then there is the question of substituting in longer lines, or allowing for more lines. This one probably best left to me, as I am more familiar with buffers.c. Then there's lots of new features and enhancements to do, as we discussed, but probably we should get this stuff stable first, make a new version, then move on to other things. What do you think? Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
