Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use a simple Temporary value in TreeIterator | Anthony Ramine | 2015-04-13 | 1 | -2/+2 | |
| | ||||||
* | Rewrite NodeChildrenIterator to return Temporary. | Ms2ger | 2015-04-02 | 1 | -1/+4 | |
| | ||||||
* | Remove some unnecessary uses of `as_slice` | Corey Farwell | 2015-03-29 | 1 | -2/+2 | |
| | | | | | | | | | | | 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 | |||||
* | Use Finite<T> for our dom code (excluding CanvasRenderingContext2D) | Tetsuharu OHZEKI | 2015-03-25 | 1 | -1/+3 | |
| | ||||||
* | Move everything unrelated to the frame tree out of Page and into Document or ↵ | Josh Matthews | 2015-03-03 | 1 | -10/+7 | |
| | | | | Window. Reduce the API surface of Page to a bare minimum to allow for easier future removal. | |||||
* | Do not glob-export EvaluateJSReply variants. | Ruud van Asseldonk | 2015-02-13 | 1 | -6/+5 | |
| | | | | This closes #4921. | |||||
* | Import msg as msg rather than servo_msg. | Ms2ger | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | Add flag to send live updates to devtools. | Sagar Muchhal | 2015-02-05 | 1 | -0/+5 | |
| | ||||||
* | add `unwrap` to `send/recv` calls | Alexandru Cojocaru | 2015-02-03 | 1 | -5/+5 | |
| | ||||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -0/+2 | |
| | ||||||
* | Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString) | Guillaume Bort | 2015-01-07 | 1 | -2/+2 | |
| | ||||||
* | Fix obsolete format traits. | Ms2ger | 2015-01-02 | 1 | -1/+1 | |
| | | | | They are to be removed from the language in the next rust upgrade. | |||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -10/+10 | |
| | | | | This changes those calls that were already sound. | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -2/+2 | |
| | ||||||
* | handle null for evaluating JS value. #4235 | Jerry Shih | 2014-12-16 | 1 | -1/+3 | |
| | ||||||
* | Implemeneted ModifyAttribute handler to update DOM elements. | Shanil Puri | 2014-12-03 | 1 | -0/+106 | |