Closed
Bug 1082871
Opened 10 years ago
Closed 10 years ago
[e10s] Attempting to install an XPI that requires HTTP authentication should focus the tab performing the install
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
Tracking | Status | |
---|---|---|
e10s | m6+ | --- |
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
This works in non-e10s mode, in e10s we display the authentication dialog but it displays for a different tab, this is a potential spoofing issue.
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
For reference, we probably want to emulate this code: http://mxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/LoginManagerParent.jsm#208
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dtownsend+bugmail
Status: NEW → ASSIGNED
Iteration: --- → 36.2
Points: --- → 2
Flags: qe-verify-
Flags: firefox-backlog+
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 2•10 years ago
|
||
Forwards along the browser associated with the install to the prompter so it can handle switching to the right tab before displaying the dialog. Relies on the patches in the two dependent bugs.
Attachment #8515256 -
Flags: review?(bmcbride)
Updated•10 years ago
|
Attachment #8515256 -
Flags: review?(bmcbride) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•