Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement file reading task source | Keith Yeung | 2016-07-14 | 1 | -9/+62 |
| | | | | And remove superfluous FileReaderEvent enum | ||||
* | Make task queue API usable from non-main threads. | Josh Matthews | 2016-07-14 | 3 | -12/+29 |
| | |||||
* | Move boxing to runnable initialization | Connor Brewster | 2016-07-13 | 3 | -6/+6 |
| | |||||
* | Make all task source runnables cancellable | Connor Brewster | 2016-07-13 | 3 | -15/+23 |
| | | | | Implement all Runnable methods on CancellableRunnable to redirect to their inner runnable | ||||
* | Add event runnables | Connor Brewster | 2016-07-11 | 2 | -49/+33 |
| | | | | 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 | 2 | -10/+2 |
| | |||||
* | Clean up DOMManipulationTaskSource | Keith Yeung | 2016-06-02 | 1 | -6/+22 |
| | |||||
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 |
| | | | | This fixes #11185. | ||||
* | Implement user interaction task source | Keith Yeung | 2016-05-11 | 3 | -8/+45 |
| | |||||
* | 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 |
| | |||||
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 4 | -4/+8 |
| | |||||
* | change changes effecting verbosity | faineance | 2016-03-27 | 5 | -10/+5 |
| | |||||
* | use self.0 instead of destructing single item tuple structs | faineance | 2016-03-27 | 5 | -15/+10 |
| | |||||
* | Add task_source directory | Keith Yeung | 2016-03-10 | 6 | -0/+163 |
Use DOMManipulationTaskSource whenever possible |