Граф коммитов

47582 Коммитов

Автор SHA1 Сообщение Дата
Tooru Fujisawa cd4d2598b2 Bug 1135368 - Do not run shell/futex.js test if SharedArrayBuffer is not defined. r=luke 2015-02-22 12:00:28 +09:00
Brian Hackett 5b341eb95b Bug 1133254 - Improve type information and Ion compilation when dealing with converted unboxed objects, r=jandem. 2015-02-21 18:52:50 -06:00
Tooru Fujisawa f2993c76ff Bug 1135397 - Disable jstests.py on windows ggc build. r=sfink 2015-02-22 08:21:51 +09:00
Brian Hackett 6b5ad1ac1f Bug 1132390 - Consider immediately adjacent move groups when assigning scratch registers to move groups, r=sunfish. 2015-02-21 16:32:59 -06:00
Martin Thomson 1223f2d088 Bug 975144 - Tests for rtcIdentityProvider property, r=gabor 2015-02-22 10:57:20 +13:00
Martin Thomson f96635cdf5 Bug 975144 - Adding rtcIdentityProvider to sandbox global scope, r=gabor 2015-02-22 10:57:20 +13:00
Jan de Mooij c0568bf29b Bug 1132584 - Fix bug with Ion OsiPoint register verifier. r=nbp 2015-02-21 20:20:46 +01:00
Jan de Mooij fb74ea1ae3 Bug 1106982 - Stop doing script/pc lookup in GetNonexistentProperty if extra warnings are disabled. r=jorendorff 2015-02-21 20:20:44 +01:00
Tooru Fujisawa 1a4f6dfdb7 Bug 1135338 - Do not run sharedtypedarray.js test if SharedArrayBuffer is not defined. r=jandem
--HG--
extra : histedit_source : 5afdc455606707a3b352f5ea1eeaff235b0b481b
2015-02-21 16:42:18 +09:00
Boris Zbarsky 9e8395b4c9 Bug 742194 part 1. Add support for throwing uncatchable exceptions to Web IDL bindings. People keep asking for this. r=khuey 2015-02-20 23:58:36 -05:00
Ryan VanderMeulen a93d947fe1 Backed out changesets fbfda0143584 and e8cfd49ac790 (bug 1129510) for crashes.
CLOSED TREE
2015-02-20 20:01:08 -05:00
Kannan Vijayan 54e40c1914 Bug 1129510 - Fix static analysis test failure on CLOSED TREE. r=treeherder-red 2015-02-20 18:50:38 -05:00
Kannan Vijayan a94b9501bb Bug 1129510 - Trace references to JS heap from Profiler buffers. r=shu 2015-02-20 17:50:02 -05:00
Tooru Fujisawa 4f1f33f780 Bug 1131953 - Do not run shell/futex.js test under --no-threads option. r=jandem CLOSED TREE 2015-02-21 05:07:15 +09:00
Sean Stangl c1bb898397 Bug 1134359 - Remove maybeStrSpecial. r=evilpie 2015-02-17 15:59:59 -08:00
Dan Gohman e9a36466a6 Bug 1130845 - Fix jit-tests SIMD/bug1130845.js when SIMD is not available r=me 2015-02-20 11:17:21 -08:00
Boris Zbarsky 5c011f5e57 Bug 1134955. Be more careful with how we stringify property ids for error message reporting. r=jorendorff 2015-02-20 14:16:26 -05:00
Jim Blandy bd6cb854e2 Bug 1134428: Update js/src/make-source-package.sh to include all source files now needed for a SpiderMonkey build. DONTBUILD r=sstangl
--HG--
extra : rebase_source : 9d9c7d47241f7714e48081a69bfcdaf201a83cad
2015-02-20 10:32:56 -08:00
Tooru Fujisawa 8bb15120a9 Bug 1101662 - Run jstests.py during spidermonkey shell builds. r=sfink 2015-02-21 03:37:39 +09:00
Tom Schuster f33031f3a5 Bug 1135031 - Call HasProperty instead NativeLookupProperty in args_enumerate. r=jorendorff 2015-02-20 19:10:06 +01:00
Lars T Hansen 38a07a55fc Bug 1131953 - futex and SAB mbx test cases for the shell. r=luke 2015-02-20 14:06:35 +01:00
Lars T Hansen 980f247ef3 Bug 1131953 - SharedArrayBuffer mailbox for the shell. r=luke 2015-02-20 14:06:35 +01:00
Lars T Hansen b35c2674a2 Bug 1074237 - futex API implementation. r=luke 2015-02-20 14:06:35 +01:00
Tooru Fujisawa 4aca87dc92 Bug 1120168 - Do not use RegExp literal and do not call RegExp constructor before self-hosting global is initialized in Intl.js. r=till 2015-02-20 21:46:03 +09:00
Jon Coppeard 439686762a Bug 1134255 - Add breakdown of allocated and unused GC things by kind in memory reports r=njn
--HG--
extra : rebase_source : aaec1857d252090c2aea9fc8e45a2a82ac492b6c
2015-02-19 11:56:00 +00:00
Boris Zbarsky 6ec1e4c0ad Bug 1109924. Remove pointless DOM proxy handler guards that are covered by the shape guards we have already done. r=jandem 2015-02-19 14:35:15 -05:00
Terrence Cole 6996bd8f54 Bug 1133140 - Part 1: Split GCIfNeeded out of CheckAllocatorState; r=sfink
--HG--
extra : rebase_source : 7ce162a57861728955cb2c3cb707aadb030455d9
2015-02-13 15:53:21 -08:00
Eric Skoglund e97429987d Bug 1121936 - Implement %TypedArray%.prototyp.{map,filter}. r=evilpie 2015-02-19 15:39:07 +01:00
Dirkjan Ochtman e0b2fbfa9f Bug 1121935 - Implement %TypedArray%.prototype.slice. r=evilpie 2015-02-19 15:39:07 +01:00
Till Schneidereit 3a99d04c35 Bug 1121935 - Add intrinsic for retrieving the original constructor for typed array instances. r=Waldo 2015-02-19 15:39:07 +01:00
Jon Coppeard 566098634b Backed out changeset d60d2602deab (bug 1134255) for making test_memoryReporters.xul fail 2015-02-19 13:22:37 +00:00
Jan de Mooij 373c85f972 Bug 1132770 - Don't omit overrecursion check in scripts with potential scripted getter/setter ICs. r=sunfish 2015-02-19 13:19:05 +01:00
Jan de Mooij d371e1429d Bug 718531 - Fix functions with try-finally to not return wrong value in some cases. r=shu 2015-02-19 13:19:03 +01:00
Benjamin Bouvier b0b3d2121a Bug 1133565: Factor SIMD templates within a compartment; r=jandem,jonco
--HG--
extra : rebase_source : 64c185723ef23fce6fe8f8e7569738eaa3526fdf
2015-02-16 21:01:12 +01:00
Jon Coppeard b4faa4b4ec Bug 1134255 - Add breakdown of allocated and unused GC things by kind in memory reports r=njn 2015-02-19 11:56:00 +00:00
Jan de Mooij 1cf54993fa Bug 1133574 - rm js/src/devtools/jint. r=sfink 2015-02-19 11:03:19 +01:00
Jan de Mooij cabd4b5ac1 Bug 1134232 - Don't pass handles to Baseline IC stubs. r=bhackett 2015-02-19 11:03:17 +01:00
Shu-yu Guo d86864335d Backout 4a21032847e0 (bug 1131759) on suspicion of tsvgx regression. 2015-02-18 23:47:38 -08:00
Chris Peterson 9faa49d85c Bug 1133900 - Only collect JS telemetry for web content (not add-on or chrome JS). r=jandem 2015-02-17 11:00:02 -08:00
Boris Zbarsky 729b9f1179 Bug 1134013. Add a version of branchTestObject that takes an Address. r=jandem 2015-02-18 20:56:21 -05:00
Ryan VanderMeulen c966517190 Merge m-c to inbound. a=merge 2015-02-18 20:35:37 -05:00
Ryan VanderMeulen a411359369 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Benjamin Bouvier c7043b053d Bug 1134298: Fix assertion in MConstant::New to handle NaN; r=luke
--HG--
extra : rebase_source : d06940748caf7e1acb25848c780b4df3086263e2
2015-02-18 20:44:08 +01:00
Bill McCloskey c2f40fe8a3 Bug 1131317 - Always unwrap objects before wrapping them in XPCWrappedJS (r=mrbkap) 2015-02-18 10:42:28 -08:00
Tooru Fujisawa 22671df931 Bug 1018628 - Lookup definition node for identifierName in default value in destructuring. r=jorendorff 2015-02-19 03:15:31 +09:00
Benjamin Bouvier 993adae83f Bug 1133859: Allow shared array views as SIMD.load/store arguments; r=lth
--HG--
extra : rebase_source : 491c6d6fe54e7db8bd5460578fc1732fe7d2fdf2
2015-02-18 12:48:39 +01:00
Jan de Mooij dbf4bef164 Bug 1134142 - Replace Baseline ICStub New functions with a variadic template function. r=djvj 2015-02-18 19:06:07 +01:00
Brian Hackett abbe8bd95b Bug 1133254 - Dehandlify shape-updating object methods, allow setting multiple flags on an object at once, r=terrence. 2015-02-18 08:08:36 -07:00
Douglas Crosher 7258683034 Bug 1130827 - Odin: Use SIMD load/store for the fbird test now that they are implemented. r=bbouvier 2015-02-18 20:29:51 +11:00
Jeff Walden 25e73ad49e Bug 1130811 - Inline PushNodeBinaryChildren into its sole caller. r=shu
--HG--
extra : rebase_source : d7b1960dfdc54fa14bf0b6b356761446e99960ae
2015-02-12 16:39:24 -08:00