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

47125 Коммитов

Автор SHA1 Сообщение Дата
André Bargull 2e4d6e0f27 Bug 730831 - Use extended ISO-8601 year format in Date#toISOString if necessary. r=jorendorff 2014-10-26 16:54:25 +01:00
Bill McCloskey cbecfa296f Bug 1123868 - Clear interposition map after deleting it (r=mccr8) 2015-01-28 12:10:53 -08:00
Kannan Vijayan 0ba8f7b3a3 Bug 1124070 - Handle baseline eval frames in JitProfilingFrameIterator. r=jandem 2015-01-28 14:32:42 -05:00
Terrence Cole 7604aa35cf Bug 1075572 - Join the alloc task when finishing the GC; r=bhackett
--HG--
extra : rebase_source : f430ce2a54987fa45094f2313b6eb662bc80e697
2015-01-26 13:29:00 -08:00
Benjamin Bouvier 4c2407e619 Bug 1126409: Add SIMD check in test + move SIMD tests into jit-tests/tests/SIMD; r=h4writer
--HG--
rename : js/src/jit-test/tests/ion/simd-bug1121299.js => js/src/jit-test/tests/SIMD/bug1121299.js
rename : js/src/jit-test/tests/ion/simd-bug1123631.js => js/src/jit-test/tests/SIMD/bug1123631.js
rename : js/src/jit-test/tests/ion/simd-unbox.js => js/src/jit-test/tests/SIMD/unbox.js
extra : rebase_source : 755008a582298295fb6877341fbcc5bf529abbec
2015-01-28 10:51:00 +01:00
Lars T Hansen 9de24b473a Bug 1126406 - guard a test. r=me 2015-01-28 09:34:33 +01:00
Benjamin Bouvier 2291714ab4 Bug 1126116: Force double coercion of SetPropertyPolymorphic's float32 input values; r=nbp
--HG--
extra : rebase_source : 11f0e9fa2ebe0af32dc80806df24af1221c0cba2
2015-01-27 14:40:48 +01:00
Nicholas Nethercote 3163cfc2c1 Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj.
It feels safer to use a function with a new name, rather than just changing the
behaviour of the existing function.

For most of these cases the PL_DHashTableLookup() result was checked with
PL_DHASH_ENTRY_IS_{FREE,BUSY} so the conversion was easy. A few of them
preceded that check with a useless null check, but the intent of these was
still easy to determine.

I'll do the trickier ones in subsequent patches.

