aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworker.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+4
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-3/+3
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-1/+1
* Untry scriptSimon Sapin2017-06-181-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Initial work on job queues for service workersRahul Sharma2016-11-221-3/+3
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-7/+7
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+7
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
|/
* 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-2/+3
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-2/+2
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* 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
* 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