Benjamin Bouvier
4335305768
Bug 901105 - Rename movqsd into movq; r=sstangl
2013-08-19 10:29:04 -07:00
Brian Hackett
76ab2a7ab5
Bug 906331 - Make sure to init() and destroy PerThreadData instances in worker threads, r=billm.
2013-08-19 10:50:03 -06:00
Hannes Verschore
a09be6f7fe
Bug 904293: Tracelogger: Make it work on x86, r=jandem
2013-08-19 15:54:41 +02:00
Hannes Verschore
35aab3d9c7
Bug 906626: Tracelogger: Fix the includes and address style nits, r=njn
2013-08-19 15:54:34 +02:00
Jon Coppeard
233babc4c5
Bug 903548 - GC: What do we do for UnmarkGray on a Nursery GCThing? r=billm
2013-08-19 14:48:35 +01:00
Douglas Crosher
e13c3ff23a
Bug 871242 - Use js_malloc and js_realloc for the Sprinter to avoid the need for a JSContext. r=luke
2013-08-16 17:34:51 +10:00
Steve Singer
47c8a4fcbc
Bug 906220 - Include yarr/YarrInterpreter.h when not building YARR_JIT. r=luke
2013-08-19 09:16:21 -04:00
Wei Wu
ae603955d5
Bug 902437 - Update the default value of 'Range Analysis' option in jsshell's usage. r=mrosenberg
2013-08-19 09:15:18 -04:00
Gabor Krizsanits
f220a9b497
Bug 877673 - Part2: Export helpers for sandbox. r=bholley
2013-08-19 11:46:36 +02:00
Jan de Mooij
df1d35bb43
Bug 906040 followup - Use if-else rather than a ternary operator to work around link errors with GCC. r=h4writer on IRC
2013-08-19 10:49:53 +02:00
Brian Hackett
c723358a8d
Bug 906372 - Fix NULL deref when finishing off thread parse tasks which failed, r=billm.
2013-08-17 21:29:30 -06:00
Brian Hackett
a2c9887106
Bug 906001 - Improve tests and asserts around starting off thread parses while GC is active in the atoms zone, r=billm.
2013-08-17 21:24:59 -06:00
Phil Ringnalda
006c9d873a
Merge b2g-inbound to m-c
2013-08-17 19:50:37 -07:00
Ryan VanderMeulen
7cee217f25
Merge m-c to b2g-inbound.
2013-08-17 12:39:44 -04:00
Jan de Mooij
e672f24d6d
Bug 906040 - Bring back the higher recursion limit for chrome scripts in the interpreter. r=luke
2013-08-17 10:42:37 +02:00
Gina Yeh
d3d5712e19
Bug 905980 - Fix b2g debug build, r=bhackett1024
2013-08-17 14:24:25 +08:00
Phil Ringnalda
cfde005e04
Back out c39d60483813 (bug 905364) for xpcshell and b2g desktop bustage
2013-08-16 22:38:48 -07:00
Mike Hommey
cc6f9e625a
Bug 906260 - Make MOZILLA_OFFICIAL turn --enable-release on automatically. r=khuey
...
Still allow MOZILLA_OFFICIAL + --disable-release
2013-08-17 14:18:55 +09:00
Bobby Holley
f3b2fb17ba
Bug 905364 - Stop using the SafeJSContext in nsScriptSecurityManager::Init. r=mrbkap
...
With this patch, I've confirmed that we instantiate the SafeJSContext much later
in startup, during nsAppStartupNotifier::Observe (which ends up invoking an
XPCWrappedJS). As such, this should solve a number of our startup ordering woes.
2013-08-16 20:28:17 -07:00
Ehsan Akhgari
aa4a01053a
Backed out changeset 9cdd168a8518 (bug 904108) because it includes an unreliable Clang marketing version check
2013-08-16 11:53:46 -04:00
Jan de Mooij
b037952374
Bug 904133 - Add spilled float registers to safepoints. r=nbp
2013-08-16 14:42:48 +02:00
Jan de Mooij
9881c32f4b
Bug 905148 - Check that a safepoint's live registers are not modified between a VM call and its OsiPoint. r=nbp
2013-08-16 11:16:46 +02:00
Dan Gohman
e99a989fe9
Bug 894813 - IonMonkey: Temporarily disable these asserts, which are failing on content/canvas/test/test_canvas.html, on a CLOSED TREE
2013-08-16 16:55:40 -07:00
Jan de Mooij
14cbec441b
Bug 905091 part 2 - Ensure no instructions are inserted between an instruction and its OsiPoint. r=bhackett
2013-08-16 10:40:30 +02:00
Luke Wagner
f980439f53
Bug 906252 - OdinMonkey: fix type checking of final return (r=bbouvier)
2013-08-17 11:17:21 -05:00
Kannan Vijayan
69178aff29
Bug 905760 - Fix Box2D regression. r=efaust
2013-08-15 18:23:16 -04:00
Ehsan Akhgari
a9bd6887cc
Backed out changeset 3d9664b78ca7 (bug 884410) because of build bustage on a CLOSED TREE
2013-08-15 18:20:00 -04:00
Tom Schuster
ef6d3d8a6b
Bug 884410 - Remove JS_ValueToECMAInt32 and replace it with JS::ToInt32. r=terrence
2013-08-15 17:41:51 -04:00
Jason Orendorff
20df98fc1a
Bug 862848, part 3 - Make js::HasOwnProperty use LookupOwnProperty rather than LookupProperty. r=Waldo.
2013-08-15 16:33:21 -05:00
Jason Orendorff
48d063a088
Bug 862848, part 2 - Factor out LookupOwnPropertyWithFlagsInline from LookupPropertyWithFlagsInline. r=Waldo.
2013-08-15 16:33:21 -05:00
Jason Orendorff
7179f38b69
Bug 862848, part 1 - Move js::HasOwnProperty to put it right after the Lookup functions in jsobj.cpp. r=Waldo.
2013-08-15 16:33:21 -05:00
Jason Orendorff
57d8b80149
Bug 892549, part 4 - Clean up array literal parsing. r=Waldo.
2013-08-15 16:33:20 -05:00
Jason Orendorff
dda92aed88
Bug 892549, part 3 - Clean up object literal parsing. r=Waldo.
2013-08-15 16:33:20 -05:00
Jason Orendorff
a866dfd285
Bug 892549, part 2 - Re-indent some misindented code in Parser::objectLiteral(). r=Waldo.
2013-08-15 16:33:20 -05:00
Jason Orendorff
695f492a8c
Bug 892549, part 1 - Factor out Parser::arrayInitializer() and objectInitializer() from primaryExpr(). r=Waldo.
2013-08-15 16:33:20 -05:00
Brian Hackett
dbe559cdac
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
Ryan VanderMeulen
61be913f55
Merge m-c to inbound.
2013-08-15 15:43:06 -04:00
Ryan VanderMeulen
ba408e1721
Backed out changeset e8bcb131ca7c (bug 905271) for suspicion of causing intermittent build bustage.
2013-08-15 15:41:53 -04:00
Nicholas Nethercote
14dff5b36e
No bug. Fix minor quoting problem in the description of notable string memory reports. r=jlebar.
...
--HG--
extra : rebase_source : 531d37ec1f9ceb4e0a1ec702243bc934eb0329eb
2013-08-14 15:44:46 -07:00
Nicholas Nethercote
a8acd5c5d1
Bug 904962 (part 4) - Don't #include jsautooplen.h in vm/Stack.h. r=luke.
...
--HG--
extra : rebase_source : 3983625a9fc20f6cc1116283505e30c454b92145
2013-08-13 18:37:33 -07:00
Nicholas Nethercote
98310aaf3e
Bug 904962 (part 3) - Minimize #includes in vm/RegExpObject.h. r=luke.
...
--HG--
extra : rebase_source : 8694dc31a198844013a5102b867cdff8d1538380
2013-08-13 18:35:48 -07:00
Nicholas Nethercote
9b973aa24f
Bug 904962 (part 2) - Don't #include mozilla/ThreadLocal.h in jsapi.h. r=luke.
...
--HG--
extra : rebase_source : 18b0bac22dbdc5313394f6e6e43e09eface4f1ee
2013-08-13 18:34:58 -07:00
Nicholas Nethercote
a3ff92e03c
Bug 904962 (part 1) - Don't #include js/CharacterEncoding.h in jsapi.h. r=luke.
...
--HG--
extra : rebase_source : abe40ea3e55059dc6271d0f7c9f4d19ed9413186
2013-08-13 18:34:24 -07:00
Jan de Mooij
14be08cab8
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
Jan de Mooij
a63ccd5760
Bug 892787 - Fix the JITs to not optimize constructor calls if the callee is not a constructor. r=h4writer
2013-08-15 09:36:02 +02:00
Nicholas Nethercote
2971eb7abe
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
78126ad05f
Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.
2013-08-13 15:34:12 -07:00
Dan Gohman
cde7d939b4
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
45beb0e884
Bug 903513: Don't treat GCC "-Wmaybe-uninitialized" warnings as errors. r=gps
2013-08-14 21:26:44 -07:00
Joshua Cranmer
3f94870639
Bustage fix for bug 884676/66e1ed80ba05 to fix CLOSED TREE.
2013-08-14 22:58:36 -05:00
Joshua Cranmer
30a0d0cd9c
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
a87fce3cfc
Bug 905271 - Make ICU compile with -jN (except on Windows). r=glandium
2013-08-14 18:11:42 -07:00
Gregory Szorc
9a1a17e5c2
Bug 904823 - Discourage use of make for running xpcshell tests; r=ted
2013-08-14 17:43:04 -07:00
Gregory Szorc
918eef7c37
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Bill McCloskey
ddad590f83
Bug 904282 - Don't mark atoms during last GC (r=jonco)
2013-08-14 14:48:40 -07:00
Bill McCloskey
5f588a74e9
Bug 888898 - Avoid shutdown leaks with PC count profiling (r=bhackett)
2013-08-14 14:48:36 -07:00
Ryan VanderMeulen
c292f445e7
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Bobby Holley
6c4c0caf35
Bug 903212 - Remove nsIXPCScriptNotify machinery. r=mrbkap
2013-08-14 14:00:03 -07:00
Bobby Holley
fae00b9013
Bug 903212 - Remove ScriptEvaluated, and simplify callers. r=mrbkap
2013-08-14 14:00:03 -07:00
Bobby Holley
66ef7ad8a0
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
4b034e5a50
Backed out changeset bfa3c469cb74 (bug 666399) for bustage on a CLOSED TREE.
2013-08-14 16:50:21 -04:00
Carsten "Tomcat" Book
4a10a49030
merge mozilla-central to b2g-inbound
2013-08-14 15:02:24 +02:00
Ms2ger
3d504dcb66
Merge latest PGO-green inbounc changeset to m-c.
2013-08-14 14:45:47 +02:00
Ms2ger
c2315a28ab
Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo
2013-08-14 09:00:52 +02:00
Ms2ger
363f72b597
Bug 903849 - Use MOZ_ASSERT consistently in XPConnect; r=bholley
2013-08-14 09:00:34 +02:00
Ms2ger
6ce073631d
Bug 903046 - Remove dead EXPORTS_mozilla/jsipc assignment; r=dvander+mshal
2013-08-14 08:56:48 +02:00
Ms2ger
6ec28362b3
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
2013-08-14 08:56:21 +02:00
Szu-Yu Chen [:aknow]
337db88f36
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
80affc26e8
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
48fea1dbf6
Bug 886850 - Clean up write barriers for ion/baseline scripts, r=jandem.
2013-08-13 09:16:38 -06:00
Brian Hackett
5e93e0e513
Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm.
2013-08-13 09:13:46 -06:00
Jan de Mooij
89063cafd5
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
398091c0bd
Bug 901178 - Backout 7d4e75a5d414. r=nbp in person
2013-08-13 15:44:45 -07:00
JW Wang
0a419b70d3
Bug 882171 - Part 2: Call NEON implementation. r=ehsan, r=glandium
2013-08-13 17:30:18 +08:00
JW Wang
99015508fd
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
525455f2fc
Bug 903394 - IonMonkey: Refactor IonBuilder jsop_getelem, r=jandem
2013-08-13 22:57:19 +02:00
Hannes Verschore
72cff70275
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
779fc993a7
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
d9611e136b
Bug 903754 - Remove InterpreterFrames class and use InterpreterActivation instead. r=luke
2013-08-13 14:06:30 +02:00
Adam Roach [:abr]
8c22f4b22b
Bug 904108 - Add explicit assignment operator to js::Value r=luke
2013-08-12 12:01:23 -05:00
Luke Wagner
01ba992f4f
Bug 901934 - rm JS_(Set|Clear)RuntimeThread (r=billm)
...
--HG--
extra : rebase_source : d1127d1a90cfbc3a67b01d8ff7e48605b96e327f
2013-08-13 15:36:15 -05:00
Eric Faust
58f976aa5b
Bug 875452 - Part 9: Change GetElementParIC to use common CanAttachNative. (r=shu)
2013-08-10 22:20:37 -07:00
Eric Faust
71111e1720
Bug 875452 - Part 8: Change GetElementIC to use common CanAttachNative. (r=shu)
2013-08-10 22:20:37 -07:00
Eric Faust
17f6c95912
Bug 875452 - Part 7: Change GetPropertyParIC to use common CanAttachNative. (r=shu)
2013-08-10 22:20:37 -07:00
Eric Faust
961f33ce0d
Bug 875452 - Part 6.5: Fix const correctness issues in IonCaches.h (r=shu)
2013-08-10 22:20:36 -07:00
Eric Faust
260c6aab87
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
de88293624
Bug 902264 - Part 2: Expose Array.length optimization to idempotent GetPropertyICs. (r=jandem)
2013-08-10 22:20:36 -07:00
Eric Faust
3ca041cdf5
Bug 902264 - Part 1: Degeneralize GetPropertyIC Array.length stubs. (r=jandem)
2013-08-10 22:20:36 -07:00
Eric Faust
722954552c
Bug 875452 - Part 5: Add generic proxy stub to GetPropertyIC. (r=djvj)
2013-08-10 22:20:36 -07:00
Eric Faust
62206bf2f1
Bug 875452 - Part 4: Handle NoPropertys on DoesntShadow{,Unique} DOMProxies. (r=djvj)
2013-08-10 22:20:36 -07:00
Eric Faust
89cf3c80af
Bug 875452 - Part 3: Factor Proxy::Get call generation out of GetPropertyIC. (r=djvj)
2013-08-10 22:20:36 -07:00
Eric Faust
a096292748
Bug 875452 - Part 2: Remove totally unsed SafepointIndex from ICs (r=nbp)
2013-08-10 22:20:35 -07:00
Eric Faust
318e99351d
Bug 875452 - Part 1: Refactor and cleanup GetPropertyICs to isolate proxy code. (r=nbp)
2013-08-10 22:20:35 -07:00
Eric Faust
e959272ba8
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
c8279b26d7
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
Luke Wagner
cd8847a712
Bug 902506 - OdinMonkey: remove main-thread restriction from js::CompileAsmJS (r=bhackett)
...
--HG--
extra : rebase_source : 4d482dbab470353adccd11fda9091a4256ffbb60
2013-08-08 22:51:29 -05:00
Luke Wagner
56a16114e8
Bug 902506 - OdinMonkey: fix/enhance asm.js memory reporting (r=njn)
...
--HG--
extra : rebase_source : eafb0f56e7ed851e2e62a2ba908e63ea273c1c77
2013-08-08 21:38:42 -05:00
Luke Wagner
41d06f1bfe
Bug 902506 - OdinMonkey: cut all dependency on (Ion|JS)(Compartment|Runtime) via IonContext (r=sstangl)
...
--HG--
extra : rebase_source : a01bef4ebb1a0387acfd9d49b90589dbe2711188
2013-08-08 21:38:42 -05:00
Luke Wagner
2331910f64
Bug 902506 - OdinMonkey: fix AutoFlushCache insanity (r=mjrosenb)
...
--HG--
extra : rebase_source : edda87c50d30c6db51567b96548f9ce9fabf19ad
2013-08-16 10:20:41 -05:00
Brian Hackett
c58faeeea9
Bug 906001 - Don't start collection of the atoms zone when off thread parsing is in progress, r=billm.
2013-08-16 15:58:07 -07:00