--HG--
extra : rebase_source : ab37a7a30be563861ded8631771181aacf054fd4
2015-01-22 21:06:55 -08:00
Tooru Fujisawa dbb48a7402 Bug 1069416 - Part 4: Remove JS_HAS_SYMBOLS support from make_opcode_doc.py. r=Waldo 2015-01-28 13:06:37 +09:00
Tooru Fujisawa 6cb3c9a81b Bug 1069416 - Part 3: Remove std_iterator from js tests. r=evilpie 2015-01-28 13:06:37 +09:00
Tooru Fujisawa ee95717e31 Bug 1069416 - Part 2: Remove JS_HAS_SYMBOLS from js tests. r=evilpie,mrbkap 2015-01-28 13:06:37 +09:00
Tooru Fujisawa 102aa30542 Bug 1069416 - Part 1: Remove JS_HAS_SYMBOLS. r=evilpie 2015-01-28 13:06:37 +09:00
Eric Faust 0ff2dd4e40 Bug 1072760. r=jorendorff 2015-01-27 22:36:01 -05:00
Brian Hackett e69f7d8be0 Bug 1125770 - Always trace |this| slot in Ion frames, r=jandem. 2015-01-27 18:11:44 -07:00
Shu-yu Guo e8bafaf621 Bug 1125120 - Clean up Debugger.Frames when the debug mode in-place Ion bailout fails. (r=jandem) 2015-01-27 17:06:24 -08:00
Shu-yu Guo 4e73ce230d Bug 1119363 - Tweak trusted stack buffer size to give Win64 PGO more room. (r=bholley) 2015-01-27 17:06:23 -08:00
Dan Gohman dec6df704c Bug 1125734 - IonMonkey: Completely disable the MakeLoopsContiguous optimization for loops made unnatural by OSR r=jandem 2015-01-27 16:28:07 -08:00
Tooru Fujisawa 86f876d02e Bug 1125512 - Part 4: Use .format() instead of modulo operator in jit_test.py. r=terrence 2015-01-28 05:19:30 +09:00
Tooru Fujisawa 2cf1799c9c Bug 1125512 - Part 3: Use .format() instead of modulo operator in jstests.py. r=terrence 2015-01-28 05:19:30 +09:00
Tooru Fujisawa c413af1180 Bug 1125512 - Part 2: Use .format() instead of modulo operator in js test libs. r=terrence 2015-01-28 05:19:30 +09:00
Tooru Fujisawa 27b4fc6b24 Bug 1125512 - Part 1: Use .format() instead of modulo operator in manifest.py. r=terrence 2015-01-28 05:19:30 +09:00
Ryan VanderMeulen 616fece98a Backed out changeset 8361462f2a02 (bug 1125389) for mochitest asserts. 2015-01-27 15:13:12 -05:00
Daniel Holbert ecc505e336 Bug 1126438: Annotate canClone() and clone() as MOZ_OVERRIDE, in MIR.h. r=ehsan 2015-01-27 11:53:25 -08:00
Steve Fink 5512694ec4 Bug 1125398 - Benchmark load: simple events, r=terrence
--HG--
extra : rebase_source : b7cdda46c91f9cdccf48a5d473b3f6cac5e0ad06
2015-01-26 15:27:18 -08:00
Steve Fink 3a74f71bf9 Bug 1125398 - Benchmark load: arrays of Map (for foreground finalized), r=terrence
--HG--
extra : rebase_source : 8f4ccd90dc0f38bc5bb147997c93213ee8ea7274
2015-01-21 13:41:43 -08:00
Steve Fink 0240402ceb Bug 1125398 - Benchmark load: large ArrayBuffers (for big malloc data), r=terrence
--HG--
extra : rebase_source : 3af9dd952697c475c5fdd3881ffb6126d5daac4b
2015-01-21 13:20:17 -08:00
Steve Fink e37454e5b9 Bug 1125398 - Benchmark load; DOM textNodes, r=terrence
--HG--
extra : rebase_source : 985b2c8cfa48fb40b0337da678be3f3fa97d4d11
2015-01-21 13:12:58 -08:00
Steve Fink be79474ad3 Bug 1125398 - Benchmark load: large objects, r=terrence
--HG--
extra : rebase_source : 13bd7ec0cdc379241ffefdc1fdee485de1b04937
2015-01-21 12:35:19 -08:00
Steve Fink 7dfd25f82c Bug 1125398 - Benchmark load: Pair of mutually recursive weakmaps, r=terrence
--HG--
extra : rebase_source : 9e34b076113ca5ae8e92be694dd2f77d5a61fc21
2015-01-20 17:07:51 -08:00
Steve Fink 30ee3c7040 Bug 1125398 - Benchmark load: self-referential WeakMap, r=terrence
--HG--
extra : rebase_source : b15841d8795dd93b6009e57c76f87d33b6c5b34c
2015-01-13 09:15:30 -08:00
Steve Fink 4aa286cfa8 Bug 1125398 - Give each test load its own parameters, r=terrence
--HG--
extra : rebase_source : 2668e910ed390a2b25dfa83578159635bd99ee3f
2015-01-26 12:53:03 -08:00
Steve Fink 200d009feb Bug 1125398 - Split off harness.js from index.html, r=terrence
--HG--
extra : rebase_source : 2e80eea7d2c4e8fba8de31868eea83d93ac948d5
2015-01-13 09:14:01 -08:00
Eric Skoglund fff6b439db Bug 1107645 - Implement TypedArray.forEach in accordance with the ecma 6 revision 31 spec. r=evilpie
Added reference to the forEach function in TypedArrayObject.cpp. Also added the correct specification reference to the function.

Tests added for the TypedArray#forEach based on the tests for TypedArray#some

Added reference to forEach in test_xrayToJs.xul

Added test to assert that forEach returns undefined.

