aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/serviceworkerjob.rs
Commit message (Expand)AuthorAgeFilesLines
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-342/+0
* make is_origin_trustworthy a method of ServoUrl + fix localhost handlingAlexandrov Sergey2020-05-191-2/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+2
* Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-0/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-27/+63
* added pipelines to all task sourcesddh2017-10-251-10/+13
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Rename Promise::is_settled to Promise::is_fulfilledAnthony Ramine2017-09-221-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-6/+3
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* Use task! to settle promises for jobsAnthony Ramine2017-09-181-31/+10
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Introduce MainThreadScriptMsg::DispatchJobQueueAnthony Ramine2017-09-171-27/+2
* Remove uses of AsyncJobHandler from script_threadAnthony Ramine2017-09-171-10/+8
* Send AsyncJobHandler as a MainThreadTaskAnthony Ramine2017-09-161-2/+4
* Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Remove incorrect uses of asynchronous tasks from ServiceWorker job queue.Josh Matthews2017-02-011-97/+153
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Initial work on job queues for service workersRahul Sharma2016-11-221-0/+292