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

Issue 6003003: Fix crash in JingleThread caused by non-nestable tasks. (Closed)

Created:
10 years ago by Sergey Ulanov
Modified:
9 years, 7 months ago
Reviewers:
awong, garykac
CC:
chromium-reviews, Alpha Left Google, Sergey Ulanov, dmac, awong, garykac, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix crash in JingleThread caused by non-nestable tasks. BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70115

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -7 lines) Patch
M remoting/jingle_glue/jingle_thread.cc View 1 2 4 chunks +11 lines, -7 lines 0 comments Download
M remoting/jingle_glue/jingle_thread_unittest.cc View 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sergey Ulanov
10 years ago (2010-12-23 01:14:22 UTC) #1
awong
one nit. http://codereview.chromium.org/6003003/diff/1/remoting/jingle_glue/jingle_thread.cc File remoting/jingle_glue/jingle_thread.cc (right): http://codereview.chromium.org/6003003/diff/1/remoting/jingle_glue/jingle_thread.cc#newcode80 remoting/jingle_glue/jingle_thread.cc:80: ALLOW_THIS_IN_INITIALIZER_LIST(jingle_message_loop_state_(this)) { I'd actually throw this out ...
10 years ago (2010-12-23 01:16:44 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/6003003/diff/1/remoting/jingle_glue/jingle_thread.cc File remoting/jingle_glue/jingle_thread.cc (right): http://codereview.chromium.org/6003003/diff/1/remoting/jingle_glue/jingle_thread.cc#newcode80 remoting/jingle_glue/jingle_thread.cc:80: ALLOW_THIS_IN_INITIALIZER_LIST(jingle_message_loop_state_(this)) { On 2010/12/23 01:16:44, awong wrote: > I'd ...
10 years ago (2010-12-23 01:22:50 UTC) #3
awong
LGTM w/ one nit http://codereview.chromium.org/6003003/diff/5001/remoting/jingle_glue/jingle_thread.cc File remoting/jingle_glue/jingle_thread.cc (right): http://codereview.chromium.org/6003003/diff/5001/remoting/jingle_glue/jingle_thread.cc#newcode126 remoting/jingle_glue/jingle_thread.cc:126: message_loop.Initialize(); Do this before assigning ...
10 years ago (2010-12-23 23:02:49 UTC) #4
Sergey Ulanov
10 years ago (2010-12-23 23:37:53 UTC) #5
http://codereview.chromium.org/6003003/diff/5001/remoting/jingle_glue/jingle_...
File remoting/jingle_glue/jingle_thread.cc (right):

http://codereview.chromium.org/6003003/diff/5001/remoting/jingle_glue/jingle_...
remoting/jingle_glue/jingle_thread.cc:126: message_loop.Initialize();
On 2010/12/23 23:02:49, awong wrote:
> Do this before assigning it to the member variable. This is mainly OCD...but I
> get weirded out by the message_loop_ on the preiovus line, and the
message_loop.
> on this line...

Done.

Powered by Google App Engine
This is Rietveld 408576698