aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/dom_manipulation.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-76/+0
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* 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-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +CYBAI2018-10-181-8/+13
* Format script componentchansuke2018-09-191-11/+9
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-2/+3
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+3
* added pipelines to all task sourcesddh2017-10-251-2/+3
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-6/+6
* Rename Task to TaskBoxAnthony Ramine2017-09-201-2/+2
* Make Task require SendAnthony Ramine2017-09-201-1/+1
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Introduce MainThreadScriptMsg::DispatchJobQueueAnthony Ramine2017-09-171-16/+0
* Send AsyncJobHandler as a MainThreadTaskAnthony Ramine2017-09-161-0/+16
* Rename Runnable to TaskAnthony Ramine2017-09-161-14/+10
* Reformat some task-related functionsAnthony Ramine2017-09-081-5/+8
* Kill DOMManipulationTaskAnthony Ramine2017-09-081-17/+7
* Kill Runnable::is_cancelled ⚔️Anthony Ramine2017-09-071-3/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Added Debug implementations.Alan Jeffrey2017-06-131-0/+13
* 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