| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -2/+2 |
|/ |
|
* | implement opener, disowning | Gregory Terzian | 2018-08-11 | 1 | -0/+11 |
* | Rustfmt the constellation | Connor Brewster | 2018-07-21 | 1 | -112/+159 |
* | Implement history state | Connor Brewster | 2018-04-16 | 1 | -3/+11 |
* | Implement diff-based session history | Connor Brewster | 2018-04-05 | 1 | -4/+10 |
* | constellation: Make setting up the WebGL state fallible. | Emilio Cobos Álvarez | 2018-03-09 | 1 | -3/+3 |
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -25/+6 |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
* | Print url of recorded PWM | Fernando Jiménez Moreno | 2017-12-07 | 1 | -1/+2 |
* | Implement DOM to texture | Imanol Fernandez | 2017-10-16 | 1 | -0/+1 |
* | Remove usage of unstable box syntax, except in the script crate | Simon Sapin | 2017-10-12 | 1 | -2/+2 |
* | Auto merge of #18155 - ferjm:pwm.perf.timeline, r=jdm | bors-servo | 2017-08-23 | 1 | -1/+2 |
|\ |
|
| * | Add paint metrics to Performance Timeline API | Fernando Jiménez Moreno | 2017-08-23 | 1 | -1/+2 |
* | | Auto merge of #18189 - JJayet:ios_support, r=larsbergstrom | bors-servo | 2017-08-23 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | First step toward iOS Support | Jonathan Jayet | 2017-08-23 | 1 | -3/+3 |
* | | Wait for actual paint before setting paint related metrics | Fernando Jiménez Moreno | 2017-08-22 | 1 | -1/+3 |
|/ |
|
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -4/+12 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -12/+4 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -4/+12 |
* | make use of ScriptToConstellationChan | Paul Rouget | 2017-08-15 | 1 | -8/+8 |
* | WR multi-document update | Dzmitry Malyshau | 2017-07-28 | 1 | -0/+7 |
* | Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREE | Gecko Backout | 2017-07-28 | 1 | -7/+0 |
* | WR multi-document update | Dzmitry Malyshau | 2017-07-28 | 1 | -0/+7 |
* | Fixed scaling artefacts in paint worklets caused by zoom and hidpi. | Alan Jeffrey | 2017-07-20 | 1 | -1/+2 |
* | Implement basic Time To First Paint and First Contentful Paint PWMs | Fernando Jiménez Moreno | 2017-07-20 | 1 | -2/+5 |
* | constellation: Remove unused title attribute from Pipeline struct (#15714) | Omar Akkila | 2017-07-19 | 1 | -4/+0 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -3/+3 |
* | Untry | Simon Sapin | 2017-06-18 | 1 | -2/+2 |
* | Bump euclid to 0.14. | Nicolas Silva | 2017-06-14 | 1 | -2/+1 |
* | separate waking the event loop, from communicating with a compositor | Gregory Terzian | 2017-06-06 | 1 | -3/+3 |
* | Webdriver uses browsing context ids rather than pipeline ids. | Alan Jeffrey | 2017-05-25 | 1 | -0/+7 |
* | Added a TopLevelBrowsingContextId type. | Alan Jeffrey | 2017-05-22 | 1 | -5/+6 |
* | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 1 | -30/+30 |
* | Make non-initial about:blank loads asynchronous | Connor Brewster | 2017-05-12 | 1 | -7/+0 |
* | Terminate timer scheduler thread during shutdown | Fernando Jiménez Moreno | 2017-03-30 | 1 | -3/+3 |
* | Move image cache implementation to the net crate | Fernando Jiménez Moreno | 2017-03-27 | 1 | -1/+3 |
* | Make image cache per-document rather than global | Fernando Jiménez Moreno | 2017-03-27 | 1 | -8/+4 |
* | Frames in the constellation store LoadData rather than just URLs. | Alan Jeffrey | 2017-03-14 | 1 | -66/+67 |
* | Introduce CSSPixel as a replacement for ViewportPx and PagePx. | Glenn Watson | 2017-02-24 | 1 | -7/+6 |
* | Update serde to 0.9 (fixes #15325) | Anthony Ramine | 2017-02-18 | 1 | -4/+4 |
* | Update ipc-channel to 0.6.3 | Anthony Ramine | 2017-02-16 | 1 | -4/+4 |
* | Silent Windows specific warnings | UK992 | 2017-02-06 | 1 | -0/+1 |
* | The constellation notifies the script thread about documents becoming inactiv... | Alan Jeffrey | 2017-01-27 | 1 | -12/+7 |
* | Move DevicePixel to script_traits. | Ms2ger | 2017-01-11 | 1 | -2/+1 |
* | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -0/+6 |
* | Implement browsing context discarding. | Alan Jeffrey | 2017-01-05 | 1 | -5/+7 |
* | Updated documentation for pipeline. | Alan Jeffrey | 2016-12-23 | 1 | -16/+89 |
* | Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger | bors-servo | 2016-12-15 | 1 | -20/+19 |
|\ |
|
| * | Renamed ScriptChan in constellation to EventLoop. | Alan Jeffrey | 2016-12-15 | 1 | -20/+19 |
* | | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -2/+2 |
|/ |
|