aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/dom_manipulation.rs
Commit message (Expand)AuthorAgeFilesLines
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Make task queue API usable from non-main threads.Josh Matthews2016-07-141-5/+10
* Move boxing to runnable initializationConnor Brewster2016-07-131-3/+3
* Make all task source runnables cancellableConnor Brewster2016-07-131-8/+11
* Add event runnablesConnor Brewster2016-07-111-29/+16
* 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-031-5/+1
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-6/+22
* Implement user interaction task sourceKeith Yeung2016-05-111-1/+3
* 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
* change changes effecting verbosityfaineance2016-03-271-2/+1
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-3/+2
* Add task_source directoryKeith Yeung2016-03-101-0/+63