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)

enhancement

Tracking

()

Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- ?

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.
Priority: -- → P3
Priority: P3 → P4
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.