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

Issue 16136009: Move PPB_VarArray and PPB_VarDictionary out of dev. (Closed)

Created:
7 years, 6 months ago by raymes
Modified:
7 years, 6 months ago
CC:
chromium-reviews, piman+watch_chromium.org, raymes+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Move PPB_VarArray and PPB_VarDictionary out of dev. BUG=236958

Patch Set 1 #

Patch Set 2 : . #

Total comments: 9

Patch Set 3 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -1068 lines) Patch
D ppapi/api/dev/ppb_var_array_dev.idl View 1 chunk +0 lines, -76 lines 0 comments Download
D ppapi/api/dev/ppb_var_dictionary_dev.idl View 1 chunk +0 lines, -89 lines 0 comments Download
A + ppapi/api/ppb_var_array.idl View 1 3 chunks +11 lines, -10 lines 0 comments Download
A + ppapi/api/ppb_var_dictionary.idl View 1 3 chunks +12 lines, -11 lines 0 comments Download
D ppapi/c/dev/ppb_var_array_dev.h View 1 chunk +0 lines, -94 lines 0 comments Download
D ppapi/c/dev/ppb_var_dictionary_dev.h View 1 chunk +0 lines, -106 lines 0 comments Download
A + ppapi/c/ppb_var_array.h View 1 2 4 chunks +16 lines, -15 lines 0 comments Download
A + ppapi/c/ppb_var_dictionary.h View 1 4 chunks +17 lines, -16 lines 0 comments Download
D ppapi/cpp/dev/var_array_dev.h View 1 chunk +0 lines, -90 lines 0 comments Download
D ppapi/cpp/dev/var_array_dev.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D ppapi/cpp/dev/var_dictionary_dev.h View 1 chunk +0 lines, -93 lines 0 comments Download
D ppapi/cpp/dev/var_dictionary_dev.cc View 1 chunk +0 lines, -110 lines 0 comments Download
M ppapi/cpp/extensions/dev/alarms_dev.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M ppapi/cpp/extensions/dev/socket_dev.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/cpp/extensions/dev/socket_dev.cc View 1 2 12 chunks +14 lines, -14 lines 0 comments Download
M ppapi/cpp/extensions/dict_field.h View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M ppapi/cpp/extensions/ext_output_traits.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/cpp/extensions/from_var_converter.h View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M ppapi/cpp/extensions/to_var_converter.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
A + ppapi/cpp/var_array.h View 3 chunks +14 lines, -14 lines 0 comments Download
A + ppapi/cpp/var_array.cc View 1 2 5 chunks +25 lines, -25 lines 0 comments Download
A + ppapi/cpp/var_dictionary.h View 1 2 2 chunks +16 lines, -16 lines 1 comment Download
A + ppapi/cpp/var_dictionary.cc View 1 2 5 chunks +32 lines, -32 lines 2 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 14 chunks +98 lines, -98 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_post_message.cc View 1 2 9 chunks +12 lines, -10 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_var_array_thunk.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ppapi/thunk/ppb_var_dictionary_thunk.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/common/plugins/ppapi/ppapi_utils.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
raymes
Noel, thanks for the comments! PTAL at ppb_var_array.idl and ppb_var_dictionary.idl. I pasted your comments into ...
7 years, 6 months ago (2013-06-09 06:23:32 UTC) #1
raymes
7 years, 6 months ago (2013-06-09 06:35:48 UTC) #2
darin (slow to review)
LGTM https://codereview.chromium.org/16136009/diff/2001/ppapi/c/ppb_var_array.h File ppapi/c/ppb_var_array.h (right): https://codereview.chromium.org/16136009/diff/2001/ppapi/c/ppb_var_array.h#newcode80 ppapi/c/ppb_var_array.h:80: * elements that no longer fit are removed ...
7 years, 6 months ago (2013-06-10 16:00:26 UTC) #3
dmichael (off chromium)
lgtm https://codereview.chromium.org/16136009/diff/2001/ppapi/api/ppb_var_dictionary.idl File ppapi/api/ppb_var_dictionary.idl (right): https://codereview.chromium.org/16136009/diff/2001/ppapi/api/ppb_var_dictionary.idl#newcode18 ppapi/api/ppb_var_dictionary.idl:18: * done by value instead of by reference. ...
7 years, 6 months ago (2013-06-11 17:19:47 UTC) #4
raymes
Sorry just getting back to this after interrups last week. Thanks for the comments! Noel: ...
7 years, 6 months ago (2013-06-16 23:35:36 UTC) #5
noelallen1
The IDL LGTM. For the C++ interfaces however, shouldn't we use "bool" instead of the ...
7 years, 6 months ago (2013-06-17 17:43:42 UTC) #6
raymes
7 years, 6 months ago (2013-06-18 16:44:59 UTC) #7
Thanks Noel. As we discussed with Yuzhu, I think you're right and it's
consistent to use bool instead of PP_Bool. I've updated this in the following CL
which I will actually commit: https://codereview.chromium.org/17005006/

Closing this CL now.

Powered by Google App Engine
This is Rietveld 408576698