aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-19/+19
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
* Implement EventListenerOptions for EventTargetGuillaume Gomez2017-09-301-13/+74
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-7/+7
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-6/+6
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-151-2/+1
* Implement document.open and document.close (fixes #14591)Anthony Ramine2017-02-031-0/+4
* Inline dom::eventdispatcher into dom::eventAnthony Ramine2017-01-221-4/+3
* Add a permanent root to WebIDL callbacks, ensuring they are always safe to st...Josh Matthews2017-01-131-8/+19
* Privatize some items in EventTarget.Ms2ger2017-01-091-9/+9
* Expose CallbackObject more.Ms2ger2017-01-091-1/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-5/+5
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-3/+3
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
|/
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-6/+6
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-10/+31
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Issue 13363 - Step 1.2 of compiling event handlerJesse Kipp2016-10-201-1/+4
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-3/+3
* Remove Reflectable::globalAnthony Ramine2016-10-061-4/+2
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Invert conditional and return early for AddEventListener/RemoveEventListenerStephen Lester2016-10-051-26/+30
* Return an enum instead of a boolean from dispatch_eventAdolfo Ochagavía2016-09-261-4/+7
* Dispatch error events at the window object.Ms2ger2016-09-021-1/+2
* Remove the JSAutoCompartment from report_pending_exception.Ms2ger2016-08-261-1/+2
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-7/+7
* Make report_pending_exception unsafeAnthony Ramine2016-06-071-1/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* dom: Add missing event handlersPiotr Stankiewicz2016-05-201-2/+42
* Remove the custom PartialEq implementations on TypeId enumsAnthony Ramine2016-05-171-38/+2
* Stop using JSAutoRequest.Ms2ger2016-05-131-3/+1
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-1/+1
* Rename various bindings in event dispatchingAnthony Ramine2016-02-291-2/+2
* Return a Vec from EventTarget::get_listeners_forAnthony Ramine2016-02-291-2/+2
* Merge EventTarget::{get_listeners, get_listeners_for}Anthony Ramine2016-02-291-8/+4
* use return value of invoking event handlers to cancel the eventJoão Oliveira2016-02-261-13/+34
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Use atom!("error") in EventTarget::get_compiled_event_handlerAnthony Ramine2016-02-241-1/+1
* Auto merge of #9701 - Ms2ger:listener-is-some, r=KiChjangbors-servo2016-02-191-2/+2
|\
| * Use if-let in set_inline_event_listener.Ms2ger2016-02-111-2/+2
* | Compile raw inline event handlers lazily. Resolves #8489.Josh Matthews2016-02-111-56/+193
|/
* Remove the global argument to EventTarget::{fire_event, fire_simple_event}.Ms2ger2016-02-081-6/+6
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-2/+2
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-2/+2
|\