Closed
Bug 1803968
Opened 3 years ago
Closed 3 years ago
Migrate NS_STYLE_LIST_STYLE_* defines to enum class
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: ben.freist, Assigned: ben.freist)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Steps to reproduce:
I migrated the defines NS_STYLE_LIST_STYLE_* to the enum class ListStyle.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → ben.freist
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/74bcc0dd98fa
[refactor] Migrate NS_STYLE_LIST_STYLE_* defines r=emilio
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/49b1f6fabd4c
Fix a bogus assert that was caught by GCC.
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/74bcc0dd98fa
https://hg.mozilla.org/mozilla-central/rev/49b1f6fabd4c
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•