Closed
Bug 1094745
Opened 11 years ago
Closed 9 years ago
DOMWalker uses function.call to apply hooks on the DOM nodes being processed
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: cosmin-malutan, Unassigned, Mentored)
Details
(Whiteboard: [lang=js])
DOMWalker uses function.call to apply hooks on the DOM nodes being processed. This causes confusions in places where we use the DOMWalker API because this is not something that a consumer can assume or know.
So the hooks should have an argument, which would be the DOM node, and they should be called directly without call.
http://hg.mozilla.org/qa/mozmill-tests/file/907d141f2822/lib/dom-utils.js#l250
Updated•11 years ago
|
Mentor: hskupin
Updated•11 years ago
|
Whiteboard: [lang=js]
Mozmill tests are no longer in use. So closing this bug.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•