Closed
Bug 1730576
Opened 4 years ago
Closed 4 years ago
Don't keep DocumentL10n::mContentSink alive for more than we need.
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
Once we call InitialTranslationCompleted we don't need it anymore.
This is not needed to fix the leak bug 1729477 uncovered, but seems
probably worth landing as it is a trivial cycle from
Document->DocumentL10n->DocShell->Sink->Document (which IIUC we don't
want, since Document->mContainerWeak is well, weak).
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/098fba7bbdb3
Don't keep DocumentL10n::mContentSink alive for more than we need. r=smaug
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•