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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Fix constructor initialization style.
danakj@chromium.org
2013-03-29
1
-2
/
+2
*
Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
danakj@chromium.org
2013-03-29
13
-47
/
+60
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
13
-60
/
+47
*
cc: Don't AllocateForTesting() in the HUD layer.
danakj@chromium.org
2013-03-29
2
-21
/
+16
*
cc: Pass RenderingStatsInstrumentation to ContentLayerUpdater
egraether@chromium.org
2013-03-29
6
-9
/
+31
*
TextureLayer: clear texture id when clearing client.
piman@chromium.org
2013-03-29
3
-1
/
+118
*
cc: Rename PictureLayerTiling(Set) Iterator to CoverageIterator
enne@chromium.org
2013-03-28
2
-14
/
+12
*
cc: Damage the video layer when requesting it be redrawn.
danakj@chromium.org
2013-03-28
2
-0
/
+2
*
cc: Add command line switches for impl-side painting constants.
reveman@chromium.org
2013-03-28
1
-1
/
+4
*
Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..."
danakj@chromium.org
2013-03-28
25
-119
/
+128
*
cc: Fix lint errors in cc.
danakj@chromium.org
2013-03-28
3
-9
/
+15
*
cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...
egraether@chromium.org
2013-03-28
25
-128
/
+119
*
cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate.
danakj@chromium.org
2013-03-27
15
-0
/
+32
*
cc: Make test macros require semicolons;
danakj@chromium.org
2013-03-27
1
-1
/
+1
*
Implement on demand quad rasterization for PicturePiles.
leandrogracia@chromium.org
2013-03-27
1
-7
/
+27
*
cc: Convert non-const reference arguments to pointers.
danakj@chromium.org
2013-03-27
1
-2
/
+2
*
Revert 190817 "cc: Switch RenderingStats collection in Layer::Up..."
hashimoto@chromium.org
2013-03-27
25
-119
/
+128
*
cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...
egraether@chromium.org
2013-03-27
25
-128
/
+119
*
Fix cpplint errors in cc/(animation|input|layers|trees|test)/
jamesr@chromium.org
2013-03-26
51
-66
/
+107
*
This fixes all lint issues (except for false positives) in:
jamesr@chromium.org
2013-03-26
2
-3
/
+5
*
cc: Fix 4-space indent in contents_scaling_layer_unittest.cc
danakj@chromium.org
2013-03-26
1
-18
/
+18
*
Don't push opacity and transform to the impl thread during an animation
ajuma@chromium.org
2013-03-26
1
-2
/
+2
*
cc: Chromify the scrollbar painters.
danakj@chromium.org
2013-03-26
1
-10
/
+10
*
Let AreVisibleResourcesReady return correct value for PictureImageLayerImpl
wangxianzhu@chromium.org
2013-03-26
6
-79
/
+160
*
cc: Few style fixes.
danakj@chromium.org
2013-03-26
2
-3
/
+2
*
cc: Fix rasterize time sometimes missing the frame in continuous painting
egraether@chromium.org
2013-03-26
1
-2
/
+2
*
cc: Chromify AppendQuadsData.
danakj@chromium.org
2013-03-26
5
-32
/
+28
*
Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.
simonjam@chromium.org
2013-03-26
1
-1
/
+2
*
cc: Changed total_pixels_rasterized to be a return value
vmpstr@chromium.org
2013-03-26
1
-3
/
+1
*
cc: Avoid pointless gfx::Point/Size contructors when making Rects.
danakj@chromium.org
2013-03-26
11
-45
/
+42
*
Fix solid color scrollbars for sublayers.
aelias@chromium.org
2013-03-26
2
-0
/
+39
*
Remove CalculateContentsScale max texture size DCHECK.
aelias@chromium.org
2013-03-25
1
-2
/
+0
*
Fix regression from r189506
wonsik@chromium.org
2013-03-25
1
-3
/
+3
*
cc: Fix capitalization style in chromified files.
danakj@chromium.org
2013-03-25
32
-201
/
+202
*
Chromify nine_patch_layer_impl_unittest.cc
ajuma@chromium.org
2013-03-24
1
-117
/
+122
*
cc:: Chromify DrawProperties
danakj@chromium.org
2013-03-24
1
-78
/
+75
*
cc: Ensure tile exists before forcing upload
vmpstr@chromium.org
2013-03-24
1
-1
/
+1
*
cc: Chromify tiled layer unittest
enne@chromium.org
2013-03-24
1
-1513
/
+1645
*
Chromify layer_impl_unittest.cc
ajuma@chromium.org
2013-03-23
1
-227
/
+274
*
Fix VideoLayerImpl upload of YUV->RGBA converted frames.
sheu@chromium.org
2013-03-23
2
-19
/
+8
*
cc: Auto-LCD text for impl-side painting
enne@chromium.org
2013-03-23
4
-7
/
+54
*
cc: Add a debug border for delegated renderer layer.
danakj@chromium.org
2013-03-23
2
-0
/
+78
*
Chromify nine_patch_layer_unittest.cc
ajuma@chromium.org
2013-03-23
1
-108
/
+101
*
cc: Inline simple PrioritizedResource::ResourceId() method.
danakj@chromium.org
2013-03-23
3
-6
/
+7
*
Chromify scrollbar_layer_unittest.cc, layer_unittest.cc, render_surface_unitt...
wjmaclean@chromium.org
2013-03-23
2
-454
/
+517
*
Invalidate content-layer if LCD text setting changes.
alokp@chromium.org
2013-03-23
5
-1
/
+22
*
cc: Fix comment in delegated renderer layer unittest
enne@chromium.org
2013-03-22
1
-2
/
+2
*
cc: Keep a reference on the media::VideoFrame.
danakj@chromium.org
2013-03-22
4
-10
/
+12
*
cc: Chromify LayerTreeHostCommon
enne@chromium.org
2013-03-22
5
-15
/
+15
*
cc: Chromify HUD unittest
enne@chromium.org
2013-03-22
1
-73
/
+66
[next]