Closed Bug 431986 Opened 18 years ago Closed 18 years ago

ApplicationCache doesn't implement EventTarget

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.9

People

(Reporter: nanto, Assigned: dcamp)

References

()

Details

Attachments

(1 file)

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
Blocks: 398161
Flags: blocking1.9?
Attached patch fixSplinter Review
Assignee: nobody → dcamp
Status: NEW → ASSIGNED
Attachment #320001 - Flags: superreview?(jst)
Attachment #320001 - Flags: review?(jst)
Attachment #320001 - Flags: superreview?(jst)
Attachment #320001 - Flags: superreview+
Attachment #320001 - Flags: review?(jst)
Attachment #320001 - Flags: review+
Attachment #320001 - Flags: approval1.9+
Keywords: checkin-needed
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
Flags: in-testsuite+
Component: DOM: Mozilla Extensions → DOM
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: