aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/str.rs
Commit message (Expand)AuthorAgeFilesLines
* Move util::str to styleAnthony Ramine2016-07-051-127/+0
* Move LowercaseString near its only consumer.Ms2ger2016-06-061-23/+0
* Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-8/+0
* Move c_str_to_string to its only consumer.Ms2ger2016-06-051-10/+1
* Parse HTMLInputElement attributesKeith Yeung2016-05-241-0/+4
* Move DOMString back to scriptAnthony Ramine2016-05-241-112/+2
* Use num_traits in utilMatt Brubeck2016-05-171-1/+1
* Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-38/+1
* Add parsing of double values in style attributesKeith Yeung2016-04-251-5/+56
* Remove extra definition of WHITESPACE under components/util/str.rszakorgyula2016-04-201-13/+9
* Move `util::str::parse_length` into 'style' component.Corey Farwell2016-03-241-70/+1
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-0/+7
* Move parse_integer and parse_unsigned_integer from util::str to style::attrzakorgyula2016-02-171-44/+0
* refactor, moving functions into attr and htmlfontelemend fixes #9639 #9638Jayflux2016-02-151-200/+2
* #9640 Refactor: Move util::str::is_token to script::dom::bindings::strPeter2016-02-141-34/+0
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-2/+2
* fix websocket header validation, ensure it meets token requirements, addjmr02016-01-241-0/+34
* Update XHR BodyInit, update extract method implSt.Spyder2016-01-181-1/+5
* Use features to prevent the util component from entraining the world in Gecko...Bobby Holley2016-01-111-84/+3
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-13/+11
* Implement non-zero dimension attribute parsingCorey Farwell2015-12-241-0/+12
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-1/+1
* Make util::str::parse_length work with floatsCorey Farwell2015-11-141-1/+1
* fix impl of parse_length()rohan.prinja2015-11-141-4/+23
* Made DOMString opaque.Alan Jeffrey2015-11-121-1/+1
* Added in-place mutation to DOMString.Alan Jeffrey2015-11-121-0/+13
* Made DOMString implement !Send.Alan Jeffrey2015-11-121-0/+2
* Added conversion functions between DOMString and String.Alan Jeffrey2015-11-121-0/+18
* Auto merge of #8479 - frewsxcv:domstring-default, r=Ms2gerbors-servo2015-11-131-0/+6
|\
| * Implement Default trait for DOMStringCorey Farwell2015-11-111-0/+6
* | Use the conversion traits from js.Ms2ger2015-11-121-0/+84
|/
* Add Dimension member to AttrValueCorey Farwell2015-11-091-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+59
* display input caret for textarea. fixes #7758Florian Merz2015-10-211-1/+14
* Link to the HTML multipage spec, not the single-page one.Eli Friedman2015-10-131-4/+4
* Fix issues found by rust-clippyCorey Farwell2015-10-121-4/+3
* Implement `size` attribute for <font> elementCorey Farwell2015-09-301-22/+84
* Make util::str::str_join consistent with SliceConcatExt::joinCorey Farwell2015-09-301-2/+2
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* Make util::str::str_join operate on IteratorsCorey Farwell2015-09-281-2/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Fix reported test-tidy errorsBrandon Fairchild2015-09-011-3/+3
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-4/+4
* Use local slice_charsJack Moffitt2015-07-311-0/+24
* Create and utilize utility for joining strsCorey Farwell2015-07-081-0/+8
* Remove null_str_as_empty and null_str_as_empty_ref functions.Ms2ger2015-06-101-16/+0
* script: Implement the `width` and `height` attributes for iframes perPatrick Walton2015-05-201-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-6/+6
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1