aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-3/+3
* Auto merge of #23351 - CYBAI:fix-modes, r=noxbors-servo2019-05-161-1/+2
|\
| * Introduce parser metadata for requestCYBAI2019-05-111-1/+2
* | Auto merge of #23309 - CYBAI:update-workers, r=noxbors-servo2019-05-111-0/+3
|\ \
| * | Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-0/+3
| |/
* / Update to SpiderMonkey 66.Josh Matthews2019-05-101-3/+2
|/
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-11/+15
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+4
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-12/+9
* #8539 Config preferences backend restructurePeter Hall2019-03-201-5/+2
* in BC event-loop, only run tasks related to fully-active documentsGregory Terzian2019-03-061-1/+13
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-4/+6
* Update webidl of ServiceWorkerGlobalScopemandreyel2018-11-131-1/+4
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-5/+7
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-20/+20
* Update to new ServiceWorker spec linkCYBAI2018-11-041-1/+1
* Format script componentchansuke2018-09-191-131/+182
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-3/+2
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-12/+12
* introduce a generic worker event-loopGregory Terzian2018-08-311-64/+41
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-27/+103
* Upgraded to SM 60Alan Jeffrey2018-08-201-2/+2
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Merge request type and destinationKeith Yeung2017-10-231-2/+1
* Do not trace Rust values when thread is shutting down.Josh Matthews2017-10-201-2/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-14/+16
* Move script_runtime::StackRootTLS to root::ThreadLocalStackRootsAnthony Ramine2017-09-271-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Simplify WorkerGlobalScope::process_eventAnthony Ramine2017-09-141-14/+3
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+2
* Untry scriptSimon Sapin2017-06-181-3/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Generalize promise job queue into solitary microtask queue.Josh Matthews2017-02-011-0/+5
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-1/+1
* Removed util.Alan Jeffrey2016-12-141-6/+5
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-1/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-7/+7
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+7
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+4
|/
* Add more event names to atom list; use more `atom` macros.Corey Farwell2016-11-061-2/+1