Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand the documentation for DOMString. | Ms2ger | 2016-07-19 | 1 | -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 Matthews | 2016-07-05 | 1 | -1/+10 |
| | | | | keyboards. | ||||
* | Remove unused ByteString::bytes() and its unit test. | Ms2ger | 2016-06-07 | 1 | -7/+0 |
| | |||||
* | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -0/+1 |
| | |||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+120 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | use self.0 instead of destructing single item tuple structs | faineance | 2016-03-27 | 1 | -2/+1 |
| | |||||
* | move method from ByteString to module where it was used | Tim Neumann | 2016-02-23 | 1 | -64/+0 |
| | |||||
* | remove rarely used `is_token` method from ByteString | Tim Neumann | 2016-02-23 | 1 | -6/+0 |
| | |||||
* | Convert unwrapping of ByteString to self.0 | Daniel Robertson | 2016-02-18 | 1 | -8/+4 |
| | | | | | Convert traditional unwrapping of the tuple struct ByteString to self.0 | ||||
* | Add methods to move ByteStrings underlying bytes | Daniel Robertson | 2016-02-18 | 1 | -0/+13 |
| | | | | Add methods to move the underlying Vec<u8> for ByteString. | ||||
* | #9640 Refactor: Move util::str::is_token to script::dom::bindings::str | Peter | 2016-02-14 | 1 | -1/+35 |
| | |||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+0 |
| | |||||
* | fix websocket header validation, ensure it meets token requirements, add | jmr0 | 2016-01-24 | 1 | -29/+2 |
| | | | | testing | ||||
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -6/+20 |
| | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -1/+0 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 |
| | | | | closes #7198 | ||||
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -1/+3 |
| | |||||
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -2/+1 |
| | | | | fixes #6524 | ||||
* | Use AsciiExt in ByteString implementations. | Ms2ger | 2015-05-01 | 1 | -10/+3 |
| | |||||
* | Replace ByteString::as_slice() by a Deref implementation. | Ms2ger | 2015-05-01 | 1 | -6/+8 |
| | |||||
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | Remove some unnecessary uses of `as_slice` | Corey Farwell | 2015-03-29 | 1 | -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. | Ms2ger | 2015-03-18 | 1 | -3/+3 |
| | |||||
* | Implement USVString. | Ms2ger | 2015-03-13 | 1 | -0/+4 |
| | |||||
* | Replace uint/int by usize/isize in various places. | Ms2ger | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -2/+3 |
| | |||||
* | auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki | bors-servo | 2015-01-28 | 1 | -2/+0 |
|\ | |||||
| * | Require documentation for all code in dom::bindings (excluding ↵ | Ms2ger | 2015-01-25 | 1 | -2/+0 |
| | | | | | | | | dom::bindings::codegen). | ||||
* | | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -6/+6 |
|/ | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -1/+2 |
| | | | | into_string has been removed from Rust. | ||||
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | Require documentation for ByteString. | Ms2ger | 2014-12-20 | 1 | -0/+2 |
| | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -13/+13 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -4/+3 |
| | |||||
* | Use JSTraceable everywhere | Manish Goregaokar | 2014-09-24 | 1 | -1/+2 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+157 |