aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/serviceworker_manager.rs
Commit message (Expand)AuthorAgeFilesLines
* 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