Closed
Bug 1647431
Opened 5 years ago
Closed 5 years ago
Fix use of GetTopLevelContentDocument in Document::ReportShadowDOMUsage
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: kmag, Assigned: smaug)
References
Details
Attachments
(1 file)
GetTopLevelContentDocument returns null when the top-level document is in a different process, or there are cross-process interstitials between it and the current document. This means that for these frames, shadow DOM usage is never reported.
Updated•5 years ago
|
Severity: -- → S3
Fission Milestone: --- → ?
| Assignee | ||
Comment 2•5 years ago
|
||
Not critical. This is just a rather nice helper when debugging web sites possibly using Shadow DOM.
Let me fix this.
Assignee: nobody → bugs
Flags: needinfo?(bugs)
Updated•5 years ago
|
Fission Milestone: ? → M7
Updated•5 years ago
|
Severity: S3 → N/A
Status: NEW → ASSIGNED
Type: defect → task
Priority: -- → P4
Updated•5 years ago
|
Priority: P4 → P3
| Assignee | ||
Comment 3•5 years ago
|
||
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d2ddbf83ab9
make ReportShadowDOMUsage Fission compatible, r=edgar
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•