Open
Bug 1631869
Opened 5 years ago
Updated 1 year ago
Remove browser chrome code using window.content
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
References
(Depends on 1 open bug)
Details
window.content
is a deprecated attribute, we should get rid of any internal references.
Reporter | ||
Comment 1•5 years ago
|
||
Or not? It seems it can't just be replaced by window.top
as they have different lines.
Comment 2•5 years ago
|
||
window.content
is different from window.top
in chrome. AFAICT it is deprecated only in content. I think this bug is INVALID.
Comment 3•5 years ago
|
||
Looks like this belongs to Dom:Core & HTML. Feel free to send it back to me if it's not.
Component: General → DOM: Core & HTML
Updated•4 years ago
|
Severity: -- → S3
Comment 4•1 year ago
|
||
AFAIK in chrome contexts, window.content is a shorthand for the content window of the current active tab. This doesn't really work because e10s so we really should just remove this
Comment 5•1 year ago
|
||
So the remaining window.content
usage is guarded by gMultiProcessBrowser
.
You need to log in
before you can comment on or make changes to this bug.
Description
•