Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -95/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -12/+3 |
| | |||||
* | Remove some unnecessary uses of the serialize module. | Ms2ger | 2014-07-24 | 1 | -1/+0 |
| | |||||
* | 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. | ||||
* | Make some DOM members private. | Ms2ger | 2014-06-28 | 1 | -2/+2 |
| | | | | | I have not reviewed if this is the complete set of members that can be made private. | ||||
* | Use Traceable for primitive types and DOMString | Manish Goregaokar | 2014-06-16 | 1 | -3/+3 |
| | |||||
* | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
| | |||||
* | Use internal mutability for UIEvent. | Ms2ger | 2014-06-11 | 1 | -13/+12 |
| | |||||
* | Use internal mutability for Event. | Ms2ger | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | 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 | -60/+0 |
| | |||||
* | Make UIEvent.view be in a Cell. | Tetsuharu OHZEKI | 2014-06-02 | 1 | -3/+4 |
| | |||||
* | Remove needless '&mut self' from UIEventMethods. | Tetsuharu OHZEKI | 2014-05-31 | 1 | -2/+2 |
| | |||||
* | Use Cell/RefCell for interior mutability of UIEvent. | Tetsuharu OHZEKI | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Add UIEvent::new_uninitialized(). | Tetsuharu OHZEKI | 2014-05-10 | 1 | -5/+16 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | Make dictionaries contain Root<T> values instead of JS<T>, ensuring that ↵ | Josh Matthews | 2014-05-03 | 1 | -2/+1 |
| | | | | they will not be collected while the dictionary is alive. | ||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | |||||
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -4/+3 |
| | |||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -9/+9 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -23/+50 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -8/+8 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -6/+8 |
| | | | | 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 | -3/+3 |
| | | | | | | 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. | ||||
* | Remove all traces of WindowProxy. Implement basic browser context concept ↵ | Josh Matthews | 2014-04-22 | 1 | -4/+5 |
| | | | | and outerizing of inner windows. | ||||
* | 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 | -22/+30 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | Remove type_id arguments from Event::new and UIEvent::new. | Ms2ger | 2013-11-14 | 1 | -3/+3 |
| | |||||
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -2/+2 |
| | |||||
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -6/+0 |
| | |||||
* | Remove Reflectable::wrap_object_shared. | Ms2ger | 2013-11-06 | 1 | -5/+1 |
| | |||||
* | Add Event and EventTarget hierarchy via gross AbstractFoo mechanism. | Josh Matthews | 2013-11-05 | 1 | -20/+15 |
| | |||||
* | Remove unused init_wrapper functions. | Ms2ger | 2013-10-23 | 1 | -4/+0 |
| | |||||
* | Eagerly reflect {,UI,Mouse}Event | Keegan McAllister | 2013-10-22 | 1 | -9/+16 |
| | |||||
* | Merge BindingObject and Reflectable. | Ms2ger | 2013-10-18 | 1 | -3/+1 |
| | |||||
* | Remove unused DerivedWrapper implementations. | Ms2ger | 2013-10-18 | 1 | -8/+2 |
| | |||||
* | Remove DerivedWrapper::wrap_shared, as it's unused. | Ms2ger | 2013-10-18 | 1 | -12/+0 |
| | |||||
* | 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 | -2/+6 |
| | | | | and kill unsafe casts. | ||||
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
| | | | | I also updated some variable names in the codegen. | ||||
* | Rename WrapperCache to Reflector. | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
| | | | | | I think the abstraction from the raw JSObject is still probably worthwhile for now. | ||||
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -3/+3 |
| | |||||
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -7/+5 |
| | | | | Fixes #909. | ||||
* | Update Rust | Brian Anderson | 2013-08-29 | 1 | -0/+1 |
| |