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: The SolidColorLayer should report contentsOpaque() true when its color is...
danakj@chromium.org
2012-11-08
4
-1
/
+66
*
cc: Rename Texture class to Resource.
reveman@google.com
2012-11-08
22
-105
/
+105
*
cc: Do not save the rasterScale for layers until they are finished animating ...
danakj@chromium.org
2012-11-08
5
-38
/
+89
*
Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl...
jamesr@chromium.org
2012-11-08
6
-23
/
+8
*
Remove static thread pointers from CC, attempt 3
aelias@chromium.org
2012-11-08
62
-616
/
+666
*
cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...
danakj@chromium.org
2012-11-08
28
-501
/
+928
*
cc: Add some impl-side painting stub classes and APIs
enne@chromium.org
2012-11-08
9
-0
/
+276
*
Don't invert contentsDeviceTransform twice when rendering render passes.
skaslev@chromium.org
2012-11-08
3
-10
/
+19
*
Add touchEventHandlerRegion to Layer and LayerImpl
yusufo@chromium.org
2012-11-08
3
-0
/
+23
*
cc: Turn overdraw metrics on only when about:tracing is recording.
danakj@chromium.org
2012-11-07
4
-36
/
+14
*
cc: Rename PrioritizedTexture to PrioritizedResource.
reveman@google.com
2012-11-07
36
-475
/
+475
*
Revert 166464 - Turn overdraw metrics on only when about:tracing is recording.
scottmg@google.com
2012-11-07
4
-14
/
+36
*
Turn overdraw metrics on only when about:tracing is recording.
danakj@chromium.org
2012-11-07
4
-36
/
+14
*
cc: Fix nine patch layer resource management bugs.
aelias@chromium.org
2012-11-07
2
-13
/
+8
*
cc: Sort the source file list of unittests.
tfarina@chromium.org
2012-11-07
1
-11
/
+11
*
cc: Replace the WebCore::UnitBezier class with the SkUnitCubicInterp() method...
danakj@chromium.org
2012-11-07
9
-33
/
+125
*
LayerImpl::tryScroll must convert its content-space point to layer space befo...
danakj@chromium.org
2012-11-07
2
-5
/
+10
*
cc: Disable partial resource updates on Android.
reveman@chromium.org
2012-11-07
1
-0
/
+4
*
cc: Maximize pending updates.
reveman@chromium.org
2012-11-06
3
-33
/
+69
*
cc: Remove WebThread includes.
tfarina@chromium.org
2012-11-06
2
-4
/
+0
*
cc: Add impl-side painting command line switch.
enne@chromium.org
2012-11-06
2
-0
/
+4
*
The FPS counter displays the framerate in the compositor's HUD layer. This ch...
egraether@chromium.org
2012-11-06
6
-20
/
+45
*
Android: fixes copyright for cc/nine_patch_layer_unittest.cc.
bulach@chromium.org
2012-11-06
1
-1
/
+1
*
Fixed tile filtering for the software compositor.
skaslev@chromium.org
2012-11-06
1
-4
/
+13
*
cc: Nine patch layer.
aelias@chromium.org
2012-11-06
11
-65
/
+672
*
this change improves the following points of the FPS counter:
egraether@chromium.org
2012-11-05
7
-90
/
+152
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
49
-769
/
+585
*
cc: Fix style for comments at the end of namespaces
danakj@chromium.org
2012-11-05
112
-108
/
+123
*
Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...
phajdan.jr@chromium.org
2012-11-05
48
-585
/
+761
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
48
-761
/
+585
*
A speculative Revert for r165872 - Remove static thread pointers from CC, att...
hbono@chromium.org
2012-11-05
60
-734
/
+692
*
cc: Fix header include guards of our header files.
tfarina@chromium.org
2012-11-05
129
-420
/
+380
*
cc: Get rid of FloatToSkScalar() function.
tfarina@chromium.org
2012-11-05
4
-40
/
+3
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
60
-692
/
+734
*
Add more cc owners
jamesr@chromium.org
2012-11-03
1
-0
/
+34
*
cc: Remove FloatQuad.h stub header file.
tfarina@chromium.org
2012-11-03
1
-6
/
+0
*
cc: Move textureUploadFlushPeriod to TextureUploader.
reveman@chromium.org
2012-11-03
6
-32
/
+53
*
cc: Get rid of threaded_test.h.
tfarina@chromium.org
2012-11-03
2
-4
/
+0
*
Separate TransferableResource into own header
piman@chromium.org
2012-11-03
7
-62
/
+116
*
cc: Remove WebCore rect use from the compositor, except within Region.
danakj@chromium.org
2012-11-03
16
-377
/
+248
*
Fix mac warnings after making cc a component
piman@chromium.org
2012-11-03
2
-2
/
+6
*
cc: Remove other entries from DEPS list.
tfarina@chromium.org
2012-11-03
2
-7
/
+0
*
cc: Remove some entries from DEPS list.
tfarina@chromium.org
2012-11-02
1
-7
/
+0
*
Make cc a component
piman@chromium.org
2012-11-02
98
-192
/
+311
*
cc: Replace WebCore::FloatQuad with gfx::QuadF.
danakj@chromium.org
2012-11-02
21
-181
/
+102
*
Create cc::TilingData based on WebCore::TilingData.
danakj@chromium.org
2012-11-02
7
-50
/
+265
*
cc: Get rid of NotImplemented stub file.
tfarina@chromium.org
2012-11-02
4
-19
/
+0
*
cc: Sort the source_file list alphabetical.
tfarina@chromium.org
2012-11-02
1
-77
/
+76
*
cc: Update README file.
tfarina@chromium.org
2012-11-02
1
-12
/
+1
*
cc: Avoid using upload term in relation to resources.
reveman@chromium.org
2012-11-02
9
-23
/
+23
[next]