Commit Graph

28305 Commits

Author SHA1 Message Date
Nicholas Nethercote
c614c04e0f Bug 898274 (part 2) - Check ordering of #include statements in check_spidermonkey_style.py. r=benjamin. 2013-08-14 21:59:57 -07:00
Nicholas Nethercote
a08edb8e18 Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin. 2013-08-13 15:34:12 -07:00
Dan Gohman
ba44a7b464 Bug 905166 - IonMonkey - Handle NaN cases explicitly in Range::min and Range::max. r=nbp 2013-08-14 21:30:44 -07:00
Daniel Holbert
6fe9d58c29 Bug 903513: Don't treat GCC "-Wmaybe-uninitialized" warnings as errors. r=gps 2013-08-14 21:26:44 -07:00
Joshua Cranmer
8a95df6d82 Bustage fix for bug 884676/66e1ed80ba05 to fix CLOSED TREE. 2013-08-14 22:58:36 -05:00
Joshua Cranmer
8cf4d2c76b Bug 884676 - Part 2, Use mozilla::Atomic<int32_t> for Runtime::interrupt. r=njn
--HG--
extra : rebase_source : a06218cb913d7340fdfdb537512a13df550baf8b
2013-08-14 21:18:42 -05:00
Justin Lebar
25e1675355 Bug 905271 - Make ICU compile with -jN (except on Windows). r=glandium 2013-08-14 18:11:42 -07:00
Gregory Szorc
3239b169cc Bug 904823 - Discourage use of make for running xpcshell tests; r=ted 2013-08-14 17:43:04 -07:00
Gregory Szorc
c089ae373d Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Bill McCloskey
0e9f41a620 Bug 904282 - Don't mark atoms during last GC (r=jonco) 2013-08-14 14:48:40 -07:00
Bill McCloskey
2e50d1a2ff Bug 888898 - Avoid shutdown leaks with PC count profiling (r=bhackett) 2013-08-14 14:48:36 -07:00
Ryan VanderMeulen
8b8be2a46a Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Bobby Holley
2ce8f2d13b Bug 903212 - Remove nsIXPCScriptNotify machinery. r=mrbkap 2013-08-14 14:00:03 -07:00
Bobby Holley
ecce09df53 Bug 903212 - Remove ScriptEvaluated, and simplify callers. r=mrbkap 2013-08-14 14:00:03 -07:00
Bobby Holley
7282f447c0 Bug 903212 - Add a GC when popping a script entry point. r=mrbkap
I think that this is more or less isomorphic with the MaybeGC we do in
ScriptEvaluated in the cases that matter. And doing it in a spec-defined
place is helpful in getting rid of spec-nonsensical machinery.
2013-08-14 14:00:02 -07:00
Ryan VanderMeulen
b8270688ec Backed out changeset bfa3c469cb74 (bug 666399) for bustage on a CLOSED TREE. 2013-08-14 16:50:21 -04:00
Carsten "Tomcat" Book
89b83199da merge mozilla-central to b2g-inbound 2013-08-14 15:02:24 +02:00
Ms2ger
a04009b5b7 Merge latest PGO-green inbounc changeset to m-c. 2013-08-14 14:45:47 +02:00
Ms2ger
6d567ab3cc Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo 2013-08-14 09:00:52 +02:00
Ms2ger
844b7ec109 Bug 903849 - Use MOZ_ASSERT consistently in XPConnect; r=bholley 2013-08-14 09:00:34 +02:00
Ms2ger
594780fc59 Bug 903046 - Remove dead EXPORTS_mozilla/jsipc assignment; r=dvander+mshal 2013-08-14 08:56:48 +02:00
Ms2ger
df8525f77d Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Szu-Yu Chen [:aknow]
f9a712c3b6 Bug 887690 - Part 1: Add emergency callback mode support (idl, webidl). r=hsinyi, sr=smaug 2013-08-14 08:48:28 -04:00
Joshua Cranmer
575866c55f Bug 884676 - Part 1: Remove unused ThreadPool::submitOne method. r=Waldo
--HG--
extra : rebase_source : 9791f3f79aa87ece38f8225e8b2b0217a147484a
2013-08-13 10:33:26 -05:00
Brian Hackett
2915556f82 Bug 886850 - Clean up write barriers for ion/baseline scripts, r=jandem. 2013-08-13 09:16:38 -06:00
Brian Hackett
ac342eaa66 Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm. 2013-08-13 09:13:46 -06:00
Jan de Mooij
b33d29ec30 Bug 904079 - Snapshots should not have emitted-at-uses operands. r=bhackett
--HG--
extra : rebase_source : 501011273e1276d1a178f79e4fcccbe97dd38f21
2013-08-13 17:11:41 +02:00
Gary Kwong
fe5b3ac9b7 Bug 901178 - Backout 7d4e75a5d414. r=nbp in person 2013-08-13 15:44:45 -07:00
JW Wang
b883640fbe Bug 882171 - Part 2: Call NEON implementation. r=ehsan, r=glandium 2013-08-13 17:30:18 +08:00
JW Wang
605cb449b1 Bug 882171 - Part 1: Add NEON implementation of AudioNodeEngine.cpp. r=roc, r=padenot, r=derf, r=glandium 2013-08-13 15:39:42 +08:00
Hannes Verschore
71a3bf1139 Bug 903394 - IonMonkey: Refactor IonBuilder jsop_getelem, r=jandem 2013-08-13 22:57:19 +02:00
Hannes Verschore
c3b14139c5 Bug 891910 - IonMonkey: In a generic call handle all cases without need for bailout, r=sstangl 2013-08-13 22:46:27 +02:00
Daniel Holbert
398d38df72 Bug 903663: Use MOZ_C_SUPPORTS_WARNING and MOZ_CXX_SUPPORTS_WARNING to exempt warnings from FAIL_ON_WARNINGS. r=glandium 2013-08-13 07:22:10 -07:00
Jan de Mooij
6fc47eeafa Bug 903754 - Remove InterpreterFrames class and use InterpreterActivation instead. r=luke 2013-08-13 14:06:30 +02:00
Adam Roach [:abr]
348d297f5d Bug 904108 - Add explicit assignment operator to js::Value r=luke 2013-08-12 12:01:23 -05:00
Luke Wagner
d98ace8680 Bug 901934 - rm JS_(Set|Clear)RuntimeThread (r=billm)
--HG--
extra : rebase_source : d1127d1a90cfbc3a67b01d8ff7e48605b96e327f
2013-08-13 15:36:15 -05:00
Eric Faust
401be3a7a4 Bug 875452 - Part 9: Change GetElementParIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
5657071457 Bug 875452 - Part 8: Change GetElementIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
4752064297 Bug 875452 - Part 7: Change GetPropertyParIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
59b5b02d74 Bug 875452 - Part 6.5: Fix const correctness issues in IonCaches.h (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
426a0ea46f Bug 875452 - Part 6: Refactor GetPropertyIC::canAttachNative() for unification with other get ICs. (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
acfb3cd844 Bug 902264 - Part 2: Expose Array.length optimization to idempotent GetPropertyICs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
f923b54c39 Bug 902264 - Part 1: Degeneralize GetPropertyIC Array.length stubs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
733be715be Bug 875452 - Part 5: Add generic proxy stub to GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
52b9c6bfce Bug 875452 - Part 4: Handle NoPropertys on DoesntShadow{,Unique} DOMProxies. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
0ffbd32fb9 Bug 875452 - Part 3: Factor Proxy::Get call generation out of GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
7f5382f476 Bug 875452 - Part 2: Remove totally unsed SafepointIndex from ICs (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
cb73779e3b Bug 875452 - Part 1: Refactor and cleanup GetPropertyICs to isolate proxy code. (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
a6e0b8e354 Bug 875452 - Part 0: Fix include leak of IonCaches.h and others (r=nbp over IRC) 2013-08-10 22:20:35 -07:00
Luke Wagner
2e63523200 Bug 902506 - OdinMonkey: don't use RelocatablePtr for PropertyName members of AsmJSModule (r=terrence)
--HG--
extra : rebase_source : b6387754a0a2f719331a4314c7292bf892382381
2013-08-12 18:37:19 -05:00