aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-1713-13/+13
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-132-0/+48
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-4/+4
* clippy: Fix some clippy problems in `components/script` (#31778)Rosemary Ajayi2024-03-209-9/+9
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-172-0/+50
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1112-29/+48
* No tracing of nop traceable fields (#29926)Samson2023-08-0411-11/+41
* remove unnecessary thread in filereader, add stream TODOGregory Terzian2019-12-101-2/+1
* impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-192-0/+44
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-6/+2
* begin messageport, transferable objects, implKeith Yeung2019-10-192-0/+47
* 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