Open
Bug 1414423
Opened 7 years ago
Updated 2 years ago
Add the spec concept of "fully active document"
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1405599 added a thing, but this should really be an API on nsIDocument.
Reporter | ||
Comment 1•7 years ago
|
||
And maybe a "has fully active document" API on inner window.
Flags: needinfo?(bzbarsky)
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 2•5 years ago
|
||
We have fully active
[1] in our code[2], however, it needs to be Fission compatible as well.
[1] https://html.spec.whatwg.org/#fully-active
[2] https://searchfox.org/mozilla-central/rev/4df8821c1b824db5f40f381f48432f219d99ae36/dom/media/MediaManager.cpp#2222-2248
Assignee: nobody → jdai
Status: NEW → ASSIGNED
Summary: Add a way to test for the spec concept of "fully active document" → Add the spec concept of "fully active document"
Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(bzbarsky)
Updated•4 years ago
|
Assignee: jdai → nobody
Status: ASSIGNED → NEW
Comment 3•4 years ago
|
||
I wonder whether anything would benefit from an nsIDocument
method now that there exists a method on nsPIDOMWindowInner
.
Depends on: 1646601
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•