Closed
Bug 1821898
Opened 3 years ago
Closed 3 years ago
RFPHelper is unnecessarily declared on the browser window global
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
RFPHelper is currently imported into the browser window scope, however it is only used from other system modules: https://searchfox.org/mozilla-central/search?q=RFPHelper&path=&case=false®exp=false
Therefore it would be better to import directly where needed, rather than overloading the browser window globals.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72602649a854
Remove RFPHelper definition from the browser window, import where used. r=pbz
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•