aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/xmlhttprequesteventtarget.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-112/+0
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-17/+1
|
* Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|
* Use internal mutability for EventTarget.Ms2ger2014-06-111-21/+21
|
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
|
* Include modules with only callbacks in BindingDeclarations.Ms2ger2014-05-311-3/+3
| | | | | This commit also includes improvements to the 'use' order in some of the touched files.
* Enable inline event handlers for XHR, and add most progressevent callsManish Goregaokar2014-05-291-1/+90
|
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-0/+3
|
* Webidl and basic implementation of XHR objectManish Goregaokar2014-05-031-0/+40