Closed
Bug 1743702
Opened 4 years ago
Closed 4 years ago
Make browser_ProcessPriorityManager.js load pages with https
Categories
(Core :: DOM: Content Processes, task, P2)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
This takes Christoph's patch in bug 1742785 for browser_ProcessPriorityManager.js and alters them so the tests still pass. My only change was making it so that "http://mochi.test:8888" URLs are instead all mapped to "https://example.net", which ensures that they continue to not be same-site with example.com and example.org. The not-same-site-ness is needed for some of the fiddly Fission tests.
I tried testing with dom.security.https_first set to true, and they passed, but they also passed without changing mochi.test:8888 to an HTTPS URI so I might have been doing something wrong.
| Assignee | ||
Comment 1•4 years ago
|
||
The trick here is to ensure that URLs continue to not be same-site after
changing to https URLs.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c101c00e8dce
Make browser_ProcessPriorityManager.js use https. r=ckerschb
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•