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
*
Add UMA stats to track LCD text AA effort.
hartmanng@chromium.org
2013-05-24
8
-1
/
+96
*
Use the new function signature for EncodeBitmap.
scroggo@google.com
2013-05-24
1
-5
/
+7
*
base: Cleanup setting thread priorities (no functional changes).
epenner@chromium.org
2013-05-24
1
-8
/
+3
*
cc: Fix uninitialized field in TextureMailbox
piman@chromium.org
2013-05-24
1
-1
/
+2
*
Fix potential NULL pointer in LayerTreeHostImpl
joth@chromium.org
2013-05-24
2
-2
/
+6
*
cc: Add CopyAsBitmapRequest class to hold the readback callback.
danakj@chromium.org
2013-05-24
25
-138
/
+294
*
cc: Early out on text in analysis canvas
vmpstr@chromium.org
2013-05-24
5
-58
/
+94
*
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: Rename VSync to BeginFrame
brianderson@chromium.org
2013-05-23
27
-455
/
+515
*
cc: Changes to use GL API for GpuMemoryBuffers
kaanb@chromium.org
2013-05-23
18
-35
/
+321
*
cc: Remove overenthusiastic TileManager DCHECK
enne@chromium.org
2013-05-23
1
-4
/
+3
*
cc: Add more tile manager unittests
vmpstr@chromium.org
2013-05-23
1
-54
/
+262
*
cc: Add analysis time to telemetry
vmpstr@chromium.org
2013-05-23
5
-3
/
+13
*
cc: Deflake LayerTreeHostTestAtomicCommitWithPartialUpdate
danakj@chromium.org
2013-05-22
1
-54
/
+38
*
cc: Dump the scheduler's state when an unexpected action occurs.
danakj@chromium.org
2013-05-22
2
-64
/
+78
*
cc: Use EXPECT_SINGLE_ACTION for one missed Scheduler unit test
danakj@chromium.org
2013-05-22
1
-2
/
+2
*
cc: Add more verbose output when Scheduler unit tests fail.
danakj@chromium.org
2013-05-22
1
-33
/
+35
*
Remove cc/ dependency on WebKit::WebScrollbar*
jamesr@chromium.org
2013-05-22
34
-1373
/
+581
*
Remove unneeded virtuals, comment left over from ScrollbarLayerImplBase removal.
wjmaclean@chromium.org
2013-05-22
1
-5
/
+4
*
Revert 201510 "Revert 201498 "Add devtools instrumentation for c..."
johnme@chromium.org
2013-05-22
17
-70
/
+96
*
cc: Add debugging information to failures of LayerTreeHostTestAtomicCommitWit...
danakj@chromium.org
2013-05-22
1
-3
/
+5
*
Revert 201498 "Add devtools instrumentation for canvas creation ..."
johnme@chromium.org
2013-05-22
17
-96
/
+70
*
Add devtools instrumentation for canvas creation in BitmapContentLayerUpdater
caseq@google.com
2013-05-22
17
-70
/
+96
*
cc: Move activation check into TileManager
enne@chromium.org
2013-05-22
17
-87
/
+192
*
Limit size of scaled layer rects in ScrollbarLayer to content_bounds().
wjmaclean@chromium.org
2013-05-22
4
-5
/
+111
*
Add flag for drawing layers to screen with Ganesh
enne@chromium.org
2013-05-21
27
-118
/
+423
*
Hide location bar on Javascript-initiated scroll.
mvanouwerkerk@chromium.org
2013-05-21
5
-41
/
+71
*
Remove cc counters that aren't getting a lot of use
nduca@chromium.org
2013-05-21
2
-5
/
+0
*
cc: Renamed drawing_info to tile_version
vmpstr@chromium.org
2013-05-21
8
-88
/
+88
*
Makes the resource provider and tile manager optional in LayerTreeHostImpl.
joth@chromium.org
2013-05-21
8
-55
/
+152
*
Do not use antialiasing code path for surfaces if there is a perspective w<0 ...
shawnsingh@chromium.org
2013-05-20
2
-10
/
+63
*
Route compositor overscroll events to the input handler.
jdduke@chromium.org
2013-05-20
5
-7
/
+193
*
cc: Decouple tile manager from raster worker pool
vmpstr@chromium.org
2013-05-20
11
-40
/
+73
*
Add image decode task instrumentation for devtools
caseq@google.com
2013-05-20
3
-0
/
+17
*
Make cc_perftests depend on allocator.gyp:allocator when necessary
akalin@chromium.org
2013-05-20
1
-0
/
+6
*
cc: Encode bitmaps when serializing SkPicture
vmpstr@chromium.org
2013-05-20
1
-2
/
+49
*
Add layer tree settings flag for pinch virtual viewport.
wjmaclean@chromium.org
2013-05-20
2
-0
/
+2
*
The moves the compositor thread's input event cracking logic in to content/ f...
jamesr@chromium.org
2013-05-20
12
-205
/
+153
*
cc: Move the twin tiling lookup out of the per-tile loops.
danakj@chromium.org
2013-05-20
2
-9
/
+13
*
Add shortcut path for scaling integer rects.
danakj@chromium.org
2013-05-20
14
-55
/
+52
*
Only use skia::RefPtr for refcounting
enne@chromium.org
2013-05-18
5
-104
/
+149
*
cc: Add tile and tile management section to owners
vmpstr@chromium.org
2013-05-18
1
-0
/
+4
*
cc: Trace based rasterize and record benchmark.
ernstm@chromium.org
2013-05-18
4
-5
/
+13
*
Make BitmapContentLayerUpdater free its SkCanvas
ccameron@chromium.org
2013-05-18
10
-10
/
+70
*
cc: Add WorkerPoolTest.
reveman@chromium.org
2013-05-17
3
-1
/
+111
*
Remove enable-pinch-zoom-scrollbars flag.
wjmaclean@chromium.org
2013-05-17
2
-6
/
+0
*
Ensure LayerTreeHostImpl's current frame time is updated every frame
ajuma@chromium.org
2013-05-17
8
-10
/
+110
*
cc: Cache the twin tree's layer in PictureLayerImpl.
danakj@chromium.org
2013-05-17
10
-183
/
+417
*
cc: Added features for more accurate raster benchmark
ernstm@chromium.org
2013-05-17
11
-8
/
+40
[next]