On Jan 22, 2:24 am, Ahmed Ashour <[EMAIL PROTECTED]> wrote: > Dear all, > > Thanks all for your support, as we (in HtmlUnit) are continuously enhancing > javascript, we arrive to many cases that must be handled at Rhino level. > > As you know, our reference is the real browsers (FF/IE) even if it doesn't > comply 100% to the specs, > e.g.https://bugzilla.mozilla.org/show_bug.cgi?id=370279. > > Now, as Marc said, we are considering forking, as our dependencies (other > projects or end users) don't care much about which version of Rhino is used, > and it seems there is a general delay in fixing issues. > > Please also note that we are willing to provide any help needed. > > Below are our current > issues:https://bugzilla.mozilla.org/show_bug.cgi?id=370279https://bugzilla.mozilla.org/show_bug.cgi?id=368019https://bugzilla.mozilla.org/show_bug.cgi?id=412247https://bugzilla.mozilla.org/show_bug.cgi?id=392593https://bugzilla.mozilla.org/show_bug.cgi?id=369860https://bugzilla.mozilla.org/show_bug.cgi?id=389278https://bugzilla.mozilla.org/show_bug.cgi?id=390659https://bugzilla.mozilla.org/show_bug.cgi?id=374918(we > have a workaround)
Thanks for your patience while I investigated these issues. Here's some detail on them: 370279 "Bad property order in for in loop" - best approached by a Map factory for ScriptableObject as has been discussed in 383592 - "Switch to HashMap for ScriptableObject property storage" which I think is too big a change to put in this release 368019, 369860, 389278 (various regexp issues) - best addressed by 390659 "Replace Rhino regexp implementation with java.util.regex to improve performance", assuming that the regexp languages recognized by Java and JavaScript are compatible (I haven't analyzed this). 412247: now implemented 392593: fixed 374918 - String primitive prototype wrongly resolved when used with many top scopes. If this has a workaround can we leave things as-is? So my proposal is that we wrap up 1.7R1 and then look at implementation of 383592 and 390659. I'm willing to finish off 383592 but I'd need help with 390659. How does that sound to you on HtmlUnit? > > Thanks again, and please consider the cumulative dependencies behind the > beast. > > Yours, > Ahmed Ashour > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
