Closed Bug 914706 Opened 11 years ago Closed 11 years ago

mozilla/dom/DesktopNotification.h is both a static file and WebIDL derived

Categories

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

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: gps, Unassigned)

References

Details

mozilla/dom/DesktopNotification.h is provided by both dom/src/notification/DesktopNotification.h and is derived from the DesktopNotification.webidl file. Surely one of these doesn't belong.
Actually, I see lots of files defined as both static files and as webidl-derived headers:

mozilla/dom/DesktopNotification.h
mozilla/dom/DOMCursor.h
mozilla/dom/DOMError.h
mozilla/dom/DOMException.h
mozilla/dom/DOMRequest.h
mozilla/dom/MessageChannel.h
mozilla/dom/MessagePort.h
mozilla/dom/MobileMessageManager.h
mozilla/dom/Notification.h
mozilla/dom/Promise.h
mozilla/dom/TextDecoder.h
mozilla/dom/TextEncoder.h
mozilla/dom/URL.h

What's going on here?
Oh, duh - I'm not adding "Binding" to the end of the .webidl-derived header names. Derp.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.