aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/serviceworker_manager.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: fix warnings in components/script (#32023)Azhar Ismagulova2024-04-091-9/+10
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+0
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+14
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-2/+40
* add a control chan to workers, use to signal shutdownGregory Terzian2020-06-031-7/+48
* add mechanism to join on service- and dedicated-worker threadsGregory Terzian2020-05-291-5/+30
* serviceworker: turn-off event-loop, don't assume current scope, clear runtime...Gregory Terzian2020-05-211-1/+3
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-84/+284
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-18/+1
* Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-1/+5
* allow for a service worker network mediator per originGregory Terzian2020-04-051-2/+2
* allow for a service worker manager per originGregory Terzian2020-04-051-22/+42
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-2/+0
* begin messageport, transferable objects, implKeith Yeung2019-10-191-2/+2
* #8539 Config preferences backend restructurePeter Hall2019-03-201-5/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-8/+9
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-36/+51
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-11/+7
* remove extra spaces after keywordsPavel Sergeev2017-07-201-1/+1
* Removed util.Alan Jeffrey2016-12-141-4/+4
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-5/+5
* Remove ScopeThings::pipeline_idAnthony Ramine2016-10-041-1/+1
* make structured clone an enumRahul Sharma2016-09-151-2/+2
* store senders instead of buffering messagesRahul Sharma2016-09-071-62/+70
* Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-9/+25
* Remove unnecessary clone from ServiceWorkerManager::prepare_activationChiu-Hsiang Hsu2016-08-271-2/+2
* Make the service worker send custom responseRahul Sharma2016-07-261-10/+20
* Remove expect calls in service worker manager threadRahul Sharma2016-07-211-22/+25
* make resource_thread talk to sw-managerRahul Sharma2016-07-181-33/+73
* Integrate service worker manager threadRahul Sharma2016-07-161-0/+123