Remove CSS keyword tables and such.
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(7 files, 2 obsolete files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•5 years ago
|
||
Remove some unused enums and some single-call function that also caused a copy
of two LengthPercentage values.
This is pretty drive-by, could be a different bug.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Use the more general mechanism to get a property value. We can't just remove
the getter because of the resist-fingerprinting check, but...
Depends on D63791
Assignee | ||
Comment 3•5 years ago
|
||
This also fixes some backwards logic in nsBlockFrame::ReflowDirtyLines, and adds
some static assertions to nsGenericHTMLElement that almost cause a very subtle
bug.
Depends on D63792
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D63793
Assignee | ||
Comment 5•5 years ago
|
||
In a somewhat easy way. There are better ways to do this (moving
text-decoration-style to be a proper cbindgen enum class or such), but this
does the job for now.
Depends on D63794
Assignee | ||
Comment 6•5 years ago
|
||
Seeya
Depends on D63795
Assignee | ||
Comment 7•5 years ago
|
||
Remove some unused enums and some single-call function that also caused a copy
of two LengthPercentage values.
This is pretty drive-by, could be a different bug.
Assignee | ||
Comment 8•5 years ago
|
||
Use the more general mechanism to get a property value. We can't just remove
the getter because of the resist-fingerprinting check, but...
Depends on D63797
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f817fa67b51f
https://hg.mozilla.org/mozilla-central/rev/17061d1394b7
https://hg.mozilla.org/mozilla-central/rev/400b7003dd40
https://hg.mozilla.org/mozilla-central/rev/3d90d2bf476b
https://hg.mozilla.org/mozilla-central/rev/ad22c10d9fbe
https://hg.mozilla.org/mozilla-central/rev/2827d9d7168e
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Description
•