Closed
Bug 1567284
Opened 2 years ago
Closed 2 years ago
Allow about:logins to use the Privileged About content process even if about:home isn't ready for that just yet
Categories
(Core :: DOM: Content Processes, task, P1)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla70
People
(Reporter: mconley, Assigned: jaws)
References
Details
(Whiteboard: [passwords:management] [skyline])
Attachments
(1 file)
I suspect we can add some logic to E10SUtils.jsm to give about:logins to load in Privileged About even if we're still a ways out from loading about:home / about:newtab in there.
| Reporter | ||
Comment 1•2 years ago
|
||
Hey MattN, I expect your Skyline goal should probably be blocked by this one, rather than bug 1513045 et al.
| Reporter | ||
Comment 2•2 years ago
•
|
||
Simplest thing to do is probably to add an || to this group of conditions here, checking if aURI.filePath is "logins", so that we always return PRIVILEGEDABOUT_REMOTE_TYPE if we're loading about:logins.
Comment 3•2 years ago
|
||
[Tracking Requested - why for this release]: Block's about:logins
tracking-firefox70:
--- → ?
Whiteboard: [passwords:management] [skyline]
status-firefox70:
--- → affected
Priority: -- → P1
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•2 years ago
|
||
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/81edaa8a42b5 Allow about:logins to use the Privileged About content process even if about:home isn't ready for it just yet. r=ckerschb,Gijs
Comment 6•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•