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

Issue 10823224: Update JingleThreadWrapper to allow it to be created using task runner. (Closed)

Created:
8 years, 4 months ago by Sergey Ulanov
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Update JingleThreadWrapper to allow it to be created using task runner. Previously JingleThreadWrapper required a MessageLoop. In NaCl we don't have MessageLoop for the main plugin thread, but have a task runner. This CL allows to use JingleThreadWrapper on the main NaCl thread. BUG=134216 TBR=tommi@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151458

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -47 lines) Patch
M content/renderer/media/media_stream_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/p2p_transport_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/pseudotcp_adapter_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/thread_wrapper.h View 1 3 chunks +27 lines, -15 lines 0 comments Download
M jingle/glue/thread_wrapper.cc View 1 5 chunks +23 lines, -23 lines 0 comments Download
M jingle/glue/thread_wrapper_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Sergey Ulanov
8 years, 4 months ago (2012-08-08 01:50:23 UTC) #1
Sergey Ulanov
ping
8 years, 4 months ago (2012-08-09 22:49:52 UTC) #2
Wez
http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc File jingle/glue/thread_wrapper.cc (right): http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc#newcode34 jingle/glue/thread_wrapper.cc:34: MessageLoop* message_loop = MessageLoop::current(); This will only work if ...
8 years, 4 months ago (2012-08-09 23:30:25 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc File jingle/glue/thread_wrapper.cc (right): http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc#newcode34 jingle/glue/thread_wrapper.cc:34: MessageLoop* message_loop = MessageLoop::current(); On 2012/08/09 23:30:25, Wez wrote: ...
8 years, 4 months ago (2012-08-13 21:15:34 UTC) #4
Wez
lgtm http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc File jingle/glue/thread_wrapper.cc (right): http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc#newcode34 jingle/glue/thread_wrapper.cc:34: MessageLoop* message_loop = MessageLoop::current(); On 2012/08/13 21:15:34, sergeyu ...
8 years, 4 months ago (2012-08-14 00:06:04 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc File jingle/glue/thread_wrapper.cc (right): http://codereview.chromium.org/10823224/diff/1/jingle/glue/thread_wrapper.cc#newcode34 jingle/glue/thread_wrapper.cc:34: MessageLoop* message_loop = MessageLoop::current(); On 2012/08/14 00:06:04, Wez wrote: ...
8 years, 4 months ago (2012-08-14 01:02:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10823224/8001
8 years, 4 months ago (2012-08-14 01:02:26 UTC) #7
commit-bot: I haz the power
Try job failure for 10823224-8001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-14 01:29:51 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/10823224/11003
8 years, 4 months ago (2012-08-14 01:47:03 UTC) #9
commit-bot: I haz the power
Presubmit check for 10823224-11003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-14 01:47:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10823224/11003
8 years, 4 months ago (2012-08-14 01:47:53 UTC) #11
commit-bot: I haz the power
Try job failure for 10823224-11003 (retry) (retry) on linux_chromeos for steps "browser_tests, content_browsertests". It's a ...
8 years, 4 months ago (2012-08-14 08:25:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10823224/11003
8 years, 4 months ago (2012-08-14 08:48:13 UTC) #13
commit-bot: I haz the power
8 years, 4 months ago (2012-08-14 11:02:56 UTC) #14
Change committed as 151458

Powered by Google App Engine
This is Rietveld 408576698