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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Add synthetic invalidations for dropped recordings
enne@chromium.org
2013-02-26
1
-3
/
+21
*
Enable accelerated animations for orphan layers
ajuma@chromium.org
2013-02-25
4
-31
/
+27
*
Efficiently handle image layer scaling
wangxianzhu@chromium.org
2013-02-25
10
-34
/
+145
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
3
-3
/
+3
*
Thread ui opacity animations
ajuma@chromium.org
2013-02-23
3
-0
/
+42
*
cc: The DelegatedFrameData::size field is redundant.
danakj@chromium.org
2013-02-23
3
-5
/
+3
*
Add flag to disable impl-side painting
dfalcantara@chromium.org
2013-02-23
2
-0
/
+24
*
cc: Give mask and replica layers a parent.
danakj@chromium.org
2013-02-22
5
-25
/
+95
*
cc: Route offscreen context creation for compositor to the browser.
danakj@chromium.org
2013-02-22
30
-137
/
+647
*
cc: Make ResourceProvider correctly handle transferring mailbox-created resou...
piman@chromium.org
2013-02-22
2
-5
/
+125
*
cc: Consistent ordering for impl- vs non-impl-side painting.
danakj@chromium.org
2013-02-22
1
-9
/
+10
*
TextureLayer: Consume/Produce mailbox at commit time.
piman@chromium.org
2013-02-22
5
-74
/
+165
*
cc: Unify usage of "upload" in TileManager
skyostil@chromium.org
2013-02-22
2
-21
/
+21
*
cc: Added more items into RasterTask(Meta)Data
vmpstr@chromium.org
2013-02-21
2
-27
/
+32
*
Expose FS show/hide thresholds to Command Line
dtrainor@chromium.org
2013-02-21
8
-24
/
+208
*
cc: fix HudLayer to be sized by device
egraether@chromium.org
2013-02-20
1
-3
/
+6
*
cc: Rasterize cheap tiles immediately
skyostil@chromium.org
2013-02-20
9
-73
/
+176
*
[Android] Use 1/4 scale low resolution tiles on Nexus 10
skyostil@chromium.org
2013-02-20
2
-0
/
+5
*
Removed two unncessary calls to DidTileTreeBinChange
whunt@chromium.org
2013-02-20
1
-9
/
+4
*
cc: Add RingBuffer::Iterator to simplify buffer iteration
egraether@chromium.org
2013-02-20
8
-73
/
+99
*
cc: SolidColorQuad-based scrollbars for Android
aelias@chromium.org
2013-02-20
5
-0
/
+165
*
cc: Don't sync tilings to layers that don't draw content.
danakj@chromium.org
2013-02-20
1
-0
/
+2
*
cc: Compute the inflated rect to cover a fixed number of tiles.
danakj@chromium.org
2013-02-20
5
-13
/
+411
*
cc: Don't consider HUD layer for touches
vmpstr@chromium.org
2013-02-20
2
-0
/
+59
*
avoiding unnecessary float-double conversions
whunt@chromium.org
2013-02-19
1
-4
/
+4
*
cc: Add raster debug colors to aid in debugging paint problems.
reveman@chromium.org
2013-02-18
3
-0
/
+29
*
Ensure top controls can be reshown if hidden on small nonscrollable pages.
tedchoc@chromium.org
2013-02-17
2
-0
/
+41
*
Make compositor tests build on Win64
jschuh@chromium.org
2013-02-16
1
-0
/
+6
*
Shrink texture uploader when not visible.
piman@chromium.org
2013-02-16
5
-0
/
+17
*
[cc] Sort tiles based on distance to screen after time, and before content rect
nduca@chromium.org
2013-02-16
2
-1
/
+9
*
cc: Avoid unnecessary blending with impl-side painting.
reveman@chromium.org
2013-02-16
4
-0
/
+5
*
This change adds the rasterize time of tiles labeled NOW_BIN of the pending tree
egraether@chromium.org
2013-02-15
10
-15
/
+93
*
cc: Add PictureLayerImpl::AsValue
enne@chromium.org
2013-02-15
11
-0
/
+78
*
Add missing nullity check to LayerTreeHostAnimationTestAnimationFinishedEvents
vollick@chromium.org
2013-02-15
1
-4
/
+11
*
cc: Fix up const reference argument passing for UpdateTilePriorities.
danakj@chromium.org
2013-02-15
4
-7
/
+7
*
cc: Updated code to properly serialize tiles to json
vmpstr@chromium.org
2013-02-15
4
-12
/
+33
*
cc: Changed Now to HighResNow in tile manager timings
vmpstr@chromium.org
2013-02-15
1
-6
/
+6
*
cc: Sync raster scales when commiting/activating
enne@chromium.org
2013-02-15
1
-1
/
+14
*
cc: Check for completed raster tasks at interval.
reveman@google.com
2013-02-14
6
-45
/
+193
*
cc: Limit the total number of uploads.
epenner@chromium.org
2013-02-14
1
-1
/
+5
*
[cc] A few tracing fixes
nduca@chromium.org
2013-02-14
2
-1
/
+3
*
cc: Only allow trees created at the current viewport size to draw.
aelias@chromium.org
2013-02-14
5
-3
/
+39
*
Have a common implementation of cc::OutputSurface instead of multiple duplica...
skaslev@chromium.org
2013-02-13
21
-201
/
+170
*
cc: Avoid posting renewTreePriority tasks with negative delay.
reveman@chromium.org
2013-02-13
1
-4
/
+4
*
changing std::vector to std::set for all_tiles_
nduca@chromium.org
2013-02-13
2
-17
/
+16
*
cc: Disable partial updates when impl-side painting is used.
reveman@chromium.org
2013-02-13
1
-1
/
+1
*
[cc] Pass metadata about a tile to the raster system for benchmarks
nduca@chromium.org
2013-02-13
2
-2
/
+26
*
cc: Fix resource provider fences and add DCHECKs.
epenner@chromium.org
2013-02-13
2
-5
/
+10
*
cc: remove FontAtlas
egraether@chromium.org
2013-02-13
14
-303
/
+0
*
cc: Disable RenderSurface caching.
danakj@chromium.org
2013-02-13
5
-0
/
+20
[next]