Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1234)

Issue 10572005: Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host. (Closed)

Created:
8 years, 6 months ago by Sergey Ulanov
Modified:
8 years, 5 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host. Also includes various cleanups. E.g. main_thread was renamed to capture_thread to reflect what the thread is used for. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145227

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -327 lines) Patch
M remoting/host/chromoting_host.cc View 1 2 3 4 20 chunks +31 lines, -31 lines 0 comments Download
M remoting/host/chromoting_host_context.h View 1 2 3 5 chunks +50 lines, -14 lines 0 comments Download
M remoting/host/chromoting_host_context.cc View 1 4 chunks +16 lines, -16 lines 0 comments Download
M remoting/host/chromoting_host_context_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +17 lines, -20 lines 0 comments Download
M remoting/host/desktop_environment.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/host_mock_objects.h View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download
M remoting/host/host_user_interface.h View 2 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/host_user_interface.cc View 9 chunks +19 lines, -19 lines 0 comments Download
M remoting/host/it2me_host_user_interface.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M remoting/host/plugin/host_script_object.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 4 30 chunks +47 lines, -47 lines 0 comments Download
M remoting/host/policy_hack/nat_policy.h View 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/policy_hack/nat_policy.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M remoting/host/policy_hack/nat_policy_linux.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/policy_hack/nat_policy_mac.mm View 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/policy_hack/nat_policy_win.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 10 chunks +16 lines, -15 lines 0 comments Download
M remoting/host/screen_recorder.h View 4 chunks +11 lines, -11 lines 0 comments Download
M remoting/host/screen_recorder.cc View 17 chunks +43 lines, -43 lines 0 comments Download
M remoting/host/screen_recorder_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M remoting/host/session_event_executor_win.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -7 lines 0 comments Download
M remoting/host/session_event_executor_win.cc View 1 2 3 4 5 6 7 8 9 10 chunks +23 lines, -26 lines 0 comments Download
M remoting/host/simple_host_process.cc View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -5 lines 0 comments Download
A remoting/host/url_fetcher_unittest.cc View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download
M remoting/host/url_request_context.h View 1 chunk +4 lines, -3 lines 0 comments Download
M remoting/host/url_request_context.cc View 3 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Sergey Ulanov
8 years, 6 months ago (2012-06-19 00:59:01 UTC) #1
Wez
lgtm http://codereview.chromium.org/10572005/diff/1/remoting/host/chromoting_host_context.h File remoting/host/chromoting_host_context.h (right): http://codereview.chromium.org/10572005/diff/1/remoting/host/chromoting_host_context.h#newcode57 remoting/host/chromoting_host_context.h:57: virtual base::SingleThreadTaskRunner* file_task_runner(); You've added comments to clarify ...
8 years, 6 months ago (2012-06-19 03:47:08 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10572005/diff/1/remoting/host/chromoting_host_context.h File remoting/host/chromoting_host_context.h (right): http://codereview.chromium.org/10572005/diff/1/remoting/host/chromoting_host_context.h#newcode57 remoting/host/chromoting_host_context.h:57: virtual base::SingleThreadTaskRunner* file_task_runner(); On 2012/06/19 03:47:08, Wez wrote: > ...
8 years, 6 months ago (2012-06-19 18:16:09 UTC) #3
Wez
http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h File remoting/host/chromoting_host_context.h (right): http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h#newcode44 remoting/host/chromoting_host_context.h:44: // Task runned for the thread that is used ...
8 years, 6 months ago (2012-06-19 18:30:20 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h File remoting/host/chromoting_host_context.h (right): http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h#newcode44 remoting/host/chromoting_host_context.h:44: // Task runned for the thread that is used ...
8 years, 6 months ago (2012-06-19 19:01:41 UTC) #5
Wez
On 2012/06/19 19:01:41, sergeyu wrote: > http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h > File remoting/host/chromoting_host_context.h (right): > > http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h#newcode44 > ...
8 years, 6 months ago (2012-06-19 23:04:41 UTC) #6
Sergey Ulanov
On 2012/06/19 23:04:41, Wez wrote: > On 2012/06/19 19:01:41, sergeyu wrote: > > > http://codereview.chromium.org/10572005/diff/7001/remoting/host/chromoting_host_context.h ...
8 years, 6 months ago (2012-06-19 23:13:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10572005/27001
8 years, 5 months ago (2012-06-27 17:57:36 UTC) #8
commit-bot: I haz the power
Try job failure for 10572005-27001 (retry) on mac_rel for step "remoting_unittests". It's a second try, ...
8 years, 5 months ago (2012-06-27 18:45:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10572005/27004
8 years, 5 months ago (2012-06-27 20:51:01 UTC) #10
commit-bot: I haz the power
Try job failure for 10572005-27004 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-06-27 21:34:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10572005/40001
8 years, 5 months ago (2012-06-27 21:50:04 UTC) #12
commit-bot: I haz the power
Try job failure for 10572005-40001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-06-27 22:37:51 UTC) #13
Sergey Ulanov
+alexeypa - please review changes in session_event_executor_win.*
8 years, 5 months ago (2012-06-28 00:27:43 UTC) #14
alexeypa (please no reviews)
On 2012/06/28 00:27:43, sergeyu wrote: > +alexeypa - please review changes in session_event_executor_win.* lgtm
8 years, 5 months ago (2012-06-28 16:30:47 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10572005/47001
8 years, 5 months ago (2012-06-28 16:38:17 UTC) #16
commit-bot: I haz the power
Try job failure for 10572005-47001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-06-28 17:18:24 UTC) #17
Sergey Ulanov
This CL depends on http://codereview.chromium.org/10694014/ which I need to land first.
8 years, 5 months ago (2012-06-28 18:49:17 UTC) #18
simonmorris
On 2012/06/28 18:49:17, sergeyu wrote: > This CL depends on http://codereview.chromium.org/10694014/ which I need to ...
8 years, 5 months ago (2012-06-28 18:53:13 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10572005/35005
8 years, 5 months ago (2012-07-02 21:46:39 UTC) #20
commit-bot: I haz the power
Try job failure for 10572005-35005 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 5 months ago (2012-07-02 22:30:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10572005/27012
8 years, 5 months ago (2012-07-02 22:37:38 UTC) #22
commit-bot: I haz the power
8 years, 5 months ago (2012-07-03 00:24:16 UTC) #23
Change committed as 145227

Powered by Google App Engine
This is Rietveld 408576698