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
/
single_thread_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable scheduler deadline task on battery power in Windows
sunnyps
2014-10-16
1
-1
/
+2
*
Avoid creating multiple output surfaces at once with single-threaded compositor.
jbauman
2014-10-15
1
-8
/
+19
*
cc: Single-threaded impl-side painting for unit tests
enne
2014-10-09
1
-60
/
+139
*
Refactoring the way begin frame sources inside scheduler work.
mithro
2014-09-30
1
-8
/
+2
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-4
/
+3
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-3
/
+4
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-4
/
+3
*
Make cc output surface creation async
enne
2014-09-25
1
-9
/
+10
*
Revert of cc: Single-threaded impl-side painting for unit tests (patchset #5 ...
henrika
2014-09-08
1
-74
/
+23
*
cc: Single-threaded impl-side painting for unit tests
enne
2014-09-06
1
-23
/
+74
*
cc: Use correct message loop proxy in BlockingTaskRunner
skyostil
2014-09-04
1
-3
/
+6
*
cc: Use Scheduler::BeginFrame() in SingleThreadProxy
simonhong
2014-09-04
1
-1
/
+1
*
Remove cc:LayerTreeHostImpl::IsContextLost.
dneto
2014-08-25
1
-26
/
+15
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-22
1
-67
/
+305
*
Rename Animate as Begin(Main)Frame
skyostil@chromium.org
2014-08-18
1
-2
/
+2
*
Revert "Make SingleThreadProxy a SchedulerClient"
enne@chromium.org
2014-08-13
1
-298
/
+67
*
Fix failing (flaky) LayerTreeHostTestLCDNotification test.
danakj@chromium.org
2014-08-13
1
-1
/
+3
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-12
1
-68
/
+302
*
Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi...
tkent@chromium.org
2014-08-07
1
-273
/
+68
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-07
1
-68
/
+273
*
Revert 287747 "Make SingleThreadProxy a SchedulerClient"
tommi@chromium.org
2014-08-06
1
-273
/
+68
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-06
1
-68
/
+273
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
1
-12
/
+9
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
1
-9
/
+12
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
1
-12
/
+9
*
Revert Removing base::TimeTicks argument to DrawLayers
ccameron@chromium.org
2014-07-19
1
-2
/
+3
*
cc: Parameterize the main thread task runner
skyostil@chromium.org
2014-07-18
1
-5
/
+9
*
Removing base::TimeTicks argument to DrawLayers as it isn't really used.
mithro@mithis.com
2014-07-10
1
-3
/
+2
*
cc: Don't explode on SingleThreadProxy::SetDeferCommits
enne@chromium.org
2014-07-09
1
-2
/
+0
*
Initial commit of a queueing delay metric:
ariblue@google.com
2014-07-08
1
-1
/
+1
*
cc: Disallow scroll offset animations when impl-scrolling isn't supported
ajuma@chromium.org
2014-07-03
1
-0
/
+4
*
Revert 280493 "Make SingleThreadProxy a SchedulerClient"
nkostylev@chromium.org
2014-06-28
1
-270
/
+69
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-06-28
1
-69
/
+270
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
1
-15
/
+0
*
cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.
danakj@chromium.org
2014-05-20
1
-3
/
+2
*
Merge SingleThreadProxy::CommitAndComposite into CompositeImmediately.
danakj@chromium.org
2014-05-16
1
-33
/
+23
*
cc: CapturePostTask in SingleThreadProxy::Stop
boliu@chromium.org
2014-05-16
1
-0
/
+1
*
Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.
danakj@chromium.org
2014-05-15
1
-40
/
+4
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-30
1
-0
/
+4
*
Revert 266624 "cc: Split animating and drawing into separate act..."
skyostil@google.com
2014-04-29
1
-4
/
+0
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-28
1
-0
/
+4
*
cc: Remove the capability to give up and leave compositing mode.
danakj@chromium.org
2014-04-25
1
-20
/
+7
*
Remove offscreen compositor contexts.
danakj@chromium.org
2014-04-24
1
-45
/
+2
*
cc: Throttle swaps in Scheduler instead of OutputSurface
brianderson@chromium.org
2014-04-18
1
-2
/
+2
*
cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON.
danakj@chromium.org
2014-03-18
1
-1
/
+1
*
Removing the use of base::Time inside the LayerTreeHost system.
mithro@mithis.com
2014-03-11
1
-2
/
+1
*
Removing base::Time from SetAnimationEvents and PostAnimationEventsToMainThre...
mithro@mithis.com
2014-03-11
1
-3
/
+2
*
cc: Update Main RendererCapabilities on DeferredInitialize
boliu@chromium.org
2014-02-18
1
-5
/
+7
*
cc: Add TRACE_EVENTs to SingleThreadProxy
danakj@chromium.org
2014-01-30
1
-0
/
+16
*
Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..."
mark@chromium.org
2014-01-17
1
-1
/
+6
[next]