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
*
Browser side changes for software compositing.
skaslev@chromium.org
2013-04-06
2
-3
/
+7
*
cc: Use refresh_rate from LayerTreeSettings
backer@chromium.org
2013-04-06
3
-3
/
+6
*
cc: Moved contents_swizzled out of TileManager
vmpstr@chromium.org
2013-04-06
8
-24
/
+8
*
cc: Make animations tick regardless of drawing.
danakj@chromium.org
2013-04-06
16
-125
/
+463
*
cc: Changed to prediction histograms in tile manager
vmpstr@chromium.org
2013-04-05
1
-19
/
+18
*
cc: Add debug borders for pictures
enne@chromium.org
2013-04-04
9
-0
/
+36
*
cc: Moved some TileManager code into a separate function
vmpstr@chromium.org
2013-04-04
2
-18
/
+22
*
cc: Temporarily disable tile grid optimization
enne@chromium.org
2013-04-04
1
-2
/
+3
*
[Android] Final changes to get chrome for android building with components.
yfriedman@chromium.org
2013-04-03
1
-1
/
+2
*
CC: HUD layer shouldn't cause damage when --show-surface-damage-rects
backer@chromium.org
2013-04-03
10
-3
/
+33
*
cc: Ensure that tile_manager doesn't go over memory limit
vmpstr@chromium.org
2013-04-03
1
-1
/
+5
*
cc: Cleanup usage of scale members in PictureLayerImpl.
reveman@chromium.org
2013-04-02
2
-9
/
+16
*
cc: Make sure tilings are re-created after losing context
reveman@chromium.org
2013-04-02
2
-0
/
+39
*
cc: Prevent busy loop in WorkerPool::RunCheapTasks().
reveman@chromium.org
2013-04-02
1
-1
/
+1
*
cc: Remove TileRasterState from tile manager.
reveman@chromium.org
2013-04-02
6
-140
/
+8
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
2
-3
/
+3
*
cc: Use highp precision for texture coords if available and needed
brianderson@chromium.org
2013-04-01
28
-373
/
+770
*
Re-land: cc: Enable solid color prediction by default
vmpstr@chromium.org
2013-04-01
2
-7
/
+7
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-1
/
+3
*
cc: Prevent tree activation with transparent uninitialized layers.
reveman@chromium.org
2013-03-30
2
-0
/
+56
*
cc: Enable chromium_code:1 for cc.
danakj@chromium.org
2013-03-30
3
-9
/
+9
*
cc: Fix problem with determining minimum acceptable contents scale.
reveman@chromium.org
2013-03-30
1
-3
/
+8
*
cc: Remove unused fields originally used for RenderingStats collection
egraether@chromium.org
2013-03-30
3
-12
/
+1
*
cc: Add remaining pixel tests for background blur.
danakj@chromium.org
2013-03-30
6
-14
/
+150
*
cc: Consolidate LayerList types.
danakj@chromium.org
2013-03-29
42
-155
/
+197
*
cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...
danakj@chromium.org
2013-03-29
55
-266
/
+261
*
Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
rsleevi@chromium.org
2013-03-29
56
-262
/
+267
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
56
-267
/
+262
*
cc: Fix constructor initialization style.
danakj@chromium.org
2013-03-29
6
-38
/
+35
*
Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
danakj@chromium.org
2013-03-29
55
-260
/
+265
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
55
-265
/
+260
*
Revert 191327 "cc: Switch ContentLayerUpdater to use RenderingSt..."
rsleevi@chromium.org
2013-03-29
3
-31
/
+25
*
cc: Fix some misplaced brackets.
danakj@chromium.org
2013-03-29
3
-22
/
+44
*
cc: Switch ContentLayerUpdater to use RenderingStatsInstrumentation
egraether@chromium.org
2013-03-29
3
-25
/
+31
*
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
16
-39
/
+99
*
cc: Remove unneeded antique cleanup from LTH tests.
danakj@chromium.org
2013-03-29
1
-17
/
+1
*
Pass a sequence number along with the DIB handle when compositing in software.
skaslev@chromium.org
2013-03-29
7
-12
/
+9
*
cc: Made image comparison for pixel tests error tolerant.
ernstm@chromium.org
2013-03-29
9
-49
/
+322
*
TextureLayer: clear texture id when clearing client.
piman@chromium.org
2013-03-29
3
-1
/
+118
*
Do not always request a new commit when memory limit is changed.
ccameron@chromium.org
2013-03-29
7
-14
/
+85
*
cc: Add command line switch to control resource usage for impl-side painting.
reveman@chromium.org
2013-03-28
9
-10
/
+51
*
cc: Rename PictureLayerTiling(Set) Iterator to CoverageIterator
enne@chromium.org
2013-03-28
8
-55
/
+58
*
Enable hiding/showing top controls persistently
dtrainor@chromium.org
2013-03-28
4
-14
/
+46
*
cc: Damage the video layer when requesting it be redrawn.
danakj@chromium.org
2013-03-28
4
-0
/
+100
*
cc: Add command line switches for impl-side painting constants.
reveman@chromium.org
2013-03-28
15
-25
/
+52
*
Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..."
danakj@chromium.org
2013-03-28
59
-280
/
+316
*
cc: Fix lint errors in cc.
danakj@chromium.org
2013-03-28
38
-451
/
+510
*
cc: Fix recursive call to TileManager::DispatchMoreTasks
vmpstr@chromium.org
2013-03-28
2
-2
/
+14
*
cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...
egraether@chromium.org
2013-03-28
59
-316
/
+280
[next]