New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CSS Properties & Values API in Servo. #18167
Closed
+3,845
−222
style: Expose transform::SpecifiedValue's internals.
fcee76f
Select commit
b404f7a
style: Refine custom_properties::parse_name; disallow extra tokens.
jyc a53656c
resources: Add a pref for CSS Properties & Values API.
jyc 1f1e933
script: Add WebIDL and stubs for CSS.(un)registerProperty.
jyc fcee76f
style: Expose transform::SpecifiedValue's internals.
jyc 52f541e
style: Add/refactor types of custom_properties for Properties & Values.
jyc 04120c3
style: Add a properties_and_values module for CSS Properties & Values.
jyc 8273c33
script: Store typed custom property registrations on the document.
jyc 54b495c
layout_thread, style: Add guard for the registered property set.
jyc cf0f5bd
layout_thread, style: Attach registered property set to the Stylist.
jyc f92a47e
style: Fix comments in style::properties.
jyc 1e6b146
style: Update cascade to take account of typed custom properties.
jyc ee05a9a
script: Implement CSS.(un)registerProperty.
jyc c2dc915
tests: Add tests for CSS Properties & Values API.
jyc
Closed
Implement CSS Properties & Values API in Servo. #18167
style: Expose transform::SpecifiedValue's internals.
Aug 20, 2017
Aug 20, 2017
Aug 20, 2017
Aug 20, 2017
Aug 20, 2017
Aug 20, 2017
Aug 20, 2017
Aug 23, 2017
Aug 20, 2017
Aug 20, 2017
Aug 23, 2017
Aug 20, 2017
Jun 5, 2017
fcee76f
Select commit
b404f7a
style: Refine custom_properties::parse_name; disallow extra tokens.
jyc a53656c
resources: Add a pref for CSS Properties & Values API.
jyc 1f1e933
script: Add WebIDL and stubs for CSS.(un)registerProperty.
jyc fcee76f
style: Expose transform::SpecifiedValue's internals.
jyc 52f541e
style: Add/refactor types of custom_properties for Properties & Values.
jyc 04120c3
style: Add a properties_and_values module for CSS Properties & Values.
jyc 8273c33
script: Store typed custom property registrations on the document.
jyc 54b495c
layout_thread, style: Add guard for the registered property set.
jyc cf0f5bd
layout_thread, style: Attach registered property set to the Stylist.
jyc f92a47e
style: Fix comments in style::properties.
jyc 1e6b146
style: Update cascade to take account of typed custom properties.
jyc ee05a9a
script: Implement CSS.(un)registerProperty.
jyc c2dc915
tests: Add tests for CSS Properties & Values API.
jyc