aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-2/+1
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-13/+14
* clippy: Fix warnings in `components/constellation` (#31610)eri2024-03-111-17/+21
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-70/+31
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-24/+19
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-181-3/+3
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-151-7/+1
* Try to `use` WebRender types moreMartin Robinson2023-07-101-2/+3
* Make sender and receiver name more coherentatbrakhi2023-05-081-27/+28
* Clean up arguments passed to ScriptThreadMartin Robinson2023-05-011-11/+0
* Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-011-9/+0
* Clean up debug optionsMartin Robinson2023-05-011-11/+11
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+1
* devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-101-0/+4
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-43/+32
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-1/+0
* reading unminified scripts from diskskrzyp12020-06-021-0/+1
* Remove WebVRAlan Jeffrey2020-04-081-7/+0
* Extract user_agent from global optsUtsav Oza2020-04-061-1/+7
* allow for a service worker manager per originGregory Terzian2020-04-051-146/+4
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-19/+32
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-7/+0
* Do not wake up embedder on each animation tickPaul Rouget2019-12-161-3/+5
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-3/+8
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+7
* Centralize definitions of window sizes and DPI in compositor/constellation du...Josh Matthews2019-11-061-22/+4
* Extract device_pixels_per_px from global optsglowe2019-10-261-1/+7
* introduce a pipeline namespace installerGregory Terzian2019-08-211-4/+16
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-20/+7
* Remove extra webgl message pumping thread.Josh Matthews2019-07-251-1/+11
* Update euclid.Emilio Cobos Álvarez2019-07-231-3/+3
* Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-5/+1
|\
| * clean-up navigationGregory Terzian2019-07-181-5/+1
* | Final tweaks: use expect and remove unnecessary crate attributesFernando Jiménez Moreno2019-07-041-1/+1
* | Media crateFernando Jiménez Moreno2019-07-041-1/+1
* | Add media (WindowGLContext) module in canvas_traitVíctor Manuel Jáquez Leal2019-07-041-0/+7
* | Use webxr IPC to get a WebXR device registry to each script threadAlan Jeffrey2019-07-031-0/+6
* | Script: removed a few opts::get()oneturkmen2019-06-261-0/+11
* | Fix some new warningsSimon Sapin2019-06-221-3/+5
* | No multiprocess on win arm64.Josh Matthews2019-06-111-1/+5
|/
* Layout_thread: removed all possible opts::get()oneturkmen2019-06-041-0/+11
* Constellation: removed almost all opts::getoneturkmen2019-06-031-1/+1
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+4
* Auto merge of #23080 - jdm:sampling-profiler, r=gterzianbors-servo2019-03-261-14/+35
|\
| * Support multiprocess in sampling profiler.Josh Matthews2019-03-261-12/+33
| * Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-261-4/+4
* | #8539 Config preferences backend restructurePeter Hall2019-03-201-4/+4
|/
* Make nested browsing context navigations check the loaded status of the activ...Josh Matthews2019-03-071-0/+4