Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Add task source for media element | chansuke | 2018-10-10 | 1 | -0/+2 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -6/+1 |
| | |||||
* | Add Websocket task source | Agustin Chiappe Berrini | 2018-09-08 | 1 | -1/+3 |
| | | | | | | | | According to the doc: https://html.spec.whatwg.org/multipage/web-sockets.html#network The task source for all tasks queued in the websocket section are the websocket task source, so this commit also updates those references to use the appropriate one. | ||||
* | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -1/+1 |
| | | | | Update QueuedTaskConversion and the TaskQueue to use it | ||||
* | use remote-event task source in EventSource | Gregory Terzian | 2018-07-13 | 1 | -1/+3 |
| | |||||
* | introduce "per task source" ignoring of tasks | Gregory Terzian | 2018-07-10 | 1 | -1/+26 |
| | |||||
* | Introduce TaskOnce | Anthony Ramine | 2017-09-20 | 1 | -6/+6 |
| | | | | | Having both TaskBox and TaskOnce allows us to remove the superfluous inner boxing from CancellableTask<T>. | ||||
* | Rename Task to TaskBox | Anthony Ramine | 2017-09-20 | 1 | -3/+3 |
| | |||||
* | 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 |