aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/promiserejectionevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* 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
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+3
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Permitted functions to have too many arguments in components/script/dom (#33632)komuhangi2024-10-031-0/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+6
* Add exception to rejection logic in `generic_call` (#32950)Samson2024-08-061-13/+22
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+20
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-1/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-1/+1
* Require PromiseRejectionEventInit dictionaryKagami Sascha Rosylight2019-11-221-9/+2
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-3/+3
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Fail to construct if promise is noneCYBAI2018-11-111-2/+6
* Format remaining filesPyfisch2018-11-061-11/+7
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Implement unhandledrejection eventCYBAI2018-10-181-0/+114