Closed
Bug 1457279
Opened 7 years ago
Closed 7 years ago
Content Scripts are never deallocated
Categories
(Firefox for iOS :: Browser, enhancement)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | 12.0 | --- |
People
(Reporter: farhan, Assigned: farhan)
Details
Attachments
(1 file)
our TabContentScripts are never dellocated. For each content script we have we create an instance and attach it to every tab. When the tab is deleted these user scripts are not deallocated.
You can see this by opening a few tabs and closing them. (make sure you visit actual webpages) Then have a look at how many SessionRestoreHelpers, ReaderMode, etc are still alive in the memory explorer.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → fpatel
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8971675 -
Flags: review?(gkeeley)
Attachment #8971675 -
Flags: review?(gkeeley) → review+
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•