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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi...
tkent@chromium.org
2014-08-07
3
-25
/
+21
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-07
3
-21
/
+25
*
Revert 287747 "Make SingleThreadProxy a SchedulerClient"
tommi@chromium.org
2014-08-06
3
-25
/
+21
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-06
3
-21
/
+25
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
10
-183
/
+210
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
10
-210
/
+183
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
10
-183
/
+210
*
cc: Make trace events use sync-tree labels instead of pending-tree.
alokp@chromium.org
2014-07-07
6
-22
/
+18
*
Revert 280493 "Make SingleThreadProxy a SchedulerClient"
nkostylev@chromium.org
2014-06-28
3
-25
/
+21
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-06-28
3
-21
/
+25
*
cc: Disable flaky SchedulerTest.SyntheticBeginFrames
enne@chromium.org
2014-06-26
1
-1
/
+2
*
cc: Don't swap throttle BeginMainFrame just after swapping
brianderson@chromium.org
2014-06-13
2
-5
/
+65
*
cc: Directly construct SchedulerSettings from LayerTreeSettings
enne@chromium.org
2014-06-13
2
-0
/
+19
*
cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.
danakj@chromium.org
2014-06-13
1
-3
/
+0
*
Removing the TimeSource abstraction as it is not used anywhere.
mithro@mithis.com
2014-06-12
2
-59
/
+17
*
Adding AsValue and TypeString methods to DelayBasedTimeSource.
mithro@mithis.com
2014-06-11
5
-8
/
+64
*
Moving deadline adjustment from SyntheticBeginFrameSource into BeginFrameArgs.
mithro@mithis.com
2014-06-11
1
-4
/
+6
*
cc: Fix negative EstimatedParentDrawTimes
brianderson@chromium.org
2014-06-11
1
-0
/
+1
*
Adding EXPECT_NO_ACTION macro for better output when an action is generated.
mithro@mithis.com
2014-06-11
1
-26
/
+30
*
Revert 276130 "cc: Don't swap throttle BeginMainFrame within dea..."
wittman@chromium.org
2014-06-10
2
-44
/
+4
*
cc: Don't swap throttle BeginMainFrame within deadline
brianderson@chromium.org
2014-06-10
2
-4
/
+44
*
cc: BeginFrame should be stopped when OutputSurface is lost
simonhong@chromium.org
2014-06-05
3
-49
/
+127
*
cc: Add a test to check return value when timer is deactivated
simonhong@chromium.org
2014-06-05
1
-16
/
+34
*
cc: Add Scheduler test for DidLoseOutputSurface
simonhong@chromium.org
2014-05-30
2
-40
/
+400
*
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
2
-8
/
+22
*
cc: Add Scheduler test for SetSwapUsedIncompleteTile
simonhong@chromium.org
2014-05-28
1
-2
/
+77
*
Revert of cc: Stop blocking the main thread in CreateAndInitializeOutputSurfa...
danakj@chromium.org
2014-05-23
1
-0
/
+3
*
cc: Add test for triggering deadline early when output surface is lost
simonhong@chromium.org
2014-05-23
1
-0
/
+23
*
cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.
danakj@chromium.org
2014-05-22
1
-3
/
+0
*
Remove forced commit and readback from the scheduler.
danakj@chromium.org
2014-05-20
7
-800
/
+195
*
Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.
danakj@chromium.org
2014-05-15
1
-7
/
+8
*
cc: Remove redundant ActivatePendingTree method
simonhong@chromium.org
2014-05-14
2
-6
/
+1
*
cc: Unify use of DidSwapBuffers() and did_request_swap
simonhong@chromium.org
2014-05-12
8
-145
/
+146
*
Add a trace to output the scheduler settings.
mithro@mithis.com
2014-05-11
3
-0
/
+27
*
Making BeginFrameArgs work with TRACE_EVENT system.
mithro@mithis.com
2014-05-10
3
-21
/
+23
*
Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...
mithro@mithis.com
2014-05-10
2
-91
/
+93
*
Adding extra DCHECKs to DelayBaseTimeSource to prevent bad states from occuring.
mithro@mithis.com
2014-05-09
1
-4
/
+10
*
cc: Check for pending tree before transition to COMMIT_STATE_IDLE
brianderson@chromium.org
2014-05-07
2
-2
/
+18
*
Adding frame time trace events inside the scheduler.
mithro@mithis.com
2014-05-02
1
-4
/
+10
*
cc: Remove unused member functions and vars in SchedulerStateMachine
simonhong@chromium.org
2014-05-01
2
-8
/
+0
*
cc: Clear begin_retro_frame_posted_ properly
brianderson@chromium.org
2014-04-30
1
-3
/
+12
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-30
6
-23
/
+211
*
cc: Remove condition that would skip deadline task
brianderson@chromium.org
2014-04-30
1
-3
/
+0
*
Revert 266624 "cc: Split animating and drawing into separate act..."
skyostil@google.com
2014-04-29
6
-211
/
+23
*
Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...
machenbach@chromium.org
2014-04-29
2
-9
/
+12
*
cc: SwapAck throttle Swap without throttling MainFrames
brianderson@chromium.org
2014-04-28
2
-12
/
+9
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-28
6
-23
/
+211
*
cc: Move scheduling logic out of OutputSurface
brianderson@chromium.org
2014-04-26
9
-304
/
+472
*
cc: Throttle swaps in Scheduler instead of OutputSurface
brianderson@chromium.org
2014-04-18
10
-327
/
+220
[next]