Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -132/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -21/+21 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -6/+1 |
| | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -3/+3 |
| | | | | Part of #2811. | ||||
* | Rename variables that refer to global objects. | Ms2ger | 2014-07-15 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
* | Request termination for XHR | Manish Goregaokar | 2014-06-19 | 1 | -0/+2 |
| | |||||
* | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
| | |||||
* | Support for extension methods, getResponseHeader(), and an extra error | Manish Goregaokar | 2014-06-08 | 1 | -1/+2 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -21/+21 |
| | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -2/+2 |
| | |||||
* | Throw DOMExceptions where appropriate (fixes #2518). | Ms2ger | 2014-05-30 | 1 | -0/+24 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -21/+21 |
| | |||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -4/+10 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | fix visibility warnings in script crate (#2044) | Manish Goregaokar | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Use 'TConstants' instead of magic numbers. | Tetsuharu OHZEKI | 2014-03-16 | 1 | -20/+21 |
| | |||||
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Pass &JS<Window> to some constructors. | Ms2ger | 2014-03-04 | 1 | -2/+2 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -4/+6 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | Basic skeleton for DOMException | Bruno de Oliveira Abinader | 2014-01-29 | 1 | -0/+105 |
Spec: http://dom.spec.whatwg.org/#domexception This is a subtask for #1542. |