Open
Bug 1421180
Opened 7 years ago
Updated 2 years ago
Make mCandidatesMap in CustomElementRegistry keep raw reference to Elements instead of a weak pointer
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created as a follow-up of Bug #1229760 comment #7 +++
<quote>
mCandidatesMap would keep raw reference to Elements and then when an element is about to die,
NodeUtils::LastRelease or Element::~Element would check that state and if set, remove element from the hashtable.
</quote>
Reporter | ||
Updated•7 years ago
|
Blocks: custom-elements-initial-release
Updated•7 years ago
|
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•