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: 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
*
Remove most remaining webcore points and sizes.
danakj@chromium.org
2012-11-02
30
-200
/
+199
*
Remove most remaining references to IntRect and FloatRect.
danakj@chromium.org
2012-11-01
51
-404
/
+461
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
60
-733
/
+691
*
cc: Switch from WebCore::FloatPoint3D to gfx::Point3F and gfx::Vector3dF in t...
danakj@chromium.org
2012-11-01
9
-99
/
+36
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
60
-691
/
+733
*
cc: Use gfx:: Geometry types for positions, bounds, and related things.
danakj@chromium.org
2012-11-01
95
-2491
/
+2564
*
cc: Use base::Passed in ThreadProxy
enne@chromium.org
2012-11-01
2
-13
/
+11
*
cc: Pass gfx::Size type to FontAtlas drawText() function.
tfarina@chromium.org
2012-11-01
3
-9
/
+7
*
Pass accurate contentsScale to LayerImpl.
wangxianzhu@chromium.org
2012-11-01
29
-189
/
+474
*
cc: Fix mismatched new[]/delete call in ResourceProvider
enne@chromium.org
2012-10-31
1
-1
/
+1
*
Fix DrawQuad copy
piman@chromium.org
2012-10-31
6
-42
/
+29
*
Use gfx:: Geometry types for the resource provider and layer updater classes.
danakj@chromium.org
2012-10-31
47
-277
/
+296
*
Use gfx::Rect types for occlusion tracker and quad culler classes.
danakj@chromium.org
2012-10-31
13
-769
/
+786
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-3
/
+1
*
Compute event coordinate adjustment for pinch-zoom in LayerTreeHost.
wjmaclean@chromium.org
2012-10-31
3
-1
/
+63
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
39
-1039
/
+312
*
Revert 165050 - Remove WebKit::Platform dependencies from cc
sergeyu@chromium.org
2012-10-30
39
-312
/
+1038
*
Remove spurious assertion in texture manager.
ccameron@chromium.org
2012-10-30
1
-1
/
+4
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
39
-1038
/
+312
*
Fix clipping/culling for DelegatedRendererLayer*
piman@chromium.org
2012-10-30
7
-404
/
+509
*
Remove root layer specialness in calculateDrawTransforms
shawnsingh@chromium.org
2012-10-30
7
-165
/
+237
*
Attach GPU memory management IPCs and structures from the compositor through ...
ccameron@chromium.org
2012-10-30
3
-7
/
+104
*
Fixed mask positioning and texture UVs bugs in
skaslev@chromium.org
2012-10-30
2
-24
/
+30
*
Added support for YUV videos to the software compositor.
skaslev@chromium.org
2012-10-30
11
-106
/
+214
*
cc: Remove the remaining uses of WTF::ThreadSafeRefCounted.
tfarina@chromium.org
2012-10-30
4
-15
/
+18
*
Revert 164723 - Remove root layer specialness in calculateDrawTransforms
sergeyu@chromium.org
2012-10-30
7
-225
/
+159
*
Add non-member non-mutating methods for common gfx::Rect operations.
danakj@chromium.org
2012-10-29
4
-8
/
+4
*
Fix texture leak in applyImageFilter().
senorblanco@chromium.org
2012-10-29
1
-1
/
+2
*
Remove root layer specialness in calculateDrawTransforms
shawnsingh@chromium.org
2012-10-29
7
-159
/
+225
*
cc: Remove 'using' namespace directive of WTF from thread_task_unittest.cc
tfarina@chromium.org
2012-10-29
1
-5
/
+2
*
cc: Convert more usages from Vector to std::vector.
tfarina@chromium.org
2012-10-29
8
-25
/
+22
*
Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc
jamesr@chromium.org
2012-10-29
18
-120
/
+115
*
cc: Get rid of Vector usage from tree syncronizer unittest.
tfarina@chromium.org
2012-10-28
1
-13
/
+14
*
Verify that contentsTextureManager is non-NULL before dereferencing it.
ccameron@chromium.org
2012-10-27
2
-10
/
+22
*
Aura: Resize locks with --ui-enable-threaded-compositing
backer@chromium.org
2012-10-27
10
-0
/
+116
*
cc: Get rid of the remaining wtf Vector includes.
tfarina@chromium.org
2012-10-26
7
-25
/
+23
*
cc: Get rid of wtf ThreadingPrimitives.h include.
tfarina@chromium.org
2012-10-26
1
-2
/
+1
*
cc: Get rid of the remaining includes to MathExtras.h.
tfarina@chromium.org
2012-10-26
2
-10
/
+5
*
Prevent TextureLayer from triggering commits and texture acquisitions when
junov@chromium.org
2012-10-26
5
-4
/
+96
*
cc: Remove wtf includes from delay_based_time_source.cc
tfarina@chromium.org
2012-10-26
1
-2
/
+1
*
cc: Rename TextureUpdate to ResourceUpdate.
reveman@google.com
2012-10-25
39
-186
/
+186
*
Report memory usage statistics from the renderer.
ccameron@chromium.org
2012-10-25
17
-3
/
+155
*
One good thing (the only good thing?) about the recent texture
epenner@chromium.org
2012-10-25
7
-80
/
+32
*
Throttle prepaints to avoid colliding with post-load work
jamesr@chromium.org
2012-10-25
2
-2
/
+22
*
cc: Rename CanvasLayerUpdater to ContentLayerUpdater.
reveman@google.com
2012-10-25
17
-198
/
+198
*
cc: Rename LayerUpdater::Texture to LayerUpdater::Resource.
reveman@chromium.org
2012-10-25
14
-68
/
+68
*
cc: Make --jank-instead-of-checkerboard jank more often
enne@chromium.org
2012-10-24
1
-1
/
+2
*
Re-submit 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.
wjmaclean@chromium.org
2012-10-24
1
-1
/
+1
[next]