aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/str.rs
Commit message (Collapse)AuthorAgeFilesLines
* Expand the documentation for DOMString.Ms2ger2016-07-191-0/+35
| | | | | There was some confusion on IRC about its purpose; hopefully this will clarify the situation.
* Associate logical and physical keypresses together to support non-QWERTY ↵Josh Matthews2016-07-051-1/+10
| | | | keyboards.
* 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
| | | | This entirely removes the 'non-geckolib' feature of the util crate.
* 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
| | | | | Convert traditional unwrapping of the tuple struct ByteString to self.0
* Add methods to move ByteStrings underlying bytesDaniel Robertson2016-02-181-0/+13
| | | | Add methods to move the underlying Vec<u8> for ByteString.
* #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
| | | | testing
* Rustfmt some of script.Ms2ger2015-11-181-6/+20
|
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
| | | | This merges import blocks that were reported by tidy as unmerged.
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
|
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
| | | | closes #7198
* 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
| | | | fixes #6524
* 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
| | | | | | | | | | | For the majority of these cases, `as_slice` can be removed due to `Deref`. In particular, `Deref` for: * `String` -> `str` * `Atom` -> `str` The latter of those two requires, a bump of the locked `string-cache` library
* 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 ↵Ms2ger2015-01-251-2/+0
| | | | | | | | dom::bindings::codegen).
* | 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
| | | | into_string has been removed from Rust.
* 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