aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkercontainer.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-14/+24
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-7/+6
* Introduce MainThreadScriptMsg::DispatchJobQueueAnthony Ramine2017-09-171-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* 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