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
Adding sync method to update atrr from inline style updates #9410
Closed
+549
−110
Restoring node dirty calls after properties are set to trigger mutations
b40e097
Select commit
879bb94
For Shorthand impl, added to_name method and copied serialize_shorthand
craftytrickster d9c0c88
Removed previously copied serialize_shorthand method as well as unnec…
craftytrickster d99508a
Added sync_property_with_attrs_style method to serialize style string…
craftytrickster 34eb0c2
Added test for serialize method
craftytrickster f84e39d
Making fixes based on suggestions from nox and SimonSapin
craftytrickster 509e9d4
Converted serialization methods to implement the to_css trait, writin…
craftytrickster d4234f4
Adding more efficient way of determining if PropertyDeclaration is im…
craftytrickster d339588
Shorthand serialization now takes iterators instead of array slice as…
craftytrickster 130066c
Less cloning and dynamic dispatch.
SimonSapin faedeba
Fixing python to_css codegen error
craftytrickster 543c7ea
Changing update_inline_style to process multiple declarations at once…
craftytrickster 5eedbc1
fixup! Converted serialization methods to implement the to_css trait,…
SimonSapin e828d2f
Removing unnecessary field from serialization css enum
craftytrickster 870c47f
Removed mutation calls from sync_property_with_attrs_style method in …
craftytrickster b40e097
Restoring node dirty calls after properties are set to trigger mutations
craftytrickster
Closed
Adding sync method to update atrr from inline style updates #9410
Restoring node dirty calls after properties are set to trigger mutations
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016
Mar 3, 2016
Mar 26, 2016
Apr 2, 2016
Apr 2, 2016
Apr 4, 2016
Apr 19, 2016
Apr 24, 2016
Apr 29, 2016
Apr 30, 2016
May 4, 2016
May 19, 2016
b40e097
Select commit
879bb94
For Shorthand impl, added to_name method and copied serialize_shorthand
craftytrickster d9c0c88
Removed previously copied serialize_shorthand method as well as unnec…
craftytrickster d99508a
Added sync_property_with_attrs_style method to serialize style string…
craftytrickster 34eb0c2
Added test for serialize method
craftytrickster f84e39d
Making fixes based on suggestions from nox and SimonSapin
craftytrickster 509e9d4
Converted serialization methods to implement the to_css trait, writin…
craftytrickster d4234f4
Adding more efficient way of determining if PropertyDeclaration is im…
craftytrickster d339588
Shorthand serialization now takes iterators instead of array slice as…
craftytrickster 130066c
Less cloning and dynamic dispatch.
SimonSapin faedeba
Fixing python to_css codegen error
craftytrickster 543c7ea
Changing update_inline_style to process multiple declarations at once…
craftytrickster 5eedbc1
fixup! Converted serialization methods to implement the to_css trait,…
SimonSapin e828d2f
Removing unnecessary field from serialization css enum
craftytrickster 870c47f
Removed mutation calls from sync_property_with_attrs_style method in …
craftytrickster b40e097
Restoring node dirty calls after properties are set to trigger mutations
craftytrickster