| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace CurrentPhysicalTimeTicks with a fallback in CurrentFrameTimeTicks. | aelias@chromium.org | 2014-03-26 | 1 | -4/+1 |
* | cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON. | danakj@chromium.org | 2014-03-18 | 1 | -1/+1 |
* | Removing the use of base::Time inside the LayerTreeHost system. | mithro@mithis.com | 2014-03-11 | 1 | -7/+3 |
* | Removing base::Time from SetAnimationEvents and PostAnimationEventsToMainThre... | mithro@mithis.com | 2014-03-11 | 1 | -6/+1 |
* | [#8] Pass gfx::Point by const ref. | prashant.n@samsung.com | 2014-03-05 | 1 | -6/+7 |
* | Update InnerViewportContainerLayer size when top controls move. | wjmaclean@chromium.org | 2014-02-27 | 1 | -0/+4 |
* | We just fixed an overflow but test was removed for easier merge. This just ad... | epenner@chromium.org | 2014-02-25 | 1 | -0/+3 |
* | cc: Update Main RendererCapabilities on DeferredInitialize | boliu@chromium.org | 2014-02-18 | 1 | -0/+1 |
* | cc: Prevent usage of rasterize on-demand with delegating renderer. | reveman@chromium.org | 2014-02-11 | 1 | -1/+2 |
* | Pass gfx structs by const ref (gfx::Vector2d) | ajay.berwal@samsung.com | 2014-02-05 | 1 | -1/+1 |
* | Pinch/Zoom Infrastructure & Plumbing CL | wjmaclean@chromium.org | 2014-01-31 | 1 | -2/+3 |
* | cc: Make PrepareToDraw return an enum for why it aborts | enne@chromium.org | 2014-01-30 | 1 | -6/+8 |
* | [#7] Pass gfx::Size by const ref. | prashant.n@samsung.com | 2014-01-29 | 1 | -2/+2 |
* | Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu... | ricea@chromium.org | 2014-01-29 | 1 | -3/+2 |
* | Pinch/Zoom Infrastructure & Plumbing CL | wjmaclean@chromium.org | 2014-01-29 | 1 | -2/+3 |
* | Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview... | mnissler@chromium.org | 2014-01-28 | 1 | -2/+2 |
* | [#7] Pass gfx::Size by const ref. | prashant.n@samsung.com | 2014-01-28 | 1 | -2/+2 |
* | Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu... | mkwst@chromium.org | 2014-01-24 | 1 | -3/+2 |
* | Pinch/Zoom Infrastructure & Plumbing CL | wjmaclean@chromium.org | 2014-01-24 | 1 | -2/+3 |
* | Pass gfx structs by const ref (gfx::Vector2dF) | ajay.berwal@samsung.com | 2014-01-23 | 1 | -3/+4 |
* | [#4] Pass gfx structs by const ref (gfx::PointF) | r.kasibhatla@samsung.com | 2014-01-17 | 1 | -4/+4 |
* | cc: Add RendererCapabilitiesImpl | boliu@chromium.org | 2014-01-15 | 1 | -2/+2 |
* | Pass gfx::Rect and gfx::RectF by const ref. | prashant.n@samsung.com | 2014-01-10 | 1 | -7/+7 |
* | Lock touchscreen flings to the first layer scrolled by the fling | jdduke@chromium.org | 2013-12-20 | 1 | -1/+0 |
* | cc: Don't cancel poll_for_draw_triggers_closure_ too early. | brianderson@chromium.org | 2013-12-12 | 1 | -0/+1 |
* | cc: Remove DeviceViewport and DeviceClip from the RendererClient | danakj@chromium.org | 2013-12-10 | 1 | -7/+6 |
* | For main thread event handling, if event causes | miletus@chromium.org | 2013-12-08 | 1 | -3/+14 |
* | cc: Support animating scroll offset | ajuma@chromium.org | 2013-12-03 | 1 | -0/+1 |
* | cc: add DevTools instrumentation for impl-side frames | caseq@chromium.org | 2013-12-02 | 1 | -2/+5 |
* | Route LayerTreeHostImplClient::SetNeedsRedrawOnImplThread() through LayerTree... | miletus@chromium.org | 2013-11-29 | 1 | -0/+2 |
* | cc: Clean up LayerTreeHostImplTest init and add check for lost context | danakj@chromium.org | 2013-11-28 | 1 | -0/+3 |
* | Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers() | miletus@chromium.org | 2013-11-27 | 1 | -1/+2 |
* | cc: Plumbing for impl thread micro benchmarks | vmpstr@chromium.org | 2013-11-18 | 1 | -0/+4 |
* | Replaces uses of the WGC3DSwapBuffersClient with LTHSingleThreadClient | jamesr@chromium.org | 2013-11-08 | 1 | -0/+2 |
* | cc: Don't ManageTiles twice in one frame | enne@chromium.org | 2013-11-05 | 1 | -0/+1 |
* | Do not give GPU memory to backgrounded compositors. | ccameron@chromium.org | 2013-11-01 | 1 | -1/+0 |
* | cc: Add opacity to UIResourceBitmap and UIResourceLayer | powei@chromium.org | 2013-10-26 | 1 | -0/+3 |
* | cc: Remove PrioritizedResourceManager::ReduceWastedMemoryOnImplThread | danakj@chromium.org | 2013-10-26 | 1 | -1/+0 |
* | Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3). | dominikg@chromium.org | 2013-10-23 | 1 | -3/+3 |
* | Add delegated rendering support for software renderer. | jbauman@chromium.org | 2013-10-22 | 1 | -2/+6 |
* | cc: Do not allow gesture-scrolling 'overflow[-{x|y}]:hidden' layers. | sadrul@chromium.org | 2013-10-22 | 1 | -1/+1 |
* | Allow touch flings to bubble if the preceding touch scroll bubbled | jdduke@chromium.org | 2013-10-15 | 1 | -0/+1 |
* | Make Android WebView filtering depend on scrolling status. | aelias@chromium.org | 2013-10-09 | 1 | -0/+2 |
* | Generic UIResourceLayer for shared resources. | clholgat@chromium.org | 2013-10-04 | 1 | -1/+6 |
* | Grow scrollbars while the mouse is over the track or thumb. | tony@chromium.org | 2013-10-01 | 1 | -2/+11 |
* | cc: Delete RenderSurface caching. | alokp@chromium.org | 2013-10-01 | 1 | -20/+0 |
* | cc: Initialize PageScaleAnimation's start time on first animation | brianderson@chromium.org | 2013-09-26 | 1 | -1/+0 |
* | Trigger overlay scrollbar animation when the pointer is nearby. | tony@chromium.org | 2013-09-26 | 1 | -0/+8 |
* | CC: Fix raster-on-demand (due to stale sort order). | epenner@chromium.org | 2013-09-24 | 1 | -0/+2 |
* | Properly handle scroll and fling gestures after pinch zoom | jdduke@chromium.org | 2013-09-24 | 1 | -0/+1 |