aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/microtask.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-1/+7
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-0/+4
* Propagate user interacting flag to timers and promisesPaul Rouget2020-03-261-0/+4
* Add microtask checkpoints on </script> and CE constructPatrick Shaughnessy2020-01-151-0/+2
* queueMicrotask addedPatrick Shaughnessy2020-01-131-0/+16
* Use safe JSContext in MicrotaskQueuemarmeladema2019-08-091-7/+7
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-4/+20
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Implement unhandledrejection eventCYBAI2018-10-181-4/+10
* Format script componentchansuke2018-09-191-5/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Invoke backup element queue via a microtaskConnor Brewster2017-07-171-0/+5
* improve spec compliance of update the image dataGregory Terzian2017-05-251-1/+6
* use microtasks to await a stable stateGregory Terzian2017-05-191-0/+9
* Mutation Observer APISumit2017-05-151-0/+5
* Generalize promise job queue into solitary microtask queue.Josh Matthews2017-02-011-0/+83