Closed
Bug 1478615
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 12190 - Introduce AgentClusterID to serialized messages
Categories
(Core :: JavaScript Engine: JIT, enhancement, P4)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12190 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12190
Details from upstream follow.
Ben Smith <binji@chromium.org> wrote:
> Introduce AgentClusterID to serialized messages
>
> There are restrictions to sharing SharedArrayBuffer (and WebAssembly
> Modules) between execution contexts; for example, you cannot share a
> SharedArrayBuffer between a Window and the Service Worker it created.
> The rules are described here:
> https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism
>
> This CL begins to model some of this behavior by introducing an
> `AgentClusterID` (an alias of `base::UnguessableToken`) that can be
> queried from an `ExecutionContext`.
>
> Bug: chromium:798572
> Change-Id: Ie70cce4cbd0ebd04d8d270d66f59690caf7f616a
> Reviewed-on: https://chromium-review.googlesource.com/1130505
> WPT-Export-Revision: ba173daebd64d853776e58dd3319283d5a659f0c
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → JavaScript Engine: JIT
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9c77a5a025be9449ce41727ca0b52ca3cd9a54f1
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d95a20643f0d14d4123467e74b619560791f35d6
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a12151c82ca286a8f55e84e736b3d4a7164fa133
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d71c4abfc36a37a8aee8ff3522d7a912eeebb262
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Ran 1 tests and 1 subtests
OK : 1
FAIL : 1
Assignee | ||
Comment 12•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8c6fb675e61140879e38680389f039a20ec964c4
Comment 13•6 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f1ffa19831c4
[wpt PR 12190] - Introduce AgentClusterID to serialized messages, a=testonly
Comment 14•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•