diff browse annotate |
cc905c76d8d5b37952f087f17b49cb602ec83f2d created 2012-04-14 11:37 -0700 pushed 2015-01-29 00:57 +0000 |
Christian Holler | Christian Holler - Bug 734976 - Call js_ReportOutOfMemory in jsgcinlines when simulating OOM. Original patch by Brian Hackett. r=luke,bhackett,jdemooij |
diff browse annotate |
95fd0e0254396ec64d0f568e40ad58525fa28fb8 created 2012-04-12 18:15 -0700 pushed 2015-01-29 00:57 +0000 |
Jeff Walden | Jeff Walden - Fix clang JS shell build bustage. No bug, r=billm over irl |
diff browse annotate |
906aa73122d98b423452bdca8d93d31a92a77525 created 2012-04-12 22:07 -0700 pushed 2015-01-29 00:57 +0000 |
Matt Brubeck | Matt Brubeck - Back out e4c82a6b298c, 036194408a50, 39acc9f51df8 (bug 714647 and followups) because of test_finalizer.js crashes in Linux64 PGO builds |
diff browse annotate |
036194408a50d1bc74ced388eee449501ca735d7 created 2012-04-12 18:15 -0700 pushed 2015-01-29 00:57 +0000 |
Jeff Walden | Jeff Walden - Fix clang JS shell build bustage. No bug, r=billm over irl |
diff browse annotate |
20218c1c79e0337a954adc6c68496e4f7d45c30d created 2012-04-12 02:03 +0200 pushed 2015-01-29 00:57 +0000 |
Bas Schouten | Bas Schouten - Bug 719776 - Part 2: Make MOZ_CRASH and MOZ_ASSERT expand inline. r=waldo |
diff browse annotate |
ed7531e3906623539ba95963ab9c3d17082ab1bb created 2012-04-11 09:06 -0700 pushed 2015-01-29 00:57 +0000 |
Phil Ringnalda | Phil Ringnalda - Back out 4b82f26f8593:2fcf9cbedd48 (bug 743393, bug 719776) for bustage |
diff browse annotate |
bc29c3a684199d44a0251b880d1a59e7c99091e7 created 2012-04-11 16:55 +0200 pushed 2015-01-29 00:57 +0000 |
Bas Schouten | Bas Schouten - Bug 719776 - Part 2: Inline MOZ_Assert and MOZ_Crash. r=waldo |
diff browse annotate |
e88141f7f64cedd75b1f4304525b64e773e12aa0 created 2012-03-12 10:41 -0400 pushed 2015-01-29 00:57 +0000 |
Kartikaya Gupta | Kartikaya Gupta - Merge m-c to maple |
diff browse annotate |
17c65d32c7b891e70435561b965b71c355bd28ac created 2012-03-05 13:09 -0500 pushed 2015-01-29 00:57 +0000 |
Benoit Girard | Benoit Girard - Restore merge changeset 39a3044823b0, regression fixed upstream in mc |
diff browse annotate |
5c3d11c465f1b029e7fbbfffe6af13d0b094a28d created 2012-03-02 18:32 -0500 pushed 2015-01-29 00:57 +0000 |
Benoit Girard | Benoit Girard - Backed out changeset 39a3044823b0 because of bad interaction with maple. |
diff browse annotate |
48ad947e93ea6d68b5c643a29eb7edbf02bc8f01 created 2012-03-10 15:53 -0500 pushed 2015-01-29 00:57 +0000 |
Christian Holler | Christian Holler - Bug 733493 - Improve JS shell OOM testing code, now with 100% less bustage. r=jorendorff |
diff browse annotate |
499b56d4809ed4cfd1fac9ba83f4e0d15bf196af created 2012-03-10 12:12 -0800 pushed 2015-01-29 00:57 +0000 |
Gary Kwong | Gary Kwong - Backed out changeset 6169d8aa7a9d, a=tbplFire |
diff browse annotate |
6169d8aa7a9d6db521d5e9d0cfb4e57590f46a7f created 2012-03-10 11:50 -0800 pushed 2015-01-29 00:57 +0000 |
Christian Holler | Christian Holler - Bug 733493 - Improve JS shell OOM testing code, r=jorendorff |
diff browse annotate |
b1fd65f6165d07fba297e53207eab49fba929bf6 created 2012-03-01 09:01 -0600 pushed 2015-01-29 00:57 +0000 |
Jason Orendorff | Jason Orendorff - Fix hilarious bug in js_malloc: it fails once every 2^32 allocations in DEBUG builds. Bug 730270, r=luke. |
diff browse annotate |
01d0bab1636ef49d2cbb9dc2a64405cba7b204fc created 2012-01-25 00:52 -0800 pushed 2015-01-29 00:57 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett. |
diff browse annotate |
f301341f2e02f2ad33525f616dac019dc0f1e158 created 2012-01-02 21:55 +0100 pushed 2015-01-29 00:57 +0000 |
Ms2ger | Ms2ger - Bug 714580 - Remove extra parens from JS_ASSERT_IF; r=Waldo |
diff browse annotate |
8d4a9617fcd105c8e06d80abfd4b0c3de47ff486 created 2011-12-19 16:58 -0500 pushed 2015-01-29 00:57 +0000 |
Jeff Walden | Jeff Walden - Bug 712129 - Implement MOZ_STATIC_ASSERT and MOZ_STATIC_ASSERT_IF. r=luke |
diff browse annotate |
0d7567cf0a67a44906ab85ba9f2acc6ead70ba63 created 2011-12-19 15:54 -0500 pushed 2015-01-29 00:57 +0000 |
Jeff Walden | Jeff Walden - Bug 712129 - Add more assertion macro flavors to mfbt, and make the JS engine use mfbt's implementations where appropriate. r=cjones |
diff browse annotate |
38a35f0db9ff1bab21c7de76462fd06e50fa58cd created 2011-12-13 14:26 -0500 pushed 2015-01-29 00:57 +0000 |
Jeff Walden | Jeff Walden - Bug 711672 - Break mfbt's dependency on jstypes.h by moving various API macros out of JS and into mfbt. r=luke, r=cjones |
diff browse annotate |
d6d732ef5650562f1f1593df4bd446614e3f2dfa created 2011-12-08 22:54 -0500 pushed 2015-01-29 00:57 +0000 |
Jeff Walden | Jeff Walden - Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin |
diff browse annotate |
d807cb7b91e51645405d70974a0ab5aebdffd85c created 2011-11-27 19:03 -0800 pushed 2015-01-29 00:57 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz. |
diff browse annotate |
89932b056c11350d94ab7f32f02de6af6e9301cc created 2011-11-21 11:09 +0800 pushed 2015-01-29 00:57 +0000 |
Ginn Chen | Ginn Chen - Bug 702523 Use JS_PUBLIC_API instead of extern for js_FloorLog2wImpl r=luke |
diff browse annotate |
aa2e380c86fb21743b7e627687357fc06761a84b created 2011-10-14 13:12 +0800 pushed 2015-01-29 00:57 +0000 |
Leon Sha | Leon Sha - Bug 694256 - Build error: JS_FloorLog2 is missing. r=luke. |
diff browse annotate |
b9c673621e1eff02a96bc5ee2b96a4956893b19d created 2011-10-04 15:33 -0700 pushed 2015-01-29 00:57 +0000 |
Luke Wagner | Luke Wagner - Bug 689362 - Create js/public (with the intention that its contents will eventually be the only INSTALLED_HEADERS), move Vector and HashTable to js/public and some dependencies (r=billm,sr=dmandelin) |