aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+3
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-7/+0
* Disable gaol on aarch64Bastien Orivel2018-12-221-2/+12
* Disable gaol on arm targetsBastien Orivel2018-12-201-2/+2
* Disable gaol on androidBastien Orivel2018-12-201-1/+23
* Initial window sizes are mandatory.Josh Matthews2018-12-141-7/+6
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-4/+2
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-3/+28
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-6/+7
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Provide webrender_api::RenderApiSender to ScriptThread and DOM WindowVíctor Manuel Jáquez Leal2018-10-081-0/+1
* Auto merge of #21559 - mandreyel:pipeline-fields-to-browsingcontext, r=cbrewsterbors-servo2018-09-131-45/+17
|\
| * Move Pipeline::{parent_info,visible,is_private} to BrowsingContextmandreyel2018-09-121-45/+17
* | Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-2/+2
|/