Add a console DAMP test with a page containing multiple cross-origin iframes
Categories
(DevTools :: Console, task, P3)
Tracking
(Fission Milestone:M7, firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: bradwerth)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission)
Attachments
(3 files)
Let's have a page which logs messages using the console API, and also has multiple iframes, with different origins, that also log messages (and maybe some workers as well?).
This will stress out our architecture in a Fission world.
Comment 1•5 years ago
|
||
Enabling DAMP is a prerequisite for enabling Fission in Nightly (M6).
Comment 2•4 years ago
|
||
Adding dt-fission
whiteboard tag to DevTools bugs that mention Fission or block Fission meta bugs but don't already have a dt-fission
whiteboard tag.
Comment 3•4 years ago
|
||
Moving these DevTools Fission bugs from Fission's old M6 Nightly milestone to M7 Beta. I am assuming these bugs would have the dt-fission-m2-mvp
whiteboard tag if they were Fission Nightly blockers.
Assignee | ||
Comment 4•4 years ago
|
||
This is just cleanup to avoid the "async" keyword as an identifier, plus using
const where appropriate.
Updated•4 years ago
|
Assignee | ||
Comment 5•4 years ago
|
||
This new param is used to allow testing of simple messages in high volume.
Depends on D93431
Assignee | ||
Comment 6•4 years ago
|
||
This allows this test to measure the performance of console messages arriving
from cross-origin domains.
Depends on D93432
Assignee | ||
Comment 7•4 years ago
|
||
Comment 9•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d0c4371a455f
https://hg.mozilla.org/mozilla-central/rev/f3d078512924
https://hg.mozilla.org/mozilla-central/rev/b5017b0a0b5d
Description
•