Closed
Bug 1528940
Opened 6 years ago
Closed 6 years ago
convert #define NS_STYLE_FLEX_DIRECTION values to enum class in nsStyleConsts.h
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: asfiyab95, Assigned: asfiyab95)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Steps to reproduce:
convert #define NS_STYLE_FLEX_DIRECTION values to enum class in nsStyleConsts.h
grep 'NS_STYLE_FLEX_DIRECTION' and replace it with the enum values
Actual results:
Successful Compilation
Expected results:
Successful compilation
Converted the #define variable NS_STYLE_FLEX_DIRECTION to an enum class in nsStyleConsts.h and made changes in other files that access it
Updated•6 years ago
|
Assignee: nobody → asfiyab95
Status: UNCONFIRMED → ASSIGNED
Component: Untriaged → CSS Parsing and Computation
Ever confirmed: true
Product: Firefox → Core
Version: 1.0 Branch → Trunk
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/85192f61b49e
convert NS_STYLE_FLEX_DIRECTION to an enum class in nsStyleConsts.h r=emilio
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•