aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.