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
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
1
-1
/
+1
*
cc: Don't return non-const Layer* from a const Layer.
danakj@chromium.org
2012-11-21
7
-23
/
+38
*
YUV software decode path stride fixes.
sheu@chromium.org
2012-11-21
3
-29
/
+175
*
cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.
danakj@chromium.org
2012-11-21
19
-75
/
+88
*
cc: Increase 'small animated layer' size.
epenner@chromium.org
2012-11-20
3
-22
/
+26
*
cc: Make the DrawQuad subclasses into a struct-like classes.
danakj@chromium.org
2012-11-20
45
-646
/
+1220
*
ui: Add methods to Rect classes to get points at each of the rect's corners.
danakj@chromium.org
2012-11-20
8
-40
/
+8
*
Explicitly unlink any textures that exceed the texture budget.
ccameron@chromium.org
2012-11-20
2
-14
/
+44
*
cc: Make UV coords in TileDrawQuad a full RectF
enne@chromium.org
2012-11-20
11
-37
/
+57
*
Fixes for nonmodal pinch zoom.
aelias@chromium.org
2012-11-20
2
-5
/
+23
*
cc: Enable all animations on Android.
epenner@chromium.org
2012-11-20
2
-0
/
+13
*
Implement unit tests and temporary MathUtil wrappers for transform functionality
shawnsingh@chromium.org
2012-11-19
3
-0
/
+1097
*
Relax assertions around context loss and program initialization. Higher level...
kbr@chromium.org
2012-11-17
3
-23
/
+26
*
cc: Turn DrawQuad into a struct-like class with public data members.
danakj@chromium.org
2012-11-17
26
-209
/
+208
*
Add Shawn and Alex as cc/OWNERS
jamesr@chromium.org
2012-11-17
1
-2
/
+2
*
cc: Convert DrawQuad to chromium style.
danakj@chromium.org
2012-11-17
24
-246
/
+239
*
cc: Add ThrottledVSyncInterval counter.
reveman@chromium.org
2012-11-17
2
-1
/
+2
*
cc: Remove opaque flags from SharedQuadState and DrawQuad
danakj@chromium.org
2012-11-17
34
-102
/
+116
*
cc: Switch time_source.h and timing_function* to Chrome coding style.
tfarina@chromium.org
2012-11-16
5
-95
/
+94
*
cc: Switch the DrawQuad enum names to chromium style and remove pragmas
danakj@chromium.org
2012-11-16
25
-128
/
+88
*
Add API for hit testing layer_impl touchEventHandlerRegions from the host
yusufo@chromium.org
2012-11-16
6
-1
/
+482
*
First draft of TileManager's tile prioritzation system
nduca@chromium.org
2012-11-16
7
-162
/
+302
*
cc: Move the HUD debug colors into the cc::DebugColors class
danakj@chromium.org
2012-11-16
3
-22
/
+95
*
Switched cc::Resource and cc::ScopedResource to Chrome coding style.
skaslev@chromium.org
2012-11-16
12
-107
/
+98
*
Handle NinePatchLayer Resource Rebuilding.
dtrainor@chromium.org
2012-11-16
3
-8
/
+31
*
cc: Create cc::DebugColors class to hold all the debugging color/width consta...
danakj@chromium.org
2012-11-16
7
-66
/
+145
*
Set contents texture manager's limit to something reasonable
jamesr@chromium.org
2012-11-15
6
-9
/
+11
*
cc: Add PictureLayerTiling for impl-side painting
enne@chromium.org
2012-11-15
7
-3
/
+387
*
Avoid using WebTransformationMatrix::translateRight*
vollick@chromium.org
2012-11-15
1
-2
/
+2
*
Always use border texels on layer tiles. We already did that on certain platf...
alokp@chromium.org
2012-11-15
3
-17
/
+1
*
Added some instrumentation to the software compositor.
skaslev@chromium.org
2012-11-15
2
-0
/
+8
*
cc: Visualize non-occluding rects in composited layers.
danakj@chromium.org
2012-11-15
11
-9
/
+53
*
cc: Add support for debugging layer borders directly in the compositor
danakj@chromium.org
2012-11-15
11
-70
/
+58
*
cc: Fix comment about screenspace transform.
danakj@chromium.org
2012-11-15
1
-1
/
+1
*
cc: Clamp the fixed thumb size to be at least zero.
danakj@chromium.org
2012-11-14
1
-1
/
+3
*
improving UI of FPS counter
egraether@chromium.org
2012-11-14
5
-50
/
+95
*
cc: Layer that have empty bounds should still have their contentsScale applie...
danakj@chromium.org
2012-11-14
2
-21
/
+36
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
21
-264
/
+63
*
Added support for CSS filters to the software compositor.
skaslev@chromium.org
2012-11-14
1
-0
/
+9
*
cc: Return whether any layer was scrolled from InputHandlerClient::scrollBy.
sadrul@chromium.org
2012-11-14
4
-6
/
+40
*
cc: remove jank instead of checkerboard setting
enne@chromium.org
2012-11-14
5
-16
/
+2
*
ui: Remove implicit flooring in skia rect conversion methods.
danakj@chromium.org
2012-11-14
1
-27
/
+18
*
cc: Clean up PageScaleAnimation for readability.
aelias@chromium.org
2012-11-14
4
-53
/
+49
*
Use message passing for BeginFrameAndCommitState and clean up forced commit l...
jamesr@chromium.org
2012-11-14
8
-87
/
+216
*
Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...
shawnsingh@chromium.org
2012-11-13
1
-1
/
+1
*
cc: Add command line flags for the various show rect debugging features.
danakj@chromium.org
2012-11-13
3
-0
/
+32
*
Avoid redundantly setting tex parameters
jamesr@chromium.org
2012-11-13
11
-47
/
+48
*
Remove crash instrumentation, since we haven't seen a crash in
ccameron@chromium.org
2012-11-13
5
-61
/
+1
*
[cc] Fix crash when adding a child layer to its own parent.
tedchoc@chromium.org
2012-11-13
2
-1
/
+19
*
ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.
danakj@chromium.org
2012-11-12
1
-1
/
+1
[next]