Bill McCloskey
|
bfa3037d1f
|
Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley)
|
2013-03-16 20:36:37 -07:00 |
|
Luke Wagner
|
26b31ecf0a
|
Bug 840282 - OdinMonkey (sr=dmandelin)
--HG--
extra : rebase_source : 4a3869dca32755abb58bbd3d9a06599e61b397f2
|
2013-03-15 02:29:02 -07:00 |
|
Jeff Walden
|
710fb71f2d
|
Bug 843402 - Make all always-inlined methods just inline, and let the compiler choose how to optimize. r=http://perf.snarkfest.net/compare-talos/index.html?oldRevs=7ad145f9b092&newRev=6be7cad95d97&submit=true is a wash
|
2013-03-04 09:41:11 -08:00 |
|
Jeff Walden
|
dc93b27405
|
Bug 846976 - Move CallArgs into its own header for better readability. r=jorendorff, f=bz, f=bholley
|
2013-02-28 20:07:23 -08:00 |
|
Benjamin Peterson
|
47c4676421
|
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
|
5f8247e2f3
|
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
|
9784aa8945
|
Bug 848599 - Implement DisableGenerationalGC like DisableIncrementalGC; r=billm
--HG--
extra : rebase_source : aad333f9196a74e4579be70bd2ebf62fe16f23ed
|
2013-03-07 10:47:56 -08:00 |
|
Jeff Walden
|
56bb38cf34
|
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
|
1d56d4f28d
|
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
|
aa1d0960df
|
Bug 845458 - IonMonkey: simplify constant double handling on x86 (r=dvander)
|
2013-02-26 19:56:30 -05:00 |
|
Jan de Mooij
|
4a0621a2c2
|
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
|
9f21892a79
|
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
|
4d6e622ba9
|
Bug 835719 - 0001. Support encode string to UTF-8 byte array. r=terrence
|
2013-02-22 10:58:52 +08:00 |
|
Jonathan Kew
|
e04415fc7f
|
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
|
6798be1a0e
|
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
|
3189657162
|
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
|
d9c0a39dc8
|
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
|
a97f3d62be
|
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
|
c5e9482c20
|
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
|
8466cebe90
|
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
|
73758e7baa
|
Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke
|
2013-02-12 17:48:10 -08:00 |
|
Terrence Cole
|
a47b673796
|
Back out changeset 0d285589f47a (Bug 839673) - Broken Merge
|
2013-02-13 11:04:25 -08:00 |
|
Terrence Cole
|
b31a322526
|
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
|
22ae6134ff
|
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
|
0c51d1bac2
|
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
|
579f351e28
|
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
|
d0a772aef8
|
Bug 838014 - Rooting in ionmonkey, r=terrence
--HG--
extra : rebase_source : cd1978b4e9d43ce4459fc43b79adfac00b2b00d9
|
2013-02-08 13:44:35 -08:00 |
|
Razvan Cojocaru
|
83699243fe
|
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
|
57bee78e2f
|
Backed out changeset ced35810adb2 (bug 838014). Again.
|
2013-02-07 17:06:42 -08:00 |
|
Steve Fink
|
23e48dff27
|
Bug 838014 - Rooting in ionmonkey. r=terrence. Relanding.
--HG--
extra : rebase_source : 6df06564ba73b2f3c34274e077025c510f5e9ccc
|
2013-02-07 13:32:00 -08:00 |
|
Jeff Walden
|
74095be28a
|
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
|
6c2169c4a8
|
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
|
2da1eba4e7
|
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
|
69cc8dd4d8
|
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
|
3eea5b83c2
|
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
|
0bda4fcd31
|
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
|
2d79942fa4
|
Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
CLOSED TREE
|
2013-01-31 22:29:30 -08:00 |
|
Nicholas Nethercote
|
46ba51002e
|
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
|
812eb2db9f
|
Bug 706885 - Rework Rooting APIs to preserve all available type information; r=billm
|
2013-01-28 18:25:23 -08:00 |
|
Sean Stangl
|
c31fc51cd9
|
Bug 749358 - Inline MUse storage. r=luke
|
2013-01-28 15:30:50 -08:00 |
|
Terrence Cole
|
c4a6494005
|
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
|
fb226611b8
|
Bug 751618 - Zone renaming part 7 (r=jonco)
|
2013-01-27 13:51:41 -08:00 |
|
Bill McCloskey
|
fbf07135dc
|
Bug 751618 - Zone renaming part 2 (r=jonco)
|
2013-01-27 13:51:35 -08:00 |
|
Bill McCloskey
|
605d86938d
|
Bug 751618 - Zone renaming part 1 (r=jonco)
|
2013-01-27 12:37:18 -08:00 |
|
Bill McCloskey
|
0b41061a2c
|
Bug 751618 - Add js/GCAPI.h (r=terrence)
|
2013-01-27 12:35:12 -08:00 |
|
Luke Wagner
|
d8c9cd65c3
|
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
|
f4a045e99e
|
Bug 832090 - make HashMap/Set movable (r=terrence)
--HG--
extra : rebase_source : 7c6a7a0d03bf361f2ee7c853f7f07bf15841b21b
|
2012-11-28 15:19:39 -08:00 |
|
Nicholas Nethercote
|
9ffa66e982
|
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
|
861915c0a6
|
Bug 799248 - Remove the SkipRoot in NewShortString; r=billm
--HG--
extra : rebase_source : f73996e2246b2b75df01189ae057dc0332ba41c9
|
2013-01-15 13:51:56 -08:00 |
|
Terrence Cole
|
b97ee61fd5
|
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 |
|