Closed
Bug 1567284
Opened 5 years ago
Closed 5 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•5 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•5 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•5 years ago
|
||
[Tracking Requested - why for this release]: Block's about:logins
tracking-firefox70:
--- → ?
Whiteboard: [passwords:management] [skyline]
Updated•5 years ago
|
status-firefox70:
--- → affected
Updated•5 years ago
|
Priority: -- → P1
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•5 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•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•