aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-28/+30
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-2/+4
* make the concept of has_listeners_for follow other implementations (#21044)Gregory Terzian2023-07-191-0/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+5
* Support arbitrary protos when wrapping EventTarget objects.Josh Matthews2023-05-281-4/+4
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-7/+7
* Fix for loop over option warningsMichael Mc Donnell2022-11-101-2/+2
* Update mozjs to 0.14.1Sudarsan2020-08-281-2/+1
* Auto merge of #26792 - servo:static-mut, r=noxbors-servo2020-06-051-9/+3
|\
| * Use `const` instead of `static mut` in script/dom/eventtarget.rsSimon Sapin2020-06-041-9/+3
* | Auto merge of #26480 - CYBAI:missing-on, r=jdmbors-servo2020-06-041-1/+1
|\ \ | |/ |/|
| * Prefix `on` for function name of inline eventsCYBAI2020-05-101-1/+1
* | dom: Implement current window event.Josh Matthews2020-05-131-0/+17
|/
* Use mozjs exposed function to generate SourceTextCYBAI2020-03-311-8/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Update SpiderMonkeyAnthony Ramine2020-03-061-13/+12
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-4/+4
* Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-12/+4
* Fix some of the remove-event-handler problemsPatrick Shaughnessy2020-01-301-3/+9
* Errors only pass the special bonus arguments to globalsPatrick Shaughnessy2020-01-271-21/+24
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Scope chain is now constructedPatrick Shaughnessy2020-01-151-11/+37
* Add `FIXME` to the new comment asking wether code below it is rightSimon Sapin2019-12-111-1/+1
* Took out the special mouseover cancel casePatrick Shaughnessy2019-12-101-7/+6
* 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