aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* 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