aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/serviceworker_manager.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* 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
| | | | It can be retrieved through its init field.
* 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