Benjamin Peterson
|
b2eccf2f06
|
Bug 779233 - Count script filenames as part of script source memory. r=njn
--HG--
extra : rebase_source : f8c6e2d0867f172a68bac2242dd401db89c92236
|
2013-03-12 21:56:57 -05:00 |
|
Terrence Cole
|
3e92ec99e1
|
Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm
--HG--
rename : js/src/gc/Root.h => js/public/RootingAPI.h
extra : rebase_source : 52027c9c887f686a86097e5465179fa69fac9d6c
|
2013-03-12 14:05:57 -07:00 |
|
Terrence Cole
|
7379063d39
|
Bug 848599 - Implement DisableGenerationalGC like DisableIncrementalGC; r=billm
--HG--
extra : rebase_source : aad333f9196a74e4579be70bd2ebf62fe16f23ed
|
2013-03-07 10:47:56 -08:00 |
|
Jeff Walden
|
793d063229
|
Bug 835542 - Add an IntegralConstant helper to TypeTraits.h, and use it where the spec says we should be using it. r=bjacob
--HG--
extra : rebase_source : a1272a85489771ce1cbe5c3aaa678b5b04b49226
|
2012-12-16 18:20:17 -05:00 |
|
Terrence Cole
|
7ad4c645a5
|
Bug 844932 - HashTable rekey fixup does not guarantee !overloaded; r=sfink
--HG--
extra : rebase_source : e9354d0d3377f75c56cee8a0b2d6078fa9d9fbdb
|
2013-02-25 10:37:36 -08:00 |
|
Luke Wagner
|
a8e0a1a69c
|
Bug 845458 - IonMonkey: simplify constant double handling on x86 (r=dvander)
|
2013-02-26 19:56:30 -05:00 |
|
Jan de Mooij
|
5909fc59dd
|
Bug 844893 - Don't assert when two threads call getVMWrapper at the same time. r=luke
|
2013-02-26 13:49:44 +01:00 |
|
Nicholas Nethercote
|
4f7d3fdf51
|
Bug 843462 (part 1) - Make Vector::insert() less error-prone. r=luke.
--HG--
extra : rebase_source : 8cc2ba2a01d7d4970aacb7728bb2936ea473dcf5
|
2013-02-20 21:13:25 -08:00 |
|
Chuck Lee
|
b4d7ba2694
|
Bug 835719 - 0001. Support encode string to UTF-8 byte array. r=terrence
|
2013-02-22 10:58:52 +08:00 |
|
Jonathan Kew
|
9c8145baf7
|
backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn
|
2013-02-22 09:36:41 +00:00 |
|
Bill McCloskey
|
a133579459
|
Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley)
|
2013-02-21 18:23:47 -08:00 |
|
Jacek Caban
|
e271b976c7
|
Bug 841695 - Fixed ToPropertyKeySlow redeclared without dllimport warning r=Waldo
--HG--
extra : rebase_source : 5999cdc037b856707969b059739d35fec23428c5
|
2013-02-18 12:29:51 +01:00 |
|
L. David Baron
|
143b119b96
|
Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn
|
2013-02-17 22:56:32 -08:00 |
|
Nicholas Nethercote
|
8289f97ec6
|
Bug 685783 - Avoid slop in js::Vector when the element size is not a power of two. r=luke.
--HG--
extra : rebase_source : cd7633073f3765b635f08f948044ff109d196ce8
|
2013-02-10 13:56:22 -08:00 |
|
Nicholas Nethercote
|
59c79bf4e2
|
Bug 840809 (part 1) - Fix a comment and rename a constant in HashTable.h. r=luke.
--HG--
rename : content/svg/content/src/SVGComponentTransferFunctionElement.h => content/svg/content/src/nsSVGFilters.cpp
extra : rebase_source : 98370c5137aa67a3f2cedb7fc81668bb80b559bb
|
2013-02-14 11:11:15 -08:00 |
|
Jeff Walden
|
5a947aca57
|
Bug 835551 - Add a new header consolidating non-configure-generated #defines that we require in order to build. r=ted
--HG--
extra : rebase_source : 58c101eeff26cd8060d76a60f6a9b8241b5c9cdb
|
2013-02-06 19:09:59 -08:00 |
|
Terrence Cole
|
0d9b56a753
|
Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke
|
2013-02-12 17:48:10 -08:00 |
|
Terrence Cole
|
21e9690848
|
Back out changeset 0d285589f47a (Bug 839673) - Broken Merge
|
2013-02-13 11:04:25 -08:00 |
|
Terrence Cole
|
e344448996
|
Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke
--HG--
extra : rebase_source : 8880f66b823b58b8d723fbf2bca4848cc1173ce9
|
2013-02-12 17:48:10 -08:00 |
|
Till Schneidereit
|
aaaa38004a
|
Bug 679940 - Share bytecode, source notes and atoms of functions in a runtime wherever possible. r=bhackett
--HG--
extra : rebase_source : 1518f7830a5640a2216c2d828859b8660d3fff60
|
2013-02-02 00:02:08 +01:00 |
|
Steve Fink
|
c1fe1f03be
|
Bug 668583 - Detect rope corruption earlier in opt builds. r=billm
--HG--
extra : rebase_source : 646e143f453f36c72c379dae521cc59b24fc5584
|
2013-02-12 11:07:26 -08:00 |
|
Jeff Walden
|
39b56d89e1
|
Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo
|
2013-02-08 22:59:54 -08:00 |
|
Steve Fink
|
581d230bff
|
Bug 838014 - Rooting in ionmonkey, r=terrence
--HG--
extra : rebase_source : cd1978b4e9d43ce4459fc43b79adfac00b2b00d9
|
2013-02-08 13:44:35 -08:00 |
|
Razvan Cojocaru
|
c8372e3fae
|
Bug 723228 - nsTArray::AssignRange should use memcpy when possible. r=jlebar for the XPCOM changes, r=jwalden for js/mfbt changes
--HG--
extra : rebase_source : 2442a0d29ae0fa7edd0312d980cbc270a4f33134
|
2013-02-08 13:18:49 -08:00 |
|
Steve Fink
|
9d305a5109
|
Backed out changeset ced35810adb2 (bug 838014). Again.
|
2013-02-07 17:06:42 -08:00 |
|
Steve Fink
|
19924430ce
|
Bug 838014 - Rooting in ionmonkey. r=terrence. Relanding.
--HG--
extra : rebase_source : 6df06564ba73b2f3c34274e077025c510f5e9ccc
|
2013-02-07 13:32:00 -08:00 |
|
Jeff Walden
|
88e94604ab
|
Bug 837773 - Add a PropertyKey.h header. r=jorendorff
--HG--
rename : js/src/jsval.h => js/public/Value.h
extra : rebase_source : 1756e599b0718b8e765cecb972737040e0ba56e4
|
2013-02-01 16:42:48 -08:00 |
|
Jeff Walden
|
228f97350d
|
Bug 837773 - Change private uint32_t Values to use the int32_t representation, for simplicity. r=luke
--HG--
extra : rebase_source : 75e7118b9e5713dc252043e6f40d79e238a2480f
|
2013-02-01 18:41:35 -08:00 |
|
Jeff Walden
|
259ced99fa
|
Bug 837773 - Move JS::Value into Value.h. r=jorendorff
--HG--
extra : rebase_source : b41cee90d5c08a6e1c23f023af2eb2f1ac41e1a3
|
2013-02-01 16:15:49 -08:00 |
|
Jeff Walden
|
c133df496d
|
Bug 837773 - Move JS::Anchor into js/public/Anchor.h, necessary to properly make Value.h an independent header. r=jorendorff
--HG--
rename : js/src/jsval.h => js/public/Value.h
extra : rebase_source : c109f562aea18e7466b6af6fd1dd2efae11b0333
|
2013-02-01 15:31:00 -08:00 |
|
Jeff Walden
|
40503e1351
|
Bug 837773 - Move js/src/jsval.h to js/public/Value.h. r=jorendorff
--HG--
rename : js/src/jsval.h => js/public/Value.h
extra : rebase_source : 224d021ad357f133b0b04658ca9b59a52b74fd65
|
2013-02-01 14:24:37 -08:00 |
|
Nicholas Nethercote
|
d9f49c3dc8
|
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong! The witch is dead!
|
2013-01-24 21:24:57 -08:00 |
|
Phil Ringnalda
|
15ecedac46
|
Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
CLOSED TREE
|
2013-01-31 22:29:30 -08:00 |
|
Nicholas Nethercote
|
e4944dd40a
|
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong! The witch is dead!
--HG--
extra : rebase_source : 7574f5620e303c25120fcfc8ceb2099ad75c8f1b
|
2013-01-24 21:24:57 -08:00 |
|
Terrence Cole
|
35c9f7670d
|
Bug 706885 - Rework Rooting APIs to preserve all available type information; r=billm
|
2013-01-28 18:25:23 -08:00 |
|
Sean Stangl
|
fcd36f671b
|
Bug 749358 - Inline MUse storage. r=luke
|
2013-01-28 15:30:50 -08:00 |
|
Terrence Cole
|
e64877f8f7
|
Bug 706885 - Add a pointer to the JSRuntime on the gc::Chunk; r=billm
--HG--
extra : rebase_source : f6ac0b0db7791b365d0e63f6fea2e5f451964453
|
2013-01-23 12:22:36 -08:00 |
|
Bill McCloskey
|
5d9651e480
|
Bug 751618 - Zone renaming part 7 (r=jonco)
|
2013-01-27 13:51:41 -08:00 |
|
Bill McCloskey
|
33528b5634
|
Bug 751618 - Zone renaming part 2 (r=jonco)
|
2013-01-27 13:51:35 -08:00 |
|
Bill McCloskey
|
56954e59be
|
Bug 751618 - Zone renaming part 1 (r=jonco)
|
2013-01-27 12:37:18 -08:00 |
|
Bill McCloskey
|
f192791e29
|
Bug 751618 - Add js/GCAPI.h (r=terrence)
|
2013-01-27 12:35:12 -08:00 |
|
Luke Wagner
|
b487585a8f
|
Bug 832071 - Replace custom AutoDestroyAllocator with ScopedJSDeletePtr (and rename ScopedDeletePtr to ScopedJSDeletePtr) (r=dvander)
--HG--
extra : rebase_source : 84229d3a9453d3f4aab8a84583b6e0d1e0e3a0a4
|
2012-11-01 21:35:21 -07:00 |
|
Luke Wagner
|
1d2e8c5180
|
Bug 832090 - make HashMap/Set movable (r=terrence)
--HG--
extra : rebase_source : 7c6a7a0d03bf361f2ee7c853f7f07bf15841b21b
|
2012-11-28 15:19:39 -08:00 |
|
Nicholas Nethercote
|
3d1624e9a0
|
Bug 832026 - Measure JSRuntime::bumpAlloc_ in the JS memory reporter. r=sstangl.
--HG--
rename : js/src/tests/lib/jittests.py => js/src/jit-test/jit_test.py
rename : layout/reftests/w3c-css/submitted/values3/calc-background-image-gradient-1-ref.html => layout/reftests/css-calc/background-image-gradient-1-ref.html
rename : layout/reftests/w3c-css/submitted/values3/calc-background-image-gradient-1.html => layout/reftests/css-calc/background-image-gradient-1.html
rename : layout/reftests/w3c-css/submitted/values3/reftest.list => layout/reftests/css-calc/reftest.list
rename : layout/reftests/text/auto-hyphenation-10-ref.html => layout/reftests/text/auto-hyphenation-10.html
rename : layout/reftests/text/auto-hyphenation-8-ref.html => layout/reftests/text/auto-hyphenation-8.html
rename : layout/reftests/text/auto-hyphenation-9-ref.html => layout/reftests/text/auto-hyphenation-9.html
rename : services/common/servicesComponents.manifest => services/sync/SyncComponents.manifest
extra : rebase_source : 6b9d955241e189e52c6145f3fb4c3169ec834b78
|
2013-01-17 17:50:21 -08:00 |
|
Terrence Cole
|
18918e9b73
|
Bug 799248 - Remove the SkipRoot in NewShortString; r=billm
--HG--
extra : rebase_source : f73996e2246b2b75df01189ae057dc0332ba41c9
|
2013-01-15 13:51:56 -08:00 |
|
Terrence Cole
|
8c1294c2d2
|
Bug 811060 - Move DeflateString out of jsstr and make it Typey; r=Waldo
--HG--
extra : rebase_source : 9d239c525e8b0c04a63770d4ed732c9c6da54a2c
|
2012-11-09 09:45:25 -08:00 |
|
Andrew McCreight
|
f35a0a52f1
|
Bug 690970, part 1: unmark gray read barrier for weak maps. r=billm
|
2013-01-08 10:36:51 -08:00 |
|
Justin Lebar
|
572901583f
|
Bug 826951 - Compact hashtables if they're underloaded, instead of shrinking them by a factor of 2. r=luke
|
2013-01-08 11:04:19 +01:00 |
|
Justin Lebar
|
a0542efd73
|
Bug 827234 - Move Swap to js/public/Utility from js/src/jsutil.h. r=terrence
|
2013-01-08 11:04:19 +01:00 |
|
Justin Lebar
|
e111de2b75
|
Bug 827238 - Fix an out-of-date comment in js/public/HashTable.h r=luke
|
2013-01-08 11:04:19 +01:00 |
|