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
/
cc.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
events: Create a separate events component out of ui.
sadrul@chromium.org
2013-10-01
1
-0
/
+1
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
1
-0
/
+1
*
Revert 225857 "gfx: Create a separate gfx component out of ui."
ckocagil@chromium.org
2013-09-28
1
-1
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-28
1
-0
/
+1
*
cc: Make tile manager responsible for tile's lifetime.
vmpstr@chromium.org
2013-09-26
1
-0
/
+1
*
cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...
kaanb@chromium.org
2013-09-19
1
-0
/
+2
*
Revert "Adding support for RGBA_4444 tile textures"
tomhudson@google.com
2013-09-18
1
-2
/
+0
*
Adding support for RGBA_4444 tile textures
kaanb@chromium.org
2013-09-18
1
-0
/
+2
*
cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.
danakj@chromium.org
2013-09-17
1
-0
/
+3
*
Add a thinning scrollbar animator for desktop overlay scrollbars.
tony@chromium.org
2013-09-11
1
-0
/
+2
*
cc: Drop ContextProvider references on the impl thread before quitting
danakj@chromium.org
2013-09-10
1
-0
/
+2
*
Refactor cc scrollbar layers architecture.
wjmaclean@chromium.org
2013-08-30
1
-0
/
+7
*
So that ScopedPtrHashMap can be used by user outside of cc.
powei@chromium.org
2013-08-30
1
-1
/
+0
*
cc: Use BlockedTaskRunner to immediately run callbacks on the main thread.
danakj@chromium.org
2013-08-29
1
-0
/
+2
*
Pass context capabilities via cc::ContextProvider instead of gl string
jamesr@chromium.org
2013-08-29
1
-2
/
+3
*
Rename ScrollbarLayer\* to PaintedScrollbarLayer\*
wjmaclean@chromium.org
2013-08-22
1
-4
/
+4
*
cc: return resources via a ReturnedResource struct rather than TransferableRe...
piman@chromium.org
2013-08-19
1
-0
/
+1
*
Add layer name into frame viewer
qiankun.miao@intel.com
2013-08-16
1
-0
/
+1
*
cc: Rename cc::FakeContextProvider to TestContextProvider
danakj@chromium.org
2013-08-13
1
-2
/
+2
*
aura,cc: Make TestContextProvider usable outside cc.
danakj@chromium.org
2013-08-13
1
-0
/
+2
*
aura: Remove CreateOffscreenContext from ui::ContextFactory.
danakj@chromium.org
2013-08-13
1
-0
/
+2
*
cc: Added priority ref tile set instead of sorting tiles.
vmpstr@chromium.org
2013-08-07
1
-0
/
+2
*
Proposed UI Resource Manager. See internal doc:
powei@chromium.org
2013-08-01
1
-0
/
+5
*
cc: Get rid of cc_source_files variable.
tfarina@chromium.org
2013-07-24
1
-353
/
+350
*
cc: Use simplified region for pending invalidation.
vmpstr@chromium.org
2013-07-19
1
-0
/
+2
*
cc: Clean up the RenderSurface objects in the RenderSurfaceLayerList
danakj@chromium.org
2013-07-18
1
-0
/
+1
*
Cleanup unused WebExternalTextureLayer APIs and resulting dead code.
piman@chromium.org
2013-07-11
1
-2
/
+0
*
cc: Eliminate tile.h's dependency on tile_manager.h
vmpstr@chromium.org
2013-07-04
1
-0
/
+2
*
cc: Pipe visibility and memory allocation to DelegatingRenderer
piman@chromium.org
2013-06-29
1
-2
/
+2
*
cc: Create a AnimationDelegate interface and an adapter class in compositor_b...
tfarina@chromium.org
2013-06-26
1
-0
/
+1
*
Move implementation of WebFilterOperations into cc
ajuma@chromium.org
2013-06-25
1
-0
/
+4
*
cc: Remove cc::Thread and cc::ThreadImpl.
danakj@chromium.org
2013-06-20
1
-3
/
+0
*
Move hash_pair.h from cc/base into base/.
nasko@chromium.org
2013-06-20
1
-1
/
+0
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
1
-0
/
+2
*
cc: Add ability to request copy of compositor output as a texture.
danakj@chromium.org
2013-06-18
1
-0
/
+2
*
Link cc, cc_unittests, and compositor against blink_minimal
jamesr@chromium.org
2013-06-18
1
-1
/
+1
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-18
1
-2
/
+0
*
Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."
reveman@google.com
2013-06-17
1
-0
/
+2
*
cc: Move WorkerPool from cc/base to cc/resources.
reveman@chromium.org
2013-06-14
1
-2
/
+2
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-13
1
-2
/
+0
*
Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."
skaslev@chromium.org
2013-06-12
1
-0
/
+2
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-12
1
-2
/
+0
*
[Aura] Added Support for rendering software compositor frames as cc::TextureL...
skaslev@chromium.org
2013-06-08
1
-1
/
+0
*
Depend on public/blink.gyp:blink to depend on Blink library
jamesr@chromium.org
2013-06-07
1
-1
/
+1
*
Support computing percentiles on a rolling window of samples
ajuma@chromium.org
2013-06-04
1
-0
/
+2
*
cc: Add new RasterWorkerPool interface.
reveman@chromium.org
2013-06-03
1
-0
/
+4
*
Add CompositingReasons to compositor layers.
shawnsingh@chromium.org
2013-05-29
1
-0
/
+1
*
Move cc/debug/latency_info to ui/base.
jbauman@chromium.org
2013-05-29
1
-2
/
+0
*
Revert 202580 "Add CompositingReasons to compositor layer types."
jchaffraix@chromium.org
2013-05-28
1
-1
/
+0
*
Add CompositingReasons to compositor layer types.
shawnsingh@chromium.org
2013-05-28
1
-0
/
+1
[next]