Commit Graph

35277 Commits

Author SHA1 Message Date
Jinank Jain
82d6edcee6 Bug 1021963 - Self host isNaN and isFinite. r=jwalden
--HG--
extra : rebase_source : 263a62a38ddfa782ece8d0217dc973d66a98e92b
2014-08-23 20:42:05 +05:30
Eric Faust
dd4eb066b2 Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
Eric Faust
33d3cc6444 Bug 1017862 - Remove virtual destructor from BaseProxyHandler. (r=jorendorff) 2014-08-28 13:30:56 -07:00
Benjamin Bouvier
35dc8648b5 Bug 1059606: Take into account that coerced math builtin calls can be in deadCode; r=luke
--HG--
extra : rebase_source : 2017251dd162966e01a8047d8840301d7c427106
2014-08-28 21:46:28 +02:00
Terrence Cole
2b4febb41e Bug 1055163 - We do not need to visit nursery children in UnmarkGrayObject; r=sfink 2014-08-26 16:02:28 -07:00
Jason Orendorff
89b0077e1e Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo.
--HG--
extra : rebase_source : f2365f340299edac9db040280a2a13aa254e5148
2014-08-21 16:34:00 -05:00
Jason Orendorff
8329a70b42 Bug 1041631, part 1 - Change Symbol tests to pass if Symbol is not defined. r=Waldo.
--HG--
extra : rebase_source : b8510807640d3f0da483904079a26467829f7e70
2014-08-20 13:30:04 -05:00
Terrence Cole
06d6e05e7b Bug 1057393 - Fix a regression on octane-zlib; r=sfink
--HG--
extra : rebase_source : 3ecf3f741cb5264a426c6edf97ce59184ae6cd34
2014-08-25 09:29:51 -07:00
James Long
a979df97bd Bug 1037675 - Improve Debugger 'findScripts': Add 'source' param and allow 'displayURL' with 'line'. r=jorendorff 2014-08-28 08:55:00 -04:00
Ryan VanderMeulen
f7b84637bf Bug 1059589 - Skip testBug1057248.js if SharedArrayBuffer isn't supported. r=lth 2014-08-28 13:02:32 -04:00
Kannan Vijayan
e4ade03675 Bug 1059555 - Fix js/src/SplayTree forEach to not inadvertantly copy the callback functor. r=bhackett 2014-08-28 12:18:44 -04:00
David Major
fe73a6c3fb Bug 1023941 - Part 5: Loader hook to redirect the missing import. r=bsmedberg
--HG--
extra : rebase_source : 7cf2e857f51dcfcc95bb806d49ef13b794f5ba5b
2014-08-28 14:53:38 +12:00
Ryan VanderMeulen
029687bc0b Backed out changeset b9c155d1b30d (bug 1005306) for mochitest-dt failures and various leaks.
CLOSED TREE
2014-08-27 22:59:22 -04:00
Till Schneidereit
130ddc4d53 Bug 1005306 - Improve GC-handling of canonical JSScript for LazyScripts. r=jonco,billm 2014-08-28 02:39:08 +02:00
Eric Faust
96d6ad8f2d Bug 1027964 - Standardize proxy handler families. (r=jorendorff) 2014-08-27 17:09:06 -07:00
Brian Hackett
b280cad65b Bug 1057571 - Allow copy on write arrays in non-compileAndGo code, r=jandem. 2014-08-27 09:12:10 -07:00
Till Schneidereit
68723e30a2 Bug 1053944 - Change RegExp.$N getters to return '' instead of undefined for non-matched groups. r=waldo 2014-08-27 15:19:30 +02:00
Guptha Rajagopal
18217724c4 Bug 1048384 - Getter/setter syntax should work with computed property names. r=jorendorff 2014-08-23 13:52:00 -04:00
Benjamin Bouvier
46a43a47fb Bug 1052514: Use AsmJSNumLit in AsmJSModule.h; r=luke 2014-08-27 12:21:42 +02:00
Branislav Rankov
d8148ee08e Bug 969375 - Enable IonMonkey on MIPS. r=jandem,glandium 2014-08-26 17:11:54 +02:00
Branislav Rankov
c30bbe6d27 Bug 1058685 - IonMonkey MIPS: Removed unneeded temp in LAsmJSLoadFuncPtr. r=bbouvier 2014-08-27 14:13:07 +02:00
Branislav Rankov
612a80d7c6 Bug 1058685 - IonMonkey MIPS: Fix warnings and style in MIPS code. r=bbouvier 2014-08-27 13:42:59 +02:00
Branislav Rankov
29964eceb5 Bug 1058582 - IonMonkey MIPS: Implemented visitClzI r=dougc 2014-08-26 15:36:39 +02:00
Benjamin Bouvier
8ef02d3fa2 Backed out changeset d3f44966d998 (bug 1052514) for jit test failures on a CLOSED TREE
--HG--
extra : histedit_source : 40689854882f87883ce2d5018f0919c39273d137
2014-08-27 13:40:39 +02:00
Benjamin Bouvier
c99071e27e Bug 1052514: Use AsmJSNumLit in AsmJSModule.h; r=luke 2014-08-27 12:21:42 +02:00
Benjamin Bouvier
9bf1f39c10 Bug 1052514: Move AsmJSNumLit and use it in Globals; r=luke 2014-08-27 12:21:38 +02:00
Benjamin Bouvier
97e6c15374 Bug 1052325: AsmJS: make return coercion optional for standard math lib functions calls; r=luke 2014-08-27 12:20:14 +02:00
Benjamin Bouvier
8d28f69579 Bug 1052325: Odin: Rename CheckCall into CheckCoercedCall; r=luke 2014-08-27 12:19:49 +02:00
Hannes Verschore
771eb8792c Bug 1056581 - Use fast getc on windows, r=jorendorff 2014-08-27 12:05:51 +02:00
David Major
6bb6f521fb Bug 1001332 - Set subsystem version to 5.01 to make VS2013 builds run on XP. r=glandium
--HG--
extra : rebase_source : 30b0f750d6a094e16cc9815db697f6bd39ae5a97
2014-08-27 21:20:10 +12:00
Douglas Crosher
0e9a0b1992 Bug 1058587 - OdinMonkey MIPS: bias the global-register to improve instruction encoding efficiency. r=dougc 2014-08-27 10:08:16 +10:00
Guptha Rajagopal
cfe3259e10 Bug 1041128 - Allow duplicate properties in object literals r=jorendorff
* * *
Bug 1041128 - Duplicate property name in object literal is allowed in ES6 strict mode part 2 r=Waldo
2014-08-23 13:44:00 +02:00
Jan de Mooij
5edde19b8e Bug 1056529 - Remove old workarounds for MSVC PGO bugs. r=h4writer 2014-08-27 10:14:07 +02:00
Chris Peterson
855b7d07f1 Bug 1036781 - Part 8: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/*Allocator.* code. r=jandem 2014-08-26 22:55:24 -07:00
Douglas Crosher
293d1f43ee Bug 1041079 - IonMonkey: guard against there being no TLS PerThreadData when flushing the icache. r=luke 2014-08-12 11:17:49 +10:00
Nicholas Nethercote
8b3951c20f Bug 1057912 - Privatize most of PLDHashTable's fields. r=roc.
--HG--
extra : rebase_source : 0f55e70b63d9c191fbd9418cb1177ff534deeed9
2014-08-25 16:56:33 -07:00
Brian Hackett
765866263b Bug 1057219 - Add write barrier for the owner of COW elements, r=billm. 2014-08-26 14:12:23 -07:00
Brian Hackett
9a392d046b Bug 1058168 - Tolerate a null PerThreadData runtime in runtimeIfOnOwnerThread(), r=luke. 2014-08-26 13:49:45 -07:00
Brian Hackett
8113219bb6 Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj. 2014-08-26 12:30:36 -07:00
Kannan Vijayan
980195c376 Bug 1057082 - Part 1 - Add profilingActivation linked list and refactor ProfilingFrameIterator. r=luke 2014-08-26 14:03:04 -04:00
Jan de Mooij
27cc53f6f9 Bug 1058631 part 1 - Some minor GC performance improvements. r=terrence 2014-08-26 19:07:59 +02:00
Terrence Cole
9cd68fdbee Bug 1057140 - Revert JS_realloc bustage from bug 1033442; r=sfink 2014-08-25 12:28:38 -07:00
Luke Wagner
62cab66023 Bug 1053544 - issue link-time validation error when given proxy global/import objects (r=efaust)
--HG--
extra : rebase_source : bbbdac41e3bef432124471787e79b00d40e13133
2014-08-26 08:41:17 -05:00
Luke Wagner
b91d02d47f Bug 1053544 - OdinMonkey: issue link-time validation error when given value with under-defined coercion (r=Waldo)
--HG--
extra : rebase_source : 636b2fe0085e9deeded18889f0db1d7ace4c0ef9
2014-08-14 10:00:37 -05:00
Ryan VanderMeulen
7e06a648a4 Backed out changeset b8a962a66a80 (bug 1044578) for ARM simulator orange. 2014-08-26 09:56:43 -04:00
Marty Rosenberg
c58836b62b Bug 1044578: Try to evict correctly-sized registers, failing that evict all necessary registers. (r=sunfish) 2014-08-26 08:14:05 -04:00
Branislav Rankov
89d9fa1ff9 Bug 1007156 - Port changes from bug 991153 to MIPS. Support for all float32 regs, part 2. r=mjrosenb 2014-08-14 14:39:38 +02:00
Branislav Rankov
482a88f0aa Bug 1007156 - Port changes from bug 991153 to MIPS. Support for all float32 regs, part 1. r=mjrosenb 2014-08-22 11:37:06 +02:00
Branislav Rankov
900bfd416c Bug 1050713 - IonMonkey MIPS: Fix the branch check in branchTruncateDouble. r=nbp 2014-08-22 11:08:01 +02:00
Jan de Mooij
74946fb5d5 Bug 1057582 - Remove a bogus assert. r=bhackett 2014-08-26 10:14:06 +02:00