Closed
Bug 843438
Opened 12 years ago
Closed 12 years ago
ignore private tabs on fennec when there is no private-browsing permission
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.14
People
(Reporter: evold, Assigned: ochameau)
References
Details
Attachments
(1 file)
the tabs module on fennec should ignore private tabs when they are not supported by the add-on.
Priority: -- → P1
Reporter | ||
Comment 1•12 years ago
|
||
I'm sorry Alex, I didn't realize I had separated this task from bug 838981, do you think you could take this one on too?
Depends on: 838981
Flags: needinfo?(poirot.alex)
Reporter | ||
Updated•12 years ago
|
OS: All → Android
Target Milestone: --- → 1.14
Assignee | ||
Comment 2•12 years ago
|
||
Not until the workweek now. But sure I can take over this bug if there is no emergency.
Flags: needinfo?(poirot.alex)
Reporter | ||
Comment 3•12 years ago
|
||
Cool, I'll leave it assigned to you for now then, if I can get to it before you then I'll let you know.
Assignee: nobody → poirot.alex
Updated•12 years ago
|
Target Milestone: 1.14 → 1.15
Assignee | ||
Comment 4•12 years ago
|
||
Work in progress.
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 725035 [details]
Pull request 856
Tested, ready for review!
In this patch I'm also removing getContentWindowForTab in favor of getTabContentWindow as they are same functions.
Attachment #725035 -
Flags: review?(evold)
Reporter | ||
Updated•12 years ago
|
Target Milestone: 1.15 → 1.14
Reporter | ||
Updated•12 years ago
|
Attachment #725035 -
Flags: review?(evold) → review+
Comment 6•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/e50f0930cd6ff23307a64a8c040cbb7d497abd80
Bug 843438 - ignore private tabs on fennec when there is no private-browsing permission
https://github.com/mozilla/addon-sdk/commit/d3205730f9eeb6d4a7617053880229f5a2e98ef1
Merge pull request #856 from ochameau/fennec-pb-tabs
Fix Bug 843438 - ignore private tabs on fennec when there is no private-browsing permission r=@erikvold
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
Commits pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/e50f0930cd6ff23307a64a8c040cbb7d497abd80
Bug 843438 - ignore private tabs on fennec when there is no private-browsing permission
https://github.com/mozilla/addon-sdk/commit/d3205730f9eeb6d4a7617053880229f5a2e98ef1
Merge pull request #856 from ochameau/fennec-pb-tabs
You need to log in
before you can comment on or make changes to this bug.
Description
•