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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Move WorkerPool from cc/base to cc/resources.
reveman@chromium.org
2013-06-14
4
-1065
/
+0
*
Remove unused (as of r206108) kEnableCompositorFrameMessage
sievers@chromium.org
2013-06-14
2
-4
/
+0
*
cc: Move WorkerPool task graph construction to derived classes.
reveman@chromium.org
2013-06-13
4
-152
/
+179
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in cc/.
dcheng@chromium.org
2013-06-12
2
-5
/
+5
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
3
-3
/
+3
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
cc: Remove task completion check interval from WorkerPool.
reveman@chromium.org
2013-06-08
4
-118
/
+21
*
cc: Remove idle signal from WorkerPool.
reveman@chromium.org
2013-06-05
2
-78
/
+4
*
cc: Add new RasterWorkerPool interface.
reveman@chromium.org
2013-06-03
1
-1
/
+1
*
Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
3
-13
/
+13
*
Re-land: cc: Cancel and re-prioritize worker pool tasks.
reveman@chromium.org
2013-05-30
5
-189
/
+800
*
Create content switches for frame scheduling and input manager
jdduke@chromium.org
2013-05-29
2
-4
/
+0
*
Revert 202363 "cc: Cancel and re-prioritize worker pool tasks."
rtenneti@chromium.org
2013-05-29
5
-782
/
+189
*
Plumb pinch virtual viewport flag to CC.
wjmaclean@chromium.org
2013-05-27
2
-0
/
+4
*
cc: Cancel and re-prioritize worker pool tasks.
reveman@chromium.org
2013-05-27
5
-189
/
+782
*
Store picture parameters outside the b64-encoded data
nduca@chromium.org
2013-05-24
2
-0
/
+22
*
base: Cleanup setting thread priorities (no functional changes).
epenner@chromium.org
2013-05-24
1
-8
/
+3
*
cc: Add CopyAsBitmapRequest class to hold the readback callback.
danakj@chromium.org
2013-05-24
2
-1
/
+84
*
Optimize TilingData::TileBoundsWithBorder().
tomhudson@chromium.org
2013-05-24
1
-24
/
+28
*
Disallow IO on the cc impl thread and add ScopedAllowIO as needed.
michaelbai@chromium.org
2013-05-23
1
-0
/
+4
*
cc: Changes to use GL API for GpuMemoryBuffers
kaanb@chromium.org
2013-05-23
2
-0
/
+4
*
Add flag for drawing layers to screen with Ganesh
enne@chromium.org
2013-05-21
2
-0
/
+6
*
cc: Decouple tile manager from raster worker pool
vmpstr@chromium.org
2013-05-20
3
-10
/
+12
*
cc: Add WorkerPoolTest.
reveman@chromium.org
2013-05-17
2
-1
/
+110
*
Remove enable-pinch-zoom-scrollbars flag.
wjmaclean@chromium.org
2013-05-17
2
-6
/
+0
*
cc: Remove predictor benchmark
vmpstr@chromium.org
2013-05-16
2
-4
/
+0
*
Remove --trace-all-rendered-frames in favour of disabled-by-default.
dsinclair@chromium.org
2013-05-15
2
-4
/
+0
*
Trace picture piles on layers
nduca@chromium.org
2013-05-15
2
-0
/
+10
*
cc: Add TiledLayerImpl::AsValue
enne@chromium.org
2013-05-14
2
-2
/
+12
*
cc: Add to invalidation to PictureLayerImpl::AsValue
enne@chromium.org
2013-05-14
2
-0
/
+19
*
Update cc trace instrumentation to use tracing's object snapshot API
nduca@chromium.org
2013-05-08
1
-8
/
+12
*
Disables impl-side painting on TV device
jinsukkim@chromium.org
2013-05-02
1
-1
/
+6
*
cc: Fix most cpplint errors in cc/
enne@chromium.org
2013-05-01
2
-3
/
+3
*
cc: Set tile manager memory policy in initializeRenderer.
aelias@chromium.org
2013-05-01
1
-0
/
+1
*
CC: Call Shutdown outside of destructor.
epenner@chromium.org
2013-04-30
1
-2
/
+0
*
Add a command line flag for dumping trace events to VLOG
vollick@chromium.org
2013-04-29
2
-0
/
+11
*
Revert 197024 "Add a command line flag for dumping trace events ..."
vollick@chromium.org
2013-04-29
2
-11
/
+0
*
Add a command line flag for dumping trace events to VLOG
vollick@chromium.org
2013-04-29
2
-0
/
+11
*
cc: Remove cheapness estimator usage from tile manager.
reveman@chromium.org
2013-04-28
4
-267
/
+53
*
cc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-26
1
-2
/
+2
*
cc: RoundUp/RoundDown unittests.
vmpstr@chromium.org
2013-04-25
2
-0
/
+74
*
cc: Do GatherPixelRefs from skia at record time
vmpstr@chromium.org
2013-04-25
1
-1
/
+7
*
cc: Add strict layer property change checking and handle bounds changes durin...
reveman@chromium.org
2013-04-16
2
-0
/
+5
*
Adding new switch to get OpenGL emulation / some drivers to work again
skuhne@chromium.org
2013-04-13
2
-0
/
+3
*
Aura: Use --ui-enable-partial-swap by default.
backer@chromium.org
2013-04-11
2
-3
/
+1
*
cc: Remove max-prepaint-tile-distance constant.
reveman@chromium.org
2013-04-11
2
-4
/
+0
*
Enable pinch & pinch-zoom scrollbars by default for CrOS.
wjmaclean@chromium.org
2013-04-10
2
-0
/
+6
*
cc: Prevent busy loop in WorkerPool::RunCheapTasks().
reveman@chromium.org
2013-04-02
1
-1
/
+1
[next]