Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make task queue API usable from non-main threads. | Josh Matthews | 2016-07-14 | 1 | -5/+10 |
| | |||||
* | Move boxing to runnable initialization | Connor Brewster | 2016-07-13 | 1 | -3/+3 |
| | |||||
* | Make all task source runnables cancellable | Connor Brewster | 2016-07-13 | 1 | -8/+11 |
| | | | | Implement all Runnable methods on CancellableRunnable to redirect to their inner runnable | ||||
* | Add event runnables | Connor Brewster | 2016-07-11 | 1 | -29/+16 |
| | | | | Make tasks a wrapper over runnables | ||||
* | Combined DOMManipulationTask runnable variants into a single variant | Connor Brewster | 2016-07-06 | 1 | -18/+8 |
| | |||||
* | Add Miscellaneous event type to DOM task source | Manish Goregaokar | 2016-07-05 | 1 | -2/+4 |
| | |||||
* | Derive Clone for DOMManipulationTaskSource, UserInteractionTaskSource. | Ms2ger | 2016-06-03 | 1 | -5/+1 |
| | |||||
* | Clean up DOMManipulationTaskSource | Keith Yeung | 2016-06-02 | 1 | -6/+22 |
| | |||||
* | Implement user interaction task source | Keith Yeung | 2016-05-11 | 1 | -1/+3 |
| | |||||
* | Rename DOM manipulation messages to tasks | Keith Yeung | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Add media tasks to the DOM manipulation task queue. | Josh Matthews | 2016-05-03 | 1 | -0/+3 |
| | |||||
* | change changes effecting verbosity | faineance | 2016-03-27 | 1 | -2/+1 |
| | |||||
* | use self.0 instead of destructing single item tuple structs | faineance | 2016-03-27 | 1 | -3/+2 |
| | |||||
* | Add task_source directory | Keith Yeung | 2016-03-10 | 1 | -0/+63 |
Use DOMManipulationTaskSource whenever possible |