Open
Bug 641106
Opened 14 years ago
Updated 1 year ago
Add back assertions from bug 637214
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: sicking, Unassigned)
Details
Attachments
(1 obsolete file)
There are a couple of things needed before we can add back these assertions:
* Make sure UnbindFromTree is only called when we have scriptblockers (and add
assertions to enforce this)
* Remove the somewhat bogus scriptblockers added in bug 637214 to nsXULDocument
http://hg.mozilla.org/mozilla-central/rev/23cf0cedfd4a
Ideally, we should do the second bullet by completely removing the code that calls AddToIdTable/RemoveFromIdTable. This should only affect the places where XBL content ends up in the id map, which last I looked was very rare. This might be better to do as a separate bug though.
Comment 1•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9383706 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•