| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to use SharedBitmapManager all the time in cc_unittests | jbauman@chromium.org | 2014-03-20 | 1 | -1/+3 |
* | [#8] Pass gfx::Point by const ref. | prashant.n@samsung.com | 2014-03-05 | 1 | -8/+8 |
* | Fix the cause of AwZoomTest#testMagnification... tests flakiness | mnaganov@chromium.org | 2014-02-12 | 1 | -2/+5 |
* | Pass gfx structs by const ref (gfx::Vector2d) | ajay.berwal@samsung.com | 2014-02-05 | 1 | -1/+1 |
* | Pass gfx structs by const ref (gfx::Vector2dF) | ajay.berwal@samsung.com | 2014-01-23 | 6 | -18/+18 |
* | [#3] Pass gfx structs by const ref (gfx::SizeF) | r.kasibhatla@samsung.com | 2014-01-16 | 3 | -11/+11 |
* | Pass gfx::Rect and gfx::RectF by const ref. | prashant.n@samsung.com | 2014-01-10 | 1 | -1/+1 |
* | For main thread event handling, if event causes | miletus@chromium.org | 2013-12-08 | 1 | -2/+8 |
* | cc: Use HighResNow as timebase if it is fast and reliable | brianderson@chromium.org | 2013-10-25 | 2 | -8/+10 |
* | Lock the top controls during pinch zoom | jdduke@chromium.org | 2013-10-25 | 3 | -1/+111 |
* | Use total page scale in the LayerScrollOffsetDelegate. | mkosiba@chromium.org | 2013-10-09 | 1 | -1/+1 |
* | Make Android WebView filtering depend on scrolling status. | aelias@chromium.org | 2013-10-09 | 1 | -0/+4 |
* | cc: Initialize PageScaleAnimation's start time on first animation | brianderson@chromium.org | 2013-09-26 | 3 | -7/+19 |
* | Trigger overlay scrollbar animation when the pointer is nearby. | tony@chromium.org | 2013-09-26 | 1 | -0/+2 |
* | [android_webview] Use a fraction to calculate scroll offset. | mkosiba@chromium.org | 2013-09-26 | 1 | -1/+15 |
* | Add a thinning scrollbar animator for desktop overlay scrollbars. | tony@chromium.org | 2013-09-11 | 1 | -0/+1 |
* | Add the current delta to InputHandlerClient::DidOverscroll. | mkosiba@chromium.org | 2013-07-17 | 1 | -2/+7 |
* | Use a direct include of time headers in cc/. | avi@chromium.org | 2013-06-27 | 3 | -3/+3 |
* | Track LatencyInfo through impl-thread scrolling. | jbauman@chromium.org | 2013-06-11 | 1 | -0/+5 |
* | cc: Disable LastInputEventForBeginFrame | brianderson@chromium.org | 2013-06-06 | 1 | -3/+0 |
* | Refactor SynchronousCompositor out of SynchronousCompositorOutputSurface. | mkosiba@chromium.org | 2013-05-30 | 1 | -0/+3 |
* | Rename ClampToMin and ClampToMax | vollick@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | cc: Rename VSync to BeginFrame | brianderson@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Remove cc/ dependency on WebKit::WebScrollbar* | jamesr@chromium.org | 2013-05-22 | 2 | -2/+42 |
* | Hide location bar on Javascript-initiated scroll. | mvanouwerkerk@chromium.org | 2013-05-21 | 3 | -35/+64 |
* | Route compositor overscroll events to the input handler. | jdduke@chromium.org | 2013-05-20 | 1 | -0/+9 |
* | The moves the compositor thread's input event cracking logic in to content/ f... | jamesr@chromium.org | 2013-05-20 | 1 | -15/+20 |
* | Remove current pinch-zoom scrollbar implementation. | wjmaclean@chromium.org | 2013-05-17 | 6 | -462/+0 |
* | Tweaks to top controls behavior for fullscreen API support. | tedchoc@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | Make it possible to delegate root layer scroll offset outside of cc. | mkosiba@chromium.org | 2013-04-30 | 2 | -0/+50 |
* | Revert 197178 "Make it possible to delegate root layer scroll of..." | hshi@chromium.org | 2013-04-30 | 2 | -50/+0 |
* | Make it possible to delegate root layer scroll offset outside of cc. | mkosiba@chromium.org | 2013-04-29 | 2 | -0/+50 |
* | Add fling velocity updates from gesture curves. | jdduke@chromium.org | 2013-04-29 | 1 | -0/+2 |
* | Flip the cc::InputHandler and cc::InputHandlerClient names, they are backwards | jamesr@chromium.org | 2013-04-29 | 1 | -18/+14 |
* | Add page scale animation easing. | jdduke@chromium.org | 2013-04-26 | 2 | -12/+25 |
* | Touchscreen fling doesn't work when finger leaves window | bokan@chromium.org | 2013-04-23 | 1 | -0/+4 |
* | cc: Use input events to trigger vsync | skyostil@chromium.org | 2013-04-22 | 1 | -0/+3 |
* | Delete layout_viewport_size. | aelias@chromium.org | 2013-04-09 | 1 | -8/+2 |
* | Damage root layer when viewport or top controls changes. | aelias@chromium.org | 2013-04-09 | 3 | -13/+8 |
* | Enable hiding/showing top controls persistently | dtrainor@chromium.org | 2013-03-28 | 2 | -10/+35 |
* | cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. | danakj@chromium.org | 2013-03-27 | 3 | -1/+10 |
* | Fix cpplint errors in cc/(animation|input|layers|trees|test)/ | jamesr@chromium.org | 2013-03-26 | 7 | -24/+28 |
* | cc: Chromify the scrollbar painters. | danakj@chromium.org | 2013-03-26 | 2 | -38/+31 |
* | cc: Fix capitalization style in chromified files. | danakj@chromium.org | 2013-03-25 | 2 | -8/+8 |
* | cc: Chromify TimingFunction | enne@chromium.org | 2013-03-24 | 1 | -1/+1 |
* | Implement windows mousewheel scroll by page functionality | jamesr@chromium.org | 2013-03-23 | 1 | -0/+5 |
* | Part 11 of cc/ directory shuffles: fix up stragglers | jamesr@chromium.org | 2013-03-18 | 7 | -1/+463 |
* | Part 10 of cc/ directory shuffles: layers | jamesr@chromium.org | 2013-03-18 | 2 | -2/+2 |
* | Part 7 of cc/ directory shuffles: trees | jamesr@chromium.org | 2013-03-18 | 2 | -2/+2 |
* | Part 5 of cc/ directory shuffles: input | jamesr@chromium.org | 2013-03-18 | 7 | -0/+1037 |