Open
Bug 1288370
Opened 9 years ago
Updated 2 years ago
Get rid of nsIWebBrowserChrome::CHROME_PRIVATE_WINDOW
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox50 | --- | affected |
People
(Reporter: baku, Unassigned)
References
Details
nsIWebBrowserChrome::CHROME_PRIVATE_WINDOW should be replaced with OriginAttributes.mPrivateBrowsing flag.
Comment 1•9 years ago
|
||
All of CHROME_PRIVATE_WINDOW handling in child process is broken, and we just happen to propagate private browsing flag properly since we end up calling ApplyShowInfo.
Took quite some time for baku and me to debug the setup for Bug 1280105 to ensure e10s-FF48 doesn't have totally broken pb in window.open case.
Luckily Bug 1280105 removes the flag handling in child process, but I think there is still more very error prone cases in parent.
Updated•9 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•