Added new Proxy() to list of invalid receivers.
2015-01-26 12:46:00 -05:00
Brian Hackett 67bb1b357c Bug 1125389 - Fix NewReshapedObject to use the old shape's data. r=jandem 2015-01-27 14:29:05 -05:00
Jarda cc6c44b80f Bug 1101356 - MHypot Instruction supports up to four arguments. r=nbp 2015-01-27 18:58:17 +01:00
Jarda 659f621d17 Bug 1101356 mips part - MIPS Simulator: Support for calling functions that have three and four double parameters. r=rankov 2015-01-27 18:58:17 +01:00
Jarda 1c83e49c5e Bug 1101356 arm part - Arm Simulator: Support for calling functions that have three and four double parameters. r=mjrosenb 2015-01-27 18:58:17 +01:00
Jeff Walden 246a76fd61 Bug 949220 - Make all the Intl objects' finalizers tiptoe around an unavoidable, intermediate-state OOM bug during construction of these objects. The underlying issue sadly remains. r=efaust
--HG--
extra : rebase_source : 3f771c10849284253e2f6b4a367142c67b4e7fee
2015-01-26 17:14:59 -08:00
Jeff Walden cfc0f2faad Bug 1111101 - Add a test. (This was fixed by another bug since its filing, woo.) r=test
--HG--
extra : rebase_source : 5e2fca4e1f1f84e38634af7090c222330c4a42e7
2015-01-24 04:16:50 -08:00
Jeff Walden d6dbb2722c Bug 1122286 - Correctly detect unparenthesized yield expressions in argument lists when syntax parsing and report a syntax error. r=jorendorff on the first version, f=shu on a version functionally equivalent but with a different paint job
--HG--
extra : rebase_source : 4b630f573b90981c0c6cee8b3bfd92ce06173127
2015-01-15 15:01:54 -08:00
Jeff Walden a52edb0d6a Bug 1122286 - Add proper expected line numbers for all unparenthesized comma expressions as tail expression in comprehensions (that is, |(for (x of []) 1, 2)|). The comma isn't considered part of the expression, so a closing parenthesis is expected where the comma is. And because *all* of these strings have |1, | at the starts of these, every single one has line number 1. r=shu
--HG--
extra : rebase_source : 1eef0f2cec1c4de3dabfb98779b4e49ad25d364c
2015-01-22 17:10:25 -08:00
Jeff Walden 3c49725911 Bug 1122286 - Add correct line numbers to the tests checking for the correct error parsing the iterable in a for-of comprehension. r=shu
--HG--
extra : rebase_source : c6ba002caccfb9d74f8a54b86405a3bd424228ce
2015-01-22 16:57:22 -08:00
Jeff Walden 2b8436c274 Bug 1122286 - Add custom line numbers to every expected error in ecma_6/Comprehensions/error-messages.js. The numbers for three error messages are obviously wrong, but they're (before and after this patch) unchecked, so it's not a problem. These numbers will be checked and fixed in followup patches. r=shu
--HG--
extra : rebase_source : 96c5bd096fcc4f9c51b3ce4a752459aa124ffae7
2015-01-22 16:42:12 -08:00
Jeff Walden 66e43513dd Bug 1112774 - Remove JS_DoubleTo{Ui,I}nt32 in favor of JS::To{Ui,I}nt32. r=jorendorff
--HG--
extra : rebase_source : 0f526faad2330aea9b8738d476aed5ce9aefde1e
2015-01-07 10:06:03 -06:00
Jeff Walden e1844a8d25 Bug 1112774 - Add a raft of other conversion methods to js/public/Conversions.h past just JS::ToObject. r=jorendorff
--HG--
extra : rebase_source : 5d04a08a8fd51952283ce2a819149da035311b59
2014-12-17 13:50:20 -08:00
Heiher 822c6dc0a1 Bug 1126097 - IonMonkey: MIPS: Fix mistakes in AssemblerMIPS::as_ins and as_ext. r=rankov 2015-01-26 17:17:00 +01:00
Heiher 9841023b4f Bug 1125722 - IonMonkey: MIPS: Fix method ma_b with ImmGCPtr in MacroAssembler-mips. r=rankov 2015-01-25 23:31:00 +01:00
Ehsan Akhgari 9cd10b7b4f Bug 1117034 - Mark some overridden functions in the tree as override
--HG--
extra : rebase_source : a37ba6b69c02db90b8f3c440ac2dbca4d80c8bc5
2015-01-26 21:09:59 -05:00
Jon Coppeard adbb129754 Bug 1124581 - Remove dead code related to conservative scanner r=terrence 2015-01-27 10:21:55 +00:00
Carsten "Tomcat" Book 0819272171 Backed out changeset 0767ae5882f9 (bug 1125770) for static analysis build bustage on a CLOSED TREE 2015-01-27 11:20:14 +01:00