- May 19, 2012
-
-
Brian Hackett authored
-
Michael Wu authored
-
Andrew McCreight authored
-
Tom Schuster authored
-
Tom Schuster authored
-
Tom Schuster authored
-
Brian Hackett authored
-
Brian Hackett authored
-
Blake Kaplan authored
-
- May 16, 2012
-
-
Terrence Cole authored
We cannot store HeapPtrs in memory that may be realloced outside of the GC. Instead we should use the RelocatablePtr, which is more expensive, but is able to handle being moved, or EncapsulatedPtr which requires external barriers. --HG-- extra : rebase_source : 949c71cfdab8005339aea49437922f7f00a6f73a
-
- May 18, 2012
- May 17, 2012
-
-
Eddy Bruel authored
-
- May 18, 2012
-
-
David Zbarsky authored
--HG-- extra : rebase_source : c6ab31cfd64ebecb4a8bd4069d03fc2f41d3203b
-
- May 17, 2012
-
-
Nicholas Nethercote authored
Bug 755583 (part 1) - Introduce "sundries" entries for aggregating small entries in per-compartment memory reporters. r=luke. --HG-- extra : rebase_source : 797fc0deb2a438cbb7f4c64f4c03dd4b6378e498
-
- May 18, 2012
-
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : a1081266cec2f249f8acac782c2c806e5db705aa
-
- May 17, 2012
-
-
Nicholas Nethercote authored
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : 6483ba3654782181b89fb5ac3c8f352929efbaa7
-
Ed Morley authored
-
- May 15, 2012
-
-
Till Schneidereit authored
Bug 754299 - Update gcMaxMallocBytes of existing compartments in JSRuntime::setGCMaxMallocBytes. r=billm
-
- May 17, 2012
-
-
Jason Orendorff authored
Bug 749697 - Support debugging when multiple JSContexts are on the stack. Part 2, fix evcross-context eval-in-frame. r=luke. --HG-- extra : rebase_source : 216bdac31ec88af4130ffd9ffac9bf0ebb1a9b39
-
Jason Orendorff authored
Bug 749697 - Support debugging when multiple JSContexts are on the stack. Part 1, weaken a too-strict assertion in JS_GetFrameScopeChain. r=luke. --HG-- extra : rebase_source : 86803d6edc44cd4b3a7238b808e48bbf5ac205a1
-
Jason Orendorff authored
--HG-- extra : rebase_source : f22059d97fbaae885f3b052ed0b84523df3d5ef8
-
Jason Orendorff authored
--HG-- extra : rebase_source : 9b0bc4f31db387e4e98821d712309792c07eac1c
-
- May 16, 2012
-
-
Benjamin Peterson authored
Bug 755163 - Kill a test which is not useful anymore and liable failure with different compilers. r=jwalden --HG-- extra : rebase_source : 7bae87e7d74219c8a6e099c58a85445a7dfabcb1
-
Terrence Cole authored
ArrayBuffers use slotSpan to store their inline size. If we try to initialize these, then we end up with their address in the StoreBuffer, but with arbitrary bytes written in these fields by TypeArrays. This patch uses an exact class test to prevent this initialization behavior. --HG-- extra : rebase_source : 8aacef597dc7456c5e1e08524c84bbb0932b9a68
-
Joey Armstrong authored
-
Jim Blandy authored
Bug 755778: Debugger.Environment.prototype.with should return "with" for 'with' statements' environments. r=jorendorff
-
- May 15, 2012
-
-
Saurabh Anand authored
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : 30b9e049999e66dae1409022adc8973efd7d2254
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : 8cdce721b1bdfdea8fca8f98de8a0c8fc30e0b9d
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : 873e79b43fc901057cf1ad79636077f5923a83c0
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : c88cc07d9a3868ec756daa1da0a0cbe875d3c144
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : f70060e47de0130c558c798a572d83c9184f82c5
-
Nicholas Nethercote authored
--HG-- extra : rebase_source : 00d0bc1cdead33084b56d629868009f8280c7988
-
Mike Hommey authored
-