aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworker.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+1
|
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-2/+5
|
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
|
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-5/+5
| | | | | | The old specification URL is https://slightlyoff.github.io/ServiceWorker/spec/service_worker/ has been replaced by the new one at https://w3c.github.io/ServiceWorker/.
* make structured clone an enumRahul Sharma2016-09-151-22/+14
|
* store senders instead of buffering messagesRahul Sharma2016-09-071-22/+19
|
* Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-5/+28
|
* Remove dead error handling code.Ms2ger2016-09-051-27/+3
|
* Integrate service worker manager threadRahul Sharma2016-07-161-65/+16
|
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-2/+1
|
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+172