Closed
Bug 1623826
Opened 5 years ago
Closed 5 years ago
Do not expose outerWidth/outerHeight features of window.open to web content
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file, 1 obsolete file)
outerWidth/outerHeight features of window.open are supported only on Firefox.
it's better not exposing this to web content.
and if it's not used by chrome-priv code, they can be removed.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Blocks: proprietary-dom
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Keywords: site-compat
Assignee | ||
Updated•5 years ago
|
Summary: Do not expose outerWidth/outerHeight features of window.open to web content → Add telemetry for non-standard outerWidth/outerHeight features of window.open
Assignee | ||
Comment 2•5 years ago
|
||
sorry, never mind.
Summary: Add telemetry for non-standard outerWidth/outerHeight features of window.open → Do not expose outerWidth/outerHeight features of window.open to web content
Comment 3•5 years ago
|
||
WINDOW_OPEN_OUTER_SIZE looks promising: after 3 days: < 0.01% (55/612.28K)
Keywords: dev-doc-needed
Comment hidden (obsolete) |
Assignee | ||
Comment 5•5 years ago
|
||
channel | used | total | ratio | date |
---|---|---|---|---|
nightly 79 | 187 | 2.12M | 0.01% | 2020/06/01 - 2020/06/10 |
nightly 78 | 1.08k | 8.52M | 0.01% | 2020/05/04 - 2020/06/01 |
nightly 77 | 965 | 6.79M | 0.01% | 2020/04/14 - 2020/05/04 |
beta 78 | 3.9k | 33.75M | 0.01% | 2020/06/01 - 2020/06/05 |
beta 77 | 21.01k | 154.59M | 0.01% | 2020/05/04 - 2020/05/28 |
I'll remove the prove and also hide those features from window.open
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D81969
Updated•5 years ago
|
Attachment #9134863 -
Attachment is obsolete: true
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/2acb78b73c26
Do not expose outerWidth/outerHeight features of window.open to web content. r=smaug
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(arai.unmht)
Comment 8•5 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/4e76e9b8d9e5
Do not expose outerWidth/outerHeight features of window.open to web content. r=smaug
Comment 10•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Comment 11•5 years ago
|
||
MDN documentation updated:
- Rel note added: https://wiki.developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/80#APIs
- Browser compat data added: https://github.com/mdn/browser-compat-data/pull/6494
Let me know if you think this needs anything else. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
Assignee | ||
Comment 12•5 years ago
|
||
Thanks
Also updated the documentation for window.open
https://wiki.developer.mozilla.org/en-US/docs/Web/API/Window/open#Browser-dependent_size_features
Comment 13•5 years ago
|
||
Also updated the documentation for window.open
Ah great, thank you!
You need to log in
before you can comment on or make changes to this bug.
Description
•