Skip to content
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
wants to merge 15 commits into from

Commits on May 19, 2016

  1. For Shorthand impl, added to_name method and copied serialize_shorthand

    from cssstyledeclaration.rs file
    
    For PropertyDeclaration impl, added shorthands method to get the shorthands associated
    with the current longhand
    
    For PropertyDeclarationBlock impl, added serialize algorithm
    craftytrickster committed May 19, 2016
  2. Removed previously copied serialize_shorthand method as well as unnec…

    …essary calls to document.content_changed
    craftytrickster committed May 19, 2016
  3. Added sync_property_with_attrs_style method to serialize style string…

    … when inline style is changed
    craftytrickster committed May 19, 2016
  4. Converted serialization methods to implement the to_css trait, writin…

    …g to string buffers to save string allocations for every result
    craftytrickster committed May 19, 2016
  5. Changing update_inline_style to process multiple declarations at once…

    … to handle shorthand serialization better
    craftytrickster committed May 19, 2016
  6. fixup! Converted serialization methods to implement the to_css trait,…

    … writing to string buffers to save string allocations for every result
    SimonSapin authored and craftytrickster committed May 19, 2016
  7. Removed mutation calls from sync_property_with_attrs_style method in …

    …order to avoid reparsing serialized output
    craftytrickster committed May 19, 2016
You can’t perform that action at this time.