Closed
Bug 1579963
Opened 6 years ago
Closed 6 years ago
Quantumbar experiments doc: Fix incorrect statement about hacking the Extension.isPrivileged getter
Categories
(Firefox :: Address Bar, defect, P2)
Firefox
Address Bar
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
Attachments
(1 file)
This part here: https://searchfox.org/mozilla-central/rev/250f5cc9fb8bdcbb6b23d2a06acfd48addb2f99b/browser/components/urlbar/docs/experiments.rst#294
I got this mixed up. The purpose of hacking isPrivileged is not to load extensions regardless of signed state. That doesn't actually work because isPrivileged isn't relevant for that. The purpose is to let extensions use privileged APIs when they would otherwise not be allowed to (e.g., they're unsigned and not loaded temporarily).
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → adw
Status: NEW → ASSIGNED
Iteration: --- → 71.2 - Sept 16 - 29
| Assignee | ||
Comment 1•6 years ago
|
||
I was conflating two different things: loading extensions and giving them access to privileged APIs. I think this does a better job of explaining things.
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7595fb1a97c1
Quantumbar experiments doc: Fix incorrect statement about hacking the Extension.isPrivileged getter r=harry
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•