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
/
trees
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scroll offset animation curve retargeting.
skobes@chromium.org
2014-07-18
2
-6
/
+33
*
cc: Parameterize the main thread task runner
skyostil@chromium.org
2014-07-18
12
-35
/
+79
*
Revert "Implement scroll handler latency tracking"
miletus@chromium.org
2014-07-17
8
-142
/
+22
*
Rename composited selection anchor/focus to start/end
jdduke@chromium.org
2014-07-16
6
-58
/
+58
*
cc: Refactor ResourceProvider.
sohan.jyoti@samsung.com
2014-07-16
2
-6
/
+17
*
cc: Disable flaky LayerTreeHostTestBreakSwapPromise test.
danakj@chromium.org
2014-07-15
1
-1
/
+2
*
Histogram to track missing and incomplete tiles
weiliangc@chromium.org
2014-07-14
2
-4
/
+21
*
cc: early return if unoccluded_region_in_target_surface is empty
hyunki.baik@samsung.com
2014-07-14
1
-0
/
+6
*
Add a UMA for the number of layers in a frame.
dneto@chromium.org
2014-07-14
4
-0
/
+24
*
Explicitly resize inner viewport container layer on SetViewportSize
bokan@chromium.org
2014-07-11
1
-0
/
+1
*
Removing base::TimeTicks argument to DrawLayers as it isn't really used.
mithro@mithis.com
2014-07-10
6
-79
/
+75
*
cc: Add some missing braces for style correctness.
danakj@chromium.org
2014-07-10
1
-1
/
+3
*
Pass resourceless software mode in SetExternalConstraints
boliu@chromium.org
2014-07-10
5
-35
/
+49
*
Impl thread smooth scrolling.
skobes@chromium.org
2014-07-10
5
-0
/
+99
*
Use RenderPass to create DrawQuad in unittests
weiliangc@chromium.org
2014-07-10
1
-10
/
+10
*
cc: Don't explode on SingleThreadProxy::SetDeferCommits
enne@chromium.org
2014-07-09
1
-2
/
+0
*
Implement scroll handler latency tracking
skyostil@chromium.org
2014-07-09
8
-22
/
+142
*
cc: Fix slow LayerTreeHostAnimationTest
ajuma@chromium.org
2014-07-09
1
-9
/
+12
*
Fix viewport computation in Mac UC
ccameron@chromium.org
2014-07-09
2
-4
/
+4
*
Initial commit of a queueing delay metric:
ariblue@google.com
2014-07-08
4
-5
/
+13
*
cc: Make trace events use sync-tree labels instead of pending-tree.
alokp@chromium.org
2014-07-07
4
-8
/
+8
*
Create DrawQuad in RenderPass and only give out raw pointer to layers
weiliangc@chromium.org
2014-07-03
2
-8
/
+8
*
cc: Hide Gpu Rasterization details in Resource Provider.
sohan.jyoti@samsung.com
2014-07-03
1
-5
/
+3
*
cc: Disallow scroll offset animations when impl-scrolling isn't supported
ajuma@chromium.org
2014-07-03
8
-6
/
+29
*
Add switch to disable recording whole document
boliu@chromium.org
2014-07-02
2
-1
/
+3
*
Route selection bounds updates through the compositor
jdduke@chromium.org
2014-07-01
7
-3
/
+397
*
cc: Rename DirectRasterWorkerPool to GpuRasterWorkerPool
sohan.jyoti@samsung.com
2014-07-01
1
-4
/
+4
*
cc: Activate sync tree instead of pending tree.
alokp@chromium.org
2014-07-01
6
-70
/
+70
*
Revert 280493 "Make SingleThreadProxy a SchedulerClient"
nkostylev@chromium.org
2014-06-28
11
-361
/
+136
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-06-28
11
-136
/
+361
*
cc: Fixed unittests that counted the number of tree activations.
alokp@chromium.org
2014-06-27
1
-2
/
+11
*
Update scrollbar parameters when it is associated to layer
wangxianzhu@chromium.org
2014-06-27
1
-4
/
+2
*
cc: Trace FrameViewer tracing
enne@chromium.org
2014-06-25
1
-7
/
+10
*
cc: Move the call to LayerTreeImpl::ResetRequiresHighResToDraw.
alokp@chromium.org
2014-06-25
1
-9
/
+8
*
cc: Update draw if external draw constraints change
boliu@chromium.org
2014-06-24
2
-0
/
+30
*
Skip occluded tiles during rasterization.
jbedley@chromium.org
2014-06-23
3
-5
/
+26
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
4
-28
/
+30
*
cc: Support on demand raster with gpu rasterization
boliu@chromium.org
2014-06-21
3
-1
/
+59
*
cc: Don't add new tilings while syncing a tiling.
danakj@chromium.org
2014-06-20
1
-3
/
+3
*
cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().
danakj@chromium.org
2014-06-19
1
-56
/
+0
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
7
-93
/
+0
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
8
-32
/
+34
*
Revert of cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings()...
jackhou@chromium.org
2014-06-19
1
-0
/
+56
*
cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().
danakj@chromium.org
2014-06-19
1
-56
/
+0
*
Disable LayerTreeHostTestHighResRequiredAfterEvictingUIResources
brettw@chromium.org
2014-06-18
1
-1
/
+2
*
Remove QuadCuller class and make QuadSink concrete
weiliangc@chromium.org
2014-06-17
3
-107
/
+4
*
gpu: Only estimate parent compositor run time when needed
skyostil@chromium.org
2014-06-17
1
-1
/
+2
*
cc: Update draw properties on external root scroll
boliu@chromium.org
2014-06-17
2
-0
/
+37
*
cc: adjust devtools_instrumentation to needs of trace-based timeline
caseq@chromium.org
2014-06-15
1
-2
/
+3
*
MockQC stops create its own RP and MockOcclusionTracker
weiliangc@chromium.org
2014-06-13
1
-1
/
+2
[next]