aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-1910-10/+10
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-183-3/+3
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-17/+5
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-5/+25
* `cargo fix --edition-idioms`Simon Sapin2018-11-087-7/+7
* Reorder importsPyfisch2018-11-062-3/+3
* Sort `use` statementsSimon Sapin2018-11-069-18/+18
* `cargo fix --edition`Simon Sapin2018-11-0610-49/+49
* Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +CYBAI2018-10-181-8/+13
* Add task source for media elementchansuke2018-10-102-0/+53
* Format script componentchansuke2018-09-199-63/+41
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-123-3/+3
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-082-1/+40
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-047-5/+12
* use remote-event task source in EventSourceGregory Terzian2018-07-132-1/+39
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-106-6/+41
* added pipelines to all task sourcesddh2017-10-255-14/+19
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-245-1/+7
* Remove use of unstable box syntax.Simon Sapin2017-10-166-7/+7
* Introduce TaskOnceAnthony Ramine2017-09-206-35/+38
* Rename Task to TaskBoxAnthony Ramine2017-09-206-16/+16
* Make Task require SendAnthony Ramine2017-09-206-8/+11
* Use task! to notify performance observersAnthony Ramine2017-09-181-21/+7
* Move Task to its own moduleAnthony Ramine2017-09-186-6/+8
* Introduce MainThreadScriptMsg::DispatchJobQueueAnthony Ramine2017-09-171-16/+0
* Send AsyncJobHandler as a MainThreadTaskAnthony Ramine2017-09-161-0/+16
* Remove FileReadingRunnableAnthony Ramine2017-09-161-15/+3
* Rename Runnable to TaskAnthony Ramine2017-09-166-70/+83
* Reformat some task-related functionsAnthony Ramine2017-09-082-10/+16
* Kill UserInteractionTaskAnthony Ramine2017-09-081-17/+7
* Kill DOMManipulationTaskAnthony Ramine2017-09-081-17/+7
* Kill Runnable::is_cancelled ⚔️Anthony Ramine2017-09-072-6/+2
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-26/+38
* order derivable traits listsClément DAVID2017-08-233-3/+3
* Performance Timeline APIFernando Jiménez Moreno2017-08-172-0/+59
* Added Debug implementations.Alan Jeffrey2017-06-132-0/+26
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-9/+22
* Update to string-cache 0.3Simon Sapin2016-11-032-2/+2
* 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