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
*
Revert 161133 - [cc] Use base ptr types for cc's CSS animation classes
cpu@chromium.org
2012-10-10
20
-273
/
+288
*
[cc] Use base ptr types for cc's CSS animation classes
enne@chromium.org
2012-10-10
20
-288
/
+273
*
[cc] Remove all WTF #includes from CCLayerTreeHost
enne@chromium.org
2012-10-10
30
-126
/
+125
*
[cc] Remove WTF types from LayerChromium and layer lists
enne@chromium.org
2012-10-09
57
-616
/
+675
*
cc: Use syntax sugar 'make_scoped_ptr' in more places.
tfarina@chromium.org
2012-10-09
17
-34
/
+35
*
Pinch-zoom applied via compositor instead of CSS transformation.
aelias@chromium.org
2012-10-08
16
-204
/
+543
*
Remove resource instrumentation, now that the culprit has been apprehended.
ccameron@chromium.org
2012-10-08
4
-60
/
+1
*
Refactor CCLayerTreeHostCommon - merge visible rect computation into calc dr...
shawnsingh@chromium.org
2012-10-08
8
-80
/
+33
*
Refactor CCLayerTreeHostCommon - remove half-width half-height confusion and ...
shawnsingh@chromium.org
2012-10-08
1
-26
/
+13
*
Revert 160619 - [cc] Remove WTF types from LayerChromium and layer lists
jochen@chromium.org
2012-10-08
57
-681
/
+622
*
Revert 160623 - [cc] Remove all WTF #includes from CCLayerTreeHost
jochen@chromium.org
2012-10-08
30
-125
/
+114
*
Revert 160630 - [cc] Use base ptr types for cc's CSS animation classes
henrika@chromium.org
2012-10-08
20
-273
/
+288
*
Revert 160631 - [cc] Store CCLayerImpls as scoped_ptrs
henrika@chromium.org
2012-10-08
51
-518
/
+502
*
[cc] Store CCLayerImpls as scoped_ptrs
enne@chromium.org
2012-10-08
51
-502
/
+518
*
[cc] Use base ptr types for cc's CSS animation classes
enne@chromium.org
2012-10-08
20
-288
/
+273
*
[cc] Remove all WTF #includes from CCLayerTreeHost
enne@chromium.org
2012-10-08
30
-114
/
+125
*
[cc] Remove WTF types from LayerChromium and layer lists
enne@chromium.org
2012-10-08
57
-622
/
+681
*
[cc] Use scoped_ptr for CCLayerTreeHost(Impl)
enne@chromium.org
2012-10-06
16
-113
/
+100
*
cc: Remove unused includes to wtf/Vector.h.
tfarina@chromium.org
2012-10-06
9
-8
/
+5
*
[cc] Remove WTF constructs from CCLayerTreeHostClient
enne@chromium.org
2012-10-06
25
-119
/
+121
*
cc: Remove unnecessary includes of build_config.h from switches.*
tfarina@chromium.org
2012-10-05
2
-2
/
+0
*
cc: Remove wtf/Vector dependency from CCAnimationEvents.
tfarina@chromium.org
2012-10-05
3
-12
/
+11
*
Use .empty() instead of checking .size() == 0 when converting from .isEmpty().
danakj@chromium.org
2012-10-05
1
-2
/
+2
*
Add missed instrumentation to async texture uploads.
ccameron@chromium.org
2012-10-05
1
-0
/
+2
*
cc: Pass gfx::Point instead of IntPoint to drawText().
tfarina@chromium.org
2012-10-05
1
-1
/
+1
*
cc: Remove IntPoint usage from CCFontAtlas.
tfarina@chromium.org
2012-10-05
3
-12
/
+17
*
[cc] Create an initial cc/switches file
enne@chromium.org
2012-10-04
9
-3
/
+80
*
Use typedef to make scrollbar texture upload optimization cros-specific.
wjmaclean@google.com
2012-10-04
4
-10
/
+24
*
[cc] Fix zebra-stripe compositor checkerboarding
enne@chromium.org
2012-10-04
1
-5
/
+5
*
Reduce texture uploads during scrollbar invalidations.
wjmaclean@google.com
2012-10-03
7
-11
/
+116
*
Fix copied shared quad state in CCDelegatedRendererLayerImpl::appendRenderPas...
piman@chromium.org
2012-10-03
2
-11
/
+86
*
cc: Remove OwnPtr usage from CCFontAtlas.
tfarina@chromium.org
2012-10-03
7
-27
/
+30
*
Track the frequency of impl-thread scrolling vs. main-thread scrolling by int...
tdanderson@chromium.org
2012-10-03
3
-2
/
+18
*
cc: Measure texture upload time individually.
brianderson@chromium.org
2012-10-03
8
-134
/
+47
*
Add more extensive lifetime tracking.
ccameron@chromium.org
2012-10-02
3
-24
/
+25
*
Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both o...
alokp@chromium.org
2012-10-02
14
-83
/
+54
*
cc: Remove OwnPtr usage from CCDamageTracker.
tfarina@chromium.org
2012-10-02
5
-25
/
+23
*
cc: Call CCframeRateControllerClient::vsyncTick() even though too many frames...
reveman@chromium.org
2012-10-02
5
-13
/
+13
*
cc: Never block on uploads from previous frame and increase max pending uploads.
reveman@chromium.org
2012-10-02
11
-27
/
+109
*
cc: Change gtest includes to the style used in chromium.
tfarina@chromium.org
2012-10-02
50
-75
/
+74
*
Remove the CCOcclusionTracker include from CCRenderPass header file
danakj@chromium.org
2012-10-01
1
-1
/
+4
*
Add lifetime tracking instrumentation to Canary.
ccameron@chromium.org
2012-10-01
4
-75
/
+44
*
cc: Remove unused include to wtf/Vector.h
tfarina@chromium.org
2012-10-01
2
-11
/
+7
*
cc: Get rid of two more wtf header includes.
tfarina@chromium.org
2012-10-01
1
-4
/
+2
*
cc: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-10-01
3
-4
/
+6
*
cc: Move max pending uploads decision to update controller.
reveman@chromium.org
2012-09-29
10
-61
/
+68
*
cc: Switch it to use DISALLOW_COPY_AND_ASSIGN macro from base/ library.
tfarina@chromium.org
2012-09-28
41
-83
/
+157
*
[cc] Color evicted vs. invalidated checkerboard tiles differently
enne@chromium.org
2012-09-28
12
-79
/
+132
*
Skia is deprecating setDevice in favor of factories to create SkCanvas variants
reed@google.com
2012-09-28
4
-8
/
+7
*
Add commit count and resource count to instrumentation.
ccameron@chromium.org
2012-09-28
3
-15
/
+63
[next]