Closed
Bug 1852576
Opened 2 years ago
Closed 2 years ago
AboutCompat.jsm and aboutPageProcessScript.js no longer need to be allow listed in browser_startup_content.js
Categories
(Web Compatibility :: Tooling & Investigations, defect)
Web Compatibility
Tooling & Investigations
Tracking
(firefox119 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
aboutPageProcessScript.js and AboutCompat.jsm were originally listed in browser_startup_content.js when they were added in bug 1488845.
Later part 2 of bug 1649554 changed them to use a static component registration for mozilla-central, and also avoided aboutPageProcessScript.js being loaded at startup when run within Firefox.
Hence neither of these should get loaded in the content process now, and so we can remove them from the allow lists.
Try push: https://treeherder.mozilla.org/jobs?repo=try&revision=6d6a116dc2c0bb35979335f4b6254041e9890973
(the only failure on the try push is a different test).
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b9c805ccebb
Remove unnecessary AboutCompat.jsm and aboutPageProcessScript.js entries from the intermittent known scripts list in browser_startup_content.js. r=webcompat-reviewers,twisniewski
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•