aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkercontainer.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Initial work on job queues for service workersRahul Sharma2016-11-221-32/+23
* Add more event names to atom list; use more `atom` macros.Corey Farwell2016-11-061-2/+1
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-1/+2
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-1/+1
* Add Promises to Service Worker ContainerPatrick Trottier2016-10-311-10/+31
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::api_base_urlAnthony Ramine2016-10-061-2/+3
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-5/+3
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+5
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-2/+2
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-2/+1
|\
| * make structured clone an enumRahul Sharma2016-09-151-2/+1
* | Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* | Reorder `use` statementsUK9922016-09-091-1/+1
|/
* Dispatch events to service worker object and refactor html testsRahul Sharma2016-08-021-1/+3
* Integrate service worker manager threadRahul Sharma2016-07-161-1/+1
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+104