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

Issue 6747017: Add JingleThreadWrapper. (Closed)

Created:
9 years, 9 months ago by Sergey Ulanov
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add JingleThreadWrapper. JingleThreadWrapper wraps chromium thread with a talk_base::Thread interface. BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79576

Patch Set 1 : - #

Patch Set 2 : - #

Total comments: 18

Patch Set 3 : addressed comments #

Patch Set 4 : One container for all tasks #

Patch Set 5 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+442 lines, -26 lines) Patch
M build/all.gyp View 1 2 3 4 8 chunks +8 lines, -8 lines 0 comments Download
A jingle/glue/thread_wrapper.h View 1 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
A jingle/glue/thread_wrapper.cc View 1 2 3 4 1 chunk +155 lines, -0 lines 0 comments Download
A jingle/glue/thread_wrapper_unittest.cc View 1 2 3 4 1 chunk +158 lines, -0 lines 0 comments Download
M jingle/jingle.gyp View 1 2 3 4 4 chunks +20 lines, -15 lines 0 comments Download
A jingle/run_all_unittests.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sergey Ulanov
9 years, 9 months ago (2011-03-25 23:31:55 UTC) #1
Alpha Left Google
Looks good with comments about commenting in the code. operations for priority queue appear to ...
9 years, 9 months ago (2011-03-26 01:06:01 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/6747017/diff/3002/jingle/glue/thread_wrapper.cc File jingle/glue/thread_wrapper.cc (right): http://codereview.chromium.org/6747017/diff/3002/jingle/glue/thread_wrapper.cc#newcode72 jingle/glue/thread_wrapper.cc:72: for (std::list<talk_base::Message>::iterator it = messages_.begin(); On 2011/03/26 01:06:01, Alpha ...
9 years, 9 months ago (2011-03-26 01:44:24 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/6747017/diff/3002/jingle/jingle.gyp File jingle/jingle.gyp (right): http://codereview.chromium.org/6747017/diff/3002/jingle/jingle.gyp#newcode12 jingle/jingle.gyp:12: 'target_name': 'jingle_glue', On 2011/03/26 01:06:01, Alpha wrote: > avoid ...
9 years, 9 months ago (2011-03-26 01:45:51 UTC) #4
Alpha Left Google
9 years, 9 months ago (2011-03-28 16:24:08 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698