aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstyledeclaration.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Move CSSStyleDeclaration.SetPropertyPriority logic to styleSimon Sapin2016-10-101-10/+12
* Move (some) CSSStyleDeclaration.SetProperty logic to styleSimon Sapin2016-10-101-43/+75
* Move CSSStyleDeclaration.RemoveProperty logic to styleSimon Sapin2016-10-101-25/+29
* Move CSSStyleDeclaration.GetPropertyPriority logic to styleSimon Sapin2016-10-101-25/+11
* Move CSSStyleDeclaration.GetPropertyValue logic to styleSimon Sapin2016-10-101-43/+12
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use parking_lot::RwLock instead of DOMRefCell for PropertyDeclarationBlockSimon Sapin2016-10-041-6/+6
* Use PropertyDeclarationBlock in a DOMRefCell everywhere.Simon Sapin2016-10-041-33/+37
* Auto merge of #13134 - servo:archery, r=emiliobors-servo2016-08-311-2/+3
|\
| * Use Arc<PropertyDeclarationBlock> everwhere it’s appropriate.Simon Sapin2016-08-311-1/+2
| * Make DOMRefCell use style’s copy of RefCellSimon Sapin2016-08-311-1/+1
* | Use Option<T> to return from gettersAnthony Ramine2016-08-301-16/+14
|/
* Merge normal and important declarations in style rules.Simon Sapin2016-08-211-19/+17
* Add an Importance enum replacing booleans to indicate `!important`.Simon Sapin2016-08-211-7/+8
* Revert "Simplify CSSStyleDeclaration::GetPropertyValue"Simon Sapin2016-08-211-5/+16
* Simplify CSSStyleDeclaration::GetPropertyValueAnthony Ramine2016-08-141-16/+5
* Auto merge of #11428 - g-k:csstext, r=SimonSapinbors-servo2016-06-011-2/+39
|\
| * implement cssTextGlenn Watson2016-05-311-2/+39
* | Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
|/
* Restoring node dirty calls after properties are set to trigger mutationsDavid Raifaizen2016-05-251-4/+11
* Changing update_inline_style to process multiple declarations at once to hand...David Raifaizen2016-05-251-5/+5
* Less cloning and dynamic dispatch.Simon Sapin2016-05-251-3/+13
* Shorthand serialization now takes iterators instead of array slice as argumentDavid Raifaizen2016-05-251-2/+2
* Converted serialization methods to implement the to_css trait, writing to str...David Raifaizen2016-05-251-2/+3
* Removed previously copied serialize_shorthand method as well as unnecessary c...David Raifaizen2016-05-251-35/+3
* Auto merge of #11287 - heycam:moz-binding, r=bholleybors-servo2016-05-241-1/+4
|\
| * Add an extra data field to ParserContext.Cameron McCormack2016-05-241-1/+4
* | Move DOMString back to scriptAnthony Ramine2016-05-241-1/+2
|/
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Inlined content_changedAdrian Utrilla2016-04-041-10/+7
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Invalidate node style after style property removedPaul Rouget2016-01-271-0/+4
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+3
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-1/+1
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-1/+2
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Rustfmt some of script.Ms2ger2015-11-181-15/+23
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-10/+10
* Fix serialization of shorthands pending var() substitution.Simon Sapin2015-11-061-19/+37
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-10/+10
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-5/+5
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-3/+3
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Initialize dom struct fields in declaration orderMichael Wu2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/