| Commit message (Expand) | Author | Age | Files | Lines |
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -233/+0 |
* | Fix HTMLImageElement setters. | Ms2ger | 2014-09-05 | 1 | -2/+2 |
* | Split up macro invocation | Manish Goregaokar | 2014-08-20 | 1 | -9/+34 |
* | Use getter macros in HTMLImageElement | Manish Goregaokar | 2014-08-19 | 1 | -64/+8 |
* | Pass an Atom to before_remove_attr and after_set_attr. | Ms2ger | 2014-08-16 | 1 | -6/+10 |
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -3/+3 |
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -27/+1 |
* | Used rust-url directly instead of servo_util::url | Simon Sapin | 2014-07-21 | 1 | -9/+10 |
* | Remove generate_cacheable_wrapper_htmlelement! | Tetsuharu OHZEKI | 2014-06-28 | 1 | -0/+7 |
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -2/+2 |
* | auto merge of #2616 : Ms2ger/servo/attrvalue, r=jdm | bors-servo | 2014-06-13 | 1 | -2/+10 |
|\ |
|
| * | Implement parsed 'unsigned long' attributes. | Ms2ger | 2014-06-13 | 1 | -2/+10 |
* | | Use internal mutability for HTMLImageElement. | Ms2ger | 2014-06-11 | 1 | -16/+14 |
|/ |
|
* | Remove needless '&self mut' from VirtualMethods trait. | Tetsuharu OHZEKI | 2014-06-07 | 1 | -9/+11 |
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -6/+6 |
* | auto merge of #2552 : saneyuki/servo/mut, r=jdm | bors-servo | 2014-06-02 | 1 | -36/+36 |
|\ |
|
| * | Remove needless '&mut self' from element.rs. | Tetsuharu OHZEKI | 2014-06-03 | 1 | -36/+36 |
* | | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
|/ |
|
* | Remove not-yet-implemented members from IDL and Rust code. | Ms2ger | 2014-06-01 | 1 | -26/+0 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
* | Use == instead of match for tests against a single enum value | Martin Robinson | 2014-05-08 | 1 | -4/+1 |
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -6/+6 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -6/+4 |
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
* | Move all methods on T to JSRef<T> or JS<T> as appropriate. | Josh Matthews | 2014-05-03 | 1 | -20/+33 |
* | Remove abstract_self. | Josh Matthews | 2014-05-03 | 1 | -72/+72 |
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -31/+63 |
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -36/+38 |
* | Turn on GC all the time. Fix rooting errors during parsing and storing timers... | Josh Matthews | 2014-05-03 | 1 | -51/+51 |
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -3/+2 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -1/+1 |
* | Add NodeHelpers::get_bounding_content_box(). | Tetsuharu OHZEKI | 2014-04-24 | 1 | -13/+3 |
* | Add transparent Traceable and Untraceable types to aid proper rooting practic... | Josh Matthews | 2014-04-17 | 1 | -19/+7 |
* | auto merge of #2054 : sankha93/servo/imageattr, r=jdm | bors-servo | 2014-04-15 | 1 | -41/+59 |
|\ |
|
| * | HTMLImageElement attribute getters and setters | Sankha Narayan Guria | 2014-04-08 | 1 | -41/+59 |
* | | Add support for trait-based virtual methods on Nodes, and use it for before_r... | Josh Matthews | 2014-04-10 | 1 | -7/+21 |
|/ |
|
* | Introduce a set_uint_attribute method. | Ms2ger | 2014-04-06 | 1 | -4/+4 |
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -3/+3 |
* | Get rid of match statements in layout queries in script_task | lpy | 2014-04-02 | 1 | -10/+4 |
* | Move attributes-related functions onto JS<Element>. | Ms2ger | 2014-03-20 | 1 | -22/+26 |
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -6/+3 |
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+1 |
* | auto merge of #1889 : pcwalton/servo/fix-borrow-flags-race, r=jdm | bors-servo | 2014-03-12 | 1 | -1/+1 |
|\ |
|
| * | script: Fix a borrow flags race in layout on `.owner_doc()`. | Patrick Walton | 2014-03-11 | 1 | -1/+1 |
* | | Don't use the Untraceable fields outside the module they're defined in. | Ms2ger | 2014-03-12 | 1 | -1/+5 |
|/ |
|
* | Implement document_from_node and window_from_node helpers.(fixes #1761) | lpy | 2014-03-01 | 1 | -3/+3 |
* | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -2/+2 |
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -1/+1 |