aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce GlobalScope::enqueue_promise_jobAnthony Ramine2016-10-061-1/+12
|
* Introduce GlobalScope::flush_promise_jobsAnthony Ramine2016-10-061-1/+13
|
* Introduce GlobalScope::get_runnable_wrapperAnthony Ramine2016-10-061-1/+13
|
* Move timers to GlobalScopeAnthony Ramine2016-10-061-3/+65
|
* Move JS evaluation functions to GlobalScopeAnthony Ramine2016-10-061-3/+55
|
* Introduce GlobalScope::networking_task_sourceAnthony Ramine2016-10-061-0/+12
|
* Introduce GlobalScope::script_chanAnthony Ramine2016-10-061-0/+13
|
* Introduce GlobalScope::core_resource_threadAnthony Ramine2016-10-061-1/+6
|
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-1/+13
|
* Introduce GlobalScope::report_an_errorAnthony Ramine2016-10-061-1/+46
|
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-0/+5
|
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-0/+11
|
* Introduce GlobalScope::api_base_urlAnthony Ramine2016-10-061-0/+19
|
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-0/+11
|
* Introduce GlobalScope::scheduler_chanAnthony Ramine2016-10-061-2/+11
|
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-1/+13
|
* Introduce GlobalScope::time_profiler_chanAnthony Ramine2016-10-061-2/+13
|
* Introduce GlobalScope::mem_profiler_chanAnthony Ramine2016-10-061-1/+13
|
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-2/+16
|
* Move console timers to GlobalScopeAnthony Ramine2016-10-061-0/+33
|
* Introduce GlobalScope::live_devtools_updatesAnthony Ramine2016-10-061-0/+13
|
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-0/+12
|
* Introduce GlobalScope::cryptoAnthony Ramine2016-10-061-0/+8
|
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-0/+14
|
* Implement [Inline] interfacesAnthony Ramine2016-10-061-0/+18
Inline interfaces just appear as a Rust type and in the TypeId hierarchy. They are completely invisible on the JS side.