Skip to content

Commit

Permalink
Bug 1482237 [wpt PR 12385] - Add a PostMessageOptions API to workers …
Browse files Browse the repository at this point in the history
…and message_port, a=testonly

Automatic update from web-platform-testsAdd a PostMessageOptions API to workers and message_port

The current pull request against the HTML spec is here:
whatwg/html#3799

Rename the RuntimeEnabledFeature from WindowPostMessageOptions to
PostMessageOptions

BUG=861735

Change-Id: Ia7980a85c10535f6d531c87f3790efcf6ed2d54d
Reviewed-on: https://chromium-review.googlesource.com/1169304
Commit-Queue: Dave Tapuska <dtapuskachromium.org>
Reviewed-by: Marijn Kruisselbrink <mekchromium.org>
Reviewed-by: Kentaro Hara <harakenchromium.org>
Cr-Commit-Position: refs/heads/master{#582619}

--

wpt-commits: aaac36358ac55215fbb28d62d235470859001e91
wpt-pr: 12385

UltraBlame original commit: 8a49d6c83ccbfad19178a65c50d5feccfaa578d3
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent e51209e commit b882925
Show file tree
Hide file tree
Showing 6 changed files with 1,077 additions and 3 deletions.
186 changes: 184 additions & 2 deletions testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -1810185,6 +1810185,34 @@ resources
/
postmessage
-
dictionary
-
transferables
-
worker
.
js
"
:
[
[
{
}
]
]
"
service
-
workers
/
service
-
worker
/
resources
/
postmessage
-
msgport
-
to
Expand Down Expand Up @@ -2545694,6 +2545722,40 @@ message
-
channels
/
dictionary
-
transferrable
.
html
"
:
[
[
"
/
webmessaging
/
message
-
channels
/
dictionary
-
transferrable
.
html
"
{
}
]
]
"
webmessaging
/
message
-
channels
/
worker
.
html
Expand Down Expand Up @@ -2569402,6 +2569464,48 @@ second
-
argument
-
dictionary
.
html
"
:
[
[
"
/
workers
/
interfaces
/
DedicatedWorkerGlobalScope
/
postMessage
/
second
-
argument
-
dictionary
.
html
"
{
}
]
]
"
workers
/
interfaces
/
DedicatedWorkerGlobalScope
/
postMessage
/
second
-
argument
-
null
-
in
Expand Down Expand Up @@ -4226478,7 +4226582,7 @@ html
:
[
"
6b2f6d78e12210647a47e2eb317c6387e8487ca2
3d73afe9796114f42e614292ef4b180dd78cdee5
"
"
testharness
Expand Down Expand Up @@ -4233175,6 +4233279,36 @@ resources
/
postmessage
-
dictionary
-
transferables
-
worker
.
js
"
:
[
"
87a4500d754ab02465e109899e7f1ffdc0bdca53
"
"
support
"
]
"
service
-
workers
/
service
-
worker
/
resources
/
postmessage
-
msgport
-
to
Expand Down Expand Up @@ -4331954,6 +4332088,28 @@ message
-
channels
/
dictionary
-
transferrable
.
html
"
:
[
"
f7ab1086f7e7978f00a4901d7aa47d8675ee1373
"
"
testharness
"
]
"
webmessaging
/
message
-
channels
/
worker
.
html
Expand Down Expand Up @@ -4367643,6 +4367799,32 @@ second
-
argument
-
dictionary
.
html
"
:
[
"
e086dc13db658ef7e87a3046a89c5d85bd25cca7
"
"
testharness
"
]
"
workers
/
interfaces
/
DedicatedWorkerGlobalScope
/
postMessage
/
second
-
argument
-
null
-
in
Expand Down Expand Up @@ -4367680,7 +4367862,7 @@ html
:
[
"
e81a56bad3d3d11193194777f7342c8fc190e512
4a03c830a29fb2937bc07cc50ed167201bd8486f
"
"
testharness
Expand Down
Loading

0 comments on commit b882925

Please sign in to comment.