Closed
Bug 1479235
Opened 8 years ago
Closed 8 years ago
Stop whitelisting SpecialPowers modules for content process startup
Categories
(Core :: DOM: Content Processes, enhancement)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
SpecialPowers eagerly loads a bunch of helper modules at content process startup. Those helper modules also pull in some other modules that we don't want loaded in the content process, particularly NetUtil.jsm and FileUtils.jsm. Lazily loading the helper modules also allows us to remove those modules from the whitelist.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8995760 [details]
Bug 1479235: Stop whitelisting SpecialPowers helper modules for content process startup.
https://reviewboard.mozilla.org/r/260120/#review267332
Attachment #8995760 -
Flags: review?(felipc) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8f9c9580f68754c4617c7a8e674cf99cf917caac
Bug 1479235: Stop whitelisting SpecialPowers helper modules for content process startup. r=felipe
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 5•8 years ago
|
||
Backed out for causing a big performance regression on OS X and as request by igoldan.
https://hg.mozilla.org/mozilla-central/rev/fe6020e5c9d901a40fa2e7ea2f1ab2a36bf6d856
Status: RESOLVED → REOPENED
status-firefox63:
fixed → ---
Flags: needinfo?(kmaglione+bmo)
Resolution: FIXED → ---
Target Milestone: mozilla63 → ---
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/mozilla-central/rev/ed17d58978fd
Stop whitelisting SpecialPowers helper modules for content process startup: Remove unused FileUtils import. a=eslint-fix
| Assignee | ||
Comment 7•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/56dc94316408a37796340168f457b0cb42e96a00
Bug 1479235: Stop whitelisting SpecialPowers helper modules for content process startup. r=felipe
Comment 8•8 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
| Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(kmaglione+bmo)
You need to log in
before you can comment on or make changes to this bug.
Description
•