aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* added origin to globalscopeddh2017-04-241-2/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-1/+2
* Generalize promise job queue into solitary microtask queue.Josh Matthews2017-02-011-28/+10
* Implement the entry global.Ms2ger2017-01-061-0/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Update js.Ms2ger2016-11-271-5/+3
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-4/+4
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+4
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-4/+12
|/
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-0/+5
* Rewrite load_whole_resource using the fetch stack.Ms2ger2016-11-021-19/+16
* Make the closure in flush_promise_jobs return a Root<GlobalScope>Anthony Ramine2016-10-061-3/+3
* Make Fetch take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Make PromiseJobQueue::enqueue take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Make RunnableWrapper store an Option<Arc<AtomicBool>>Anthony Ramine2016-10-061-1/+1
* Move timers to GlobalScopeAnthony Ramine2016-10-061-45/+30
* Make prepare_workerscope_init take a &GlobalScopeAnthony Ramine2016-10-061-18/+9
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-11/+7
* Introduce GlobalScope::report_an_errorAnthony Ramine2016-10-061-46/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-9/+5
* Introduce GlobalScope::scheduler_chanAnthony Ramine2016-10-061-12/+6
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-11/+6
* Introduce GlobalScope::time_profiler_chanAnthony Ramine2016-10-061-11/+4
* Introduce GlobalScope::mem_profiler_chanAnthony Ramine2016-10-061-10/+5
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-11/+6
* Move console timers to GlobalScopeAnthony Ramine2016-10-061-9/+0
* Introduce GlobalScope::live_devtools_updatesAnthony Ramine2016-10-061-9/+0
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-10/+1
* Introduce GlobalScope::cryptoAnthony Ramine2016-10-061-3/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Remove workerglobalscope::WorkerGlobalScopeTypeIdAnthony Ramine2016-10-061-5/+0
* Implement [Inline] interfacesAnthony Ramine2016-10-061-2/+4
* Make script build without `impl<T: HeapSizeOf> HeapSizeOf for Arc<T>`.Simon Sapin2016-10-041-0/+1
* Refactor WorkerGlobalScope::report_an_errorAnthony Ramine2016-10-031-3/+39
* Move workers' pipeline IDs to WorkerGlobalScopeAnthony Ramine2016-10-021-10/+5
* Implement the Fetch methodJeena Lee2016-09-291-1/+11
* Support promises in workers.Josh Matthews2016-09-221-2/+37
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-3/+5
|\
| * store senders instead of buffering messagesRahul Sharma2016-09-071-1/+1
| * Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-2/+4
* | Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-4/+4
* | Auto merge of #13185 - nox:namespaces, r=jdm,Ms2gerbors-servo2016-09-101-8/+9
|\ \
| * | Make console a namespace (fixes #13010)Anthony Ramine2016-09-101-8/+1
| * | Store Console timers in globalsAnthony Ramine2016-09-071-1/+9
| |/
* | Implement error reporting for workers.Ms2ger2016-09-091-1/+12
* | Reorder `use` statementsUK9922016-09-091-2/+2
|/
* Dispatch error events at the window object.Ms2ger2016-09-021-1/+1
* Remove the JSAutoCompartment from report_pending_exception.Ms2ger2016-08-261-3/+4