Closed
Bug 1293604
Opened 9 years ago
Closed 9 years ago
Replace NS_STYLE_FLOAT_* with StyleFloat enum class
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → tlin
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8779279 [details]
Bug 1293604 - Replace NS_STYLE_FLOAT_* with StyleFloat enum class.
https://reviewboard.mozilla.org/r/70304/#review67682
Attachment #8779279 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8779279 [details]
Bug 1293604 - Replace NS_STYLE_FLOAT_* with StyleFloat enum class.
https://reviewboard.mozilla.org/r/70304/#review67930
::: layout/style/nsStyleStruct.h:2834
(Diff revision 1)
> // to mDisplay
> uint8_t mContain; // [reset] see nsStyleConsts.h NS_STYLE_CONTAIN_*
> uint8_t mAppearance; // [reset]
> uint8_t mPosition; // [reset] see nsStyleConsts.h
> - uint8_t mFloat; // [reset] see nsStyleConsts.h NS_STYLE_FLOAT_*
> - uint8_t mOriginalFloat; // [reset] saved mFloat for position:absolute/fixed;
> +
> + // [reset] See StyleFloat in nsStyleConsts.h.
This indentation is wrong. I'll upload a new patch to fix it.
| Comment hidden (mozreview-request) |
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bc47f02e322
Replace NS_STYLE_FLOAT_* with StyleFloat enum class. r=dbaron
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•