aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* implement opener, disowningGregory Terzian2018-08-111-0/+11
* Rustfmt the constellationConnor Brewster2018-07-211-112/+159
* Implement history stateConnor Brewster2018-04-161-3/+11
* Implement diff-based session historyConnor Brewster2018-04-051-4/+10
* constellation: Make setting up the WebGL state fallible.Emilio Cobos Álvarez2018-03-091-3/+3
* remove mozbrowser codePaul Rouget2018-02-131-25/+6
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-2/+2
* Print url of recorded PWMFernando Jiménez Moreno2017-12-071-1/+2
* Implement DOM to textureImanol Fernandez2017-10-161-0/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-2/+2
* Auto merge of #18155 - ferjm:pwm.perf.timeline, r=jdmbors-servo2017-08-231-1/+2
|\
| * Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-1/+2
* | Auto merge of #18189 - JJayet:ios_support, r=larsbergstrombors-servo2017-08-231-3/+3
|\ \ | |/ |/|
| * First step toward iOS SupportJonathan Jayet2017-08-231-3/+3
* | Wait for actual paint before setting paint related metricsFernando Jiménez Moreno2017-08-221-1/+3
|/
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-4/+12
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-12/+4
* Improve WebGL architecture.Imanol Fernandez2017-08-151-4/+12
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-8/+8
* WR multi-document updateDzmitry Malyshau2017-07-281-0/+7
* Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREEGecko Backout2017-07-281-7/+0
* WR multi-document updateDzmitry Malyshau2017-07-281-0/+7
* Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-1/+2
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-2/+5
* constellation: Remove unused title attribute from Pipeline struct (#15714)Omar Akkila2017-07-191-4/+0
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-3/+3
* UntrySimon Sapin2017-06-181-2/+2
* Bump euclid to 0.14.Nicolas Silva2017-06-141-2/+1