aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/str.rs
Commit message (Expand)AuthorAgeFilesLines
* Support WebIDL `record<>`Kagami Sascha Rosylight2019-10-151-1/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Remove unused code from script* cratesest312019-06-021-11/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+4
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-1/+55
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Fixes panic on DOMString::strip_leading_and_trailing_ascii_whitespaceJim Berlage2018-11-081-9/+9
* Reorder importsPyfisch2018-11-061-1/+1
* Format script componentchansuke2018-09-191-46/+45
* Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)Simon Sapin2018-04-091-1/+1
* implement range input sanitizationtigercosmos2018-01-171-12/+33
* input type=number validationsNathan2018-01-091-0/+10
* implement valid Date time Local inputtigercosmos2018-01-071-0/+92
* implement valid week stringtigercosmos2017-12-171-1/+66
* implement "Date type inputs", "Month type inputs"tigercosmos2017-12-051-0/+101
* Added time input sanitization:Simon Wörner2017-12-041-0/+71
* Auto merge of #18262 - KiChjang:value-sanitization, r=noxbors-servo2017-11-091-0/+23
|\
| * Implement string stripping utilities from the Infra specKeith Yeung2017-11-081-0/+23
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Derive the Default trait for dictionaries containing GC values.Josh Matthews2017-09-251-2/+3
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-1/+1
* Update cssparser to 0.18Simon Sapin2017-07-241-3/+3
* Stop using the unstable optin_builtin_traits featureMatt Brubeck2017-06-281-7/+6
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-0/+7
* script: Move extended_filtering to the style crate.Cameron McCormack2017-06-081-57/+0
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* ext. filtering for lang matchingSendilKumar N2017-03-071-0/+58
* Implement document.open and document.close (fixes #14591)Anthony Ramine2017-02-031-1/+6
* Introduce enums for identifying CSS properties.Simon Sapin2016-12-091-0/+6
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+14
* Implement Borrow<str> for DOMStringAnthony Ramine2016-09-071-1/+8
* Auto merge of #12467 - jeenalee:jeena-headersAPI, r=jdmbors-servo2016-07-201-1/+1
|\
| * Add the append method for the Headers API for the Fetch APIJeena Lee2016-07-191-1/+1
* | Expand the documentation for DOMString.Ms2ger2016-07-191-0/+35
|/
* Associate logical and physical keypresses together to support non-QWERTY keyb...Josh Matthews2016-07-051-1/+10
* Remove unused ByteString::bytes() and its unit test.Ms2ger2016-06-071-7/+0
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+120
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-2/+1
* move method from ByteString to module where it was usedTim Neumann2016-02-231-64/+0
* remove rarely used `is_token` method from ByteStringTim Neumann2016-02-231-6/+0
* Convert unwrapping of ByteString to self.0Daniel Robertson2016-02-181-8/+4
* Add methods to move ByteStrings underlying bytesDaniel Robertson2016-02-181-0/+13
* #9640 Refactor: Move util::str::is_token to script::dom::bindings::strPeter2016-02-141-1/+35
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* fix websocket header validation, ensure it meets token requirements, addjmr02016-01-241-29/+2
* Rustfmt some of script.Ms2ger2015-11-181-6/+20
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0