Closed
Bug 431986
Opened 18 years ago
Closed 18 years ago
ApplicationCache doesn't implement EventTarget
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9
People
(Reporter: nanto, Assigned: dcamp)
References
()
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
jst
:
review+
jst
:
superreview+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Though WHATWG spec says "Objects implementing the ApplicationCache interface must also implement the EventTarget interface.", it looks like that Gecko doesn't implement the EventTarget interface on the applicationCache object.
javascript:alert([applicationCache instanceof EventTarget, typeof applicationCache.addEventListener]);
Actual: false,undefined
Expected: true,function
| Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → dcamp
Status: NEW → ASSIGNED
Attachment #320001 -
Flags: superreview?(jst)
Attachment #320001 -
Flags: review?(jst)
Updated•18 years ago
|
Attachment #320001 -
Flags: superreview?(jst)
Attachment #320001 -
Flags: superreview+
Attachment #320001 -
Flags: review?(jst)
Attachment #320001 -
Flags: review+
Updated•18 years ago
|
Attachment #320001 -
Flags: approval1.9+
| Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Comment 2•18 years ago
|
||
mozilla/dom/src/base/nsDOMClassInfo.cpp 1.546
mozilla/dom/tests/mochitest/ajax/offline/test_simpleManifest.html 1.3
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9
Version: unspecified → Trunk
Updated•18 years ago
|
Flags: in-testsuite+
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•