aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source
Commit message (Expand)AuthorAgeFilesLines
...
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-063-8/+8
* Introduce GlobalScope::get_runnable_wrapperAnthony Ramine2016-10-061-1/+1
* Implement file reading task sourceKeith Yeung2016-07-141-9/+62
* Make task queue API usable from non-main threads.Josh Matthews2016-07-143-12/+29
* Move boxing to runnable initializationConnor Brewster2016-07-133-6/+6
* Make all task source runnables cancellableConnor Brewster2016-07-133-15/+23
* Add event runnablesConnor Brewster2016-07-112-49/+33
* 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
* 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