aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* separate waking the event loop, from communicating with a compositorGregory Terzian2017-06-061-3/+3
* Webdriver uses browsing context ids rather than pipeline ids.Alan Jeffrey2017-05-251-0/+7
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-5/+6
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-30/+30
* Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-7/+0
* Terminate timer scheduler thread during shutdownFernando Jiménez Moreno2017-03-301-3/+3
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-1/+3
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-8/+4
* Frames in the constellation store LoadData rather than just URLs.Alan Jeffrey2017-03-141-66/+67
* Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-7/+6
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-4/+4
* Silent Windows specific warningsUK9922017-02-061-0/+1
* The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-12/+7
* Move DevicePixel to script_traits.Ms2ger2017-01-111-2/+1
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+6
* Implement browsing context discarding.Alan Jeffrey2017-01-051-5/+7
* Updated documentation for pipeline.Alan Jeffrey2016-12-231-16/+89
* Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2gerbors-servo2016-12-151-20/+19
|\
| * Renamed ScriptChan in constellation to EventLoop.Alan Jeffrey2016-12-151-20/+19
* | Removed util.Alan Jeffrey2016-12-141-2/+2
|/