Remove NS_STYLE_GRID_REPEAT macro definitions
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: sakshijodhpur, Assigned: singuliere)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
Convert NS_STYLE_GRID_REPEAT to enum class
Since there is only a single occurrence of this, I converted it there.
Actual results:
Currently using NS_STYLE_GRID_REPEAT macro definitions.
Expected results:
Changed this to enum class StyleGridRepeat.
Comment 1•6 years ago
•
|
||
Change this to enum class is ok to me, but it seems no one use this on the gecko side. I guess we forgot to remove NS_STYLE_GRID_REPEAT after introducing stylo. IMO, it'd be better to remove them for now.
Comment 2•6 years ago
•
|
||
OK, mats added this in gecko css parser and use this enum for serialization. All of them had been moved to servo side. It should be fine to remove this macro.
Updated•6 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Remove unused NS_STYLE_GRID_REPEAT_* macro definitions.
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Comment 7•5 years ago
|
||
Thanks for the quick turnaround :-)
Description
•