aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source
Commit message (Collapse)AuthorAgeFilesLines
...
* Add event runnablesConnor Brewster2016-07-112-49/+33
| | | | Make tasks a wrapper over runnables
* Combined DOMManipulationTask runnable variants into a single variantConnor Brewster2016-07-061-18/+8
|
* Add Miscellaneous event type to DOM task sourceManish Goregaokar2016-07-051-2/+4
|
* Derive Clone for DOMManipulationTaskSource, UserInteractionTaskSource.Ms2ger2016-06-032-10/+2
|
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-6/+22
|
* Removed unused importsPer Lundberg2016-05-151-1/+0
| | | | This fixes #11185.
* Implement user interaction task sourceKeith Yeung2016-05-113-8/+45
|
* Rename DOM manipulation messages to tasksKeith Yeung2016-05-041-1/+1
|
* Add media tasks to the DOM manipulation task queue.Josh Matthews2016-05-031-0/+3
|
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-064-4/+8
|
* change changes effecting verbosityfaineance2016-03-275-10/+5
|
* use self.0 instead of destructing single item tuple structsfaineance2016-03-275-15/+10
|
* Add task_source directoryKeith Yeung2016-03-106-0/+163
Use DOMManipulationTaskSource whenever possible