aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerregistration.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce NavigationPreloadManager for ServiceWorkerRegistrationCYBAI2018-12-081-3/+39
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update webidl of ServiceWorkerRegistrationCYBAI2018-11-111-0/+9
* Reorder importsPyfisch2018-11-061-2/+4
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-11/+24
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Initial work on job queues for service workersRahul Sharma2016-11-221-9/+29
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-6/+6
* Make create_scope_things take a &GlobalScopeAnthony Ramine2016-10-061-7/+5
* Make prepare_workerscope_init take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-2/+4
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+2
* Remove ScopeThings::pipeline_idAnthony Ramine2016-10-041-1/+0
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-4/+4
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-4/+4
|\
| * make structured clone an enumRahul Sharma2016-09-151-4/+4
| * store senders instead of buffering messagesRahul Sharma2016-09-071-7/+2
| * Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-1/+6
* | Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-2/+2
|/
* Integrate service worker manager threadRahul Sharma2016-07-161-3/+41
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+67