Commit Graph

43323 Commits

Author SHA1 Message Date
Jeff Walden
2979a36492 Bug 1030263 - Make top-level let declarations a syntax error in self-hosted code. r=till
--HG--
extra : rebase_source : c815d9ea118a0df6fed2b6bf4a0e11623fbf3a10
2014-06-25 10:33:47 -07:00
Stephen Gowan
e73459853c Bug 622646 - Use a better error message when a |let| declaration shadows an exception identifier in a |catch| block. r=jwalden
--HG--
extra : rebase_source : 1086a8c8bca564f91df18c5abd41120d047ce35f
2014-06-22 20:03:13 -04:00
Stephen Gowan
97bfc116b1 Bug 622646 - Use a better error message when a |const| declaration shadows an exception identifier in a |catch| block. r=jwalden
--HG--
extra : rebase_source : 37fcb6c2af529dbdf9be1ed0fbcfc24b31d7f17d
2014-06-22 00:19:04 -04:00
Shu-yu Guo
12ce7f92fe Bug 1015339 - Spot fix FormatStackDump. (r=bz) 2014-06-27 13:29:03 -07:00
Gary Kwong
8528ee9fb0 changeset: 217199:e58ff2fcc8a1
bookmark:    jto/bug-1030014-more-deterministic
parent:      217183:123e07744d21
user:        Jason Orendorff <jorendorff@mozilla.com>
summary:     Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink.
2014-06-27 14:27:01 -05:00
Peter Van der Beken
ff0e975b03 Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
--HG--
extra : rebase_source : f5c7a235a9a880f829ff39ccbb92508cbaad31a5
2014-06-27 21:39:50 +02:00
Ryan VanderMeulen
300f0aa0d7 Merge m-c to inbound. a=merge 2014-06-27 15:56:35 -04:00
Jim Blandy
6f3f9261c0 Bug 800200: Remove the js/jsd directory. r=jorendorff,sfink 2014-06-27 11:05:08 -07:00
Jim Blandy
e07aaa8185 Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug 2014-06-27 11:05:08 -07:00
Jan de Mooij
c5a77ab2ce No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat 2014-06-27 16:33:07 +02:00
Dan Gohman
abf3658282 Bug 1004363 - IonMonkey: A new value-numbering implementation based on a dom-tree DFS. r=nbp 2014-06-27 10:38:44 -07:00
Steve Singer
f7e8253480 Bug 1030400 - Add sym to the 32 bit big endian branch. r=jorendorff 2014-06-25 18:48:00 +02:00
Kannan Vijayan
e5b3b21525 Bug 928928 - Add missing property GetProp stub in BaselineJIT. r=nbp 2014-06-27 13:35:24 -04:00
Dan Gohman
00ded84768 Bug 1030378 - IonMonkey: Fix lifetime bounds for non-fixed call uses. r=mjrosenb 2014-06-27 10:18:49 -07:00
Terrence Cole
f2fe8bbd7a Bug 1027221 - Allow incremental GC barriers on off-main-thread permanent atoms; r=billm
--HG--
extra : rebase_source : 269fadc9dbb6dd9cffd6b87f01ff4b4fc4738ef4
2014-06-26 14:15:15 -07:00
Shu-yu Guo
87205a8375 Bug 1029910 - Skip over unreadable slots in InlineFrameIterator. (r=nbp) 2014-06-27 00:41:20 -07:00
Shu-yu Guo
0b680d2b4b Bug 1028331 - Use BailoutKind to report more detailed PJS bailout warnings. (r=lth) 2014-06-27 00:41:20 -07:00
Dan Gohman
7a4ab2f151 Bug 1027900 - IonMonkey: When spilling an interval that has a desginated spill interval, use it. r=bhackett 2014-06-26 20:39:04 -07:00
Nigel Babu
25d6245566 Backed out changeset 567152f907a1 (bug 1028331) for Jit failures 2014-06-27 08:48:14 +05:30
Nigel Babu
48fceceaa9 Backed out changeset b3124d14db16 (bug 1029910) for Jit failures 2014-06-27 08:47:19 +05:30
Dan Gohman
a2658376db Bug 1027900 - IonMonkey: Split live intervals that start in memory at their first register use. r=bhackett 2014-06-26 20:04:12 -07:00
Dan Gohman
cfff6ea2b3 Bug 1027900 - IonMonkey: LUse::ANY has an active preference for registers over memory. r=bhackett 2014-06-26 19:24:24 -07:00
Carsten "Tomcat" Book
e4f5e9f3a3 Backed out changeset 2c6403818106 (bug 1027402) for bustage on a CLOSED TREE 2014-06-27 14:21:46 +02:00
Carsten "Tomcat" Book
cbe01cdaa8 Backed out changeset 346912776f97 (bug 1027402) 2014-06-27 14:21:22 +02:00
Carsten "Tomcat" Book
76beb8d59f Backed out changeset 285c853fedfa (bug 1027402) 2014-06-27 14:21:20 +02:00
Carsten "Tomcat" Book
0c7ea5265d Backed out changeset 96443362db6f (bug 1027402) 2014-06-27 14:21:17 +02:00
Eric Faust
6f7e434c6b Bug 1027402 - Part 4: Mark Proxy Handler uses const. (r=jorendorff, r=bz) 2014-06-27 04:44:08 -07:00
Eric Faust
62d61ccf3f Bug 1027402 - Part 3: Mark all Proxy Handler methods const. (r=jorendorff, r=bz) 2014-06-27 04:44:06 -07:00
Eric Faust
6091687271 Bug 1027402 - Part 2: Mark Proxy Handler instances as const. (r=bholley) 2014-06-27 04:44:04 -07:00
Eric Faust
89bdda2ed7 Bug 1027402 - Part 1: Remove set* from BaseProxyHandler. (r=bholley) 2014-06-27 04:44:02 -07:00
Eric Faust
d365e40ce3 Bug 1015790 - Remove PropDesc::descObj_. (r=jorendorff) 2014-06-27 03:46:00 -07:00
Boris Zbarsky
6fb6c4f15d Bug 1030938. Stop copy-constructing iterators in SavedStacks code, because that copy constructor is really slow. Also, hash atoms as pointers, not strings. r=shu 2014-06-26 22:22:32 -04:00
Dan Gohman
d797f13b88 Bug 1027861 - IonMonkey: Micro-optimize dominator calculation. r=sstangl 2014-06-26 14:15:08 -07:00
Shu-yu Guo
f93637b06a Bug 1029910 - Skip over unreadable slots in InlineFrameIterator. (r=nbp) 2014-06-26 18:31:50 -07:00
Shu-yu Guo
450dcc59d9 Bug 1028331 - Use BailoutKind to report more detailed PJS bailout warnings. (r=lth) 2014-06-26 18:31:50 -07:00
Andrea Marchesini
6ec27357af Bug 876683 - DOMFile/DOMBlob refactoring, r=ehsan, r=bent 2014-06-26 09:47:44 -07:00
Andrew McCreight
ddc6e4ad99 Bug 1029660 - Remove nsContentUtils::DeferredFinalize. r=peterv 2014-06-26 09:29:05 -07:00
Luke Wagner
572e5c46aa Bug 1029215 - add missing 'using mozilla::DebugOnly' (r=red) 2014-06-26 09:55:27 -05:00
Andy Wingo
c79090fa82 Bug 981599 - Update parsing of 'yield' to match latest spec r=jorendorff 2014-06-26 16:17:02 +02:00
Luke Wagner
92d316434e Bug 1030183 - move NewStringCopy* definitions to avoid unified-build bustage (r=jandem)
--HG--
extra : rebase_source : 42bf9a3f72cbf9a2316b4ec75104e0a50506f2ed
2014-06-25 11:39:15 -05:00
Luke Wagner
668ef7e8b3 Bug 1030175 - OdinMonkey: use the InterruptMode to avoid faulting for finished Ion compilations (r=bhackett)
--HG--
extra : rebase_source : 3bfaa7c3430a9e151e81f4a616bda06b9e995a82
2014-06-25 11:33:02 -05:00
Luke Wagner
15a3948a44 Bug 1029215 - remove 'using namespace mozilla' from js/src (r=waldo)
--HG--
extra : rebase_source : 4f04012d2f7ddc8f21d7c9d6903cbef84e0675c0
2014-06-25 11:24:10 -05:00
Carsten "Tomcat" Book
8e86bf906b Merge mozilla-central to mozilla-inbound 2014-06-26 15:51:31 +02:00
Carsten "Tomcat" Book
5de1cd29b1 merge fx-team to mozilla-central a=merge 2014-06-26 15:33:24 +02:00
Andy Wingo
0f521c0ae6 Bug 985894 - Sending a value to a newborn generator should not raise an error r=jorendorff 2014-06-26 15:32:30 +02:00
Nathan Froyd
b7326abf6d Backout 4158a1e1ddf9 (bug 1029059) for breaking jstests running 2014-06-26 09:00:51 -04:00
Jim Blandy
40581e329b Bug 801084: Remove documentation for the unimplemented (and certain to be redesigned) Debugger.Object.prototype.hostAnnotations accessor. DONTBUILD r=jorendorff 2014-06-25 22:45:23 -07:00
Ehsan Akhgari
421a7e2389 Backed out changeset a4a56914be72 (bug 1024836) because the upstream LLVM bug is now fixed.
Upstream bug: http://llvm.org/bugs/show_bug.cgi?id=20008
2014-06-25 22:20:25 -07:00
Wes Kocher
9241a8d8d6 Merge m-c to fx-team a=merge 2014-06-25 18:44:50 -07:00
Wes Kocher
ebb9a03a02 Backed out changeset 7c792ae3ab21 (bug 1028866) under suspicion of making Windows PGO bc1 incredibly failure-prone on a CLOSED TREE 2014-06-25 15:46:42 -07:00