aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/custom_properties.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace manual iteration with retain()Manish Goregaokar2017-10-231-5/+1
* Revert diagnostics code from 12515374597604499d77e4d9da61821f1801a240Manish Goregaokar2017-10-231-2/+0
* Revert "Diagnostic map semantics."Manish Goregaokar2017-10-231-11/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Rewrite cycle removal algorithm of custom properties and integrate it with su...Xidorn Quan2017-10-131-150/+221
* style: Avoid cloning inherited CustomPropertiesMap when cascading properties ...Cameron McCormack2017-10-121-3/+47
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-13/+24
* style: Optimize custom properties cycle removal.Emilio Cobos Álvarez2017-10-091-17/+25
* style: Share custom property declarations if they don't contain variable refe...Emilio Cobos Álvarez2017-10-091-131/+157
* style: Don't go through remove_cycles if there are no references in the speci...Emilio Cobos Álvarez2017-10-091-1/+6
* style: Refactor the custom properties map to have less temporary hashmap entr...Emilio Cobos Álvarez2017-10-091-62/+64
* style: Rename CustomPropertiesBuilder::custom_properties to something more de...Emilio Cobos Álvarez2017-10-091-6/+6
* style: Hoist cascade() to CustomPropertyBuilder.Emilio Cobos Álvarez2017-10-091-59/+42
* style: Introduce CustomPropertiesBuilder.Emilio Cobos Álvarez2017-10-081-19/+51
* style: Avoid unused `context` argument.Emilio Cobos Álvarez2017-10-081-5/+6
* Diagnostic map semantics.Bobby Holley2017-10-071-6/+11
* style: Iterate in the expected order in the custom_properties module.Emilio Cobos Álvarez2017-10-051-5/+5
* style: Reformat the substitute_block function.Emilio Cobos Álvarez2017-10-041-6/+9
* style: Use map_or instead of map(..) == Some(false).Emilio Cobos Álvarez2017-10-041-1/+1
* style: Use the OrderedMap iterator instead of doing our own thing.Emilio Cobos Álvarez2017-10-041-5/+2
* style: Use the hashmap indexed getter in the custom props iterator code.Emilio Cobos Álvarez2017-10-041-1/+1
* style: Use Option<&mut> instead of &mut Option in custom_properties.rsEmilio Cobos Álvarez2017-10-041-11/+18
* style: Avoid being so Arc-happy in the custom properties code.Emilio Cobos Álvarez2017-10-011-10/+13
* style: Use PrecomputedHasher for custom properties.Emilio Cobos Álvarez2017-09-301-57/+66
* Don't use inherited custom properties for substitutionXidorn Quan2017-09-281-13/+6
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+1
* Tidy fixesManish Goregaokar2017-09-011-1/+1
* stylo: Replace all hashtable collections with ones from style::hashManish Goregaokar2017-08-311-1/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-7/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Auto merge of #18025 - servo:line-counting, r=jdmbors-servo2017-08-091-7/+7
|\
| * Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-7/+7
* | style: Implement OrderedMapIteratorFernando Jiménez Moreno2017-08-081-18/+56
* | style: Use OrderedMap for specified values too.Emilio Cobos Álvarez2017-08-081-23/+40
* | style: Make the OrderedMap also generic on the value.Emilio Cobos Álvarez2017-08-081-9/+16
* | style: Make ComputedValuesMap a bit more generic.Emilio Cobos Álvarez2017-08-081-9/+12
|/
* Update cssparser to 0.18Simon Sapin2017-07-241-5/+8
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Update rust-cssparser; extract more specific error types when reportin...Josh Matthews2017-07-101-4/+4
* Backed out changeset fec394734f83 (bug 17624) for build bustage a=backout CLO...Gecko Backout2017-07-061-4/+4
* stylo: Update rust-cssparser; extract more specific error types when reportin...Josh Matthews2017-07-061-4/+4
* Derive Eq and PartialEq for CustomPropertiesMapFernando Jiménez Moreno2017-06-281-8/+1
* stylo: implement indexed and count getters for custom propertiesFernando Jiménez Moreno2017-06-281-18/+77
* Untry styleSimon Sapin2017-06-181-23/+22
* Auto merge of #17284 - jyc:custom-properties-cascade, r=emiliobors-servo2017-06-161-1/+1
|\
| * style: Propagate changes in custom properties' computed values to descendants.Jonathan Chan2017-06-131-1/+1
* | Upgrade cssparser to 0.15Simon Sapin2017-06-161-1/+1
|/
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-29/+41
* Remove style::values::HasViewportPercentage reexportAnthony Ramine2017-05-201-2/+2