Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Task require Send | Anthony Ramine | 2017-09-20 | 1 | -2/+5 |
| | |||||
* | Move Task to its own module | Anthony Ramine | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | Rename Runnable to Task | Anthony Ramine | 2017-09-16 | 1 | -8/+11 |
| | | | | | | | | | | | | The changes are: * `*Runnable` -> `*Task`; * `RunnableMsg` -> `Task`; * `RunnableWrapper` -> `TaskCanceller`; * `MainThreadRunnable` -> `MainThreadTask`; * `wrap_runnable` -> `wrap_task`; * `get_runnable_wrapper` -> `task_canceller`; * `handler` -> `run`; * `main_thread_handler` -> `run_with_script_thread`. | ||||
* | Performance Timeline API | Fernando Jiménez Moreno | 2017-08-17 | 1 | -0/+1 |
| | |||||
* | Make TaskSource::queue take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
| | |||||
* | Introduce GlobalScope::get_runnable_wrapper | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Make task queue API usable from non-main threads. | Josh Matthews | 2016-07-14 | 1 | -3/+10 |
| | |||||
* | Move boxing to runnable initialization | Connor Brewster | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Make all task source runnables cancellable | Connor Brewster | 2016-07-13 | 1 | -2/+4 |
| | | | | Implement all Runnable methods on CancellableRunnable to redirect to their inner runnable | ||||
* | Implement user interaction task source | Keith Yeung | 2016-05-11 | 1 | -1/+0 |
| | |||||
* | Add task_source directory | Keith Yeung | 2016-03-10 | 1 | -0/+16 |
Use DOMManipulationTaskSource whenever possible |