aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/proxyhandler.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-155/+0
|
* Factor out code to call JS_DeletePropertyById2.Ms2ger2014-08-271-9/+3
| | | | I'll need to write the same code again for cross-origin wrappers.
* Update ProxyTraps to use real bools.Ms2ger2014-08-261-17/+19
|
* Upgrade Rust.Jack Moffitt2014-08-081-2/+2
|
* Upgrade Rust.Jack Moffitt2014-08-021-6/+6
|
* Implement the delete proxy trap (fixes #2213).Sankha Narayan Guria2014-07-291-1/+20
|
* Add documentation for the DOM.Ms2ger2014-07-261-0/+2
|
* Handle setting a readonly attribute on proxy reflectors correctly.Ms2ger2014-06-241-7/+10
|
* Upgrade Rust.Jack Moffitt2014-06-051-5/+6
|
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-14/+15
|
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-1/+1
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-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 Matthews2014-04-081-2/+5
|
* Remove some unnecessary transmutes.Huon Wilson2014-03-251-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 Matthews2014-03-181-3/+1
|
* Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*.Ms2ger2014-03-091-3/+3
|
* Use FooValue() functions.Ms2ger2014-03-091-2/+3
|
* Upgrade to latest Rust.Jack Moffitt2014-01-121-5/+1
|
* Update to latest Rust.Jack Moffitt2013-10-211-1/+1
|
* Merge remote-tracking branch 'origin/master' into HEADBrian Anderson2013-08-291-2/+8
|\ | | | | | | | | | | Conflicts: src/components/script/dom/bindings/proxyhandler.rs src/components/script/dom/bindings/text.rs
| * Generate bindings for HTMLSelectElement.Josh Matthews2013-08-281-2/+7
| |
* | Update RustBrian Anderson2013-08-291-3/+6
|/
* fix dom bindings for android(and 32bit system) buildaydin.kim2013-08-221-2/+2
|
* Update Rust version againKeegan McAllister2013-08-151-1/+1
| | | | This gets us the new runtime.
* For loops and misc changesKeegan McAllister2013-08-151-3/+3
|
* Fill out various proxy binding traps as part of making setters work. Add ↵Josh Matthews2013-08-031-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 constellationTim Kuehn2013-07-011-2/+2
|
* Update for language changesBrian Anderson2013-06-261-5/+9
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+85