Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Introduce GlobalScope::enqueue_promise_job | Anthony Ramine | 2016-10-06 | 1 | -1/+12 | |
| | ||||||
* | Introduce GlobalScope::flush_promise_jobs | Anthony Ramine | 2016-10-06 | 1 | -1/+13 | |
| | ||||||
* | Introduce GlobalScope::get_runnable_wrapper | Anthony Ramine | 2016-10-06 | 1 | -1/+13 | |
| | ||||||
* | Move timers to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+65 | |
| | ||||||
* | Move JS evaluation functions to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+55 | |
| | ||||||
* | Introduce GlobalScope::networking_task_source | Anthony Ramine | 2016-10-06 | 1 | -0/+12 | |
| | ||||||
* | Introduce GlobalScope::script_chan | Anthony Ramine | 2016-10-06 | 1 | -0/+13 | |
| | ||||||
* | Introduce GlobalScope::core_resource_thread | Anthony Ramine | 2016-10-06 | 1 | -1/+6 | |
| | ||||||
* | Introduce GlobalScope::resource_threads | Anthony Ramine | 2016-10-06 | 1 | -1/+13 | |
| | ||||||
* | Introduce GlobalScope::report_an_error | Anthony Ramine | 2016-10-06 | 1 | -1/+46 | |
| | ||||||
* | Introduce GlobalScope::as_window | Anthony Ramine | 2016-10-06 | 1 | -0/+5 | |
| | ||||||
* | Introduce GlobalScope::get_url | Anthony Ramine | 2016-10-06 | 1 | -0/+11 | |
| | ||||||
* | Introduce GlobalScope::api_base_url | Anthony Ramine | 2016-10-06 | 1 | -0/+19 | |
| | ||||||
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -0/+11 | |
| | ||||||
* | Introduce GlobalScope::scheduler_chan | Anthony Ramine | 2016-10-06 | 1 | -2/+11 | |
| | ||||||
* | Introduce GlobalScope::constellation_chan | Anthony Ramine | 2016-10-06 | 1 | -1/+13 | |
| | ||||||
* | Introduce GlobalScope::time_profiler_chan | Anthony Ramine | 2016-10-06 | 1 | -2/+13 | |
| | ||||||
* | Introduce GlobalScope::mem_profiler_chan | Anthony Ramine | 2016-10-06 | 1 | -1/+13 | |
| | ||||||
* | Introduce GlobalScope::devtools_chan | Anthony Ramine | 2016-10-06 | 1 | -2/+16 | |
| | ||||||
* | Move console timers to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -0/+33 | |
| | ||||||
* | Introduce GlobalScope::live_devtools_updates | Anthony Ramine | 2016-10-06 | 1 | -0/+13 | |
| | ||||||
* | Introduce GlobalScope::get_next_worker_id | Anthony Ramine | 2016-10-06 | 1 | -0/+12 | |
| | ||||||
* | Introduce GlobalScope::crypto | Anthony Ramine | 2016-10-06 | 1 | -0/+8 | |
| | ||||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -0/+14 | |
| | ||||||
* | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 1 | -0/+18 | |
Inline interfaces just appear as a Rust type and in the TypeId hierarchy. They are completely invisible on the JS side. |