Closed
Bug 1370971
Opened 8 years ago
Closed 8 years ago
Open `noopener` links in a new process
Categories
(Core :: Window Management, enhancement)
Core
Window Management
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
792 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
In bug 1365032 I added a pref for opening noopener links in a new process. This bug is for tracking turning that pref on by default.
Currently my only known problem with this change is that SessionStorage is not copied into the newly created window when noopener is used. We're considering changing that requirement in the spec in https://github.com/whatwg/html/issues/2681
Assignee | ||
Comment 1•8 years ago
|
||
I've talked with bz on IRC, and we're planning to turn this on on nightly, and in parallel implement bug 1372662. If this breaks websites without bug 1372662 we'll pref it off again until that is fixed.
Assignee: nobody → michael
Assignee | ||
Comment 2•8 years ago
|
||
MozReview-Commit-ID: 2XNmnVkIicV
Attachment #8878128 -
Flags: review?(bzbarsky)
Comment 3•8 years ago
|
||
Comment on attachment 8878128 [details] [diff] [review]
Enable dom.noopener.newprocess by default
r=me
Attachment #8878128 -
Flags: review?(bzbarsky) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eb24bfe4f969
Enable dom.noopener.newprocess by default, r=bz
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•