Google Code Exporter
Google Code Exporter
Original comment by `[email protected]` on 23 May 2010 at 9:42
``` JavaScript 1.8.0.x porting has begun for 9.0.4. If this is successful, we'll advance incrementally. ``` Original comment by `[email protected]` on 18 Jul 2009 at 3:27
``` Holding further progress on this (we're actually selecting from *Mozilla* 1.8, which is actually JavaScript 1.6) as it seems some of the bugs that were allegedly to be fixed...
``` Increasing runtime did NOT help. This is an interpreter issue. Officially pushing JavaScript interpreter change to 9.0.5 series with target for 9.1. DOM changes will still land in 9.0.4....
``` For 9.0.4, some of the syntactic changes in Mozilla 1.7/1.8's parser were backported to JS1.5 pending the full upgrade sequence. This gets a lot more sites parsing. The missing...
``` Several things we cannot solve with merely parser updates: - JS_markGCthing crashes in multiple and inexplicably complicated ways (twitpic) - recursion overload (aolmail comes to mind) - regex object...
``` Summary change ``` Original comment by `[email protected]` on 25 Feb 2010 at 6:13 - Changed title: **META: JavaScript update (9.1.1)**
``` Using as a tracker for the new JavaScript for 9.2. This is a must. The target is Fx 3.6 (Moz 1.9.2). Getting the JSON methods would be a win...
``` The first step is porting all the Metrowerks and classic Mac-specific changes. These touch: % cd mozilla/js % grep -lr XP_MAC * | grep '\.[ch]' jsd/jsd_java.c jsd/jsdstubs.c src/fdlibm/k_standard.c src/js.c...
``` Initial survey complete. In addition to the diffs that will be needed, ################################## ### FILES THAT ARE BEING ADDED ### ################################## jsdtracef.c and jsdtracef.h no obvious problems. this IS...