Closed
Bug 940071
Opened 11 years ago
Closed 11 years ago
We leak the proto and iface cache for workers
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: bzbarsky, Assigned: khuey)
References
Details
(Keywords: regression, Whiteboard: [MemShrink])
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
We allocate it in mozilla::dom::CreateGlobal, but the finalize hooks for DOM globals created via codegen don't free it.
Updated•11 years ago
|
Whiteboard: [MemShrink]
Reporter | ||
Comment 1•11 years ago
|
||
This is nightly-only, since this code is new from bug 928312.
Blocks: 928312
Updated•11 years ago
|
Keywords: regression
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → khuey
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8334338 -
Flags: review?(bzbarsky)
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8334338 [details] [diff] [review]
Patch
r=me
Attachment #8334338 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•