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

Issue 301013002: Pepper: Manifest ID cleanup. (Closed)

Created:
6 years, 6 months ago by teravest
Modified:
6 years, 6 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, raymes+watch_chromium.org, teravest+watch_chromium.org, nfullagar1, piman+watch_chromium.org, noelallen1, ihf+watch_chromium.org
Visibility:
Public.

Description

Pepper: Manifest ID cleanup. This removes a bunch of code for managing manifest IDs. Any given instance can only have one "Json Manifest", as parsed from user-supplied NMF data. Helper processes (llc and ld) have no corresponding NMF, but do make IRT open_resource() calls, which eventually manifest in a call to ManifestResolveKey. This code should be quite a bit easier to read now, and makes the relationship between manifest data and instances clearer. BUG=239656 R=dmichael@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273535

Patch Set 1 : #

Total comments: 4

Patch Set 2 : fixes for dmichael #

Patch Set 3 : Fix type signature #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -122 lines) Patch
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 2 12 chunks +25 lines, -57 lines 0 comments Download
M ppapi/api/private/ppb_nacl_private.idl View 2 chunks +1 line, -8 lines 0 comments Download
M ppapi/c/private/ppb_nacl_private.h View 3 chunks +2 lines, -6 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.h View 2 chunks +0 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 7 chunks +6 lines, -13 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.h View 4 chunks +2 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.cc View 4 chunks +7 lines, -11 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 3 chunks +9 lines, -21 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
teravest
6 years, 6 months ago (2014-05-29 15:50:39 UTC) #1
dmichael (off chromium)
lgtm, nice https://codereview.chromium.org/301013002/diff/60001/components/nacl/renderer/ppb_nacl_private_impl.cc File components/nacl/renderer/ppb_nacl_private_impl.cc (right): https://codereview.chromium.org/301013002/diff/60001/components/nacl/renderer/ppb_nacl_private_impl.cc#newcode1000 components/nacl/renderer/ppb_nacl_private_impl.cc:1000: int32_t CreateJsonManifest(PP_Instance instance, You don't seem to ...
6 years, 6 months ago (2014-05-29 16:10:18 UTC) #2
teravest
https://codereview.chromium.org/301013002/diff/60001/components/nacl/renderer/ppb_nacl_private_impl.cc File components/nacl/renderer/ppb_nacl_private_impl.cc (right): https://codereview.chromium.org/301013002/diff/60001/components/nacl/renderer/ppb_nacl_private_impl.cc#newcode1000 components/nacl/renderer/ppb_nacl_private_impl.cc:1000: int32_t CreateJsonManifest(PP_Instance instance, On 2014/05/29 16:10:18, dmichael wrote: > ...
6 years, 6 months ago (2014-05-29 16:14:02 UTC) #3
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 6 months ago (2014-05-29 16:14:05 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/301013002/80001
6 years, 6 months ago (2014-05-29 16:15:14 UTC) #5
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 6 months ago (2014-05-29 17:09:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/301013002/100001
6 years, 6 months ago (2014-05-29 17:10:09 UTC) #7
teravest
6 years, 6 months ago (2014-05-29 19:11:23 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r273535 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698