Closed
Bug 785981
Opened 12 years ago
Closed 12 years ago
Paris bindings need to honor global defines when munging nsCSSPropList.h
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
This cset:
https://hg.mozilla.org/mozilla-central/rev/c526d9dfb684
broke my local builds with flexbox enabled (I've set MOZ_FLEXBOX=1 in configure.in)
It broke them in the sense that they no longer see any flexbox properties in node.style.*.
The flexbox properties are guarded by #ifdef MOZ_FLEXBOX (which configure.in should define.)
It looks like we just need to pass the configure.in #defines to the CSS2Properties.webidl-generating process.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #655685 -
Flags: review?(khuey)
Attachment #655685 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•