- Apr 10, 2012
-
-
Igor Bukanov authored
The patch removes unused anynameObject and functionNamespaceObject fields in JSRuntime.
-
Terrence Cole authored
Introduced by me in bug 722946.
-
Brian Hackett authored
-
- Apr 09, 2012
-
-
Nicholas Nethercote authored
-
Nicholas Nethercote authored
-
Luke Wagner authored
--HG-- extra : rebase_source : 24cecb569cdb5df33737877bc3f02a5ceea342b1
-
Luke Wagner authored
Bug 723445 - StackIter should ExpandInlineFrames in all compartments, not just the current one (r=bhackett) --HG-- extra : rebase_source : 4dfa9962367f0cc6cf3b5657c9fbc5a425f15f41
-
- Apr 07, 2012
-
-
Takanori MATSUURA authored
-
- Apr 03, 2012
-
-
Joey Armstrong authored
-
Joey Armstrong authored
-
Joey Armstrong authored
-
Jeff Walden authored
Remove an unnecessary declaration that seems to be causing link errors only on Windows with some compilers. Followup to bug 739380, r=bustage
-
Justin Lebar authored
--HG-- extra : rebase_source : c16cdfc4c06b363f54f1d0f37bb006cf977b079a
-
Nicholas Nethercote authored
-
Bill McCloskey authored
-
- Apr 02, 2012
-
-
Joey Armstrong authored
-
Joey Armstrong authored
-
David Mandelin authored
-
- Mar 30, 2012
-
-
Terrence Cole authored
We still have to continue building and linking jsdhash.cpp for XPConnect, but this kills the remaining users in SpiderMonkey proper.
-
Terrence Cole authored
This appears to be completely unused.
-
- Apr 02, 2012
-
-
Matt Brubeck authored
--HG-- extra : rebase_source : 965c755f6416e2ca102b38633fe7a2c7267e956e
-
- Mar 28, 2012
-
-
Igor Bukanov authored
This part replaces the JSContext *cx argument in most GC-related API with JSRuntime *rt. When possible, the patch removes the code to obtain a temporary cx just to run the GC. The patch also removes JS_DestroyContextMaybeGC. That function is not used in FF code base and its implementation is broken. It requires that the context has an entered compartment when it is destroyed, which in turns implies a missing leave compartment call.
-
- Apr 09, 2012
-
-
Takanori MATSUURA authored
-
- Apr 07, 2012
-
-
David Mason authored
Bug 732779 - Update Date.prototype.set{Second,Minute,Hour,etc} methods to not short-circuit argument evaluation when this date is invalid or a leading argument converts to NaN. r=jwalden --HG-- extra : rebase_source : cd10ac2d8a4cc5a55d971692def76cadaf4c4bd1
-
Kyle Huey authored
-
- Apr 06, 2012
-
-
Mike Hommey authored
-
- Apr 05, 2012
-
-
Mike Hommey authored
Bug 738176 - Completely disable jemalloc when it's supposed to be disabled on OSX, and cleanup exposed APIs. r=jlebar,r=khuey
-
Nicholas Nethercote authored
-
- Mar 31, 2012
-
-
Mike Hommey authored
-
- Apr 06, 2012
-
-
Mike Hommey authored
-
Terrence Cole authored
We cannot do this per-element because it is too slow. Instead we have a special storebuffer entry for this case so we can do all work at gc time. --HG-- extra : rebase_source : 7e48184d38b442b2bdba38553cf93f9d629debf1
-
Jim Blandy authored
-
Bill McCloskey authored
-
- Apr 05, 2012
-
-
Bill McCloskey authored
-
Terrence Cole authored
-
Gabor Krizsanits authored
-
Bobby Holley authored
-
- Apr 04, 2012
-
-
Bill McCloskey authored
-
- Apr 03, 2012
-
-
Bill McCloskey authored
-
Bill McCloskey authored
-