aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequesteventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Format script componentchansuke2018-09-191-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Introduce trait CastableAnthony Ramine2015-10-211-1/+0
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-11/+0
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-8/+2
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-3/+5
* Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+13
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Remove the unused XMLHttpRequestEventTarget::eventtarget method.Ms2ger2015-08-181-5/+1
* Cleanup Window, XHRManish Goregaokar2015-08-181-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-2/+1
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-8/+8
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Remove extra spacesManish Goregaokar2014-12-271-1/+0
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-5/+11
* Macroize event handler getters and setters.Tetsuharu OHZEKI2014-10-231-69/+7
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-1/+7
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-28/+28
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-14/+14
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+112