aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/str.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+3
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Use AsciiExt in ByteString implementations.Ms2ger2015-05-011-10/+3
* Replace ByteString::as_slice() by a Deref implementation.Ms2ger2015-05-011-6/+8
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-3/+3
* Implement USVString.Ms2ger2015-03-131-0/+4
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+3
* auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyukibors-servo2015-01-281-2/+0
|\
| * Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-2/+0
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-6/+6
|/
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Require documentation for ByteString.Ms2ger2014-12-201-0/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-13/+13
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-4/+3
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+2
* Cargoify servoJack Moffitt2014-09-081-0/+157