aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/promise.rs
Commit message (Expand)AuthorAgeFilesLines
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-4/+4
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* Fix rustdoc errors in `components/script/dom` (#31617)Mucha Naibei2024-03-111-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-6/+6
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+19
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-7/+7
* require entered realm, use aes, to append native promise handlerGregory Terzian2020-06-041-1/+3
* Add InRealm argument to Callback traitTipowol2020-04-051-10/+17
* Propagate user interacting flag to timers and promisesPaul Rouget2020-03-261-3/+11
* Update SpiderMonkeyAnthony Ramine2020-03-061-3/+3
* Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-2/+2
* rename compartment to realmKunal Mohan2020-01-241-5/+5
* Scaffold module scriptCYBAI2020-01-031-1/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Remove some usage of unsafe code in Promisemarmeladema2019-08-091-58/+61
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-18/+18
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-6/+5
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-1/+1
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-7/+7
* Create new compartment in Promise constructorAron Zwaan2019-04-291-3/+5
* Pass InCompartment by valueAron Zwaan2019-04-251-4/+5
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-6/+8
* Add new consructor with &JSAutoCompartment parameterAron Zwaan2019-04-031-0/+5
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-5/+3
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+1
* Exempt Rc<Promise> from unrooted_must_rootManish Goregaokar2019-01-041-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+6
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Implement unhandledrejection eventCYBAI2018-10-181-1/+1
* Format script componentchansuke2018-09-191-31/+56
* Upgraded to SM 60Alan Jeffrey2018-08-201-7/+4
* Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-2/+4
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-8/+10
* Don't access the reflector when dropping a Promise (fixes #18651)Anthony Ramine2018-03-151-8/+13
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-1/+1
* Remove unnecessary Result::ok callsMatt Brubeck2017-10-201-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Make Promise::new_resolved unsafeAnthony Ramine2017-09-221-5/+3
* Make Promise::new_rejected unsafeAnthony Ramine2017-09-221-5/+3
* Rename Promise::is_settled to Promise::is_fulfilledAnthony Ramine2017-09-221-1/+1
* Remove unused method Promise::thenAnthony Ramine2017-09-221-20/+1
* Make Promise::reject unsafeAnthony Ramine2017-09-221-9/+5
* Make Promise::resolve unsafeAnthony Ramine2017-09-221-6/+4
* Make Promise::reject_error soundAnthony Ramine2017-09-221-1/+3
* Make Promise::reject_native soundAnthony Ramine2017-09-211-1/+3
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-1/+3
* Rename a couple of Promise methodsAnthony Ramine2017-09-211-6/+10