Closed
Bug 757488
Opened 13 years ago
Closed 13 years ago
DomTemplate fails when it gets a live NodeList
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: jwalker, Assigned: jwalker)
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file, 2 obsolete files)
2.50 KB,
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
clone before import or nodelist.length will shrink and your loop will fail.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
Extra commit to fix memory leak:
https://github.com/campd/gcli/pull/46
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #626168 -
Attachment is obsolete: true
Attachment #626168 -
Flags: review?(dcamp)
Attachment #627897 -
Flags: review?(dcamp)
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #627897 -
Attachment is obsolete: true
Attachment #627897 -
Flags: review?(dcamp)
Attachment #627982 -
Flags: review?(dcamp)
Updated•13 years ago
|
Attachment #627982 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Assignee | ||
Comment 7•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 15
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•