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

Issue 484303002: Pepper: Move NexeLoadManager map inside that class. (Closed)

Created:
6 years, 4 months ago by teravest
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Pepper: Move NexeLoadManager map inside that class. This moves the management of the global NexeLoadManager map inside the NexeLoadManager class. This makes it so that a NexeLoadManager can be looked up from a PP_Instance from the TrustedPluginChannel class, which is needed as part of reporting exit status over Chromium IPC. The change for moving exit status reporting to Chromium IPC is available for review at: https://codereview.chromium.org/484783002/ BUG=397161 R=dmichael@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291102

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase and add back erasure comment #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -61 lines) Patch
M components/nacl/renderer/nexe_load_manager.h View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M components/nacl/renderer/nexe_load_manager.cc View 1 2 4 chunks +34 lines, -2 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 2 26 chunks +31 lines, -58 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
teravest
6 years, 4 months ago (2014-08-19 20:46:56 UTC) #1
dmichael (off chromium)
lgtm https://codereview.chromium.org/484303002/diff/1/components/nacl/renderer/nexe_load_manager.cc File components/nacl/renderer/nexe_load_manager.cc (right): https://codereview.chromium.org/484303002/diff/1/components/nacl/renderer/nexe_load_manager.cc#newcode131 components/nacl/renderer/nexe_load_manager.cc:131: scoped_ptr<NexeLoadManager> temp(map.take(instance)); we lost the comment here about ...
6 years, 4 months ago (2014-08-20 21:03:56 UTC) #2
teravest
https://codereview.chromium.org/484303002/diff/1/components/nacl/renderer/nexe_load_manager.cc File components/nacl/renderer/nexe_load_manager.cc (right): https://codereview.chromium.org/484303002/diff/1/components/nacl/renderer/nexe_load_manager.cc#newcode131 components/nacl/renderer/nexe_load_manager.cc:131: scoped_ptr<NexeLoadManager> temp(map.take(instance)); On 2014/08/20 21:03:56, dmichael wrote: > we ...
6 years, 4 months ago (2014-08-20 21:08:15 UTC) #3
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 4 months ago (2014-08-20 21:08:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/484303002/20001
6 years, 4 months ago (2014-08-20 21:11:05 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 21:25:23 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 21:27:28 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/44390) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/7921) ios_dbg_simulator ...
6 years, 4 months ago (2014-08-20 21:27:29 UTC) #8
teravest
6 years, 4 months ago (2014-08-21 16:56:46 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as 291102 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698