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
/
scheduler
/
scheduler_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding EXPECT_NO_ACTION macro for better output when an action is generated.
mithro@mithis.com
2014-06-11
1
-26
/
+30
*
cc: BeginFrame should be stopped when OutputSurface is lost
simonhong@chromium.org
2014-06-05
1
-0
/
+46
*
cc: Add Scheduler test for DidLoseOutputSurface
simonhong@chromium.org
2014-05-30
1
-21
/
+382
*
cc: Introduce OrderedSimpleTaskRunner
simonhong@chromium.org
2014-05-29
1
-4
/
+4
*
cc: Don't execute UpdateVisibleTiles() right after drawing
simonhong@chromium.org
2014-05-29
1
-8
/
+18
*
cc: Add Scheduler test for SetSwapUsedIncompleteTile
simonhong@chromium.org
2014-05-28
1
-2
/
+77
*
Remove forced commit and readback from the scheduler.
danakj@chromium.org
2014-05-20
1
-52
/
+0
*
cc: Unify use of DidSwapBuffers() and did_request_swap
simonhong@chromium.org
2014-05-12
1
-34
/
+15
*
Making BeginFrameArgs work with TRACE_EVENT system.
mithro@mithis.com
2014-05-10
1
-14
/
+14
*
Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...
mithro@mithis.com
2014-05-10
1
-37
/
+38
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-30
1
-16
/
+36
*
Revert 266624 "cc: Split animating and drawing into separate act..."
skyostil@google.com
2014-04-29
1
-36
/
+16
*
Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...
machenbach@chromium.org
2014-04-29
1
-9
/
+7
*
cc: SwapAck throttle Swap without throttling MainFrames
brianderson@chromium.org
2014-04-28
1
-7
/
+9
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-28
1
-16
/
+36
*
cc: Move scheduling logic out of OutputSurface
brianderson@chromium.org
2014-04-26
1
-75
/
+264
*
cc: Throttle swaps in Scheduler instead of OutputSurface
brianderson@chromium.org
2014-04-18
1
-11
/
+119
*
cc: Handle retroactive BeginFrames in the Scheduler.
brianderson@chromium.org
2014-04-12
1
-99
/
+182
*
Remove old texture path in TextureLayer
piman@chromium.org
2014-04-10
1
-246
/
+0
*
cc: Advance commit state with a CancelableClosure
brianderson@chromium.org
2014-04-03
1
-47
/
+74
*
cc: Pass task runner to scheduler
boliu@chromium.org
2014-03-20
1
-49
/
+78
*
cc: Don't try to reduce main thread latency in smoothness takes priority mode
skyostil@chromium.org
2014-03-11
1
-4
/
+42
*
cc: Rename FinishCommit to NotifyReadyToCommit
simonhong@chromium.org
2014-03-10
1
-18
/
+18
*
cc: split COMMIT_STATE_FRAME_IN_PROGRESS
simonhong@chromium.org
2014-03-07
1
-0
/
+15
*
cc: Enable switching main thread back to low latency mode
skyostil@chromium.org
2014-03-04
1
-3
/
+2
*
Less determined statement termination
scottmg@chromium.org
2014-02-26
1
-1
/
+1
*
Remove options to disable deadline scheduling
brianderson@chromium.org
2014-02-20
1
-144
/
+28
*
cc: Make PrepareToDraw return an enum for why it aborts
enne@chromium.org
2014-01-30
1
-9
/
+13
*
cc: Limit ManageTiles calls to once per-frame on average
brianderson@chromium.org
2014-01-17
1
-2
/
+59
*
cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}
danakj@chromium.org
2013-12-10
1
-1
/
+1
*
cc: add DevTools instrumentation for impl-side frames
caseq@chromium.org
2013-12-02
1
-1
/
+1
*
Kick ProcessScheduledActions while a commit is pending
jamesr@chromium.org
2013-11-13
1
-2
/
+67
*
Scheduler: Switch from high to low latency mode if possible.
dominikg@chromium.org
2013-11-08
1
-0
/
+89
*
cc: Don't ManageTiles twice in one frame
enne@chromium.org
2013-11-05
1
-0
/
+48
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::Scheduler.
dominikg@chromium.org
2013-10-21
1
-234
/
+238
*
cc: Implement deadline scheduling disabled by default
brianderson@chromium.org
2013-09-21
1
-72
/
+322
*
cc: Always use SetNeedsBeginFrame to request the next BeginFrame
brianderson@chromium.org
2013-09-14
1
-6
/
+60
*
CC: Add a scheduled action for ManageTiles
epenner@chromium.org
2013-09-14
1
-3
/
+88
*
cc: Add readback and forced draw states to the Scheduler.
brianderson@chromium.org
2013-09-07
1
-22
/
+63
*
Avoid "ForTesting" presubmit warning when changing ThreadProxy.
danakj@chromium.org
2013-08-27
1
-9
/
+9
*
cc: Control activation from the Scheduler
brianderson@chromium.org
2013-08-27
1
-2
/
+2
*
cc: Add additional OutputSurfaceStates
brianderson@chromium.org
2013-08-24
1
-32
/
+54
*
cc: Add trace events for the Scheduler states.
brianderson@chromium.org
2013-08-21
1
-11
/
+12
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-30
1
-3
/
+8
*
Revert 213338 "cc: Allow the main thread to cancel commits"
jochen@chromium.org
2013-07-24
1
-8
/
+3
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-24
1
-3
/
+8
*
cc: Limit number of raster tasks that can be scheduled.
reveman@chromium.org
2013-07-23
1
-2
/
+2
*
Estimate commit and activation duration
ajuma@chromium.org
2013-07-13
1
-0
/
+6
*
cc: Don't make AcquireLayerTextures force a commit.
piman@chromium.org
2013-07-11
1
-9
/
+25
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
1
-19
/
+19
[next]