Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -155/+0 |
| | |||||
* | Factor out code to call JS_DeletePropertyById2. | Ms2ger | 2014-08-27 | 1 | -9/+3 |
| | | | | I'll need to write the same code again for cross-origin wrappers. | ||||
* | Update ProxyTraps to use real bools. | Ms2ger | 2014-08-26 | 1 | -17/+19 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -2/+2 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -6/+6 |
| | |||||
* | Implement the delete proxy trap (fixes #2213). | Sankha Narayan Guria | 2014-07-29 | 1 | -1/+20 |
| | |||||
* | Add documentation for the DOM. | Ms2ger | 2014-07-26 | 1 | -0/+2 |
| | |||||
* | Handle setting a readonly attribute on proxy reflectors correctly. | Ms2ger | 2014-06-24 | 1 | -7/+10 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -5/+6 |
| | |||||
* | Use *mut T for the T* pointers in SpiderMonkey. | Ms2ger | 2014-05-26 | 1 | -14/+15 |
| | |||||
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 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. | ||||
* | Remove all traces of C wrappers for SpiderMonkey class stubs. | Josh Matthews | 2014-04-08 | 1 | -2/+5 |
| | |||||
* | Remove some unnecessary transmutes. | Huon Wilson | 2014-03-25 | 1 | -3/+3 |
| | | | | | | These can either be done by implicit `&` -> `*` coercions, explicit `*` -> `*` casts, or an explicit `&*x` `*` -> `&` re-borrow (which is still unsafe, but significantly more controlled compared to a `transmute`). | ||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -3/+1 |
| | |||||
* | Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*. | Ms2ger | 2014-03-09 | 1 | -3/+3 |
| | |||||
* | Use FooValue() functions. | Ms2ger | 2014-03-09 | 1 | -2/+3 |
| | |||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -5/+1 |
| | |||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into HEAD | Brian Anderson | 2013-08-29 | 1 | -2/+8 |
|\ | | | | | | | | | | | Conflicts: src/components/script/dom/bindings/proxyhandler.rs src/components/script/dom/bindings/text.rs | ||||
| * | Generate bindings for HTMLSelectElement. | Josh Matthews | 2013-08-28 | 1 | -2/+7 |
| | | |||||
* | | Update Rust | Brian Anderson | 2013-08-29 | 1 | -3/+6 |
|/ | |||||
* | fix dom bindings for android(and 32bit system) build | aydin.kim | 2013-08-22 | 1 | -2/+2 |
| | |||||
* | Update Rust version again | Keegan McAllister | 2013-08-15 | 1 | -1/+1 |
| | | | | This gets us the new runtime. | ||||
* | For loops and misc changes | Keegan McAllister | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | Fill out various proxy binding traps as part of making setters work. Add ↵ | Josh Matthews | 2013-08-03 | 1 | -26/+63 |
| | | | | named getter and setter and indexed getter support, as well as proxy object expandos. Fixes #660. | ||||
* | add pipeline.rs, modularized pipelines communicating with constellation | Tim Kuehn | 2013-07-01 | 1 | -2/+2 |
| | |||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -5/+9 |
| | |||||
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+85 |