Closed
Bug 642026
Opened 14 years ago
Closed 14 years ago
nsWindowSH needs an enumerate hook
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrbkap, Assigned: mrbkap)
Details
Attachments
(1 file)
7.05 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
The protocol for using lazy standard classes is that we need a resolve *and* an enumerate hook. This got lost somewhere along the way.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #519565 -
Flags: review?(jst)
Comment 2•14 years ago
|
||
Comment on attachment 519565 [details] [diff] [review]
Patch
+ok(expResult.every(function(c) (alert(c), result1[c])), "all of the standard classes have been enumerated");
r=jst if you remove the alert() :)
Attachment #519565 -
Flags: review?(jst) → review+
Updated•14 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•