Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -58/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -8/+1 |
| | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -1/+2 |
| | | | | Part of #2811. | ||||
* | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -4/+4 |
| | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Remove not-yet-implemented APIs, and update MouseEvent to specification. | Ms2ger | 2014-06-02 | 1 | -62/+6 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -4/+4 |
| | |||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -7/+7 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | 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 | -16/+38 |
| | |||||
* | 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 | -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. | ||||
* | 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 |
| | |||||
* | 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 | -3/+7 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Don't pass nullable strings to native DOM methods that want non-nullable ↵ | Ms2ger | 2013-11-12 | 1 | -22/+22 |
| | | | | strings. Fixes #1207. | ||||
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -12/+12 |
| | |||||
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -10/+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 |
| | |||||
* | Eagerly reflect the navigator object. Fixes #1042. | Josh Matthews | 2013-10-21 | 1 | -5/+17 |
| | |||||
* | 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 |
| | |||||
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -13/+13 |
| | | | | Fixes #909. | ||||
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -14/+14 |
| | | | | Fixes #898. | ||||
* | Implement Navigator | Tom Schuster | 2013-09-05 | 1 | -0/+108 |