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

Issue 10790078: PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work (Closed)

Created:
8 years, 5 months ago by dmichael (off chromium)
Modified:
8 years, 3 months ago
Reviewers:
bbudge
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work BUG=92909 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154238

Patch Set 1 : Add test, make basics work #

Patch Set 2 : add a real test #

Total comments: 4

Patch Set 3 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -105 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M ppapi/api/dev/ppb_message_loop_dev.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/c/dev/ppb_message_loop_dev.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/cpp/dev/message_loop_dev.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/ppapi_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_globals.h View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_globals.cc View 1 2 3 chunks +8 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_message_loop_proxy.h View 1 1 chunk +81 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_message_loop_proxy.cc View 1 11 chunks +50 lines, -77 lines 0 comments Download
M ppapi/shared_impl/resource.h View 2 chunks +9 lines, -3 lines 0 comments Download
M ppapi/shared_impl/resource.cc View 2 chunks +5 lines, -1 line 0 comments Download
M ppapi/shared_impl/resource_tracker.cc View 3 chunks +31 lines, -18 lines 0 comments Download
A ppapi/tests/test_message_loop.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A ppapi/tests/test_message_loop.cc View 1 1 chunk +105 lines, -0 lines 0 comments Download
M ppapi/tests/test_utils.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/tests/test_utils.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dmichael (off chromium)
This is a prerequisite for making (non-blocking) CompletionCallbacks work properly on background threads.
8 years, 3 months ago (2012-08-29 20:47:41 UTC) #1
bbudge
Couple nits and a question. I'm not very familiar with this code but LGTM. http://codereview.chromium.org/10790078/diff/20001/ppapi/proxy/plugin_globals.h ...
8 years, 3 months ago (2012-08-29 22:26:58 UTC) #2
dmichael (off chromium)
Comments addressed. http://codereview.chromium.org/10790078/diff/20001/ppapi/proxy/plugin_globals.h File ppapi/proxy/plugin_globals.h (right): http://codereview.chromium.org/10790078/diff/20001/ppapi/proxy/plugin_globals.h#newcode86 ppapi/proxy/plugin_globals.h:86: MessageLoopResource* loop_for_main_thread(); On 2012/08/29 22:26:58, bbudge1 wrote: ...
8 years, 3 months ago (2012-08-30 15:59:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/10790078/24001
8 years, 3 months ago (2012-08-30 16:00:19 UTC) #4
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 20:03:24 UTC) #5
Change committed as 154238

Powered by Google App Engine
This is Rietveld 408576698