aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgraded to SM 60Alan Jeffrey2018-08-201-2/+2
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Merge request type and destinationKeith Yeung2017-10-231-2/+1
* Do not trace Rust values when thread is shutting down.Josh Matthews2017-10-201-2/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-14/+16
* Move script_runtime::StackRootTLS to root::ThreadLocalStackRootsAnthony Ramine2017-09-271-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Simplify WorkerGlobalScope::process_eventAnthony Ramine2017-09-141-14/+3
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+2
* Untry scriptSimon Sapin2017-06-181-3/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Generalize promise job queue into solitary microtask queue.Josh Matthews2017-02-011-0/+5
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-1/+1
* Removed util.Alan Jeffrey2016-12-141-6/+5
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-1/+1
* 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/+4
|/
* 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
* Rewrite load_whole_resource using the fetch stack.Ms2ger2016-11-021-6/+21
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-2/+1
* Make workers' interrupt_callback use GlobalScopeAnthony Ramine2016-10-061-6/+4
* Make devtools::handle_evaluate_js take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Make dispatch_jsval methods take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Make StructuredCloneData::read take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::mem_profiler_chanAnthony Ramine2016-10-061-1/+2
* Introduce GlobalScope::live_devtools_updatesAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Move workers' pipeline IDs to WorkerGlobalScopeAnthony Ramine2016-10-021-12/+1
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-1/+1
* implement ExtendableEvent as base type for ServiceWorker eventsRahul Sharma2016-09-171-3/+12
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-13/+30
|\
| * store senders instead of buffering messagesRahul Sharma2016-09-071-38/+17
| * Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-23/+61
* | Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
|/
* Remove mutex from TrustedAlan Jeffrey2016-08-291-4/+0
* Move thread_state to style.Ms2ger2016-08-221-2/+2
* Dispatch events to service worker object and refactor html testsRahul Sharma2016-08-021-3/+6
* Bring back run_with_memory_reporting in serviceworkerglobalscopeRahul Sharma2016-07-291-5/+8
* Make the service worker send custom responseRahul Sharma2016-07-261-17/+30
* Integrate service worker manager threadRahul Sharma2016-07-161-157/+73
* Auto merge of #11872 - eddyb:back-to-roots, r=Ms2gerbors-servo2016-07-041-2/+2
|\