Open
Bug 932082
Opened 11 years ago
Updated 2 years ago
Use namespaced path to *Binding.h files in generated WebIDL bindings
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: gps, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 928195, I'm rewriting the WebIDL bindings so the generated .h files are produced directly in $(DIST)/include. I'm temporarily adding $(DIST)/include/mozilla/dom to the header search path to get things to compile. A more robust solution is to have bindings code generation write out the "mozilla/dom/" prefix for generated #include directives.
Comment 1•11 years ago
|
||
Are you putting the generated test files in $(DIST) as well?
Updated•11 years ago
|
Blocks: ParisBindings
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Boris Zbarsky [:bz] from comment #1)
> Are you putting the generated test files in $(DIST) as well?
No. Those still get generated to objdir/dom/bindings.
Comment 3•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•