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_common_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hit test on the layer tree rather than the RSLL
vollick@chromium.org
2014-05-12
1
-2147
/
+1
*
cc: Add a flag to layers that returns true if the layer is in RSLL.
vmpstr@chromium.org
2014-05-09
1
-2
/
+307
*
Properly reset dirty bits before early-out in PreCalculateMetaInformation.
hartmanng@chromium.org
2014-05-03
1
-0
/
+28
*
Enable disabling WebCore::GraphicsContext in telemetry.
schenney@chromium.org
2014-05-02
1
-3
/
+5
*
Don't early out in PreCalculateMetaInformation
vollick@chromium.org
2014-05-01
1
-0
/
+47
*
Don't clear render surfaces unnecessarily.
vollick@chromium.org
2014-04-28
1
-4
/
+0
*
Relax touch hit testing in CC to look at all layers under a point
rbyers@chromium.org
2014-04-27
1
-14
/
+5
*
Do main thread hit testing if impl hit testing is affected by occluders.
vollick@chromium.org
2014-04-17
1
-0
/
+23
*
Stop displaying layers with non-invertible transforms.
avallee@chromium.org
2014-04-16
1
-10
/
+70
*
Rasterize at maximum scale for scale animations on CPU-rasterized layers
ajuma@chromium.org
2014-04-09
1
-0
/
+226
*
cc: CalculateDrawProperties use device transform scale
boliu@chromium.org
2014-04-09
1
-3
/
+45
*
Fix fixed-pos jitter related to physical pixel snapping.
aelias@chromium.org
2014-04-02
1
-0
/
+45
*
plumbing fills_bounds_completely from aura to content_layer_updater
luken@chromium.org
2014-03-25
1
-0
/
+1
*
Switch to use SharedBitmapManager all the time in cc_unittests
jbauman@chromium.org
2014-03-20
1
-32
/
+64
*
cc: Ensure changes to a Layer's content bounds or scale get pushed
ajuma@chromium.org
2014-02-25
1
-0
/
+52
*
No more sublayer transform in cc.
vollick@chromium.org
2014-02-16
1
-584
/
+28
*
Split preserve3d into: "should-flatten" and "is-3d-sorted"
vollick@chromium.org
2014-02-11
1
-49
/
+458
*
Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...
dstockwell@chromium.org
2014-02-10
1
-457
/
+48
*
Split preserve3d into: "should-flatten" and "is-3d-sorted"
vollick@chromium.org
2014-02-09
1
-48
/
+457
*
[cc] Fix for hidden layers with copy requests getting composited to the screen.
miu@chromium.org
2014-02-07
1
-1
/
+1
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-31
1
-10
/
+19
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-29
1
-3
/
+3
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
ricea@chromium.org
2014-01-29
1
-19
/
+10
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-29
1
-10
/
+19
*
Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...
mnissler@chromium.org
2014-01-28
1
-3
/
+3
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-28
1
-3
/
+3
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
mkwst@chromium.org
2014-01-24
1
-19
/
+10
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-24
1
-10
/
+19
*
[#4] Pass gfx structs by const ref (gfx::PointF)
r.kasibhatla@samsung.com
2014-01-17
1
-6
/
+6
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
1
-1
/
+1
*
Revert 232881 "cc: Fix hit-testing in zero-opacity layers."
skyostil@google.com
2013-11-12
1
-156
/
+11
*
cc: Fix hit-testing in zero-opacity layers.
sadrul@chromium.org
2013-11-05
1
-11
/
+156
*
cc: Make scroll compensation take integer snapping into account
enne@chromium.org
2013-10-25
1
-0
/
+113
*
cc: Fix touch hit-testing for overlapping layers (in tests).
sadrul@chromium.org
2013-10-24
1
-0
/
+84
*
Only allocate temporary layer lists when sorting contributions.
vollick@chromium.org
2013-10-19
1
-2
/
+6
*
Revert "Revert "Allow clipping by scroll parents." and "Improve perf of Calcu...
vollick@chromium.org
2013-10-17
1
-0
/
+562
*
Revert "Allow clipping by scroll parents." and "Improve perf of CalculateDraw...
vollick@chromium.org
2013-10-15
1
-562
/
+0
*
Allow clipping by scroll parents.
vollick@chromium.org
2013-10-08
1
-0
/
+562
*
Remove PerformClipping(),CanClipSelf() and the related logic in LTHCommon.
jun.a.jiang@intel.com
2013-10-05
1
-156
/
+0
*
cc: Fix hit-testing of empty layers.
sadrul@chromium.org
2013-10-05
1
-0
/
+115
*
Revert 226219 "Allow clipping by scroll parents."
phoglund@chromium.org
2013-10-01
1
-562
/
+0
*
Allow clipping by scroll parents.
vollick@chromium.org
2013-10-01
1
-0
/
+562
*
Revert 225858 "Allow clipping by scroll parents."
vollick@chromium.org
2013-09-28
1
-562
/
+0
*
Allow clipping by scroll parents.
vollick@chromium.org
2013-09-28
1
-0
/
+562
*
Move tile-free-software render surface disabling to UpdateDrawProperties.
aelias@chromium.org
2013-09-27
1
-0
/
+78
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-25
1
-11
/
+11
*
Revert 224725 "Fix compilation and ui_unittests with float trans..."
sky@chromium.org
2013-09-23
1
-11
/
+11
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-23
1
-11
/
+11
*
cc: Use SkMScalar instead of doubles for transforms in cc
enne@chromium.org
2013-09-12
1
-169
/
+142
*
Clear render surface when we early out in CalcDrawPropsInternal
vollick@chromium.org
2013-08-29
1
-0
/
+66
[next]