Commit Graph

39930 Commits

Author SHA1 Message Date
Benjamin Smedberg
25916a65c0 Bug 1159737 Stop supporting binary XPCOM components except built into the application. r=froydnj sr=bz Some xpcshell tests of binary functionality need to register binary components. Expose a function "registerAppManifest" in the xpcshell environment to make this available to tests without exposing it to addons. r=bholley 2015-05-01 10:23:44 -04:00
Nicolas B. Pierron
5432be44a0 Bug 1150783 - Use a special JitFrame to record when LazyLink stubs are on the stack. r=h4writer 2015-05-04 15:14:39 +02:00
Nicolas B. Pierron
d6c76e96a1 Bug 1158344 part 1 - Use the an instruction which is not a beta node for hoisting bounds checks. r=sunfish 2015-05-04 15:14:39 +02:00
Nicolas B. Pierron
87fcf5a21d Bug 1138195 - Ensure that the bytecode analysis is consistent with the bindings. r=jandem 2015-05-04 15:14:38 +02:00
Gabor Krizsanits
547a796489 Bug 1101182 - One interpose call for one property access. r=bholley 2015-05-04 08:57:52 +02:00
Brian Hackett
d356b0167f Bug 1146597 - Remove redundant check for unboxed object/array runtime option. 2015-05-03 17:19:02 -07:00
Brian Hackett
aae4a0cada Bug 1157703 - Cache iterators involving unboxed objects, r=jandem. 2015-05-03 15:27:12 -07:00
Brian Hackett
283ee20b7f Bug 1146597 - Add unboxed arrays for JSOP_NEWARRAY arrays, and shell option for using them, r=jandem. 2015-05-03 08:14:04 -07:00
Jeff Walden
60f00b7950 Bug 1160356 - Make new Date(arg1, arg2, ...) conform to ES3-6 in converting *all* arguments to number before computing the return value. r=evilpie 2015-04-30 09:58:58 -07:00
Jeff Walden
919127e63f Bug 1160356 - Reorganize the code for the Date function/constructor into three separate methods, to be more consistent with ES6's definition of it. Don't change the actual algorithm yet -- this is just code motion. r=evilpie 2015-04-30 09:58:58 -07:00
Jeff Walden
8d4c8b6577 Bug 1160356 - Make Date.UTC conform to ES3-6 in converting *all* arguments to number before computing the return value. r=evilpie 2015-04-30 09:58:58 -07:00
Terrence Cole
16e29d4759 Bug 1159428 - Use Value and Id type-based dispatching to simplify barriers; r=jonco 2015-04-30 11:29:43 -07:00
Eric Rahm
59005b2eab Bug 1160267 - JS build files should not declare IMPL_MFBT. r=glandium 2015-04-30 15:10:03 -07:00
ProgramFOX
63c6e0f603 Bug 1153602 - SIMD (interpreter): Added more test cases for ReciprocalSqrtApproximation. r=Waldo 2015-04-29 16:56:53 +02:00
Jon Coppeard
77fbad3ef5 Bug 1155618 - Fix tracelogger destructor that touches possibly uninitialised hash table r=benj 2015-05-01 16:26:11 +01:00
Jon Coppeard
01ae8d28d8 Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence 2015-05-01 16:26:10 +01:00
Jon Coppeard
0d79eaae5d Bug 1155618 - Fix some places where OOM errors are not reported to the context r=terrence 2015-05-01 16:26:10 +01:00
Jon Coppeard
270fbaef21 Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence 2015-05-01 16:26:10 +01:00
Tom Schuster
e16d8a3361 Bug 1158463 - Reorder property creation in js::FromPropertyDescriptorToObject. r=Waldo 2015-05-01 12:32:53 +02:00
Florian Scholz
920d9edf98 Bug 1153825 - Fix length properties of (Weak){Map,Set} constructors; r=evilpie 2015-05-01 12:32:53 +02:00
Ryan VanderMeulen
f3e32f8fe2 Merge m-c to inbound. a=merge
CLOSED TREE
2015-05-01 10:50:07 -04:00
Ryan VanderMeulen
2e09be4e71 Backed out 3 changesets (bug 1155900) for frequent browser_net_cached-status.js failures. CLOSED TREE
Backed out changeset 8b3bb908f6fc (bug 1155900)
Backed out changeset 195a3736c877 (bug 1155900)
Backed out changeset 5d7b3b8cce5a (bug 1155900)
2015-05-01 09:30:44 -04:00
Jeff Walden
f02fb67d3a Bug 1155900 - Followup test-fix and no-longer-correct assertion removal. r=bustage in a CLOSED TREE 2015-04-30 22:54:53 -07:00
Jeff Walden
d847124eb0 Bug 1155900 - Make frontend-triggered GetIterator perform ToObject before doing GetMethod(..., @@iterator), and add tests. (There's no behavioral change, except in terms of error messages, because the presence of bug 603201 causes this ToObject call to happen anyway -- but if that bug had been fixed before this one, these changes would have fixed a bug.) r=shu 2015-04-20 19:51:17 -07:00
Jeff Walden
f6f7c4c802 Bug 1155900 - Pass destructuring right-hand-side expressions through ToObject before properties are destructured out of them. r=shu 2015-04-17 21:57:50 -07:00
Boris Zbarsky
0d97bf2adb And fix this to actually compile... Still bug 1160311. 2015-04-30 21:58:07 -04:00
Boris Zbarsky
58238d37e5 Bug 1160311. JITs should be enabled by default. r=jorendorff 2015-04-30 17:36:50 -04:00
Mike Hommey
b673a97a25 Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
They are kept around for the sake of the standalone glue, which is used
for e.g. webapprt, which doesn't have direct access to jemalloc, and thus
still needs a wrapper to go through the xpcom function list and get to
jemalloc from there.
2015-05-01 09:40:30 +09:00
Wes Kocher
90690d9a10 Backed out changeset 2736f8056026 (bug 1160311) for SM(e) bustage CLOSED TREE 2015-04-30 15:26:29 -07:00
Terrence Cole
820111cc77 Bug 1159540 - Organize and comment the marking paths; r=sfink 2015-04-29 10:23:24 -07:00
Boris Zbarsky
7c577ff30d Bug 1160311. JITs should be enabled by default. r=jorendorff 2015-04-30 17:36:50 -04:00
Terrence Cole
8736a22c4f Bug 1159402 - Remove the zone-specialized Value barriers; r=sfink 2015-04-30 11:29:21 -07:00
Ryan VanderMeulen
60ffba2a66 Merge inbound to m-c. a=merge 2015-04-30 13:56:09 -04:00
Ryan VanderMeulen
06ee4d6c18 Bug 1160149 - Skip basic/testManyVars.js on SM(cgc) builds for frequent timeouts.
CLOSED TREE
2015-04-30 09:59:12 -04:00
Steve Fink
735de75d87 Bug 1159999 - Suppress command echo for timeout failure setup. r=sphink 2015-04-30 09:38:57 -04:00
Carsten "Tomcat" Book
58c82070e9 Backed out changeset 24ddf11d9c1d (bug 1159999) for spidermonkey test failures on a CLOSED TREE 2015-04-30 12:53:18 +02:00
ryan
0bb27285c5 Bug 1158547 - Removes the useless declaration in Parser.cpp. r=jorendorff 2015-04-28 11:44:00 +02:00
Chris Peterson
6c651b982e Bug 1001975 - Enable -Wuninitialized warnings as errors. r=glandium 2015-04-07 20:52:54 -07:00
Steve Fink
1cf40e02f3 Bug 1159999 - Suppress command echo for timeout failure setup. r=sphink 2015-04-29 21:07:26 -07:00
Ryan VanderMeulen
4e99721670 Merge m-c to fx-team. a=merge 2015-04-30 14:05:10 -04:00
Dustin J. Mitchell
8b3997f1fa Bug 1155238: use RelengAPI-based Tooltool server. r=coop 2015-04-29 10:36:50 -04:00
Brian Hackett
c9967c0740 Bug 1146597 - Backout 02dad33cf2a0 for regressions on a CLOSED TREE. 2015-04-29 18:32:14 -07:00
Terrence Cole
6218ecb766 Bug 1159465 - Automatically check for cross-compartment edges between objects when marking; r=jonco 2015-04-24 16:15:30 -07:00
Terrence Cole
266e4db9cc Bug 1158357 - Inline processMarkStackOther to make the dispatch obvious; r=jonco 2015-04-24 15:44:20 -07:00
Terrence Cole
14e57a2886 Bug 1158354 - Clean up ObjectGroup marking; r=sfink 2015-04-24 14:52:55 -07:00
Terrence Cole
bbba79f9db Bug 1158353 - Clean up eager string marking; r=jonco 2015-04-24 14:52:55 -07:00
Tooru Fujisawa
f906b45cad Bug 1102219 - followup for Part 0: Fix code alignment and argument name in GlobalObject.h. r=me 2015-04-30 09:17:50 +09:00
Brian Hackett
f6c01c9ddb Bug 1146597 - Add unboxed arrays for JSOP_NEWARRAY arrays, and shell option for using them, r=jandem. 2015-04-29 17:14:28 -07:00
ziyunfei
a2bb96ff77 Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Tooru Fujisawa
97ab188136 Bug 1102219 - Part 3: Replace more String.prototype.contains with String.prototype.includes in JS code. r=till 2015-04-30 00:32:01 +09:00
ziyunfei
486b869317 Bug 1102219 - Part 2: Replace String.prototype.contains with String.prototype.includes in JS code. r=till 2015-04-30 00:32:01 +09:00
ziyunfei
4b13603d43 Bug 1102219 - Part 1: Add String.prototype.includes; keep String.prototype.contains around as an alias with a (non-release builds only) warning. r=till 2015-04-30 00:32:01 +09:00
Tooru Fujisawa
567a0470aa Bug 1102219 - Part 0: Combine WARNED_* slots in GlobalObject and turn it into a bitset. r=till 2015-04-30 00:32:00 +09:00
Benjamin Bouvier
6a56929ae1 Bug 1157624: A few AsmJSValidate cleanups; r=luke 2015-04-27 17:16:01 +02:00
Tom Schuster
883c729e3a Bug 1159347 - Make BaseProxyHandler::getPropertyDescriptor not-pure virtual. r=efaust 2015-04-29 10:47:48 +02:00
Brian Hackett
92194e4db8 Bug 1158569 - Don't trigger sweeping of dead type information when scanning unboxed objects in minor GCs, r=terrence. 2015-04-28 11:09:16 -07:00
Brian Hackett
5ec92c71a3 Bug 1155292 - Add a check for properties found on non-native prototypes during Ion caching, r=jandem. 2015-04-28 11:05:28 -07:00
Terrence Cole
ab7e31cb3b Bug 1158809 - Only use a single output from getTracingEdgeName; r=jonco 2015-04-28 10:28:56 -07:00
Ryan VanderMeulen
ee72201e01 Backed out changeset 9e3d626c89d8 (bug 1155292) for SM(cgc) failures in the newly-added test. 2015-04-28 13:30:58 -04:00
Steve Fink
81afe15201 Bug 1149476 - Extend autospider.sh timeout and emit a log message, r=jonco 2015-04-28 10:28:36 -07:00
Boris Zbarsky
f3b244998d Bug 1155946 part 2. Add mayResolve methods to DOM classes with resolve hooks. r=peterv 2015-04-28 12:25:55 -04:00
Terrence Cole
067c112524 Bug 1158313 - Move Symbol marking out-of-line; r=jonco 2015-04-24 14:52:55 -07:00
Terrence Cole
23417a7dd4 Bug 1156888 - Do not go out-of-line to eagerly scan LazyScript instances; r=sfink 2015-04-21 09:26:37 -07:00
Terrence Cole
ceb337d599 Bug 1156552 - Move BaseShape marking out-of-line; r=sfink 2015-04-20 15:32:03 -07:00
Brian Hackett
5dcb7c4b22 Bug 1155292 - Add a check for properties found on non-native prototypes during Ion caching, r=jandem. 2015-04-28 08:15:20 -07:00
Brian Hackett
2337513828 Bug 1155807 - Watch for converted native groups with unknown properties, r=jandem. 2015-04-28 08:12:54 -07:00
Jordan Santell
c9158b0339 Bug 1136945 - Add to Debugger.Memory docs possible outcomes of the nonincrementalReason in the onGarbageCollection event. r=fitzgen 2015-04-28 10:34:23 -07:00
Nick Fitzgerald
dd60777e28 Bug 1065657 - Allow multiple Debuggers to track allocations at the same time. r=shu 2015-04-22 09:49:07 -07:00
Ryan VanderMeulen
9edf40b13b Bug 1159096 - Skip recursion.js on Android debug. 2015-04-28 09:40:09 -04:00
Paul Duguet
9f85fa1eef Bug 1099149 - Part 2: Add a more specific error message when 'js::ToSimdConstant' argument is of wrong type. r=bbouvier 2014-11-22 09:07:00 +01:00
Tooru Fujisawa
857e3dde65 Bug 1151931 - Part 2: Warn about unreachable code after return statement. r=Waldo 2015-04-28 21:09:32 +09:00
Tooru Fujisawa
fe50f5900d Bug 1151931 - Part 1: Avoid warning about unreachable code after return statement in some asm.js tests. r=Waldo 2015-04-28 21:06:19 +09:00
Shu-yu Guo
2a55462cd7 Bug 1157963 - Don't delazify functions about to be finalized. (r=jimb) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
878601fec9 Bug 1157963 - Fix LazyScript::hasUncompiledEnclosingScript. (r=jimb) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
b33b089d7c Bug 1158407 - Stop using this one weird allocation fallback for MCreateThisWithTemplate. (r=terrence) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
dd83cb92c4 Bug 1155474 - Consider the input to MThrowUninitializedLexical implicitly used. (r=Waldo) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
36cf5656fc Bug 1156190 - Do not emit DEBUGLEAVESCOPE if we're also going to emit POPBLOCKSCOPE. (r=jimb) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
507adf5b86 Bug 1148917 - Add a new option to FrameIter that allows stopping at debugger eval frames. (r=jimb) 2015-04-28 01:44:22 -07:00
Geoff Lankow
be55160c4e Bug 1138336 - Adapt nsIScriptError so it can display log messages with filename and line number; r=jst,neil,past 2015-04-28 18:39:47 +12:00
David Major
c92c020b89 Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium 2015-04-27 19:59:27 -04:00
Steve Fink
33b1c7c3da Bug 1149476 - Lengthen timeout because we are hitting it with SM(cgc), r=me (also jonco for a more complex version)
The previous attempt seemed to cause problems with preventing the test script from exiting, which I was defending against by closing all file descriptors (even though I wasn't sure if it was necessary.) Sadly, I have no way to report the failure, but for now just lengthening the timeout seems like the simplest to make the intermittents go away.
2015-04-27 13:19:17 -07:00
Ryan VanderMeulen
8cec077991 Merge m-c to inbound. a=merge 2015-04-27 15:20:16 -04:00
Ryan VanderMeulen
8fe670a062 Backed out 2 changesets (bug 1099149, bug 1154356) for suspicion that one of them is causing frequent Android debug recursion.js failures. a=me
Backed out changeset ecc645744a11 (bug 1154356)
Backed out changeset 1d7c532f2a62 (bug 1099149)
2015-04-27 15:14:19 -04:00
Nikhil Marathe
27cb15e0ef Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-27 12:00:41 -07:00
L. David Baron
14c2a5a95a Bug 1157648 - Make nsScriptError::ToString use only the first 512 characters of mSourceName and mSourceLine. r=bholley
This means that when mSourceName and mSourceLine are large, ToString is
not excessively expensive.

This is particularly important for CSS errors, where we don't make an
attempt to truncate these prior to constructing the script error, but we
do ensure that when we report multiple errors on the same line (which is
common for minified CSS), we share from the same string buffer and avoid
copying.
2015-04-27 11:35:10 -07:00
Ryan VanderMeulen
08c48e40ef Backed out changeset c839f283bf28 (bug 1058695) for bustage.
CLOSED TREE
2015-04-27 14:04:24 -04:00
Nick Fitzgerald
e7b9c549d9 Bug 1134865 - Part 3: Add JS::ubi::Node::jsObjectConstructorName; r=djvj 2015-04-27 10:57:06 -07:00
Nick Fitzgerald
b485118947 Bug 1134865 - Part 2: Add constructor name to the allocations log; r=djvj 2015-04-27 10:57:06 -07:00
Nick Fitzgerald
95cbfcf174 Bug 1134865 - Part 1: Add JSObject::constructorDisplayAtom; r=djvj 2015-04-27 10:57:06 -07:00
Nikhil Marathe
29c754823e Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-22 16:34:21 -07:00
Boris Zbarsky
7c563264f9 Bug 1155984. Improve the performance of the "self" getter in both window and workers. r=peterv,jorendorff 2015-04-27 13:38:12 -04:00
Terrence Cole
42ac24dd55 Bug 1156533 - Simplify how we trace Shapes for marking; r=sfink 2015-04-16 13:45:24 -07:00
Terrence Cole
c4007f36c1 Bug 1157829 - The markAndScan functions are now just an additional assertion; r=sfink 2015-04-23 11:05:46 -07:00
Terrence Cole
865cfa577c Bug 1157828 - Move ShouldMarkCrossCompartment adjacent to other marking invariant logic; r=jonco 2015-04-23 11:02:02 -07:00
Paul Duguet
5533cedd09 Bug 1099149 - Part 2: Add a more specific error message when 'js::ToSimdConstant' argument is of wrong type. r=bbouvier 2014-11-22 09:07:00 +01:00
Ginn Chen
0666d4a692 Bug 1153707 jsval is wrongly passed to XPT Javascript method on ppc/32 and SPARC/32 r=bobbyholley 2015-04-27 13:47:17 +08:00
Kyle Machulis
875ec4cfb5 Bug 865222 - Add MOZ_GUARD_OBJECT_NOTIFIER_PARAM to JSAutoCompartment and JSAutoNullableCompartment; r=efaust 2015-04-26 08:49:03 -07:00
Tooru Fujisawa
163513c8d8 Bug 320500 - Add \u{xxxxxx} string literals. r=Waldo 2015-04-25 15:19:27 +09:00
Brian Hackett
6b51a17c80 Bug 1155033 - Handle cyclic or deep ObjectGroup tracing chains during cycle collection, r=terrence. 2015-04-24 18:22:15 -06:00
Tom Schuster
4079f483b9 Bug 1154296 - Small GetOwnPropertyDescriptor cleanup. r=jorendorff 2015-04-24 22:06:16 +02:00
Terrence Cole
9de47ed76f Bug 1081260 - Update the malloc counters if we successfully recover from OOM; r=jonco 2015-04-24 10:58:22 -07:00
Terrence Cole
0ab7fb6cb1 Bug 1157577 - Fix an assertion failure caused by inconsistent initialization order; r=bhackett 2015-04-24 10:58:20 -07:00
Terrence Cole
5bae44a2c0 Bug 1155838 - Fix a build warning on windows; r=till 2015-04-17 12:41:31 -07:00
Terrence Cole
0a4f9b52ac Bug 1156045 - Only print jstests assertion output on failure; r=sfink 2015-04-23 13:51:37 -07:00
Ryan VanderMeulen
6ab187294c Backed out changeset 7df5233bc6ae (bug 1149476) for SM(e) permafail.
CLOSED TREE
2015-04-24 13:41:44 -04:00
Terrence Cole
0ba0ae0b91 Bug 1157533 - Share Value and jsid typed dispatch code; r=jonco 2015-04-23 10:42:31 -07:00
Steve Fink
e209730faf Bug 1149476 - Extend autospider.sh timeout and emit a log message, r=jonco 2015-04-24 08:46:28 -07:00
Nicolas B. Pierron
a186a7354d Bug 1149119 - Do not inline bound functions with non-atomized arguments. r=jandem 2015-04-24 16:26:08 +02:00
Nicolas B. Pierron
762d59220a Bug 1149119 - Use Atoms in the template object hold by Baseline. r=jandem 2015-04-24 16:26:07 +02:00
Brian Hackett
bd4c8d9040 Bug 1157809 - Optimizing scanning of unboxed plain objects and typed objects during nursery collections, r=terrence. 2015-04-24 05:50:03 -06:00
Benjamin Bouvier
bf4e80b8e8 Bug 1157761: Fix a copy-pasto in vm/TypeInference.cpp; r=bhackett 2015-04-23 17:58:29 +02:00
Makoto Kato
f0b4cd36ed Bug 866301 - Part 3. Use system ICU for gonk-JB or later. r=glandium 2015-04-24 11:22:14 +09:00
Jim Blandy
fcf1d8e4b6 Bug 1063257: Implement JS::ubi::Node::size for JSString. r=sfink 2015-03-22 23:06:51 -07:00
Jim Blandy
07096b90b5 Bug 1155438: Don't permit inconsistent values of MOZ_MEMORY between js/src and the top level. r=glandium 2015-04-22 09:14:18 -07:00
Shu-yu Guo
88cbc35bcf Bug 1157415 - Tweak XPConnect stack size for 32bit Windows. (r=bholley) 2015-04-23 14:57:44 -07:00
Terrence Cole
100a32f98a Bug 1156390 - Do CheckMarkedThing on internal edges as well as roots; r=sfink 2015-04-20 10:42:35 -07:00
Kartikaya Gupta
8ec41da08a Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Nikhil Marathe
2066a34115 Backed out changeset cb59db723d15 (Bug 1058695) for bustage on CLOSED TREE 2015-04-23 09:46:52 -07:00
Nikhil Marathe
2044b5f4b0 Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-22 16:34:21 -07:00
Nikhil Marathe
b87183f786 Backed out changeset 527cd70f241f (Bug 1058695) for bustage 2015-04-23 09:07:16 -07:00
Nikhil Marathe
ee9adaed00 Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-22 16:34:21 -07:00
Benjamin Bouvier
8d1c0b939a Bug 1142668: Fix int32x4 to float32x4 conversion in asm.js; r=luke 2015-04-07 19:41:30 +02:00
Benjamin Bouvier
fa58e7e31e Bug 1142668: Fix int32x4 to float32x4 conversions in the JIT; r=sunfish 2015-04-23 12:12:41 +02:00
Benjamin Bouvier
6549fd4959 Bug 1135040: Optimize SIMD shifts in Ion; r=nbp 2015-04-07 20:01:24 +02:00
Benjamin Bouvier
2a8eb03e46 Bug 1112627: Remove redundant inline specifier in SIMD operators impl; r=Waldo 2015-02-17 12:01:30 +01:00
Benjamin Bouvier
69005c786d Bug 1112627: Throw on lossy SIMD conversions; r=Waldo 2015-04-21 15:27:27 +02:00
Benjamin Bouvier
21ecfad138 Bug 1112627: Implement shift count saturation; r=Waldo 2015-04-07 19:47:40 +02:00
Tooru Fujisawa
87be1f31f6 Bug 1153656 - Test class only if available in semicolon-less-return.js. r=efaust 2015-04-23 23:14:03 +09:00
Jan de Mooij
bfb27c97d1 Bug 1155946 part 1 - Add a mayResolve class hook to optimize objects with resolve hooks better. r=bhackett 2015-04-23 15:51:28 +02:00
Brian Hackett
7daeae824c Bug 1149498 - Watch for preliminary object groups in more places, r=jandem. 2015-04-23 07:42:55 -06:00
Benjamin Bouvier
0ec7c30736 Bug 1157628: Reformat spidermonkey source directory, again; r=jandem 2015-04-23 12:22:36 +02:00
Jon Coppeard
14afe613f8 Bug 1156295 - Refactor GC rooting in StructType::DefineInternal() r=terrence 2015-04-23 11:17:15 +01:00
Carsten "Tomcat" Book
c0eb5c1c2b Merge mozilla-central to mozilla-inbound on a CLOSED TREE 2015-04-23 08:41:04 +02:00
Carsten "Tomcat" Book
150d4d1475 Backed out 19 changesets (bug 1149397, bug 1065657, bug 1024774) for fixing Linux PGO xpcshell bustage on a CLOSED TREE
Backed out changeset 53058615e7a3 (bug 1024774)
Backed out changeset 68fe0894bb09 (bug 1065657)
Backed out changeset 1b9620d674df (bug 1024774)
Backed out changeset a31c514b59da (bug 1024774)
Backed out changeset 0fcf8757f6c2 (bug 1024774)
Backed out changeset 9a3c71b925d4 (bug 1024774)
Backed out changeset 783acc92af04 (bug 1024774)
Backed out changeset ad71c9a3446b (bug 1024774)
Backed out changeset 4f37e72e70f6 (bug 1024774)
Backed out changeset ec869578cc0a (bug 1024774)
Backed out changeset 3c1d306c8a3d (bug 1024774)
Backed out changeset b3a90f30892d (bug 1024774)
Backed out changeset cf7bbb3774c0 (bug 1024774)
Backed out changeset 2522eb4d3cf2 (bug 1024774)
Backed out changeset 89a502d88f9c (bug 1024774)
Backed out changeset 61046ad3161f (bug 1024774)
Backed out changeset 36706aaa2f06 (bug 1024774)
Backed out changeset ba8e68e05149 (bug 1149397)
Backed out changeset 532169437c2f (bug 1065657)
2015-04-23 08:37:24 +02:00
Tooru Fujisawa
7ff8eb6ebe Bug 891107 - Part 3: Report argument type error as TypeError in js-ctypes. r=jorendorff 2015-04-23 13:41:31 +09:00
Tooru Fujisawa
e41543271c Bug 891107 - Part 2: Report argument length error as TypeError in js-ctypes. r=jorendorff 2015-04-23 13:41:27 +09:00
Tooru Fujisawa
655e4be011 Bug 891107 - Part 1: Show information about value, type, function, and argument number in type conversion error messages in js-ctypes. r=jorendorff 2015-04-23 13:41:10 +09:00
Dan Gohman
87d5a3b2fd Bug 1150337 - OdinMonkey: Optimize the full range of immediate offsets on x64. r=luke 2015-04-22 21:08:15 -07:00
L. David Baron
9c2c51b7f1 Back out changeset 1ae18f4c151f (bug 944164) for not compiling on Windows XP, on a CLOSED TREE. 2015-04-22 21:04:38 -07:00
Nick Fitzgerald
0ab398e1f3 Bug 1065657 - Follow up: remove bad friend declaration that leads to GCC warnings and burnt trees on a CLOSED TREE; r=tromey 2015-04-22 11:38:09 -07:00
Nick Fitzgerald
266df19429 Bug 1024774 - Part 14: Ignore protobuf indirect calls in the GC hazard analysis;
r=sfink
2015-04-22 11:09:55 -07:00
Nick Fitzgerald
d6fab00041 Bug 1024774 - Part 13: Change to new SpiderMonkey style from bug 1144366; r=me 2015-04-22 11:09:55 -07:00
Nick Fitzgerald
fecaadc68d Bug 1024774 - Part 11: Implement a JS::ubi::Node specialization for DeserializedNode; r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald
3d752dd19f Bug 1024774 - Part 8: Add JS::ubi::Node::isLive; r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald
e797802e4e Bug 1024774 - Part 3: Serialize heap snapshots. r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald
1139958cb1 Bug 1149397 - JS::ubi::Node::edges should return a mozilla::UniquePtr; r=jimb 2015-04-22 11:09:53 -07:00
Nick Fitzgerald
d063665a29 Bug 1065657 - Allow multiple Debuggers to track allocations at the same time; r=shu 2015-04-22 09:49:07 -07:00
Nick Fitzgerald
6cc189d07d Bug 1150253 - Part 3: Migrate onGarbageCollection tests; r=sfink 2015-04-22 09:43:02 -07:00
Nick Fitzgerald
5f39b84c47 Bug 1150253 - Part 1: SpiderMonkey should call an embedder-provided callback
instead of running the onGarbageCollection hook immediately; r=sfink
2015-04-22 09:43:02 -07:00
Nick Fitzgerald
49a806f3bb Bug 1153922 - Add a SandboxOptions option for creating the sandbox in a fresh JS::Zone. r=mrbkap 2015-04-13 14:25:00 -04:00