aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/customevent.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-79/+0
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-8/+3
|
* Introduce abstractions for global scopes.Ms2ger2014-07-151-4/+4
| | | | Part of #2811.
* Put some 'use' statements in alphabetical order.Ms2ger2014-07-151-1/+1
|
* Rename variables that refer to global objects.Ms2ger2014-07-151-7/+7
| | | | | | | | 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.
* Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|
* Use internal mutability for CustomEvent.Ms2ger2014-06-111-9/+11
|
* Use internal mutability for Event.Ms2ger2014-06-111-1/+1
|
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
|
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-4/+4
|
* Implement CustomEvent (#2173)Manish Goregaokar2014-05-241-0/+86