Closed
Bug 963945
Opened 10 years ago
Closed 9 years ago
In priv mode can open multiple addon tabs with shift+a
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
People
(Reporter: noitidart, Assigned: l0p3s222, Mentored)
References
Details
(Keywords: regression, Whiteboard: [lang=js][good first bug])
Attachments
(1 file, 1 obsolete file)
2.85 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release) Build ID: 20131205075310 Steps to reproduce: press ctrl+shift+a in private mode multiple times Actual results: multiple addon tabs are opened Expected results: only one should have opened. if there was an addon manager tab in non-priv mode it should have focused that
![]() |
||
Updated•10 years ago
|
Blocks: 818732
Status: UNCONFIRMED → NEW
Component: Untriaged → Private Browsing
Ever confirmed: true
Keywords: regression
Version: 26 Branch → 20 Branch
Updated•10 years ago
|
Blocks: fxdesktopbacklog
Updated•10 years ago
|
Whiteboard: p=0
Updated•10 years ago
|
Flags: firefox-backlog?
Updated•10 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Updated•10 years ago
|
No longer blocks: fxdesktopbacklog
Comment 2•9 years ago
|
||
I believe this could be as easy as adding about:addons to the list of whitelisted urls in switchToTabHavingURI (http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#7485). If that doesn't work, we may need to investigate what's going wrong in BrowserOpenAddonsMgr (http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#6541), but it should be easy enough to reproduce this problem and test out my proposed solution.
Mentor: josh
Whiteboard: p=0 → [lang=js][good first bug] p=0
Assignee | ||
Comment 3•9 years ago
|
||
I would like to take this on. Thanks.
Comment 5•9 years ago
|
||
Comment on attachment 8536969 [details] [diff] [review] First attempt at fix This patch is great, and it even includes a test! Thank you Michael! You can add a "r=jdm" suffix to the commit message so this is ready to merge :)
Attachment #8536969 -
Flags: review?(josh) → review+
Comment 7•9 years ago
|
||
I've pushed this to our automated testing infrastructure; you should consider applying for access too: https://www.mozilla.org/hacking/committer/
Assignee | ||
Comment 8•9 years ago
|
||
Adding reviewers to message as requested.
Comment 9•9 years ago
|
||
The results from the push to try are all green, so this is ready to be checked in!
Keywords: checkin-needed
Comment 10•9 years ago
|
||
Comment on attachment 8536969 [details] [diff] [review] First attempt at fix For future reference, when attaching a new version it's a good practice to mark the old one as obsolete.
Attachment #8536969 -
Attachment is obsolete: true
Comment 11•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/7ad4cbf21299
Flags: in-testsuite+
Keywords: checkin-needed
Whiteboard: [lang=js][good first bug] p=0 → [lang=js][good first bug] p=0[fixed-in-fx-team]
Comment 12•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7ad4cbf21299
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [lang=js][good first bug] p=0[fixed-in-fx-team] → [lang=js][good first bug] p=0
Target Milestone: --- → Firefox 37
Updated•9 years ago
|
Iteration: --- → 37.2
Flags: qe-verify?
Whiteboard: [lang=js][good first bug] p=0 → [lang=js][good first bug]
Comment 13•9 years ago
|
||
Setting as qe-verify- since this has a test (browser/base/content/test/general/browser_bug963945.js).
Flags: qe-verify? → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•