Change this to enum class is ok to me, but it seems no one use this on the gecko side. Instead, we have two flags [1] in nsStyleGridTemplate. I guess we forgot to remove NS_STYLE_GRID_REPEAT after introducing stylo. IMO, it'd be better to remove them for now. [1] https://searchfox.org/mozilla-central/rev/00c0d068ece99717bea7475f7dc07e61f7f35984/layout/style/nsStyleStruct.h#1275-1276
Bug 1526447 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
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. [1] https://searchfox.org/mozilla-central/rev/00c0d068ece99717bea7475f7dc07e61f7f35984/layout/style/nsStyleStruct.h#1275-1276
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.