Closed
Bug 1622104
Opened 1 year ago
Closed 1 year ago
content scripts are needlessly compiled on parent process
Categories
(WebExtensions :: General, defect, P2)
WebExtensions
General
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
As shown by some telemetry in nsContentSecurityUtils::ValidateScriptFilename, we are validating content script filenames from extensions in the parent process. Tracking this down, we are compiling scripts into the scriptcache, but since we don't load content scripts into the parent process, it's just needless work/memory/etc.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by scaraveo@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ab46326057d4 prevent addon content script compilation in parent process r=zombie
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Depends on: 1608970
You need to log in
before you can comment on or make changes to this bug.
Description
•