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
/
layers
/
layer_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ScrollOffset instead of vector2d to track scroll offset in cc
miletus
2014-10-01
1
-1
/
+1
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-5
/
+2
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-2
/
+5
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-5
/
+2
*
cc: Remove the opaque rect return-parameter from ContentLayerClient.
danakj
2014-09-15
1
-3
/
+2
*
Fix RemoveFromScrollTree and RemoveFromClipTree
vollick
2014-09-13
1
-0
/
+58
*
Remove implicit conversions from scoped_refptr to T* in cc/
dcheng
2014-08-26
1
-19
/
+19
*
Removing the assumption that child->SetParent will not change Drawability
awoloszyn@chromium.org
2014-08-15
1
-1
/
+45
*
cc: Parameterize the main thread task runner
skyostil@chromium.org
2014-07-18
1
-7
/
+12
*
Get rid of graphics layer anchor points, and replace with
chrishtr@chromium.org
2014-06-05
1
-3
/
+2
*
Fix crash in SetTransformAndInvertibility().
avallee@chromium.org
2014-05-06
1
-0
/
+32
*
Stop displaying layers with non-invertible transforms.
avallee@chromium.org
2014-04-16
1
-0
/
+31
*
cc: Add layer property for scroll handlers
skyostil@chromium.org
2014-03-31
1
-0
/
+1
*
Switch to use SharedBitmapManager all the time in cc_unittests
jbauman@chromium.org
2014-03-20
1
-7
/
+10
*
Remove --background-color-instead-of-checkerboard flag.
danakj@chromium.org
2014-03-08
1
-2
/
+4
*
No more sublayer transform in cc.
vollick@chromium.org
2014-02-16
1
-6
/
+4
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-31
1
-1
/
+3
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
ricea@chromium.org
2014-01-29
1
-2
/
+1
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-29
1
-1
/
+2
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
mkwst@chromium.org
2014-01-24
1
-2
/
+1
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-24
1
-1
/
+2
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
1
-1
/
+1
*
The blink part of this implementation is uploaded at https://codereview.chrom...
rosca@adobe.com
2013-11-26
1
-0
/
+2
*
Introduce separate client and init path for single-threaded cc
jamesr@chromium.org
2013-11-07
1
-5
/
+10
*
Add delegated rendering support for software renderer.
jbauman@chromium.org
2013-10-22
1
-3
/
+4
*
cc: Do not allow gesture-scrolling 'overflow[-{x|y}]:hidden' layers.
sadrul@chromium.org
2013-10-22
1
-0
/
+1
*
Delete LayerImpl::NoteLayerSurfacePropertyChanged.
alokp@chromium.org
2013-10-07
1
-16
/
+16
*
cc: Support animating filters
ajuma@chromium.org
2013-10-03
1
-0
/
+36
*
cc: Layer::SetTouchEventHandlerRegion should SetNeedsCommit
danakj@chromium.org
2013-08-17
1
-0
/
+2
*
Add layer name into frame viewer
qiankun.miao@intel.com
2013-08-16
1
-1
/
+0
*
cc: Always have a LayerTreeHost in tests when we expect it in prod.
danakj@chromium.org
2013-08-03
1
-6
/
+21
*
cc: Cleanup Layer::SetNeedsDisplayInRect
enne@chromium.org
2013-07-31
1
-1
/
+7
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-30
1
-4
/
+5
*
Revert "cc: Cleanup Layer::SetNeedsDisplayInRect" (r214103).
senorblanco@chromium.org
2013-07-29
1
-7
/
+1
*
cc: Cleanup Layer::SetNeedsDisplayInRect
enne@chromium.org
2013-07-28
1
-1
/
+7
*
cc: Add unit tests for Layer::HasAncestor() method.
tfarina@chromium.org
2013-07-26
1
-0
/
+21
*
Revert 213338 "cc: Allow the main thread to cancel commits"
jochen@chromium.org
2013-07-24
1
-5
/
+4
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-24
1
-4
/
+5
*
cc: Remove SetNeedsDisplay on first resize
enne@chromium.org
2013-07-12
1
-21
/
+1
*
Fix TextureLayer cleanup
piman@chromium.org
2013-07-12
1
-10
/
+17
*
Add a hide_layer_and_subtree() flag to cc::Layer
danakj@chromium.org
2013-06-24
1
-0
/
+1
*
Revert 207508 "Add a hide_layer_and_subtree() flag to cc::Layer"
oshima@chromium.org
2013-06-20
1
-1
/
+0
*
Add a hide_layer_and_subtree() flag to cc::Layer
danakj@chromium.org
2013-06-20
1
-0
/
+1
*
cc: Remove cc::Thread and cc::ThreadImpl.
danakj@chromium.org
2013-06-20
1
-6
/
+3
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in cc/.
dcheng@chromium.org
2013-06-12
1
-7
/
+5
*
cc: Don't clear transparent piles to an opaque color
enne@chromium.org
2013-06-04
1
-0
/
+31
*
Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-1
/
+1
*
Revert 202580 "Add CompositingReasons to compositor layer types."
jchaffraix@chromium.org
2013-05-28
1
-2
/
+0
*
Add CompositingReasons to compositor layer types.
shawnsingh@chromium.org
2013-05-28
1
-0
/
+2
*
cc: Replace Layer::SetAutomaticallyComputeRasterScale with a setting.
danakj@chromium.org
2013-05-09
1
-26
/
+0
[next]