Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove usage of the deprecated OwnedAsciiExt | Simon Sapin | 2015-07-30 | 1 | -2/+3 | |
| | | ||||||
* | | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -1/+1 | |
|/ | | | | fixes #6524 | |||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -25/+25 | |
| | ||||||
* | Implement HTMLAppletElement.name | Anthony Ramine | 2015-05-14 | 1 | -0/+14 | |
| | ||||||
* | Import string_cache::Atom into the attributes' macros | Anthony Ramine | 2015-05-14 | 1 | -12/+9 | |
| | ||||||
* | Auto merge of #5923 - nox:limited-unsigned-long, r=jdm | bors-servo | 2015-05-06 | 1 | -3/+42 | |
|\ | | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5923) <!-- Reviewable:end --> | |||||
| * | Improve support of limited unsigned long attributes | Anthony Ramine | 2015-05-06 | 1 | -3/+42 | |
| | | ||||||
* | | Simplify the implementation of make_url_or_base_getter. | Ms2ger | 2015-05-01 | 1 | -6/+5 | |
|/ | ||||||
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -3/+3 | |
| | ||||||
* | Update some URLs. | Ms2ger | 2015-04-14 | 1 | -2/+2 | |
| | | | | | The HTML spec's division into pages is not stable, so it is safer to use the URL without a specific page (which will redirect). | |||||
* | Implement the onsubmit event handler (fixes #5396). | Florian Eula | 2015-04-01 | 1 | -0/+1 | |
| | ||||||
* | make no_jsmanaged_fields not require imports | Manish Goregaokar | 2015-03-26 | 1 | -4/+4 | |
| | ||||||
* | Move everything unrelated to the frame tree out of Page and into Document or ↵ | Josh Matthews | 2015-03-03 | 1 | -0/+1 | |
| | | | | Window. Reduce the API surface of Page to a bare minimum to allow for easier future removal. | |||||
* | Lowercase DOM getters at compile time, fixes #4728 | Arpad Borsos | 2015-02-03 | 1 | -7/+7 | |
| | | | | | | The implementation was copied directly from https://github.com/rust-lang/rust/pull/16636 and updated for rust changes, so the credit goes to @Manishearth | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -31/+31 | |
| | ||||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -1/+2 | |
| | | | | into_string has been removed from Rust. | |||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -1/+1 | |
| | | | | This changes those calls that were already sound. | |||||
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -1/+1 | |
| | ||||||
* | Add Comparable trait to js.rs; fixups | Manish Goregaokar | 2014-12-06 | 1 | -1/+1 | |
| | ||||||
* | Add oninput/onchange so tests work | Manish Goregaokar | 2014-12-05 | 1 | -0/+16 | |
| | ||||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -6/+6 | |
| | ||||||
* | Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671 | Ray Clanan | 2014-10-23 | 1 | -1/+1 | |
| | ||||||
* | Macroize event handler getters and setters. | Tetsuharu OHZEKI | 2014-10-23 | 1 | -0/+26 | |
| | ||||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -9/+17 | |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | |||||
* | Address review comments | Manish Goregaokar | 2014-10-14 | 1 | -0/+46 | |
| | ||||||
* | Address review comments | Manish Goregaokar | 2014-10-08 | 1 | -13/+2 | |
| | ||||||
* | Add macro for reflecting URLs | Manish Goregaokar | 2014-10-07 | 1 | -0/+28 | |
| | ||||||
* | Add setter macros, improve getter macros | Manish Goregaokar | 2014-10-07 | 1 | -6/+55 | |
| | ||||||
* | Fix trailing whitespace tidy errors | Cameron Zwarich | 2014-09-25 | 1 | -1/+2 | |
| | ||||||
* | Address review comments | Manish Goregaokar | 2014-09-24 | 1 | -1/+1 | |
| | ||||||
* | Use JSTraceable everywhere | Manish Goregaokar | 2014-09-24 | 1 | -3/+9 | |
| | ||||||
* | Add untraceable! macro | Manish Goregaokar | 2014-09-24 | 1 | -0/+16 | |
| | ||||||
* | More progress in the &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-20 | 1 | -6/+6 | |
| | | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`. | |||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -3/+3 | |
| | | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. | |||||
* | Revert "script: Use atom comparison in more places, especially for ↵ | Josh Matthews | 2014-09-18 | 1 | -4/+2 | |
| | | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d. | |||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -2/+4 | |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+44 | |