| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DL items from gfx to layout | Pyfisch | 2018-04-22 | 1 | -1004/+0 |
* | Update to handle WebRender API changes | Martin Robinson | 2018-03-16 | 1 | -8/+8 |
* | Introduce a dedicated data structure for text queries | Pyfisch | 2018-02-24 | 1 | -33/+0 |
* | Remove image_data field from display item | Pyfisch | 2018-02-24 | 1 | -4/+0 |
* | Use typed transforms in stacking contexts | Pyfisch | 2018-02-24 | 1 | -8/+8 |
* | Use LayoutRects for bounds and overflow in display lists | Pyfisch | 2018-02-07 | 1 | -140/+66 |
* | Update WebRender | Martin Robinson | 2018-02-06 | 1 | -11/+7 |
* | Use more WebRender types in gfx | Pyfisch | 2018-01-30 | 1 | -41/+18 |
* | style: Move cursor property out of mako | Igor Gutorov | 2018-01-20 | 1 | -2/+2 |
* | Introduce MaxRect trait | Pyfisch | 2018-01-17 | 1 | -8/+5 |
* | Use more WebRender types in gfx/display_list | Pyfisch | 2018-01-17 | 1 | -69/+35 |
* | Decoupled gfx and metrics | Georg Streich | 2018-01-15 | 1 | -1/+20 |
* | Remove BoxShadowClipMode from gfx | Pyfisch | 2018-01-07 | 1 | -13/+3 |
* | Auto merge of #19651 - pyfisch:background-placement, r=emilio | bors-servo | 2018-01-02 | 1 | -0/+2 |
|\ |
|
| * | Unify background placement code | Pyfisch | 2017-12-28 | 1 | -0/+2 |
* | | Remove solved FIXMEs about border radii | Pyfisch | 2017-12-29 | 1 | -4/+0 |
|/ |
|
* | layout: support tiled gradients | Pyfisch | 2017-12-14 | 1 | -0/+18 |
* | Update WR to use the new sticky positioning API | Martin Robinson | 2017-10-30 | 1 | -2/+9 |
* | Wait as late as possible to assign ClipIds | Martin Robinson | 2017-10-24 | 1 | -58/+101 |
* | Update WR (box shadows + per-corner radii, elliptical clips). | Glenn Watson | 2017-10-20 | 1 | -3/+1 |
* | Auto merge of #18933 - mrobinson:wr-text-index, r=jdm | bors-servo | 2017-10-19 | 1 | -222/+6 |
|\ |
|
| * | Remove DisplayListTraversal | Martin Robinson | 2017-10-18 | 1 | -90/+1 |
| * | Use WebRender to compute text index on click events | Martin Robinson | 2017-10-18 | 1 | -132/+5 |
* | | Auto merge of #18926 - glennw:update-wr-bs, r=jdm | bors-servo | 2017-10-18 | 1 | -2/+0 |
|\ \ |
|
| * | | Update WR (box shadows, subpixel + alpha text) | Glenn Watson | 2017-10-18 | 1 | -2/+0 |
* | | | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -39/+39 |
| |/
|/| |
|
* | | Switch to using WebRender hit testing | Martin Robinson | 2017-10-17 | 1 | -127/+0 |
|/ |
|
* | Update WR (details below): | Glenn Watson | 2017-10-16 | 1 | -4/+4 |
* | Remove usage of unstable box syntax, except in the script crate | Simon Sapin | 2017-10-12 | 1 | -2/+2 |
* | Rename ScrollRoot to ClipScrollNode | Martin Robinson | 2017-09-15 | 1 | -26/+26 |
* | Add support for position:sticky | Martin Robinson | 2017-09-05 | 1 | -1/+3 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -28/+28 |
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -12/+1 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -1/+12 |
* | Remove unused StackingContextType | Martin Robinson | 2017-08-16 | 1 | -1/+0 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -12/+1 |
* | Fix fixed position items with parents with CSS clips | Martin Robinson | 2017-08-03 | 1 | -20/+24 |
* | Allow overflow:hidden to scroll via script | Martin Robinson | 2017-07-26 | 1 | -2/+2 |
* | Update WR (switch to new text-decorations API in WR). | Glenn Watson | 2017-07-24 | 1 | -1/+2 |
* | Implement new Webrender PushTextShadow API | Alexis Beingessner | 2017-07-18 | 1 | -3/+29 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -18/+47 |
* | Use the Separator trait for the filter property | Anthony Ramine | 2017-06-27 | 1 | -4/+5 |
* | Use generics for the filter property | Anthony Ramine | 2017-06-20 | 1 | -1/+1 |
* | Bump euclid to 0.14. | Nicolas Silva | 2017-06-14 | 1 | -22/+20 |
* | Auto merge of #16891 - kvark:preserve3d, r=glennw,emilio | bors-servo | 2017-05-17 | 1 | -6/+12 |
|\ |
|
| * | Using TransformStyle::Preserve3D | Dzmitry Malyshau | 2017-05-16 | 1 | -6/+12 |
* | | Properly handle scroll offsets in hit testing | Martin Robinson | 2017-05-16 | 1 | -110/+166 |
|/ |
|
* | Update WR (ellipse border-radius clip, preserve-3d functionality). | Glenn Watson | 2017-05-16 | 1 | -0/+10 |
* | Auto merge of #16666 - pyfisch:gradients, r=emilio | bors-servo | 2017-05-07 | 1 | -0/+11 |
|\ |
|
| * | Implement radial gradients for borders. | Pyfisch | 2017-04-30 | 1 | -0/+11 |