aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/callback.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-156/+0
|
* Upgrade Rust.Jack Moffitt2014-08-081-1/+2
|
* Upgrade Rust.Jack Moffitt2014-08-021-1/+2
|
* Merge pull request #2932 from Ms2ger/fixme-347Manish Goregaokar2014-07-261-0/+1
|\ | | | | Add pointers to the relevant issue for some bugs; r=jdm
| * Add pointers to the relevant issue for some bugs.Ms2ger2014-07-261-0/+1
| |
* | Add documentation for the DOM.Ms2ger2014-07-261-5/+30
|/
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+1
| | | | Part of #2811.
* Rename variables that refer to global objects.Ms2ger2014-07-151-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.
* Mark some unused fields.Ms2ger2014-07-041-2/+2
|
* Make some DOM members private.Ms2ger2014-06-281-2/+2
| | | | | I have not reviewed if this is the complete set of members that can be made private.
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-3/+3
|
* Fix and disable some compile warnings.Ms2ger2014-06-061-0/+1
|
* Port modern callback handling code from Gecko, and copy related WebIDL ↵Josh Matthews2014-05-271-27/+43
| | | | parser bits too.
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-26/+20
|
* Update Rust.Ms2ger2014-05-221-1/+1
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-7/+8
| | | | | | 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.
* Make GetCallableProperty more rustic.Ms2ger2014-04-101-7/+7
|
* Warning police.Josh Matthews2014-03-181-3/+3
|
* Rust upgradesLars Bergstrom2014-03-181-1/+1
|
* Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*.Ms2ger2014-03-091-3/+3
|
* Move JSVal into the jsval module.Ms2ger2014-03-081-1/+2
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-3/+20
|
* Upgrade to latest Rust.Jack Moffitt2014-01-121-2/+0
|
* Remove WrapNativeParent and nearby cleanup.Ms2ger2013-11-061-9/+4
|
* Generate code for handling callbacks. Implement add/removeEventListener and ↵Josh Matthews2013-11-051-0/+105
hacky dispatchEvent proof-of-concept.