aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/compositor.rs
Commit message (Expand)AuthorAgeFilesLines
* Properly handle scroll offsets in hit testingMartin Robinson2017-05-161-12/+9
* Update WR (ellipse border-radius clip, preserve-3d functionality).Glenn Watson2017-05-161-2/+3
* Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-1/+2
* Auto merge of #15794 - paulrouget:head_parsed_url, r=asajeffreybors-servo2017-04-251-13/+8
|\
| * Notify embedder when history changesPaul Rouget2017-04-181-13/+8
* | Eliminate ScrollRootIdMartin Robinson2017-04-201-32/+10
* | Create proper root ClipId when scrolling from scriptMartin Robinson2017-04-191-1/+6
|/
* Update WR (gradients, batching, text run, border changes).Glenn Watson2017-04-121-4/+4
* Update WR (various optimizations, gradient improvements).Glenn Watson2017-04-031-3/+6
* Update WR (gl/es runtime table, scroll roots).Glenn Watson2017-03-231-32/+35
* Stop splitting scroll rootsMartin Robinson2017-03-211-10/+13
* Expose a method to toggle wr profilerPaul Rouget2017-03-201-0/+5
* Auto merge of #15795 - paulrouget:follow-link, r=asajeffreybors-servo2017-03-141-0/+7
|\
| * Let the embedder decide if servo should follow a link or notPaul Rouget2017-03-021-0/+7
* | Update WR (pre-multiply images).Glenn Watson2017-03-101-1/+1
* | Update WR (types updates, stacking context culling)Glenn Watson2017-03-091-17/+1
* | introduce frame_size and window_rectPaul Rouget2017-03-071-9/+31
|/
* Add support for page zoom via new WR API.Glenn Watson2017-02-281-0/+7
* Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-14/+10
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-15/+15
* Update WR (pixel snapping improvements).Glenn Watson2017-02-131-1/+1
* Update WR.Glenn Watson2017-02-071-5/+0
* Update WR (radial gradients, subpixel positioning, tiling changes).Glenn Watson2017-02-011-0/+1
* Revert "Revert "frame-resize refactor""Emilio Cobos Álvarez2017-01-241-13/+3
* Revert "frame-resize refactor"Matt Brubeck2017-01-231-3/+13
* Auto merge of #14141 - samuknet:home-end-key-scroll2, r=glennwbors-servo2017-01-231-30/+67
|\
| * Implement home end key scroll.Sam2017-01-231-30/+67
* | Auto merge of #15129 - cynicaldevil:iframe-resize, r=emiliobors-servo2017-01-231-13/+3
|\ \ | |/ |/|
| * frame-resize refactorNikhil Shagrithaya2017-01-231-13/+3
* | Move DevicePixel to script_traits.Ms2ger2017-01-111-3/+2
|/
* Move LayerPixel to compositing.Ms2ger2017-01-101-1/+8
* Move FrameTreeId to compositing.Ms2ger2017-01-101-1/+10
* Update WR (first phase of z-buffer optimizations / improvements).Glenn Watson2017-01-091-0/+16
* replace match by if let statements if possibleJulien Levesy2016-12-311-6/+4
* Auto merge of #14597 - gterzian:fix_scroll_transactions, r=mbrubeckbors-servo2016-12-141-0/+1
|\
| * also send Start phase on receiving first scroll eventGregory2016-12-151-0/+1
* | Update WR (typed units, glyph cache, various features).Glenn Watson2016-12-151-9/+16
* | Removed util.Alan Jeffrey2016-12-141-3/+3
|/
* Auto merge of #14470 - gterzian:implement_scroll_transactions, r=mbrubeckbors-servo2016-12-121-1/+11
|\
| * Implement scroll transactionsGregory2016-12-121-1/+11
* | Add support for fullscreen #10102Jansen Jan2016-12-091-0/+4
* | Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwaltonbors-servo2016-12-061-6/+10
|\ \ | |/ |/|
| * Reimplement scrolling to fragmentsMartin Robinson2016-11-291-6/+10
* | compositing: Only make the compositor responsible for initiating reflowPatrick Walton2016-11-301-4/+7
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Remove CollectMemoryReports from compositor (fixes #13735)Michael Kohler2016-11-061-35/+0
* Auto merge of #14057 - glennw:update-wr-keys, r=metajackbors-servo2016-11-041-2/+18
|\
| * Add runtime switch for webrender profiler (-Z wr-stats) whichGlenn Watson2016-11-041-2/+18
* | Lookup frames by frame_id, not pipeline_id.Alan Jeffrey2016-11-031-0/+1
|/
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-7/+7