Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | |||||
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -3/+2 |
| | |||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -6/+13 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -4/+4 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -5/+7 |
| | | | | 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 | -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. | ||||
* | Pass Option<T> for optional primitive arguments without a default value ↵ | Ms2ger | 2014-03-19 | 1 | -1/+1 |
| | | | | (fixes #1813). | ||||
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | 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/+12 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Add some more Blob methods/types | Tom Schuster | 2013-11-15 | 1 | -1/+15 |
| | |||||
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -6/+0 |
| | |||||
* | Remove Reflectable::wrap_object_shared. | Ms2ger | 2013-11-06 | 1 | -5/+1 |
| | |||||
* | Factor out a helper for eagerly creating JS wrappers | Keegan McAllister | 2013-10-22 | 1 | -9/+2 |
| | |||||
* | Implement the no-argument Blob constructor. | Ms2ger | 2013-10-18 | 1 | -0/+7 |
| | |||||
* | Make Blob create its binding eagerly. | Ms2ger | 2013-10-18 | 1 | -12/+22 |
| | |||||
* | Merge BindingObject and Reflectable. | Ms2ger | 2013-10-18 | 1 | -3/+1 |
| | |||||
* | Remove unused aTriedToWrap argument. | Ms2ger | 2013-10-17 | 1 | -2/+1 |
| | |||||
* | Introduce mutable/immutable variants of reflector() with named lifetimes, ↵ | Bobby Holley | 2013-10-10 | 1 | -4/+6 |
| | | | | and kill unsafe casts. | ||||
* | Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects. | Bobby Holley | 2013-10-09 | 1 | -3/+3 |
| | |||||
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -1/+1 |
| | | | | I also updated some variable names in the codegen. | ||||
* | Rename WrapperCache to Reflector. | Bobby Holley | 2013-10-09 | 1 | -4/+4 |
| | | | | | I think the abstraction from the raw JSObject is still probably worthwhile for now. | ||||
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -4/+4 |
| | |||||
* | Generate bindings for Window. | Josh Matthews | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | structural changes to support Iframes | Tim Kuehn | 2013-07-29 | 1 | -3/+3 |
| | |||||
* | DOM bindings: Autogenerate list of prototypes and binding registration goop. | Josh Matthews | 2013-07-12 | 1 | -1/+27 |
| | |||||
* | Implement WebIDL method overloads. Fixes #540. | Josh Matthews | 2013-07-03 | 1 | -0/+17 |