Tooru Fujisawa
0cfe3ce610
Bug 1185106 - Part 11.2: Add helper functions for async/await test. r=till
...
MozReview-Commit-ID: B3lwv5ejz5g
2016-08-29 02:06:19 +09:00
Tooru Fujisawa
5d7377b42e
Bug 1185106 - Part 11.1: Implement async functions. r=till
...
MozReview-Commit-ID: ChWpakqUlsi
2016-08-29 02:05:55 +09:00
Tooru Fujisawa
f7b54d0f8e
Bug 1185106 - Part 10.3: Add parser test for async arrow function. r=efaust,till
...
MozReview-Commit-ID: 1HCDc8Z1BJU
2016-08-28 23:58:30 +09:00
Tooru Fujisawa
949bd7632a
Bug 1185106 - Part 10.2: Support async arrow function in Reflect.parse. r=efaust,till
...
MozReview-Commit-ID: LYJym1TTrQa
2016-08-28 23:58:30 +09:00
Tooru Fujisawa
b5163f4e1a
Bug 1185106 - Part 10.1: Support async arrow function in Parser. r=till
...
MozReview-Commit-ID: CuMJ5qk2HVs
2016-08-28 23:58:30 +09:00
Tooru Fujisawa
92cd9d396c
Bug 1185106 - Part 9.3: Add parser test for yield in async function statement in export default. r=till
...
MozReview-Commit-ID: 3OsdBSSyz64
2016-08-28 23:58:29 +09:00
Tooru Fujisawa
96c7fbc2ea
Bug 1185106 - Part 9.2: Add parser test for async function statement in export default. r=efaust,till
...
MozReview-Commit-ID: U7PXXOsEpA
2016-08-28 23:58:29 +09:00
Tooru Fujisawa
769d4cad22
Bug 1185106 - Part 9.1: Support async function statement in export default in Parser. r=efaust,till
...
MozReview-Commit-ID: 5oe1f3MRssu
2016-08-28 23:58:29 +09:00
Tooru Fujisawa
c5236c1dc9
Bug 1185106 - Part 8.2: Add parser test for await in module. r=efaust,till
...
MozReview-Commit-ID: JNEYt4Y3fo4
2016-08-28 23:58:29 +09:00
Mariusz Kierski
2c2d7ff0f1
Bug 1185106 - Part 8.1: Treat await as keyword in module. r=efaust,till
...
MozReview-Commit-ID: JnnXaIJvPGW
2016-08-28 23:58:29 +09:00
Tooru Fujisawa
9e6bd2f04e
Bug 1185106 - Part 7.4: Fix property name parsing with async name. r=till
2016-10-31 05:33:11 +09:00
Tooru Fujisawa
a557c2b099
Bug 1185106 - Part 7.3: Add parser test for yield in async method. r=till
...
MozReview-Commit-ID: EkJSBtUFijk
2016-08-28 23:58:29 +09:00
Mariusz Kierski
925b84ddb8
Bug 1185106 - Part 7.2: Add parser test for async method. r=efaust,till
...
MozReview-Commit-ID: Lv2sjpSILhz
2016-08-28 23:58:29 +09:00
Mariusz Kierski
d4f1a569f2
Bug 1185106 - Part 7.1: Support async method in Parser. r=efaust,jwalden,till
...
MozReview-Commit-ID: IqaY6IwRiHr
2016-08-28 23:58:28 +09:00
Tooru Fujisawa
03865c6e52
Bug 1185106 - Part 6.3: Add parser test for yield in async function expression. r=till
...
MozReview-Commit-ID: CovUsWjP1ER
2016-08-28 23:58:28 +09:00
Mariusz Kierski
a4d5557a25
Bug 1185106 - Part 6.2: Add parser test for async function expression. r=efaust,till
...
MozReview-Commit-ID: 4C5ePdMARoJ
2016-08-28 23:58:28 +09:00
Tooru Fujisawa
cde768307e
Bug 1185106 - Part 6.1: Support async function expression in Parser. r=till
...
MozReview-Commit-ID: Ed7PAq3bNTX
2016-08-28 23:58:28 +09:00
Tooru Fujisawa
3c26089d3a
Bug 1185106 - Part 5.6: Add parser test for yield in async function declaration. r=till
...
MozReview-Commit-ID: DsqGxUONwDr
2016-08-28 23:58:28 +09:00
Mariusz Kierski
a6fc46cb19
Bug 1185106 - Part 5.5: Add parser test for async function declaration. r=efaust,till
...
MozReview-Commit-ID: I8gqeShK7ch
2016-08-28 23:58:21 +09:00
Mariusz Kierski
1ab333095c
Bug 1185106 - Part 5.4: Support await expression in Reflect.parse. r=efaust,till
...
MozReview-Commit-ID: 7J8CeaYhP1X
2016-08-28 23:57:33 +09:00
Tooru Fujisawa
53a38b0e6f
Bug 1185106 - Part 5.3: Support await expression in Parser. r=till
...
MozReview-Commit-ID: BspiXPRu6SR
2016-08-28 20:42:40 +09:00
Mariusz Kierski
5c5f21cb10
Bug 1185106 - Part 5.2: Support async function declaration in Reflect.parse. r=efaust,till
...
MozReview-Commit-ID: Gbc8dmANx1v
2016-08-28 20:42:40 +09:00
Mariusz Kierski
f9e207ec4b
Bug 1185106 - Part 5.1: Support async function declaration in Parser. r=efaust,jwalden,till
...
MozReview-Commit-ID: FhRG1vzpHxb
2016-08-28 20:42:40 +09:00
Tooru Fujisawa
75d14cbaf8
Bug 1185106 - Part 4: Add AutoAwaitIsKeyword class to set TokenStream.awaitIsKeyword. r=till
...
MozReview-Commit-ID: FeFWbzjrxYR
2016-08-28 20:42:39 +09:00
Mariusz Kierski
b576773874
Bug 1185106 - Part 3: Add await token. r=efaust,till
...
MozReview-Commit-ID: 7O4SayIM9f9
2016-08-28 20:42:39 +09:00
Mariusz Kierski
9dd768a3e2
Bug 1185106 - Part 2: Add FunctionAsyncKind parameter to Parser methods that receives GeneratorKind. r=efaust,till
...
MozReview-Commit-ID: D1e6mpR2Ftz
2016-08-28 20:42:39 +09:00
Mariusz Kierski
ae79a1ae1c
Bug 1185106 - Part 1: Add AsyncFunction flag in FunctionBox, JSScript, and LazyScript. r=efaust,till
...
MozReview-Commit-ID: 6nOsJO3doV9
2016-08-28 20:42:39 +09:00
Mariusz Kierski
8f8d409007
Bug 1185106 - Part 0.1: Refactor JSOP_DEFFUN. r=efaust,jandem,till,h4writer
...
MozReview-Commit-ID: 8XpAiHEzWVm
2016-07-17 10:22:33 +09:00
Phil Ringnalda
5c16f7080d
Merge m-c to m-i
2016-10-30 11:04:05 -07:00
Phil Ringnalda
021e8e0cee
Merge m-i to m-c, a=merge
2016-10-30 10:55:00 -07:00
Phil Ringnalda
3db0ee3365
Merge autoland to m-c, a=merge
2016-10-30 10:53:33 -07:00
Tooru Fujisawa
762a175cfd
Bug 1313764 - Unlock mutex before calling JS_ReportErrorNumberASCII in js::FutexRuntime::wait. r=lth
2016-10-31 00:59:13 +09:00
Tom Schuster
04c4beaa73
Bug 1313914 - ObjectDefineProperties should throw for non-callable accessors. r=arai
2016-10-30 15:57:09 +01:00
Aryeh Gregor
2445ed1848
Bug 1312742 - Match spec/other browsers for ping reflection; r=bkelly
...
The spec used to say that getting the .ping property on
HTMLAnchorElement or HTMLAreaElement should return a DOMTokenList of
parsed URLs, but it now says to return a plain string. All other UAs
that implement ping match the new spec, and it's hopefully unlikely that
any sites depend on our old behavior.
Discussion: https://github.com/whatwg/html/issues/1780
MozReview-Commit-ID: LpmH8ANNT9g
2016-10-30 16:04:52 +02:00
ffxbld
5a06eae266
No bug, Automated blocklist update from host bld-linux64-spot-1055 - a=blocklist-update
2016-10-30 06:08:23 -07:00
ffxbld
93d39ecc5c
No bug, Automated HPKP preload list update from host bld-linux64-spot-1055 - a=hpkp-update
2016-10-30 06:08:21 -07:00
ffxbld
d2d7721e09
No bug, Automated HSTS preload list update from host bld-linux64-spot-1055 - a=hsts-update
2016-10-30 06:08:18 -07:00
Andrea Marchesini
0e290de2a9
Bug 1313907 - Remove a warning in IDB ActorParent.cpp, r=me
2016-10-30 10:02:26 +01:00
Sebastian Hengst
9f0251834f
Backed out changeset 3198f930b755 (bug 1312049) for frequent timeouts in M(oth) toolkit/content/tests/chrome/test_tooltip.xul on Windows opt and pgo. r=backout a=backout
...
MozReview-Commit-ID: 9m1YbuXkj
2016-10-29 15:29:01 +02:00
Sebastian Hengst
119110604d
Backed out changeset 686282bd2f19 (bug 1312049)
...
MozReview-Commit-ID: G1rcAOb4c0O
2016-10-29 15:28:01 +02:00
Ryan VanderMeulen
0cf4cd9a1b
Merge fx-team to m-c. a=merge
2016-10-29 09:20:42 -04:00
ffxbld
aba07a1ad7
No bug, Automated blocklist update from host bld-linux64-spot-543 - a=blocklist-update
2016-10-29 06:17:27 -07:00
ffxbld
6c19ab9e79
No bug, Automated HPKP preload list update from host bld-linux64-spot-543 - a=hpkp-update
2016-10-29 06:17:25 -07:00
ffxbld
aa8dd034ae
No bug, Automated HSTS preload list update from host bld-linux64-spot-543 - a=hsts-update
2016-10-29 06:17:23 -07:00
Ryan VanderMeulen
a41f7d1058
Merge autoland to m-c. a=merge
2016-10-29 09:12:45 -04:00
Ryan VanderMeulen
7ffcbdc8f8
Merge inbound to m-c. a=merge
2016-10-29 09:11:45 -04:00
Ryan VanderMeulen
efaf239a96
Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE.
...
--HG--
extra : rebase_source : b277f667cb34253f6c76e08b4c1b56761e0eba5e
2016-10-29 09:04:53 -04:00
Sebastian Hengst
bff4ebdec8
Backed out changeset c41a71b1c24e (bug 1310547) for failing splitText-normalize.html in reftests on Windows 7 VM debug. r=backout on a CLOSED TREE
2016-10-29 13:48:56 +02:00
Sebastian Hengst
b063eb49cb
Backed out changeset 721e3171510d (bug 1310547)
2016-10-29 13:45:28 +02:00
Sebastian Hengst
b1ba7fdbd7
Backed out changeset aeeb739b7ba7 (bug 1310547)
2016-10-29 13:45:24 +02:00