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
*
Implementation for cc::Picture::IsCheapInRect().
tomhudson@chromium.org
2013-02-07
2
-2
/
+16
*
Add test for page scale adjustment for flings.
aelias@chromium.org
2013-02-07
1
-0
/
+22
*
Rework top controls movement to simplify the logic.
tedchoc@chromium.org
2013-02-07
4
-60
/
+18
*
Fix Y-flipped lighting in accelerated SVG reference filters in CSS. Since th...
senorblanco@chromium.org
2013-02-07
1
-0
/
+2
*
cc: Fix paint time collection for continuous painting mode
egraether@chromium.org
2013-02-06
6
-8
/
+24
*
cc: Only reduce amount of wasted memory during pending tree activation.
reveman@google.com
2013-02-06
10
-13
/
+42
*
Improve sorting performance with an explicit live-tile sift pass
nduca@chromium.org
2013-02-06
1
-1
/
+33
*
Generate fewer tiles when zooming in.
ccameron@chromium.org
2013-02-06
1
-4
/
+6
*
Adjust fling velocity correctly by page scale.
aelias@chromium.org
2013-02-06
2
-7
/
+7
*
Remove references to deprecated names in Skia.
bsalomon@google.com
2013-02-06
3
-15
/
+15
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
7
-21
/
+5
*
[cc] Show total budget in HUD
nduca@chromium.org
2013-02-06
3
-5
/
+16
*
Linux/ChromeOS Chromium style checker cleanup, cc/ edition.
rsleevi@chromium.org
2013-02-06
9
-18
/
+20
*
Revert 180858
danakj@chromium.org
2013-02-06
1
-2
/
+1
*
cc: Enforce correct recycling in resource pool.
epenner@chromium.org
2013-02-06
4
-1
/
+94
*
Aggressively discard unused tilings when zooming.
ccameron@chromium.org
2013-02-06
1
-8
/
+5
*
LayerImpl::tryScroll should return false when max scroll offset is zero.
vollick@chromium.org
2013-02-06
2
-0
/
+48
*
cc: Add cheapness predictor success histogram
vmpstr@chromium.org
2013-02-06
6
-19
/
+106
*
cc: The RenderSurface contentRect can have negative position.
danakj@chromium.org
2013-02-06
1
-1
/
+2
*
cc: Deblur layers that animate-scale-down on creation.
danakj@chromium.org
2013-02-06
28
-65
/
+89
*
cc: Pass totalPixelsRasterized instead of RenderingStats to picture pile raster
vmpstr@chromium.org
2013-02-05
3
-8
/
+11
*
Revert 180811
brianderson@chromium.org
2013-02-05
2
-42
/
+16
*
Creates a live_tile_ list that manages live tiles.
whunt@chromium.org
2013-02-05
2
-16
/
+42
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
7
-5
/
+21
*
Add a tcmalloc dependency to cc_unittests and webkit_compositor_bindings_unit...
glider@chromium.org
2013-02-05
1
-0
/
+9
*
Add long scrollable page to cc_perftests and improve harness
jamesr@chromium.org
2013-02-04
5
-261
/
+255
*
Add picture pile raster times histogram
vmpstr@chromium.org
2013-02-04
2
-7
/
+17
*
cc: Add flag to use raster cheapness estimator
skyostil@chromium.org
2013-02-04
4
-0
/
+6
*
Fix typo in layer_impl.h
qiankun.miao@intel.com
2013-02-04
1
-1
/
+1
*
cc: Prevent use of deleted textures when using impl-side painting.
reveman@chromium.org
2013-02-04
4
-17
/
+35
*
cc: Let impl-side painting use smaller tiles
enne@chromium.org
2013-02-02
11
-46
/
+98
*
cc: Stretch tiling textures to fit scaled rects
enne@chromium.org
2013-02-02
2
-33
/
+67
*
[cc] Show GPU memory usage and overage below FPS counter
nduca@chromium.org
2013-02-02
12
-6
/
+188
*
cc: Allow non-ideal resolutions to activate the pending tree.
danakj@chromium.org
2013-02-02
3
-107
/
+465
*
cc: Fix the PictureLayerImplTest.addTilesFromNewRecording test.
danakj@chromium.org
2013-02-02
3
-12
/
+42
*
Cache decomposed transforms used by cc::TransformOperations::Blend.
ajuma@chromium.org
2013-02-02
2
-4
/
+58
*
A host of micro-optimizations and a refactor of TimeForBoundsToIntersect
whunt@chromium.org
2013-02-02
8
-118
/
+117
*
cc: Avoid expensive RenderingStats collection.
danakj@chromium.org
2013-02-02
62
-191
/
+232
*
Bump kPixelDistanceToRecord to 8k
nduca@chromium.org
2013-02-02
1
-1
/
+1
*
Revert 180162
enne@chromium.org
2013-02-01
11
-96
/
+46
*
cc: Let impl-side painting use smaller tiles
enne@chromium.org
2013-02-01
11
-46
/
+96
*
[cc] Add stub for IsCheapInRect
nduca@chromium.org
2013-02-01
2
-0
/
+6
*
Convert top controls to use DIP instead of PX.
tedchoc@chromium.org
2013-02-01
4
-4
/
+4
*
cc: Don't do full tree sync unless needed with impl painting.
danakj@chromium.org
2013-02-01
4
-22
/
+27
*
Added a UMA metric to track slow path scrolling.
clholgat@chromium.org
2013-02-01
1
-1
/
+5
*
Enabled partial swap support for software compositing.
skaslev@chromium.org
2013-02-01
3
-22
/
+47
*
cc: fix uninitialized value used in WebKit layout tests
egraether@chromium.org
2013-02-01
1
-1
/
+13
*
cc: Fix frequent low-res tile flash when using impl-side painting.
nduca@chromium.org
2013-01-31
6
-48
/
+78
*
Fix division by zero error in page_scale_animation
yusufo@chromium.org
2013-01-31
2
-0
/
+40
*
cc: Run raster task completion callbacks during worker pool shutdown.
reveman@chromium.org
2013-01-31
7
-305
/
+417
[next]