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

Issue 6975053: PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't (Closed)

Created:
9 years, 6 months ago by polina
Modified:
9 years, 6 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't return codes from pp_errors.h BUG=none TEST=compile + manually run ppapi_tests::VideoDecoder Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87905

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -111 lines) Patch
M ppapi/c/dev/ppb_layer_compositor_dev.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/c/dev/ppb_video_decoder_dev.h View 1 2 3 4 5 8 chunks +28 lines, -22 lines 0 comments Download
M ppapi/cpp/dev/video_decoder_dev.h View 1 2 3 4 5 2 chunks +14 lines, -8 lines 0 comments Download
M ppapi/cpp/dev/video_decoder_dev.cc View 1 2 3 4 5 3 chunks +33 lines, -21 lines 0 comments Download
M ppapi/tests/arch_dependent_sizes_32.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/arch_dependent_sizes_64.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_video_decoder.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_video_decoder.cc View 1 2 3 4 5 2 chunks +13 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppb_layer_compositor_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_layer_compositor_impl.cc View 1 2 3 4 5 3 chunks +6 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppb_video_decoder_impl.h View 1 2 3 4 5 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppb_video_decoder_impl.cc View 1 2 3 4 5 5 chunks +56 lines, -37 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
polina
9 years, 6 months ago (2011-06-01 00:24:00 UTC) #1
Ville-Mikko Rautio
Added Ami and Victoria as reviewers, as this will affect their future work substantially. Basically ...
9 years, 6 months ago (2011-06-01 11:44:15 UTC) #2
Ami GONE FROM CHROMIUM
vmr: thanks for forwarding. polina: what vmr@ said. Outstanding CLs are expected to land by ...
9 years, 6 months ago (2011-06-01 15:45:37 UTC) #3
Ami GONE FROM CHROMIUM
> polina: what vmr@ said. ...by which I also meant that this looks good to ...
9 years, 6 months ago (2011-06-01 15:47:00 UTC) #4
vrk (LEFT CHROMIUM)
LGTM
9 years, 6 months ago (2011-06-01 20:50:34 UTC) #5
polina
http://codereview.chromium.org/6975053/diff/2005/ppapi/c/dev/ppb_video_decoder_dev.h File ppapi/c/dev/ppb_video_decoder_dev.h (right): http://codereview.chromium.org/6975053/diff/2005/ppapi/c/dev/ppb_video_decoder_dev.h#newcode141 ppapi/c/dev/ppb_video_decoder_dev.h:141: // |vide_decoder| is the previously created handle to the ...
9 years, 6 months ago (2011-06-01 21:45:43 UTC) #6
darin (slow to review)
http://codereview.chromium.org/6975053/diff/9001/ppapi/c/dev/ppb_video_decoder_dev.h File ppapi/c/dev/ppb_video_decoder_dev.h (right): http://codereview.chromium.org/6975053/diff/9001/ppapi/c/dev/ppb_video_decoder_dev.h#newcode146 ppapi/c/dev/ppb_video_decoder_dev.h:146: int32_t (*Init)(PP_Resource video_decoder, nit: elsewhere we spell out Initialize. ...
9 years, 6 months ago (2011-06-03 17:54:58 UTC) #7
darin (slow to review)
LGTM w/ those nits picked.
9 years, 6 months ago (2011-06-03 17:55:10 UTC) #8
polina
http://codereview.chromium.org/6975053/diff/9001/ppapi/c/dev/ppb_video_decoder_dev.h File ppapi/c/dev/ppb_video_decoder_dev.h (right): http://codereview.chromium.org/6975053/diff/9001/ppapi/c/dev/ppb_video_decoder_dev.h#newcode146 ppapi/c/dev/ppb_video_decoder_dev.h:146: int32_t (*Init)(PP_Resource video_decoder, On 2011/06/03 17:54:58, darin wrote: > ...
9 years, 6 months ago (2011-06-03 19:35:04 UTC) #9
polina
Sync'ed passed one of vmr's CLs modifying these files.
9 years, 6 months ago (2011-06-03 21:58:02 UTC) #10
Ville-Mikko Rautio
LGTM Feel free to land this. The CL that was more affected by this landed ...
9 years, 6 months ago (2011-06-06 12:55:54 UTC) #11
polina
On 2011/06/06 12:55:54, vmr1 wrote: > LGTM > > Feel free to land this. The ...
9 years, 6 months ago (2011-06-06 21:26:19 UTC) #12
jam
I don't see how this could have caused any issue with the scrollbar tests.
9 years, 6 months ago (2011-06-06 22:07:19 UTC) #13
polina
9 years, 6 months ago (2011-06-06 22:33:49 UTC) #14
On 2011/06/06 22:07:19, John Abd-El-Malek wrote:
> I don't see how this could have caused any issue with the scrollbar tests.

Reverted the revert of this CL. Let's see if it lands now.
http://codereview.chromium.org/7112040/

Powered by Google App Engine
This is Rietveld 408576698