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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct computation of scrollbar track start
ccameron@chromium.org
2013-08-20
4
-15
/
+39
*
cc: return resources via a ReturnedResource struct rather than TransferableRe...
piman@chromium.org
2013-08-19
2
-2
/
+4
*
gpu: Refactor GpuMemoryBuffer framework for multi-process support.
reveman@chromium.org
2013-08-16
1
-4
/
+3
*
cc: Prevent the tile manager from allocating more memory than allowed.
reveman@chromium.org
2013-08-16
1
-1
/
+22
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
8
-58
/
+161
*
Compute bounds of animated layers
ajuma@chromium.org
2013-08-15
2
-0
/
+7
*
cc: Removed releasable resources loop from AssignGpuMemory
vmpstr@chromium.org
2013-08-15
1
-0
/
+4
*
aura: Allow in process ContextProvider to hold onscreen contexts.
danakj@chromium.org
2013-08-14
2
-5
/
+6
*
Change the ScrollbarLayer to use UI Resource as oppose to prioritized resourc...
powei@chromium.org
2013-08-14
2
-16
/
+10
*
cc: Rename cc::FakeContextProvider to TestContextProvider
danakj@chromium.org
2013-08-13
4
-15
/
+11
*
aura,cc: Make TestContextProvider usable outside cc.
danakj@chromium.org
2013-08-13
5
-966
/
+3
*
aura: Remove CreateOffscreenContext from ui::ContextFactory.
danakj@chromium.org
2013-08-13
8
-169
/
+46
*
cc: Make DelegatedRendererLayer tests work with a DelegatingRenderer.
danakj@chromium.org
2013-08-09
4
-0
/
+37
*
cc: Invalid frames should not cause damage in DelegatedRendererLayer.
danakj@chromium.org
2013-08-08
1
-1
/
+2
*
cc: Added priority ref tile set instead of sorting tiles.
vmpstr@chromium.org
2013-08-07
6
-4
/
+73
*
Revert "cc: Don't require push properties for picture layers"
aelias@chromium.org
2013-08-07
2
-8
/
+1
*
Add memory policy limit by number of resources.
aelias@chromium.org
2013-08-03
3
-8
/
+10
*
cc: Always have a LayerTreeHost in tests when we expect it in prod.
danakj@chromium.org
2013-08-03
1
-0
/
+2
*
[CC] Skip tiles in the NEVER_BIN (on both trees) and free their resources ear...
skaslev@chromium.org
2013-08-02
1
-1
/
+1
*
cc: Fix PictureLayerImpl crash in post-commit init
enne@chromium.org
2013-08-02
1
-0
/
+7
*
Scrollbar Layer using UI resource management failed webkit tests on mac/win
powei@chromium.org
2013-08-02
2
-2
/
+16
*
Proposed UI Resource Manager. See internal doc:
powei@chromium.org
2013-08-01
4
-16
/
+73
*
Add a flag to allow renderer to use software compositor when GL compositor do...
jbauman@chromium.org
2013-08-01
6
-11
/
+14
*
Notify the compositor when input is throttled
enne@chromium.org
2013-07-31
1
-0
/
+1
*
Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...
kaanb@chromium.org
2013-07-31
1
-0
/
+2
*
cc: Don't require push properties for picture layers
enne@chromium.org
2013-07-31
2
-1
/
+1
*
Allow ContextProvider impls to be used without subclassing.
danakj@chromium.org
2013-07-30
2
-21
/
+40
*
Add external stencil support for Android WebView.
aelias@chromium.org
2013-07-30
3
-1
/
+14
*
cc: draw_and_swap_full_viewport_every_frame OS cap
boliu@chromium.org
2013-07-30
1
-0
/
+7
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-30
8
-14
/
+37
*
cc: A pixel test for readbacks of layers with CanClipSelf == true.
danakj@chromium.org
2013-07-26
3
-5
/
+139
*
Mark test BackgroundFilterBlurOutsets as fuzzy on all platforms, and add the ...
senorblanco@chromium.org
2013-07-25
1
-0
/
+0
*
Revert 213338 "cc: Allow the main thread to cancel commits"
jochen@chromium.org
2013-07-24
8
-37
/
+14
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-24
8
-14
/
+37
*
Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""
hubbe@chromium.org
2013-07-23
2
-0
/
+8
*
cc: Limit number of raster tasks that can be scheduled.
reveman@chromium.org
2013-07-23
1
-1
/
+0
*
Adds a new callback as this signal is required to pass up to the application
joth@chromium.org
2013-07-19
5
-0
/
+27
*
Fix page scale factor affecting transforms higher on the tree.
aelias@chromium.org
2013-07-17
1
-2
/
+0
*
Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...
avi@chromium.org
2013-07-17
4
-4
/
+4
*
Implement shareResources==true in TestWebGraphicsContext3D
piman@chromium.org
2013-07-17
4
-83
/
+157
*
cc: Don't DeleteResource while holding write lock.
danakj@chromium.org
2013-07-16
2
-0
/
+18
*
Remove old CapturePicture path from content and cc
boliu@chromium.org
2013-07-15
2
-5
/
+0
*
cc: Early out in PushPropertiesTo tree walk for commit.
danakj@chromium.org
2013-07-13
9
-2
/
+138
*
OutputSurfaceClient::ReleaseGL
boliu@chromium.org
2013-07-13
5
-0
/
+103
*
cc: Make TestEnded() true immediately after EndTest()
enne@chromium.org
2013-07-13
1
-2
/
+2
*
cc: Remove reassign gpu memory from tile manager.
vmpstr@chromium.org
2013-07-12
2
-10
/
+1
*
Making LayerTreeHostFiltersPixelTest slightly more strict
danakj@chromium.org
2013-07-12
1
-0
/
+0
*
Blend TextureLayer background-color at draw time.
alokp@chromium.org
2013-07-12
1
-0
/
+1
*
Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."
nick@chromium.org
2013-07-12
2
-8
/
+0
*
Allow tracing to console everywhere.
vollick@chromium.org
2013-07-11
1
-15
/
+0
[next]