aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/promiserejectionevent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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