Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Issue 10928098: Return void from all PPP CDM API interface methods (Closed)

Created:
8 years, 3 months ago by Tom Finegan
Modified:
8 years, 3 months ago
CC:
chromium-reviews, piman+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Return void from all PPP CDM API interface methods Since we will support only out of process CDMs, the return values are not of interest to callers. All the return values conveyed was that a message was dispatched successfully. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156456

Patch Set 1 #

Total comments: 2

Patch Set 2 : Restore PluginInstance return values, and revert PpapiDecryptor changes. #

Total comments: 2

Patch Set 3 : Rebased #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -193 lines) Patch
M ppapi/api/private/ppp_content_decryptor_private.idl View 5 chunks +5 lines, -30 lines 0 comments Download
M ppapi/c/private/ppp_content_decryptor_private.h View 5 chunks +13 lines, -39 lines 0 comments Download
M ppapi/cpp/private/content_decryptor_private.h View 1 chunk +5 lines, -5 lines 0 comments Download
M ppapi/cpp/private/content_decryptor_private.cc View 1 chunk +41 lines, -46 lines 2 comments Download
M ppapi/proxy/ppp_content_decryptor_private_proxy.cc View 5 chunks +35 lines, -35 lines 0 comments Download
M webkit/media/crypto/ppapi/cdm_wrapper.cc View 7 chunks +14 lines, -24 lines 4 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 4 chunks +17 lines, -14 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Tom Finegan
Dear reviewers, PTAL-- hopefully this can land without much iteration, but I'm not certain about ...
8 years, 3 months ago (2012-09-11 03:20:19 UTC) #1
dmichael (off chromium)
http://codereview.chromium.org/10928098/diff/1/webkit/plugins/ppapi/ppapi_plugin_instance.cc File webkit/plugins/ppapi/ppapi_plugin_instance.cc (right): http://codereview.chromium.org/10928098/diff/1/webkit/plugins/ppapi/ppapi_plugin_instance.cc#newcode1461 webkit/plugins/ppapi/ppapi_plugin_instance.cc:1461: return; At this level, I think it's up to ...
8 years, 3 months ago (2012-09-11 15:59:17 UTC) #2
Tom Finegan
I restored the return values for the PluginInstance methods that provide access to the PPP ...
8 years, 3 months ago (2012-09-11 16:49:24 UTC) #3
dmichael (off chromium)
lgtm
8 years, 3 months ago (2012-09-12 16:22:33 UTC) #4
ddorwin
LGTM for media code. One question. http://codereview.chromium.org/10928098/diff/5001/ppapi/cpp/private/content_decryptor_private.cc File ppapi/cpp/private/content_decryptor_private.cc (right): http://codereview.chromium.org/10928098/diff/5001/ppapi/cpp/private/content_decryptor_private.cc#newcode32 ppapi/cpp/private/content_decryptor_private.cc:32: return; Now we ...
8 years, 3 months ago (2012-09-12 22:50:54 UTC) #5
Tom Finegan (google)
Syncing, rebasing, and uploading CL again before CQ'ing. http://codereview.chromium.org/10928098/diff/5001/ppapi/cpp/private/content_decryptor_private.cc File ppapi/cpp/private/content_decryptor_private.cc (right): http://codereview.chromium.org/10928098/diff/5001/ppapi/cpp/private/content_decryptor_private.cc#newcode32 ppapi/cpp/private/content_decryptor_private.cc:32: return; ...
8 years, 3 months ago (2012-09-12 22:58:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10928098/6002
8 years, 3 months ago (2012-09-12 23:09:07 UTC) #7
commit-bot: I haz the power
Change committed as 156456
8 years, 3 months ago (2012-09-13 01:36:49 UTC) #8
xhwang
Thanks for the quick patch! Just a few questions. http://codereview.chromium.org/10928098/diff/6002/ppapi/cpp/private/content_decryptor_private.cc File ppapi/cpp/private/content_decryptor_private.cc (right): http://codereview.chromium.org/10928098/diff/6002/ppapi/cpp/private/content_decryptor_private.cc#newcode32 ppapi/cpp/private/content_decryptor_private.cc:32: ...
8 years, 3 months ago (2012-09-13 12:24:58 UTC) #9
Tom Finegan
About the additional work in comments: new CL, or add the work here? http://codereview.chromium.org/10928098/diff/6002/ppapi/cpp/private/content_decryptor_private.cc File ...
8 years, 3 months ago (2012-09-14 00:08:37 UTC) #10
xhwang
A new CL with reference to this CL (in description) would work. On 2012/09/14 00:08:37, ...
8 years, 3 months ago (2012-09-14 00:18:06 UTC) #11
jvoung (off chromium)
Hi did running the IDL "generator.py" not update the "pnacl_shim.c" file? E.g., in http://codereview.chromium.org/10913291/
8 years, 3 months ago (2012-09-16 17:32:56 UTC) #12
Tom Finegan
On 2012/09/16 17:32:56, jvoung (chromium) wrote: > Hi did running the IDL "generator.py" not update ...
8 years, 3 months ago (2012-09-17 22:13:51 UTC) #13
jvoung (off chromium)
8 years, 3 months ago (2012-09-17 22:21:16 UTC) #14
On 2012/09/17 22:13:51, tomf wrote:
> On 2012/09/16 17:32:56, jvoung (chromium) wrote:
> > Hi did running the IDL "generator.py" not update the "pnacl_shim.c" file?
> > E.g., in http://codereview.chromium.org/10913291/
> 
> I didn't see a change to pnacl_shim.c-- this could easily have been my fault.
I
> ran generator.py before rebasing my tree, but not after the rebase. I did
this:
> 
> 1) Wrote CL
> 2) Got LGTM
> 3) Rebase
> 4) CQ'd change
> 
> Should I have had another step where I ran generator.py, just in case?

Ah, it might have been that the generator.py change landed after you ran it the
first time.  I think normally you *wouldn't* need to run generator.py an extra
time, so maybe it was just a one-off thing.  Thanks!

Powered by Google App Engine
This is Rietveld 408576698