Douglas Crosher
|
7e3a114720
|
Bug 919958 - Ionmonkey: correct instruction numbering in alias analysis and re-enable heap load movement
|
2013-10-24 16:06:27 +11:00 |
Brian O'Keefe
|
9c9d71fddb
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
masaya iseki
|
9f23ec4445
|
Bug 909997 - Add JS compiler options at runtime to expand differential testing; r=nbp"
|
2013-10-22 17:47:00 +01:00 |
Carsten "Tomcat" Book
|
4ff5ca6527
|
Merge mozilla-central to mozilla-inbound
|
2013-10-24 07:08:01 +02:00 |
Carsten "Tomcat" Book
|
0e4e01758c
|
Merge mozilla-inbound to Mozilla-Central
|
2013-10-24 07:05:29 +02:00 |
Benjamin Peterson
|
b06119b2a4
|
Bug 928736 - Fix compiler warnings related to context options namespace importing. r=luke
|
2013-10-23 23:51:37 -04:00 |
Mike Hommey
|
2b2fec7a5e
|
Bug 929983 - Restore ?= on CC/CXX_WRAPPER that bug 585011 removed. r=khuey
|
2013-10-24 12:25:52 +09:00 |
Mike Hommey
|
a3ec831880
|
Bug 930227 - Sync config/rules.mk and js/src/config/rules.mk. r=me
--HG--
extra : amend_source : 7828dc29ea1deda914808bf316949f390ee77990
|
2013-10-24 08:16:48 +09:00 |
Mike Hommey
|
59a17d0f20
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
Mike Hommey
|
3fa7456cd6
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
Mike Hommey
|
887442dcb0
|
Bug 928204 - Don't ignore missing depfiles when aggregating them. r=gps
|
2013-10-24 07:59:03 +09:00 |
Carsten "Tomcat" Book
|
1dbdf340d6
|
Merge mozilla-central to fx-team
|
2013-10-23 15:03:32 +02:00 |
Nicholas Nethercote
|
dac7e13e71
|
Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd.
--HG--
extra : rebase_source : 7603eaedbd761c6b231b1b911f719388864755e6
|
2013-10-22 14:53:26 -07:00 |
Steve Fink
|
8d3ec131cc
|
Bug 929151 - JS_ASSERT(good), not JS_ASSERT(bad). r=bustage
--HG--
extra : rebase_source : dea0a9dfc214449e56d6e69defb4f80ca5ebecc9
|
2013-10-22 16:24:42 -07:00 |
Steve Fink
|
e059de18e1
|
Bug 929151 - Disable GGC when object metadata is used, r=terrence
|
2013-10-21 13:53:37 -07:00 |
Steve Fink
|
63e2453e93
|
Bug 861925 - Steal and neuter ArrayBuffers at end of structured clone, r=jorendorff
--HG--
extra : rebase_source : 3378a06b47e7ee2f45da841b3604077b4c2b64e6
|
2013-10-15 23:48:20 -07:00 |
Steve Fink
|
f1b0439945
|
Bug 861925 - Allow grabbing data from ArrayBuffers and neutering them independently (in addition to Steal, which does both at the same time). r=Waldo
--HG--
extra : rebase_source : 2e354183ed75463da2e51b3bac20b732e629f335
|
2013-10-15 23:48:01 -07:00 |
Steve Fink
|
8bb7f459d2
|
Bug 861925 - Do-nothing refactoring to make the following patch cleaner, r=luke
--HG--
extra : rebase_source : 36a22f3222cf297404758258f8eb25988b0ffad0
|
2013-10-15 23:47:43 -07:00 |
Steve Fink
|
e8c08e79a8
|
Bug 861925 - Add an optional parameter to the shell serialize() function for specifying Transferables, r=jorendorff
--HG--
extra : rebase_source : 81e32ad3aa6c23769ab6e3f0a44384b1870f7907
|
2013-10-15 23:47:26 -07:00 |
Steve Fink
|
5d08741253
|
Bug 861925 - Always report an error when transfering non-Transferrables, r=luke
--HG--
extra : rebase_source : edb24956d6a8778fdd668a655b2e9c4fabb1abde
|
2013-10-15 21:55:50 -07:00 |
Brad Lassey
|
a15d662f38
|
bug 890985 - crash in nsStandardURL::SetSpec @ nsStandardURL::BuildNormalizedSpec r=glandium
|
2013-10-23 10:44:20 +02:00 |
Birunthan Mohanathas
|
6f158bc61c
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
Birunthan Mohanathas
|
56028f7f0a
|
Bug 784739 - Switch from NULL to nullptr in js/; r=ehsan
--HG--
extra : rebase_source : 020a6cca9f0df429b630144366547b2da6cc7bb1
|
2013-10-23 16:35:51 -04:00 |
Nicholas D. Matsakis
|
dab1097160
|
Bug 898342 - Implement movable handles for Typed Objects r=till
|
2013-09-11 16:24:23 -04:00 |
David Caabeiro
|
58587971d6
|
Bug 896264 - Implement Math.hypot(). r=jorendorff.
|
2013-10-02 17:27:50 +02:00 |
Jason Orendorff
|
48c3f090ac
|
Bug 901979 - Assertion failure: !global->nativeLookup(cx, id), at ../jsobjinlines.h:1125. r=Waldo.
|
2013-10-23 11:42:25 -05:00 |
André Bargull
|
0f042d57f9
|
Bug 928508 - Change String.prototype.@@iterator to iterate over code points. r=jorendorff.
|
2013-10-23 11:42:25 -05:00 |
Brian Hackett
|
b5e0c11e2f
|
Bug 928776 - Create template call and decl env objects in baseline, r=jandem.
|
2013-10-23 08:01:41 -06:00 |
Brian Hackett
|
5d081cf66f
|
Bug 928562 - Eagerly baseline compile inlined scripts during definite properties analysis, r=jandem.
|
2013-10-23 07:45:41 -06:00 |
Marty Rosenberg
|
5fe69c7cff
|
bug 879647: Don't throw process fatal assortions when we're about to abort the compilation. (r=jbramley)
|
2013-10-23 08:29:45 -04:00 |
Bobby Holley
|
1083a8c306
|
Bug 928476 - Add telemetry to measure cross-global adopts. r=mrbkap,nfroyd
|
2013-10-23 14:02:42 +02:00 |
Dan Minor
|
6b6a3060a5
|
Bug 929125 - Set shared library path in jit-test harness; r=terrence
|
2013-10-22 13:57:54 -04:00 |
Hannes Verschore
|
afa7285335
|
Bug 890722: IonMonkey: The forgotten, always left out, ignored, neglected comment update, r=jandem
|
2013-10-23 11:17:26 +02:00 |
Jon Coppeard
|
88fa5fa6ad
|
Bug 927801 - Ensure test cases create call object to fix failures with GGC r=terrence
|
2013-10-23 10:05:25 +01:00 |
Gregory Szorc
|
a989b6e990
|
Bug 585011 - Move cl.py to mozbuild; r=ted
--HG--
rename : build/cl.py => python/mozbuild/mozbuild/action/cl.py
|
2013-10-22 14:25:56 -07:00 |
Hannes Verschore
|
562610d8e9
|
Bug 890722: IonMonkey: Implement JSOP_RETRVAL, JSOP_SETRVAL, JSOP_POPV, r=jandem
|
2013-08-20 17:34:45 +02:00 |
Dan Gohman
|
465db547e5
|
Bug 928625 - IonMonkey: Don't emit Unbox operators for values which aren't used. r=bhackett
|
2013-10-22 07:33:26 -07:00 |
Brian Hackett
|
d2b8744584
|
Bug 928562 - Remove uses of JSContext for BytecodeAnalysis, BaselineInspector, and constructing bytecode type maps, r=jandem.
|
2013-10-22 08:08:10 -06:00 |
Benjamin Bouvier
|
15c9fbb611
|
Bug 918163: Tests
|
2013-10-22 14:58:29 +02:00 |
Benjamin Bouvier
|
835e15e2f3
|
Bug 913282: Tests
|
2013-10-22 14:58:21 +02:00 |
Benjamin Bouvier
|
647be54775
|
Bug 913282: More Float32 operators: UnsignedToFloat32; p=dougc,bbouvier, r=jonco,h4writer
dougc for the ARM parts, bbouvier for the rest
|
2013-07-18 16:27:14 -07:00 |
Benjamin Bouvier
|
c695034824
|
Bug 913282: IsFloat32Representable function in mfbt; r=Waldo
--HG--
extra : rebase_source : 0d4d6f02b880c37d29e3e41e9d105365d9f941b0
|
2013-10-22 14:55:35 +02:00 |
Benjamin Bouvier
|
f5e46a35b0
|
Bug 913282: More Float32 Operators: Not; p=dougc,bbouvier, r=jonco,nbp
dougc for the ARM parts, bbouvier for the rest
|
2013-10-22 14:53:52 +02:00 |
Benjamin Bouvier
|
7f3147dfed
|
Bug 913282: More Float32 operators: Abs; p=dougc,bbouvier; r=jonco,sstangl
dougc for the ARM parts, bbouvier for the rest.
|
2013-10-22 14:53:12 +02:00 |
Benjamin Bouvier
|
10f5a55e22
|
Bug 913282: More Float32 operators: Sqrt; p=dougc,bbouvier, r=jonco,nbp
dougc for the ARM parts, bbouvier for the rest
|
2013-07-18 16:16:58 -07:00 |
Benjamin Bouvier
|
29b722167c
|
Bug 913282: More Float32 operators: comparisons; p=dougc,bbouvier, r=jonco,h4writer
dougc for the ARM parts, bbouvier for the rest
|
2013-10-22 14:51:37 +02:00 |
Benjamin Bouvier
|
575c7d7a4b
|
Bug 913282: More Float32 operators: TruncateToInt32; p=dougc,bbouvier, r=jonco,jandem
dougc for the ARM parts, bbouvier for the rest.
--HG--
extra : rebase_source : ab8ab9bd043cb04e6a98d793688298c0e5c3a7e7
|
2013-07-18 16:45:16 -07:00 |
Gabor Krizsanits
|
06fde77b52
|
Bug 927765 - createObjectIn for exportHelpers. r=bholley
|
2013-10-22 14:24:07 +02:00 |
Gabor Krizsanits
|
a220e3d04b
|
Bug 927765 - Options for createObjectIn. r=bholley
|
2013-10-22 14:23:41 +02:00 |
Jan de Mooij
|
8f41011c5d
|
Bug 929414 - Fix small bug in MacroAssembler::extractTag. r=h4writer
|
2013-10-22 14:14:50 +02:00 |