Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -185/+0 |
| | |||||
* | Avoid trying to trace a null JSVal. | Ms2ger | 2014-09-07 | 1 | -1/+1 |
| | | | | | JSVal::trace_kind() asserts that it is a markable type; null is a gcthing that is not markable. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -34/+12 |
| | |||||
* | Add documentation for the DOM. | Ms2ger | 2014-07-26 | 1 | -3/+34 |
| | |||||
* | Remove deref_mut from Untraceable/Traceable (fixes #2736) | Manish Goregaokar | 2014-07-01 | 1 | -12/+0 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Mention the usecase of Traceable/Untraceable. | Tetsuharu OHZEKI | 2014-06-17 | 1 | -0/+6 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | Make 'Cell<Option<JS<T>>>' traceable. | Tetsuharu OHZEKI | 2014-05-30 | 1 | -0/+6 |
| | |||||
* | Make 'RefCell<Vec<JS<T>>>' traceable. | Tetsuharu OHZEKI | 2014-05-30 | 1 | -0/+7 |
| | |||||
* | Make 'Cell<JS<T>>' traceable. | Tetsuharu OHZEKI | 2014-05-30 | 1 | -0/+7 |
| | |||||
* | Port modern callback handling code from Gecko, and copy related WebIDL ↵ | Josh Matthews | 2014-05-27 | 1 | -0/+1 |
| | | | | parser bits too. | ||||
* | Use *mut T for the T* pointers in SpiderMonkey. | Ms2ger | 2014-05-26 | 1 | -8/+6 |
| | |||||
* | Convert as many of Page's RefCell fields to Cell as possible (fixes #1990). | Guro Bokum | 2014-05-09 | 1 | -1/+7 |
| | |||||
* | Fix some unused_mut/unused_result warnings | Manish Goregaokar | 2014-05-05 | 1 | -2/+1 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -0/+24 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -16/+21 |
| | | | | | | 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 | -6/+20 |
| | | | | and outerizing of inner windows. | ||||
* | Add transparent Traceable and Untraceable types to aid proper rooting ↵ | Josh Matthews | 2014-04-17 | 1 | -1/+68 |
| | | | | practices, and replace ad-hoc Untraceable structs with empty Encodable implementations. | ||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Move Traceable, trace_reflector from utils.rs to trace.rs.(fixes #1748) | lpy | 2014-02-26 | 1 | -2/+22 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -0/+28 |