Support "noreferrer" for window.open()
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: annevk, Assigned: ehsan.akhgari)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
HTML Standard change: https://github.com/whatwg/html/pull/4331.
Tests: https://github.com/web-platform-tests/wpt/pull/15352.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by eakhgari@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ce050fe2bd45 Add support for "noreferrer" feature argument to window.open(); r=qdot
Comment 3•5 years ago
|
||
I had to backout this due to merge conflicts:
https://hg.mozilla.org/integration/autoland/rev/4e178b42acbf9784e1c19e81e998eff32fde578d
Assignee | ||
Comment 4•5 years ago
|
||
Not sure what to do about that, besides relanding...
Pushed by eakhgari@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a72c9df6c09a Add support for "noreferrer" feature argument to window.open(); r=qdot
Comment 6•5 years ago
|
||
Backed out changeset a72c9df6c09a (Bug 1527287) for build bustages at BrowserElementParent.cpp
Backout: https://hg.mozilla.org/integration/autoland/rev/f120104d427812c39b94ba36b05afaffb3f80798
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=pending%2Crunning%2Csuccess%2Ctestfailed%2Cbusted%2Cexception&revision=a72c9df6c09aa5cd83cd94a06c05d46334ecfbe2&selectedJob=242468994
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=242468994&repo=autoland&lineNumber=18706
Pushed by eakhgari@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/abd3b11a17de Add support for "noreferrer" feature argument to window.open(); r=qdot
Comment 8•5 years ago
|
||
bugherder |
Comment 9•4 years ago
|
||
Documentation updated:
- Added a new section to the Window.open(https://developer.mozilla.org/en-US/docs/Web/API/Window/open#noreferrer) page's section on window features
- Listed on Firefox 68 for developers
Description
•