Closed
Bug 860419
Opened 12 years ago
Closed 8 years ago
Let users enable add-on for private browsing
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: irakli, Unassigned)
References
Details
Attachments
(1 file)
SDK add-on should have a pref defaulting to `false` that when set to `true` will enable add-on for private windows as well. If it's not set to `true` add-on wonn't be aware of private windows.
In long term we should probably migrate SDK approach to a platform and make private browsing windows unreachable by default and only reachable by opt-in. Also enhance
guidelines & enforce at the review level to query for private windows only if add-on
is pref is set to `true`. Add-on manager also could get some UI to enable / disable add-ons in the private browsing.
Priority: -- → P1
Reporter | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 781285 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/938
Work in progress patch.
Reporter | ||
Comment 3•12 years ago
|
||
Mossop I think this bug needs an owner and we should probably put it on weekly priority work list.
Flags: needinfo?(dtownsend+bugmail)
Comment 4•12 years ago
|
||
It'd like to revisit this in triage
Flags: needinfo?(dtownsend+bugmail)
Priority: P1 → --
Priority: -- → P2
Assignee: nobody → rFobic
Comment 5•11 years ago
|
||
Hey Irakli, are you working on this one? if not could you please unassign yourself.
Reporter | ||
Updated•10 years ago
|
Assignee: rFobic → nobody
Flags: needinfo?(rFobic)
Comment 6•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•