| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly handle scroll offsets in hit testing | Martin Robinson | 2017-05-16 | 1 | -12/+9 |
* | Update WR (ellipse border-radius clip, preserve-3d functionality). | Glenn Watson | 2017-05-16 | 1 | -2/+3 |
* | Make non-initial about:blank loads asynchronous | Connor Brewster | 2017-05-12 | 1 | -1/+2 |
* | Auto merge of #15794 - paulrouget:head_parsed_url, r=asajeffrey | bors-servo | 2017-04-25 | 1 | -13/+8 |
|\ |
|
| * | Notify embedder when history changes | Paul Rouget | 2017-04-18 | 1 | -13/+8 |
* | | Eliminate ScrollRootId | Martin Robinson | 2017-04-20 | 1 | -32/+10 |
* | | Create proper root ClipId when scrolling from script | Martin Robinson | 2017-04-19 | 1 | -1/+6 |
|/ |
|
* | Update WR (gradients, batching, text run, border changes). | Glenn Watson | 2017-04-12 | 1 | -4/+4 |
* | Update WR (various optimizations, gradient improvements). | Glenn Watson | 2017-04-03 | 1 | -3/+6 |
* | Update WR (gl/es runtime table, scroll roots). | Glenn Watson | 2017-03-23 | 1 | -32/+35 |
* | Stop splitting scroll roots | Martin Robinson | 2017-03-21 | 1 | -10/+13 |
* | Expose a method to toggle wr profiler | Paul Rouget | 2017-03-20 | 1 | -0/+5 |
* | Auto merge of #15795 - paulrouget:follow-link, r=asajeffrey | bors-servo | 2017-03-14 | 1 | -0/+7 |
|\ |
|
| * | Let the embedder decide if servo should follow a link or not | Paul Rouget | 2017-03-02 | 1 | -0/+7 |
* | | Update WR (pre-multiply images). | Glenn Watson | 2017-03-10 | 1 | -1/+1 |
* | | Update WR (types updates, stacking context culling) | Glenn Watson | 2017-03-09 | 1 | -17/+1 |
* | | introduce frame_size and window_rect | Paul Rouget | 2017-03-07 | 1 | -9/+31 |
|/ |
|
* | Add support for page zoom via new WR API. | Glenn Watson | 2017-02-28 | 1 | -0/+7 |
* | Introduce CSSPixel as a replacement for ViewportPx and PagePx. | Glenn Watson | 2017-02-24 | 1 | -14/+10 |
* | Rename ScreenPx to DeviceIndependentPixel. | Glenn Watson | 2017-02-22 | 1 | -15/+15 |
* | Update WR (pixel snapping improvements). | Glenn Watson | 2017-02-13 | 1 | -1/+1 |
* | Update WR. | Glenn Watson | 2017-02-07 | 1 | -5/+0 |
* | Update WR (radial gradients, subpixel positioning, tiling changes). | Glenn Watson | 2017-02-01 | 1 | -0/+1 |
* | Revert "Revert "frame-resize refactor"" | Emilio Cobos Álvarez | 2017-01-24 | 1 | -13/+3 |
* | Revert "frame-resize refactor" | Matt Brubeck | 2017-01-23 | 1 | -3/+13 |
* | Auto merge of #14141 - samuknet:home-end-key-scroll2, r=glennw | bors-servo | 2017-01-23 | 1 | -30/+67 |
|\ |
|
| * | Implement home end key scroll. | Sam | 2017-01-23 | 1 | -30/+67 |
* | | Auto merge of #15129 - cynicaldevil:iframe-resize, r=emilio | bors-servo | 2017-01-23 | 1 | -13/+3 |
|\ \
| |/
|/| |
|
| * | frame-resize refactor | Nikhil Shagrithaya | 2017-01-23 | 1 | -13/+3 |
* | | Move DevicePixel to script_traits. | Ms2ger | 2017-01-11 | 1 | -3/+2 |
|/ |
|
* | Move LayerPixel to compositing. | Ms2ger | 2017-01-10 | 1 | -1/+8 |
* | Move FrameTreeId to compositing. | Ms2ger | 2017-01-10 | 1 | -1/+10 |
* | Update WR (first phase of z-buffer optimizations / improvements). | Glenn Watson | 2017-01-09 | 1 | -0/+16 |
* | replace match by if let statements if possible | Julien Levesy | 2016-12-31 | 1 | -6/+4 |
* | Auto merge of #14597 - gterzian:fix_scroll_transactions, r=mbrubeck | bors-servo | 2016-12-14 | 1 | -0/+1 |
|\ |
|
| * | also send Start phase on receiving first scroll event | Gregory | 2016-12-15 | 1 | -0/+1 |
* | | Update WR (typed units, glyph cache, various features). | Glenn Watson | 2016-12-15 | 1 | -9/+16 |
* | | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -3/+3 |
|/ |
|
* | Auto merge of #14470 - gterzian:implement_scroll_transactions, r=mbrubeck | bors-servo | 2016-12-12 | 1 | -1/+11 |
|\ |
|
| * | Implement scroll transactions | Gregory | 2016-12-12 | 1 | -1/+11 |
* | | Add support for fullscreen #10102 | Jansen Jan | 2016-12-09 | 1 | -0/+4 |
* | | Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwalton | bors-servo | 2016-12-06 | 1 | -6/+10 |
|\ \
| |/
|/| |
|
| * | Reimplement scrolling to fragments | Martin Robinson | 2016-11-29 | 1 | -6/+10 |
* | | compositing: Only make the compositor responsible for initiating reflow | Patrick Walton | 2016-11-30 | 1 | -4/+7 |
|/ |
|
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -3/+3 |
* | Remove CollectMemoryReports from compositor (fixes #13735) | Michael Kohler | 2016-11-06 | 1 | -35/+0 |
* | Auto merge of #14057 - glennw:update-wr-keys, r=metajack | bors-servo | 2016-11-04 | 1 | -2/+18 |
|\ |
|
| * | Add runtime switch for webrender profiler (-Z wr-stats) which | Glenn Watson | 2016-11-04 | 1 | -2/+18 |
* | | Lookup frames by frame_id, not pipeline_id. | Alan Jeffrey | 2016-11-03 | 1 | -0/+1 |
|/ |
|
* | Use a new id type for tracking scrolling areas | Martin Robinson | 2016-10-30 | 1 | -7/+7 |