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

Issue 23706006: PPAPI: Blocking callbacks shouldn't need a target_loop_ (Closed)

Created:
7 years, 3 months ago by dmichael (off chromium)
Modified:
7 years, 3 months ago
Reviewers:
bbudge
CC:
chromium-reviews
Visibility:
Public.

Description

PPAPI: Blocking callbacks shouldn't need a target_loop_ See bug for details. BUG=285389 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221535

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : don't attempt to re-lock #

Total comments: 1

Patch Set 4 : review comments #

Patch Set 5 : review comments #

Total comments: 2

Patch Set 6 : remove comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -9 lines) Patch
M ppapi/shared_impl/tracked_callback.cc View 1 2 3 4 5 1 chunk +15 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dmichael (off chromium)
7 years, 3 months ago (2013-09-04 22:05:53 UTC) #1
Peng
On 2013/09/04 22:05:53, dmichael wrote: It fixes my issue. Thanks.
7 years, 3 months ago (2013-09-04 22:26:46 UTC) #2
bbudge
https://codereview.chromium.org/23706006/diff/6001/ppapi/shared_impl/tracked_callback.cc File ppapi/shared_impl/tracked_callback.cc (right): https://codereview.chromium.org/23706006/diff/6001/ppapi/shared_impl/tracked_callback.cc#newcode174 ppapi/shared_impl/tracked_callback.cc:174: } else if (!target_loop_.get()) { It seems like the ...
7 years, 3 months ago (2013-09-04 22:29:18 UTC) #3
bbudge
https://codereview.chromium.org/23706006/diff/10001/ppapi/shared_impl/tracked_callback.cc File ppapi/shared_impl/tracked_callback.cc (right): https://codereview.chromium.org/23706006/diff/10001/ppapi/shared_impl/tracked_callback.cc#newcode169 ppapi/shared_impl/tracked_callback.cc:169: RunWhileLocked(base::Bind(&TrackedCallback::Run, this, result))); We should probably move this into ...
7 years, 3 months ago (2013-09-04 22:31:45 UTC) #4
dmichael (off chromium)
I took a little bit of both comments. WDYT?
7 years, 3 months ago (2013-09-04 22:44:12 UTC) #5
bbudge
LGTM https://codereview.chromium.org/23706006/diff/1002/ppapi/shared_impl/tracked_callback.cc File ppapi/shared_impl/tracked_callback.cc (right): https://codereview.chromium.org/23706006/diff/1002/ppapi/shared_impl/tracked_callback.cc#newcode176 ppapi/shared_impl/tracked_callback.cc:176: if (target_loop_) { Do we have a conversion ...
7 years, 3 months ago (2013-09-04 22:50:36 UTC) #6
bbudge
https://codereview.chromium.org/23706006/diff/1002/ppapi/shared_impl/tracked_callback.cc File ppapi/shared_impl/tracked_callback.cc (right): https://codereview.chromium.org/23706006/diff/1002/ppapi/shared_impl/tracked_callback.cc#newcode171 ppapi/shared_impl/tracked_callback.cc:171: // don't use the locking closure. Second part of ...
7 years, 3 months ago (2013-09-04 22:52:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/23706006/29001
7 years, 3 months ago (2013-09-05 16:20:23 UTC) #8
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 23:04:51 UTC) #9
Message was sent while issue was closed.
Change committed as 221535

Powered by Google App Engine
This is Rietveld 408576698