Open
Bug 1381693
Opened 8 years ago
Updated 2 years ago
Make gPropertyEnabled a bit set and remove EXPERIMENTAL table in Servo's check_allowed_in for Stylo
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: xidorn, Unassigned)
References
Details
Removing EXPERIMENTAL table would save us certain amount of code.
Currently, it may still have some value since EXPERIMENTAL table is a bit set, which means it is more compact on storage, thus less memory bandwidth for querying it.
If we can make gPropertyEnabled table a bit set as well, there would be no reason to keep that table.
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Priority: P3 → P4
Updated•7 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Comment 1•7 years ago
|
||
status-firefox59:
--- → ?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•