Closed
Bug 952375
Opened 12 years ago
Closed 12 years ago
UnionConversions should include headers for external interfaces too
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
|
1.99 KB,
patch
|
dzbarsky
:
review+
|
Details | Diff | Splinter Review |
In particular, otherwise we don't even know that they inherit from nsISupports, and bad things happen.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8350455 -
Flags: review?(dzbarsky)
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [need review]
Comment 2•12 years ago
|
||
Comment on attachment 8350455 [details] [diff] [review]
Include headers for external interfaces in UnionConversions.h.
Review of attachment 8350455 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/bindings/Codegen.py
@@ +882,5 @@
> + try:
> + typeDesc = p.getDescriptor(f.inner.identifier.name)
> + except NoSuchDescriptorError:
> + continue
> + headers.add(typeDesc.headerFile)
Do external interfaces have a worker/non-worker distinction? Or can we just use the first provider found?
Attachment #8350455 -
Flags: review?(dzbarsky) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
> Do external interfaces have a worker/non-worker distinction?
In general, yes. Hopefully we can just kill off external interfaces soon...
| Assignee | ||
Comment 4•12 years ago
|
||
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla29
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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
•