index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
input
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return overscroll data from cc::InputHandler::ScrollBy
ccameron
2014-11-07
2
-13
/
+36
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
7
-12
/
+12
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
1
-9
/
+5
*
cc: Change scoped_ptr<T>() to nullptr.
danakj
2014-10-15
1
-2
/
+1
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
1
-4
/
+4
*
Move page scale animation from LayerTreeHostImpl to LayerTreeImpl
bokan
2014-10-02
2
-6
/
+2
*
Use ScrollOffset instead of vector2d to track scroll offset in cc
miletus
2014-10-01
1
-8
/
+9
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-3
/
+1
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-1
/
+3
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-3
/
+1
*
Properly initialize top controls content offset on LayerTreeHost.
bokan
2014-09-15
1
-1
/
+0
*
Made Blink aware of top controls offset
bokan
2014-09-09
4
-102
/
+122
*
Plumb selection edge points through the compositor
jdduke@chromium.org
2014-08-22
2
-3
/
+4
*
[Android] Implementation of overscroll effect for Android L
jdduke@chromium.org
2014-08-15
1
-1
/
+2
*
Impl thread smooth scrolling.
skobes@chromium.org
2014-07-10
1
-0
/
+3
*
Route selection bounds updates through the compositor
jdduke@chromium.org
2014-07-01
3
-0
/
+76
*
CC::LayerAnimationController should use TimeTicks and
sivagunturi@chromium.org
2014-05-15
2
-30
/
+35
*
Make LayerScrollOffsetDelegate updates consistent.
mkosiba@chromium.org
2014-05-15
1
-19
/
+15
*
Allow repeated fling boosting for accelerated scrolling
jdduke@chromium.org
2014-05-06
1
-0
/
+4
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-30
1
-1
/
+1
*
Revert 266624 "cc: Split animating and drawing into separate act..."
skyostil@google.com
2014-04-29
1
-1
/
+1
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-28
1
-1
/
+1
*
Scroll on main if impl-hit testing isn't guaranteed to be correct
vollick@chromium.org
2014-04-16
1
-1
/
+10
*
Revert of Revert of Early terminate flings when scrolling impossible (https:/...
jdduke@chromium.org
2014-04-02
1
-9
/
+2
*
Revert of Early terminate flings when scrolling impossible (https://coderevie...
tkent@chromium.org
2014-04-01
1
-2
/
+9
*
Early terminate flings when scrolling impossible
jdduke@chromium.org
2014-03-31
1
-9
/
+2
*
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
[next]