Commit Graph

49386 Commits

Author SHA1 Message Date
Eric Faust
e8c9b4486c Bug 1141865 - Part 2: Plumb new.target on the stack and make it accessible to JSNatives. (r=jorendorff, r=jandem, r=shu) 2015-06-03 02:01:14 -07:00
Eric Faust
0bb43f1511 Bug 1141865 - Part 1: Make two ICCall_Fallback, one for constructing invocations. (r=jandem) 2015-06-03 02:01:14 -07:00
Jan de Mooij
ca6ceedd89 Bug 1143679 - Make TryNoteIterIon behave more like Baseline/interpreter iterators. r=shu 2015-06-03 09:35:30 +02:00
Nicholas Nethercote
e849e6588b Bug 1170416 (part 3) - Remove the PLDHashTable2 typedef. r=froydnj.
--HG--
extra : rebase_source : 9510ea47204fffa163cac43aeaaac6ae1ad80419
2015-05-19 16:46:17 -07:00
Tooru Fujisawa
b8c9333677 Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl 2015-06-02 17:28:32 +09:00
Daniel Holbert
d6c8798de6 Bug 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan 2015-06-02 19:45:24 -07:00
Wes Kocher
bcd821592f Merge m-c to inbound, a=merge 2015-06-02 18:43:25 -07:00
Wes Kocher
d80ffbf1c9 Merge inbound to central, a=merge 2015-06-02 18:20:12 -07:00
Ryan VanderMeulen
dcf4ded0cb Backed out changeset 5f2e8622f945 (bug 1139376) for causing frequent Win8 w-p-t timeouts. 2015-06-02 16:05:41 -04:00
Eddy Bruël
27446f880e Bug 1166847 - Implement OpaqueCrossCompartmentWrapper;r=evilpies 2015-06-02 16:54:54 +02:00
Wes Kocher
0ee8be2a55 Backed out 7 changesets (bug 1141865) for assertion failures in various test suites CLOSED TREE
Backed out changeset 3796a4c827e4 (bug 1141865)
Backed out changeset 41a10ac99656 (bug 1141865)
Backed out changeset 027bba006fbb (bug 1141865)
Backed out changeset fc9d645f55b3 (bug 1141865)
Backed out changeset 6b87d4ed5d30 (bug 1141865)
Backed out changeset fcbf3e53cce6 (bug 1141865)
Backed out changeset 4a9a06c26be7 (bug 1141865)
2015-06-01 18:25:38 -07:00
Wes Kocher
c8fae56d8e Backed out changeset c0e7bdb0da7b (bug 1141865) for assertions 2015-06-01 18:24:37 -07:00
Wes Kocher
93b34f209b Backed out changeset 3e660b56c502 (bug 1169171) for easily backing out bug 1141865
--HG--
extra : amend_source : 5e071bcb2a6dce6ed5ec9035c48d9407d5dc3a47
2015-06-01 18:23:51 -07:00
Wes Kocher
dd6d17a95b Backed out changeset 4275a4bf842e (bug 1169511) 2015-06-01 18:23:50 -07:00
Wes Kocher
1cfd1a1753 Backed out changeset 8b0cd6ec2fc4 (bug 1167845) 2015-06-01 18:23:49 -07:00
Wes Kocher
459ee9473f Backed out changeset 79466a3087b1 (bug 1167845) 2015-06-01 18:23:48 -07:00
Wes Kocher
6dff0c284a Backed out changeset ce16efb6bee2 (bug 1141865) for assertions 2015-06-01 18:23:15 -07:00
Wes Kocher
4e9f80ed2e Backed out 14 changesets (bug 1165515) for b2g mochitest-6 permafail CLOSED TREE
Backed out changeset 9b97e2aa2ed9 (bug 1165515)
Backed out changeset 150606c022a2 (bug 1165515)
Backed out changeset 4e875a488349 (bug 1165515)
Backed out changeset 467e7feeb546 (bug 1165515)
Backed out changeset d6b6cc373197 (bug 1165515)
Backed out changeset 0615265b593c (bug 1165515)
Backed out changeset fafd1dce9f08 (bug 1165515)
Backed out changeset d1df869245f9 (bug 1165515)
Backed out changeset 6876a7c63611 (bug 1165515)
Backed out changeset b7841c94a9a3 (bug 1165515)
Backed out changeset e5e3617f7c73 (bug 1165515)
Backed out changeset 39be3db95978 (bug 1165515)
Backed out changeset 0ec74176f8de (bug 1165515)
Backed out changeset 5b928dd10d71 (bug 1165515)
2015-06-01 17:57:58 -07:00
Eric Faust
0b8583211b Bug 1141865 - Followup followup: Fix the WIN64 build on a CLOSED TREE. (rs=shu) 2015-06-01 17:00:25 -07:00
Jeff Walden
04d7a96a62 Bug 1167845 - Rename ParseHandler::isName to ParseHandler::maybeName. r=efaust
--HG--
extra : rebase_source : 28e9268d2e08d3a5aa2f5281623e57e059a35d74
2015-06-01 13:28:36 -07:00
Tooru Fujisawa
cccfd369c8 Bug 1169853 - Require semicolon after export default AssignmentExpression. r=shu 2015-06-03 09:17:41 +09:00
Tooru Fujisawa
cdc4f63343 Bug 1169850 - Handle PNK_EXPORT_DEFAULT in BytecodeEmitter::emitTree. r=shu 2015-06-03 09:17:37 +09:00
Tom Schuster
a65f7266fe Bug 1165722 - Replace JS_GetPropertyDescriptor usage in Xray code. r=bholley 2015-06-02 23:27:39 +02:00
Tom Schuster
8b3a3efd8b Bug 1135993 - Remove js::IsInNonStrictPropertySet. r=jorendorff 2015-06-02 23:27:39 +02:00
Tooru Fujisawa
2caf3e87ee Bug 1169199 - Check platform argument on linux SpiderMonkey shell build and specify target and host on 32bit build. r=sfink 2015-06-03 06:20:19 +09:00
Jeff Walden
6c760fcac6 Bug 1167845 - Rename ParseHandler::isName to ParseHandler::maybeName. r=efaust
--HG--
extra : rebase_source : b24c6a038bbb9ffc36eccf3dd4d477f80c00209a
2015-06-01 13:28:36 -07:00
Jeff Walden
37cc1da7ef Bug 1167845 - Rejigger {in,de}crement/assignment parsing to vet targets primarily through a single Parser::isValidSimpleAssignmentTarget method, so that this method can also be called outside the parser. r=efaust
--HG--
extra : rebase_source : 739982716140ebc1196fc1da7ef1dceb09c20771
2015-05-22 19:02:41 -07:00
Jeff Walden
bf88218fe7 Bug 1169511 - Split PNK_TYPEOF into one kind for application to names, one kind for application to other expressions. r=efaust
--HG--
extra : rebase_source : 5dd56e81026d949994d1d21d064c21563e5e5f36
2015-05-29 13:23:06 -07:00
Jeff Walden
f72feb5e17 Bug 1169171 - Split PNK_DELETE into several different kinds for each of the syntactically distinct modes of |delete| operation, depending upon the syntax of the operand. r=efaust
--HG--
extra : rebase_source : ea5d01bbf504ea6284abede320a07ac76af50a28
2015-05-28 13:47:44 -07:00
Jeff Walden
ee6dd83d3a Bug 1167845 - Rejigger {in,de}crement/assignment parsing to vet targets primarily through a single Parser::isValidSimpleAssignmentTarget method, so that this method can also be called outside the parser. r=efaust
--HG--
extra : rebase_source : 009c063b3713146342771b49c5ac8979a477067e
2015-05-22 19:02:41 -07:00
Jeff Walden
1dce957267 Bug 1169511 - Split PNK_TYPEOF into one kind for application to names, one kind for application to other expressions. r=efaust
--HG--
extra : rebase_source : 7eb38df77ba8a6e15e225143f262b98a1928ae9d
2015-05-29 13:23:06 -07:00
Jeff Walden
6bf345627d Bug 1169171 - Split PNK_DELETE into several different kinds for each of the syntactically distinct modes of |delete| operation, depending upon the syntax of the operand. r=efaust
--HG--
extra : rebase_source : facab1548a5eac009515fc31cc6efce48c50ecaf
2015-05-28 13:47:44 -07:00
Jeff Walden
a9cdabb529 Bug 1163851 - |pc->parsingForInit| is dead. Long live |InHandling|! r=efaust
--HG--
extra : rebase_source : ebbe2cf2afd62d832277124a05a70c46eaa70a15
2015-05-13 21:13:02 -07:00
Jeff Walden
4fa5c7ef6a Bug 1163851 - Actually respect the InHandling parameter in the parser. |pc->parsingForInit| is now unused except for testing; it'll be removed once this has stuck a bit, as this change *does* change semantics in some edge cases. r=efaust
--HG--
extra : rebase_source : 6f145703264eb617f905d9cd4b5884b4430c47fa
2015-05-13 21:13:02 -07:00
Jeff Walden
81f2044adf Bug 1163851 - Remove the remaining two tests of |pc->parsingForInit|, replacing them with yet another argument provided by the caller. r=efaust
--HG--
extra : rebase_source : c8370647298493d056aaa2a80877a64ef6e6e5a0
2015-05-13 21:13:02 -07:00
Jeff Walden
51581e604e Bug 1163851 - Pass the correct |InHandling| argument when parsing the initializer in a LexicalDeclaration in a for-in loop. r=efaust
--HG--
extra : rebase_source : 77caa97069a218d48897529601228ce14076c2b5
2015-05-19 08:29:07 -07:00
Eric Faust
5e9df1f12f Bug 1141865 - Followup: give full rights to a formerly DebugOnly variable to fix the build. (rs=Waldo) 2015-06-01 15:20:17 -07:00
Eric Faust
61542cd8f3 Bug 1141865 - Part 7: Make new.target work in generator functions. (r=jorendorff, r=jandem) 2015-06-01 15:03:43 -07:00
Eric Faust
b323699f80 Bug 1141865 - Part 6: Implement new.target in arrow functions. (r=jandem, r=jorendorff) 2015-06-01 15:03:41 -07:00
Eric Faust
f7b7833c54 Bug 1141865 - Part 5: Implement new.target inside eval. (r=jorendorff, r=jandem) 2015-06-01 15:03:40 -07:00
Eric Faust
6b5128cf93 Bug 1141865 - Part 4: Remove LCallDirectEvalV in anticipation of register pressure with new.target in eval frames. (r=jandem) 2015-06-01 15:03:37 -07:00
Eric Faust
95308b2fdc Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu) 2015-06-01 15:03:34 -07:00
Eric Faust
aa42eef2a3 Bug 1141865 - Part 2: Plumb new.target on the stack and make it accessible to JSNatives. (r=jorendorff, r=jandem, r=shu) 2015-06-01 15:03:32 -07:00
Eric Faust
73fb9a8862 Bug 1141865 - Part 1: Make two ICCall_Fallback, one for constructing invocations. (r=jandem) 2015-06-01 15:03:30 -07:00
Wes Kocher
574f1cba89 Backed out changeset 54d579c1a164 (bug 1170124) for making XP debug jit permapurple 2015-06-01 14:48:12 -07:00
Terrence Cole
7b5343e7f9 Bug 1169692 - Use virtual dispatch in WeakMapTracer instead of function pointers; r=sfink, r=mccr8 2015-06-01 13:14:11 -07:00
Terrence Cole
04c8b8a536 Bug 1169097 - Remove CountHeap; r=sfink 2015-05-28 16:35:06 -07:00
Eric Rahm
f82c0e7caf Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose

Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.

Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-01 14:31:01 -07:00
Eric Rahm
4095cdb19f Bug 1165515 - Part 9: Remove instances of using numeric log levels 1-5. rs=froydnj 2015-06-01 14:31:00 -07:00
Eric Rahm
dc090e3fe5 Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj 2015-06-01 14:31:00 -07:00