Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Issue 10454018: MessageLoopProxy cleanups in remoting client. (Closed)

Created:
8 years, 7 months ago by Sergey Ulanov
Modified:
8 years, 6 months ago
Reviewers:
Wez
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

MessageLoopProxy cleanups in remoting client. Replaced all usage of MessageLoopProxy with SingleThreadTaskRunner. Also includes some other minor cleanups, e.g. removed ClientContext::network_message_loop(). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141589

Patch Set 1 #

Total comments: 25

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 14

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -129 lines) Patch
M remoting/client/chromoting_client.h View 1 2 3 4 5 5 chunks +7 lines, -9 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 3 4 5 8 chunks +19 lines, -39 lines 0 comments Download
M remoting/client/client_context.h View 1 2 3 4 5 1 chunk +10 lines, -6 lines 0 comments Download
M remoting/client/client_context.cc View 2 chunks +5 lines, -9 lines 0 comments Download
M remoting/client/frame_consumer_proxy.h View 1 2 3 4 5 3 chunks +3 lines, -4 lines 0 comments Download
M remoting/client/frame_consumer_proxy.cc View 1 2 3 4 5 4 chunks +11 lines, -11 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 3 4 5 3 chunks +5 lines, -6 lines 0 comments Download
M remoting/client/plugin/pepper_network_manager.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_view.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M remoting/client/plugin/pepper_xmpp_proxy.h View 1 2 3 4 5 3 chunks +10 lines, -5 lines 0 comments Download
M remoting/client/plugin/pepper_xmpp_proxy.cc View 1 2 3 4 5 2 chunks +13 lines, -11 lines 0 comments Download
M remoting/client/rectangle_update_decoder.h View 3 chunks +9 lines, -8 lines 0 comments Download
M remoting/client/rectangle_update_decoder.cc View 7 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Sergey Ulanov
8 years, 7 months ago (2012-05-24 18:30:51 UTC) #1
Wez
Mostly looks good; a few nits & things to clarify, though. http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h File remoting/base/scoped_thread_proxy.h (right): ...
8 years, 7 months ago (2012-05-26 00:18:40 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h File remoting/base/scoped_thread_proxy.h (right): http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h#newcode22 remoting/base/scoped_thread_proxy.h:22: // ScopedThreadProxy is a task runner proxy that cancels ...
8 years, 6 months ago (2012-05-30 01:07:03 UTC) #3
Wez
http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h File remoting/base/scoped_thread_proxy.h (right): http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h#newcode22 remoting/base/scoped_thread_proxy.h:22: // ScopedThreadProxy is a task runner proxy that cancels ...
8 years, 6 months ago (2012-05-30 20:56:45 UTC) #4
Sergey Ulanov
On 2012/05/30 20:56:45, Wez wrote: > http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h > File remoting/base/scoped_thread_proxy.h (right): > > http://codereview.chromium.org/10454018/diff/1/remoting/base/scoped_thread_proxy.h#newcode22 > ...
8 years, 6 months ago (2012-06-01 18:35:14 UTC) #5
Sergey Ulanov
ping. I've merged with the change that removed ScopedThreadProxy.
8 years, 6 months ago (2012-06-08 00:53:52 UTC) #6
Wez
LGTM w/ some nits & suggested follow-ups. http://codereview.chromium.org/10454018/diff/18001/remoting/client/chromoting_client.h File remoting/client/chromoting_client.h (right): http://codereview.chromium.org/10454018/diff/18001/remoting/client/chromoting_client.h#newcode82 remoting/client/chromoting_client.h:82: base::SingleThreadTaskRunner* task_runner(); ...
8 years, 6 months ago (2012-06-11 22:32:44 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/10454018/diff/18001/remoting/client/chromoting_client.h File remoting/client/chromoting_client.h (right): http://codereview.chromium.org/10454018/diff/18001/remoting/client/chromoting_client.h#newcode82 remoting/client/chromoting_client.h:82: base::SingleThreadTaskRunner* task_runner(); On 2012/06/11 22:32:44, Wez wrote: > nit: ...
8 years, 6 months ago (2012-06-11 23:35:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10454018/22002
8 years, 6 months ago (2012-06-11 23:36:42 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 01:52:55 UTC) #10
Change committed as 141589

Powered by Google App Engine
This is Rietveld 408576698