aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return a Result<i64, ()> from do_parse_integerAkshit Khurana2016-04-261-7/+7
* Add parsing of double values in style attributesKeith Yeung2016-04-251-6/+58
* Use num-traits in style.Ms2ger2016-04-201-1/+1
* Remove extra definition of WHITESPACE under components/util/str.rszakorgyula2016-04-201-3/+3
* Move `util::str::parse_length` into 'style' component.Corey Farwell2016-03-241-1/+71
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+1
* Move parse_integer and parse_unsigned_integer from util::str to style::attrzakorgyula2016-02-171-2/+45
* refactor, moving functions into attr and htmlfontelemend fixes #9639 #9638Jayflux2016-02-151-3/+145
* Remove parsed attribute 'background' field on HTMLBodyElementCorey Farwell2016-01-021-0/+20
* Implement non-zero dimension attribute parsingCorey Farwell2015-12-241-1/+6
* Makes setting negative values to maxLength throw an IndexSize exceptionSam Gibson2015-12-031-3/+13
* Adds support for input element's maxlength attrSam Gibson2015-12-031-1/+9
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+2
* Factor the name-related fields of Attr into a struct and move it to style.Bobby Holley2015-11-091-0/+8
* Hoist AttrValue into style.Bobby Holley2015-11-091-0/+170