Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |