Ryan VanderMeulen
|
341b17e756
|
Backed out 2 changesets (bug 1016738, bug 1017150) for spikes in GC-related crashes.
Backed out changeset 93c5b9181c84 (bug 1016738)
Backed out changeset c3ce56241969 (bug 1017150)
|
2014-05-30 15:23:02 -04:00 |
|
Bill McCloskey
|
84acd059f7
|
Bug 1016738 - Simplify/fix "dead compartment" logic (r=luke,jonco)
|
2014-05-30 07:46:12 -07:00 |
|
Bill McCloskey
|
d9d79b3412
|
Bug 1017150 - Fix zone assertions in breakpoint sweeping (r=jonco)
|
2014-05-30 07:46:09 -07:00 |
|
Brian Hackett
|
1fcf449977
|
Bug 965068 - Rename WorkerThread to HelperThread, r=jorendorff.
|
2014-05-30 08:45:02 -06:00 |
|
Dan Gohman
|
d536e55679
|
Bug 1016137 - IonMonkey: Don't set successorWithPhis when the successor does not have phis. r=nbp
|
2014-05-30 06:28:09 -07:00 |
|
Carsten "Tomcat" Book
|
7435e1ca4f
|
Merge mozilla-central to mozilla-inbound
|
2014-05-30 14:45:33 +02:00 |
|
Ms2ger
|
af6c726c7d
|
Merge mozilla-inbound to mozilla-central.
|
2014-05-30 14:07:35 +02:00 |
|
Jan de Mooij
|
a0d486b8f0
|
Bug 1017539 part 7 - Move StoreSlotT codegen to platform-independent code, remove some code duplication. r=sstangl
|
2014-05-30 12:51:42 +02:00 |
|
Jan de Mooij
|
1173fe4b11
|
Bug 1017539 part 6 - Move InterruptCheck codegen to platform-independent code. r=sstangl
|
2014-05-30 12:51:42 +02:00 |
|
Jan de Mooij
|
892c579f8f
|
Bug 1017539 part 5 - rm unused MImplicitThis/LImplicitThis. r=sstangl
|
2014-05-30 12:51:42 +02:00 |
|
Jan de Mooij
|
c05b08ea86
|
Bug 1017539 part 4 - Move LoadElementT codegen to platform-independent code. r=sstangl
|
2014-05-30 12:51:42 +02:00 |
|
Jan de Mooij
|
3859d6b7c2
|
Bug 1017539 part 3 - Some LoadElementT cleanup. r=sstangl
|
2014-05-30 12:51:41 +02:00 |
|
Jan de Mooij
|
2ab1fce662
|
Bug 1017539 part 2 - Move LoadSlotT codegen to platform-independent code. r=sstangl
|
2014-05-30 12:51:41 +02:00 |
|
Jan de Mooij
|
ec7ec7cb51
|
Bug 1017539 part 1 - Move LoadSlotV codegen to platform-independent code. r=sstangl
|
2014-05-30 12:51:41 +02:00 |
|
Ms2ger
|
5a626cc600
|
Bug 832750 - Improve python 3 compat in js/src/tests/; r=terrence
|
2014-05-30 09:36:53 +02:00 |
|
Ms2ger
|
2550ea2c64
|
Bug 829942 - Make jit_test.py Py3k-readier; f=decoder r=terrence+jhammel
|
2014-05-30 09:36:52 +02:00 |
|
Eric Faust
|
5b42f172f8
|
Bug 1008791 - Temporarily disable background finalization of ProxyObjects. (r=jorendorff)
|
2014-05-29 12:53:31 -07:00 |
|
Nathan Braswell
|
47b5052d3c
|
Bug 1003764 - Implement ES6 Number.isSafeInteger(). r=jwalden
--HG--
extra : rebase_source : 1e9ba232b8939bcf7c74ffa43c55b8f7287802a8
|
2014-05-29 11:54:09 -07:00 |
|
Brian Hackett
|
6fe0a1d95d
|
Bug 941805 - Use helper thread pool in all runtimes in a process, r=billm.
|
2014-05-29 13:06:23 -06:00 |
|
Dan Gohman
|
ba8f5227b9
|
Bug 1012922 - IonMonkey: Micro-optimize some x64 MacroAssembler sequences to avoid using copies r=jandem
|
2014-05-29 20:20:53 -07:00 |
|
Dan Gohman
|
d57d99f36f
|
Bug 1005113 - IonMonkey: Mark more LUses as AtStart on x86/x64. r=bhackett
|
2014-05-29 20:20:52 -07:00 |
|
Shu-yu Guo
|
f63e259f77
|
Bug 1016519 - Fix handling of recursive calls in DebugModeOSR. (r=jandem)
|
2014-05-29 18:03:23 -07:00 |
|
Mike Hommey
|
81bb9d59e0
|
Bug 1014976 - Don't make --enable-debug imply using the debug CRT in FFI. r=ryanvm
|
2014-05-30 09:39:19 +09:00 |
|
Wes Kocher
|
5772902f5d
|
Backed out changeset 004d84a6905a (bug 1017862) for assertion failures on a CLOSED TREE
|
2014-05-29 15:49:07 -07:00 |
|
Eric Faust
|
552eed87ec
|
Bug 1017862 - Remove virtual destructor from BaseProxyHandler. (r=jorendorff)
|
2014-05-29 15:07:19 -07:00 |
|
Bobby Holley
|
c03ae7168d
|
Bug 1017777 - Tune the trusted script buffer parameters on mac again. r=luke
Just like bug 938429. The test has been failing locally for me for a few weeks
now.
|
2014-05-29 11:54:00 -04:00 |
|
Till Schneidereit
|
71a072dfc3
|
Bug 1015205 - Part 2: Inline self-hosting intrinsic ToString. r=bbouvier,h4writer
|
2014-05-25 13:06:36 +02:00 |
|
Hannes Verschore
|
57b7843472
|
Bug 1015205 - Part 1: Let MToString work on all types (bails for MIRType_Object) r=bbouvier
|
2014-05-27 15:18:51 -07:00 |
|
Ryan VanderMeulen
|
cc5c76fc96
|
Backed out changeset 0d61bcf08362 (bug 1013531) for bustage.
CLOSED TREE
|
2014-05-29 13:26:55 -04:00 |
|
Terrence Cole
|
732d0a85ef
|
Bug 1013531 - Clarify the naming of the rooting analysis supression guards; r=sfink
--HG--
extra : rebase_source : ce44e4a4428414a132eae7167c485ff366b1f0a6
|
2014-05-28 17:34:36 -07:00 |
|
Terrence Cole
|
43d2b301ce
|
Bug 1015618 - Fix a performance regression in MapObject with GGC enabled; r=jonco
--HG--
extra : rebase_source : 6aa90251f05619642e4a4c9774e13b5cf2e286f7
|
2014-05-29 09:50:28 -07:00 |
|
Ed Morley
|
b34dba41c3
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2014-05-29 15:43:28 +01:00 |
|
Tim Taubert
|
980311dcc6
|
merge m-c to inbound
|
2014-05-29 08:32:31 +02:00 |
|
Bill McCloskey
|
ebe975d874
|
Bug 957742 - Add missing include
|
2014-05-28 18:28:24 -07:00 |
|
Bill McCloskey
|
0dc8b5b436
|
Bug 957742 - Fix compile error
|
2014-05-28 18:25:06 -07:00 |
|
Bill McCloskey
|
5ef958a929
|
Bug 1014993 - Add special toString method to CPOWs (r=mrbkap)
|
2014-05-28 18:05:23 -07:00 |
|
Bill McCloskey
|
d9139ea63b
|
Bug 1014993 - Add Cu.isCrossProcessWrapper (r=mrbkap)
|
2014-05-28 18:05:22 -07:00 |
|
Tom Schuster
|
28ef5afa8b
|
Bug 957742 - Logging for CPOWs (r=mrbkap)
|
2014-05-28 18:05:22 -07:00 |
|
Drew Willcoxon
|
681b0c94c0
|
Bug 1016721 - nsIXPCComponents_Utils.cloneInto's comment should mention cloneFunctions (plural), not cloneFunction. r=bholley
|
2014-05-28 17:07:33 -07:00 |
|
Victor Porof
|
f885cc502d
|
Bug 1004726 - Clean up profiler pseudo-stack representation (relanded), r=djvj,jchen
|
2014-05-28 18:44:41 -04:00 |
|
Luke Wagner
|
2f538912f8
|
Bug 1014292 - OdinMonkey: restrict ArrayBuffer heap length rules to something regular and not ARM-specific (r=dougc)
|
2014-05-28 16:17:34 -05:00 |
|
Wes Kocher
|
2a58eaeca7
|
Backed out changeset 26f29e538ace (bug 1014292) for build test bustage on a CLOSED TREE
|
2014-05-28 15:01:29 -07:00 |
|
Luke Wagner
|
dce8ffa4b5
|
Bug 1014292 - OdinMonkey: restrict ArrayBuffer heap length rules to something regular and not ARM-specific (r=dougc)
--HG--
extra : rebase_source : 19515a428e54439dbfbc65049f33e7570a5f31d1
|
2014-05-28 16:17:34 -05:00 |
|
Vincent Chang
|
c481388ef8
|
Bug 774582 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap
|
2014-01-22 16:37:40 +08:00 |
|
Kannan Vijayan
|
fb3f0f4912
|
Bug 1015439 - Increase property-count threshold for unknown-properties flagging on SetElem. r=bhackett
|
2014-05-28 16:33:42 -04:00 |
|
Brian Hackett
|
8e8e9a413f
|
Bug 1017154 - Move RegExpShared read barriers around some more, r=billm.
|
2014-05-28 13:55:25 -06:00 |
|
Ryan VanderMeulen
|
b1c3db8422
|
Backed out changesets 7f9bca33903e, 0332a61f0a7c, and ea05d1bfeff8 (bug 1014083) for jittest failures.
|
2014-05-28 15:12:20 -04:00 |
|
Bobby Holley
|
6a42a74305
|
Bug 1007207 - Don't treat self-implemented classinfo instances differently during XPCWN creation. r=peterv
|
2014-05-28 12:04:13 -07:00 |
|
Bobby Holley
|
cbd5c13ca0
|
Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor
|
2014-05-28 11:14:27 -07:00 |
|
Brian Hackett
|
1cf9dc00d3
|
Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm.
|
2014-05-27 09:58:33 -07:00 |
|