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
/
trees
/
layer_tree_host_unittest_scroll.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Remove the non-implside flavour of LayerTreeTests.
Dana Jansens
2015-06-12
1
-14
/
+14
*
cc: Fix size_t to int truncations in animation/ and debug/.
vmpstr
2015-06-02
1
-7
/
+7
*
Remove flag for virtual-viewport pinch to zoom and old paths.
bokan
2015-05-29
1
-5
/
+15
*
CC: Plumb LayerSettings parameter for cc::Layer construction.
loyso
2015-05-25
1
-12
/
+14
*
cc: Add LayerTreeHost::InitParams for LayerTreeHost creation.
sadrul
2015-05-11
1
-3
/
+8
*
cc: Remove use of MessageLoopProxy
skyostil
2015-04-13
1
-7
/
+8
*
cc: Move worker threads to RenderThreadImpl.
reveman
2015-03-23
1
-8
/
+4
*
Add back the truncation of scroll_delta
miletus
2015-03-19
1
-5
/
+10
*
Fix Enum Style Throughout CC.
ericrk
2015-02-20
1
-15
/
+15
*
Add initial CC support for scroll-blocks-on
rbyers
2015-02-05
1
-9
/
+12
*
Remove scroll_delta flooring hack
miletus
2015-02-04
1
-10
/
+5
*
Finalize rename of LayerImpl scroll offset methods.
aelias
2015-02-03
1
-27
/
+28
*
Convert scroll offsets to use SyncedProperty.
aelias
2015-01-31
1
-16
/
+0
*
Reconcile scroll and overscroll stretch when they disagree
ccameron
2014-12-23
1
-0
/
+7
*
Refactor delta/sent_delta logic into self-contained abstraction.
aelias
2014-12-04
1
-8
/
+20
*
Plumb scroll elasticity layer from Blink to cc
ccameron
2014-11-21
1
-12
/
+14
*
cc: Make separate interface for BeginFrame ipc from OutputSurface
simonhong
2014-11-11
1
-1
/
+3
*
Return overscroll data from cc::InputHandler::ScrollBy
ccameron
2014-11-07
1
-7
/
+0
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
1
-3
/
+3
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
1
-80
/
+71
*
gpu: Compositor management of GpuMemoryBuffer instances.
reveman
2014-10-13
1
-0
/
+1
*
Revert of "Converted LayerImpl::bounds() to return SizeF."
bokan
2014-10-08
1
-1
/
+1
*
Converted LayerImpl::bounds() to return SizeF.
bokan
2014-10-07
1
-1
/
+1
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
1
-59
/
+59
*
Use ScrollOffset instead of vector2d to track scroll offset in cc
miletus
2014-10-01
1
-52
/
+75
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-1
/
+1
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-1
/
+1
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-1
/
+1
*
This is an optimization that uses solid color detection to
hendrikw
2014-09-20
1
-7
/
+2
*
Made Blink aware of top controls offset
bokan
2014-09-09
1
-10
/
+15
*
Remove implicit conversions from scoped_refptr to T* in cc/trees/
Daniel Cheng
2014-08-26
1
-4
/
+5
*
[Android] Implementation of overscroll effect for Android L
jdduke@chromium.org
2014-08-15
1
-3
/
+4
*
cc: Use impl-side painting code in LTH scroll layer test.
sohan.jyoti@samsung.com
2014-08-12
1
-41
/
+21
*
cc: Parameterize the main thread task runner
skyostil@chromium.org
2014-07-18
1
-0
/
+1
*
Get rid of graphics layer anchor points, and replace with
chrishtr@chromium.org
2014-06-05
1
-3
/
+0
*
Update source frame number even when commits abort
enne@chromium.org
2014-06-03
1
-4
/
+11
*
Revert of Revert of Early terminate flings when scrolling impossible (https:/...
jdduke@chromium.org
2014-04-02
1
-1
/
+3
*
Revert of Early terminate flings when scrolling impossible (https://coderevie...
tkent@chromium.org
2014-04-01
1
-3
/
+1
*
Early terminate flings when scrolling impossible
jdduke@chromium.org
2014-03-31
1
-1
/
+3
*
Switch to use SharedBitmapManager all the time in cc_unittests
jbauman@chromium.org
2014-03-20
1
-2
/
+8
*
Pass gfx structs by const ref (gfx::Vector2d)
ajay.berwal@samsung.com
2014-02-05
1
-5
/
+5
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-31
1
-109
/
+213
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
ricea@chromium.org
2014-01-29
1
-213
/
+109
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-29
1
-109
/
+213
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
mkwst@chromium.org
2014-01-24
1
-213
/
+109
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-24
1
-109
/
+213
*
Introduce separate client and init path for single-threaded cc
jamesr@chromium.org
2013-11-07
1
-1
/
+1
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).
dominikg@chromium.org
2013-10-23
1
-10
/
+10
*
Add delegated rendering support for software renderer.
jbauman@chromium.org
2013-10-22
1
-1
/
+1
*
cc: Control activation from the Scheduler
brianderson@chromium.org
2013-08-27
1
-14
/
+3
[next]