Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -78/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -8/+3 |
| | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -3/+4 |
| | | | | Part of #2811. | ||||
* | Rename variables that refer to global objects. | Ms2ger | 2014-07-15 | 1 | -2/+2 |
| | | | | | | | | This clarifies whether those variables will point to a Window object or an arbitrary global object. Note in particular that all IDL Constructors will accept an arbitrary global object. | ||||
* | Remove generate_cacheable_wrapper_node! | Tetsuharu OHZEKI | 2014-06-28 | 1 | -0/+7 |
| | |||||
* | Implement support for ParentNode's querySelectorAll | Bruno de Oliveira Abinader | 2014-06-10 | 1 | -0/+9 |
| | |||||
* | Implement querySelector for DocumentFragment | Bruno de Oliveira Abinader | 2014-06-05 | 1 | -2/+5 |
| | |||||
* | Added ParentNode.querySelector skeleton | Bruno de Oliveira Abinader | 2014-06-05 | 1 | -0/+7 |
| | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | The performance of using == should now equal that of match, so many identity methods can be simplified to a single line. Fixes #1596. | ||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | |||||
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -5/+3 |
| | |||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
| | |||||
* | Remove abstract_self. | Josh Matthews | 2014-05-03 | 1 | -4/+4 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -6/+8 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -10/+14 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -1/+1 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Implement ParentNode.children for Document and Element | Tom Schuster | 2014-04-22 | 1 | -1/+10 |
| | | | | Also implement it for DocumentFragment | ||||
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -8/+21 |
| | |||||
* | script: Eliminate the phantom type in `Node`, as it is no longer needed | Patrick Walton | 2013-12-17 | 1 | -3/+2 |
| | | | | for enforcing layout memory safety. | ||||
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -2/+2 |
| | | | | | | | that layout can safely call. This is simpler. Currently, the set of methods is not safe, but I plan to lock it down more soon. | ||||
* | Rename some 'new' functions to 'new_inherited'. | Ms2ger | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Rewrite DocumentFragment::new to current standards. | Ms2ger | 2013-11-02 | 1 | -4/+10 |
| | |||||
* | Use Window::get_cx() in DocumentFragment::Constructor. | Ms2ger | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Remove some type variables and an explicit dereference. | Ms2ger | 2013-10-12 | 1 | -5/+5 |
| | |||||
* | Implement DocumentFragment. | Ms2ger | 2013-10-12 | 1 | -0/+28 |