[wpt-sync] Sync PR 16792 - worker: Add wpt for ResourceTiming on nested dedicated workers
Categories
(Core :: Performance: General, defect, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16792 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16792
Details from upstream follow.
Kenichi Ishibashi <bashi@chromium.org> wrote:
worker: Add wpt for ResourceTiming on nested dedicated workers
If a worker creates a nested worker, there should be a performance
entry on the parent worker because:
- The spec specifies that the client of "run a worker"[1] comes
from outside settings object.- [2] says that a performance entry should be included in the
performance timeline of the client's global context.[1] https://html.spec.whatwg.org/multipage/workers.html#run-a-worker
[2] https://w3c.github.io/resource-timing/#resources-included-in-the-performanceresourcetiming-interfaceBug: 961552
Change-Id: I979f3f2e89a93545746ddd2124c931f4aa334bbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607714
Reviewed-by: Hiroki Nakagawa \<nhiroki@chromium.org>
Commit-Queue: Kenichi Ishibashi \<bashi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658961}
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
bugherder |
Comment 8•6 years ago
|
||
bugherder |
Description
•