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

Issue 11474040: Fix some types at the IPC layer. Sizes should be unsigned. (Closed)

Created:
8 years ago by Chris Evans
Modified:
8 years ago
CC:
chromium-reviews, Wez
Visibility:
Public.

Description

Fix some types at the IPC layer. Sizes should be unsigned. BUG=164958 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172474

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M ppapi/api/dev/pp_video_dev.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/c/dev/pp_video_dev.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_graphics_3d_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_graphics_3d_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_video_decoder_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_video_decoder_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_video_decoder_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Chris Evans
8 years ago (2012-12-07 23:02:52 UTC) #1
Chris Evans
@brettw: Viet-Trung suggested I bounce this review over to you.
8 years ago (2012-12-07 23:18:04 UTC) #2
brettw
https://codereview.chromium.org/11474040/diff/1/ppapi/proxy/ppb_video_decoder_proxy.cc File ppapi/proxy/ppb_video_decoder_proxy.cc (right): https://codereview.chromium.org/11474040/diff/1/ppapi/proxy/ppb_video_decoder_proxy.cc#newcode235 ppapi/proxy/ppb_video_decoder_proxy.cc:235: PP_VideoBitstreamBuffer_Dev bitstream = { id, buffer.host_resource(), size }; This ...
8 years ago (2012-12-07 23:21:54 UTC) #3
Chris Evans
On 2012/12/07 23:21:54, brettw wrote: > https://codereview.chromium.org/11474040/diff/1/ppapi/proxy/ppb_video_decoder_proxy.cc > File ppapi/proxy/ppb_video_decoder_proxy.cc (right): > > https://codereview.chromium.org/11474040/diff/1/ppapi/proxy/ppb_video_decoder_proxy.cc#newcode235 > ...
8 years ago (2012-12-07 23:28:40 UTC) #4
Chris Evans
Thanks Brett. As discussed over chat, made the size in the ppapi/api/dev/pp_video_dev.idl file unsigned too. ...
8 years ago (2012-12-07 23:45:57 UTC) #5
Wez
-wez, +fischman: I believe PP_Video_Dev is used by Ami's PPB_VideoDecoder_Dev interface.
8 years ago (2012-12-07 23:52:19 UTC) #6
Ami GONE FROM CHROMIUM
LGTM % removing the static_cast<size_t>() in PPB_VideoDecoder_Impl::Decode().
8 years ago (2012-12-08 00:29:08 UTC) #7
brettw
lgtm
8 years ago (2012-12-08 00:32:48 UTC) #8
Chris Evans
Thanks. Added @ihf as FYI.
8 years ago (2012-12-08 00:38:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cevans@chromium.org/11474040/4004
8 years ago (2012-12-10 21:27:38 UTC) #10
commit-bot: I haz the power
Presubmit check for 11474040-4004 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-10 21:27:50 UTC) #11
Cris Neckar
8 years ago (2012-12-12 00:44:09 UTC) #12
lgtm

Powered by Google App Engine
This is Rietveld 408576698