aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-21/+16
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-1/+1
* Callbacks now uses safe JSContext instead of raw JSContextmarmeladema2019-07-241-7/+11
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-1/+2
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-6/+11
* Implement AddEventListenerOptions: onceBastien Orivel2018-12-221-1/+21
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-30/+30
* Format script componentchansuke2018-09-191-177/+196
* implement "has event listener", plug into (before)unloadGregory Terzian2018-05-051-0/+15
* beforeunload and unload infrastructureGregory Terzian2018-05-051-10/+9
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-2/+3
* Make callbacks' new methods unsafeAnthony Ramine2018-01-251-20/+46
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-2/+2
* queue event instead of immediately fireddh2017-11-301-0/+11
* Implement EventTarget constructorMaxim Novikov2017-11-191-1/+13
* 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