aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-601/+0
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-5/+7
* Further changes required by ServoOriol Brufau2023-11-211-5/+5
* Further changes required by ServoOriol Brufau2023-11-061-2/+2
* Further changes required by ServoOriol Brufau2023-11-061-4/+4
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+2
* Update parse_length to match specTipowol2020-04-031-12/+2
* Fix some new warningsSimon Sapin2019-06-221-5/+5
* Remove unused code from selector and style cratesest312019-06-071-12/+0
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-1/+1
* Fix some warningsSimon Sapin2018-12-281-1/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-7/+7
* Reorder importsPyfisch2018-11-061-2/+2
* Format style component.chansuke2018-09-091-9/+9
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-58/+74
* style: remove unused AsciiExt imports.Emilio Cobos Álvarez2018-03-041-1/+0
* Allow unused imports for AsciiExt in style code.Simon Sapin2017-11-091-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-16/+21
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Untry styleSimon Sapin2017-06-181-2/+2
* ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-181-0/+9
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-3/+3
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-0/+8
* Fix future illegal_floating_point_literal_pattern warnings.Simon Sapin2017-05-121-1/+1
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-2/+2
* script: Map HTMLCanvasElement width and height attributes.Emilio Cobos Álvarez2017-04-091-0/+17
* Remove servo_url dependency for geckolibXidorn Quan2017-04-071-3/+1
* Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>Simon Sapin2017-03-191-2/+2
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-12/+5
* script: Don't avoid all the mutation notification methods when the style attr...Emilio Cobos Álvarez2017-01-301-1/+21
* Remove redundant url clonesPu Xingyu2016-11-181-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+4
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* Replace the SelectorImplExt trait with inherent methods.Simon Sapin2016-08-091-1/+2
* account for sign in double parsingBob2016-07-281-6/+6
* style: Rewrite the restyle hints code to allow different kinds of element sna...Emilio Cobos Álvarez2016-07-211-1/+1
* Some fixes in styleManish Goregaokar2016-07-121-1/+1
* Move util::str to styleAnthony Ramine2016-07-051-3/+2
* Add some documentation to the style crate.Ms2ger2016-06-271-7/+12
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-3/+6
* Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-2/+9
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Parse HTMLInputElement attributesKeith Yeung2016-05-241-6/+15
* Move DOMString back to scriptAnthony Ramine2016-05-241-24/+24
* Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-181-3/+5