Closed
Bug 1525718
Opened 6 years ago
Closed 6 years ago
fix incognito permission when in permanent private browsing
Categories
(WebExtensions :: General, defect, P1)
WebExtensions
General
Tracking
(firefox67 verified)
VERIFIED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | verified |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
I'm guessing that we're not giving the extension permission early enough in this case, or something. Anyway, use the STR from bug 1525712, but on restart you'll see errors for all the builtin extensions. No need to install additional extensions.
Assignee | ||
Comment 1•6 years ago
|
||
Setting the permission has to happen after the call to parseManifest so
it may be set if the manifest is already cached.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mixedpuppy
Assignee | ||
Updated•6 years ago
|
Summary: builtin extensions fail on startup with permanent private browsing → fix incognito permission when in permanent private browsing
Updated•6 years ago
|
Attachment #9041923 -
Attachment description: Bug 1525718 fix setting private permission on system addons → Bug 1525718 fix setting private permission when private browsing
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed by scaraveo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5fa1f6433408
fix setting private permission when private browsing r=rpl
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
I was able to reproduce the issue on Firefox 67.0a1 (20190219213951) under Win 7 64-bit.
This issue is verified as fixed on Firefox 67.0a1 (20190226215106) under Win 7 64-bit and Mac OS X 10.14.1.
Please see the attached screenshot.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•