| Commit message (Expand) | Author | Age | Files | Lines |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -817/+0 |
* | Move LayerKind and ScrollPolicy enums to gfx_traits | Brandon Fairchild | 2015-12-20 | 1 | -2/+2 |
* | Move PaintMsg enum to gfx_traits #8844 | Maciej Skrzypkowski | 2015-12-18 | 1 | -2/+1 |
* | Add test to constellation to avoid writing reftest image if there are pending... | Glenn Watson | 2015-12-17 | 1 | -32/+20 |
* | Move PaintListener to gfx_traits, Fixes #8834 | Tomas Cernaj | 2015-12-11 | 1 | -3/+2 |
* | Replaced ZERO_POINT with Point2D::zero() | Alexander Mankuta | 2015-12-03 | 1 | -2/+2 |
* | Split paint task messages from ScriptMsg | Greg Guthe | 2015-11-25 | 1 | -3/+3 |
* | compositing: Split Servo up into multiple sandboxed processes. | Patrick Walton | 2015-11-19 | 1 | -5/+6 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -4/+3 |
* | Draw layers that are under sub-displaylists. | Michael Howell | 2015-11-14 | 1 | -9/+32 |
* | Auto merge of #8355 - Ms2ger:Exit, r=nox | bors-servo | 2015-11-07 | 1 | -6/+13 |
|\ |
|
| * | Remove the unused PipelineExitType field from ChromeToPaintMsg::Exit. | Ms2ger | 2015-11-05 | 1 | -3/+3 |
| * | Remove the unused PipelineExitType from LayoutToPaintMsg::Exit. | Ms2ger | 2015-11-05 | 1 | -2/+2 |
| * | Remove the unused Option around the IpcSender from LayoutToPaintMsg::Exit. | Ms2ger | 2015-11-05 | 1 | -2/+2 |
| * | Remove the unused IpcSender from ChromeToPaintMsg::Exit. | Ms2ger | 2015-11-05 | 1 | -3/+10 |
* | | Change PaintContext rects to TypedRects #7023 | Maciej Skrzypkowski | 2015-11-04 | 1 | -2/+2 |
|/ |
|
* | Mix stacking contexts into the positioned content list | Martin Robinson | 2015-11-03 | 1 | -8/+11 |
* | Expand DisplayList layer bounds to whole pixels | Martin Robinson | 2015-10-28 | 1 | -2/+2 |
* | Integrate iframes into the display list | Martin Robinson | 2015-10-20 | 1 | -9/+8 |
* | Properly size synthesized layers | Martin Robinson | 2015-10-07 | 1 | -72/+143 |
* | Auto merge of #7807 - glennw:pid, r=jdm | bors-servo | 2015-10-06 | 1 | -1/+1 |
|\ |
|
| * | Make it possible for iframes to create their own pipeline ID. | Glenn Watson | 2015-10-06 | 1 | -1/+1 |
* | | Rework how StackingContexts are dynamically added to layers | Martin Robinson | 2015-10-05 | 1 | -9/+25 |
|/ |
|
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+2 |
* | layout: Make the compositor rather than layout determine the position of | Patrick Walton | 2015-09-29 | 1 | -6/+14 |
* | Auto merge of #7710 - mrobinson:small-dl-refactor, r=pcwalton | bors-servo | 2015-09-23 | 1 | -19/+20 |
|\ |
|
| * | Pass PaintTile to painting threads | Martin Robinson | 2015-09-22 | 1 | -19/+20 |
* | | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -1/+1 |
|/ |
|
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+4 |
* | Improve printing of DisplayLists | Martin Robinson | 2015-09-16 | 1 | -1/+0 |
* | Remove 'get_*' on getters as per RFC 0344 on various components | Mathieu Rheaume | 2015-09-12 | 1 | -2/+2 |
* | Have PaintLayers own StackingContexts instead of the opposite | Martin Robinson | 2015-09-04 | 1 | -80/+110 |
* | Auto merge of #7392 - mrobinson:layered-separate, r=pcwalton | bors-servo | 2015-08-26 | 1 | -7/+3 |
|\ |
|
| * | Split out layered child stacking contexts in display lists | Martin Robinson | 2015-08-26 | 1 | -7/+3 |
* | | layout: Fix calculation of overflow for stacking contexts that contain | Patrick Walton | 2015-08-25 | 1 | -1/+1 |
|/ |
|
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -6/+6 |
* | gfx: Sort layers according to their Z-index value before handing them | Patrick Walton | 2015-08-19 | 1 | -0/+8 |
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -2/+2 |
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -8/+8 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -1/+1 |
* | layout: Carry out some minor style cleanups. | Patrick Walton | 2015-08-10 | 1 | -1/+3 |
* | layout: Implement basic `overflow: scroll` functionality. | Patrick Walton | 2015-08-10 | 1 | -14/+13 |
* | Create a run_with_memory_reporting method to reduce the boilerplate associate... | Ms2ger | 2015-08-06 | 1 | -21/+5 |
* | Support transforms for display list optimization. Prevents clipping in #6643. | Glenn Watson | 2015-08-05 | 1 | -1/+0 |
* | gfx: Split the paint messages into layout and chrome messages, and make | Patrick Walton | 2015-07-31 | 1 | -37/+50 |
* | Update to the latest skia | Martin Robinson | 2015-07-30 | 1 | -16/+36 |
* | script: Make most of 2D canvas and WebGL run over IPC. | Patrick Walton | 2015-07-25 | 1 | -5/+5 |
* | Auto merge of #6629 - pcwalton:profiler-ipc, r=jdm | bors-servo | 2015-07-24 | 1 | -14/+18 |
|\ |
|
| * | profile: Make the time and memory profilers run over IPC. | Patrick Walton | 2015-07-24 | 1 | -14/+18 |
* | | Have BufferMap store NativeSurfaces and rename to SurfaceMap | Martin Robinson | 2015-07-24 | 1 | -21/+18 |
|/ |
|