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

Issue 12388083: Add PPB_VarArray_Dev support - part 1. (Closed)

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

Description

Add PPB_VarArray_Dev support - part 1. It includes: - C/C++ interface implementation. - Conversions between PP_Var and base::Value. It dones't include: - Serialization code for IPC. BUG=None TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188883

Patch Set 1 #

Total comments: 10

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+781 lines, -26 lines) Patch
A ppapi/api/dev/ppb_var_array_dev.idl View 1 1 chunk +76 lines, -0 lines 0 comments Download
A ppapi/c/dev/ppb_var_array_dev.h View 1 1 chunk +94 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/var_array_dev.h View 1 1 chunk +84 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/var_array_dev.cc View 1 chunk +87 lines, -0 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 6 chunks +51 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/shared_impl/array_var.h View 1 1 chunk +59 lines, -0 lines 0 comments Download
A ppapi/shared_impl/array_var.cc View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M ppapi/shared_impl/dictionary_var.cc View 1 2 2 chunks +11 lines, -2 lines 0 comments Download
M ppapi/shared_impl/var.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/shared_impl/var.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/shared_impl/var_value_conversions.cc View 1 2 5 chunks +50 lines, -4 lines 0 comments Download
M ppapi/shared_impl/var_value_conversions_unittest.cc View 1 2 7 chunks +95 lines, -20 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/thunk/ppb_var_array_thunk.cc View 1 chunk +74 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yzshen1
Hi, Raymes and David. Would you please take a look? Thanks! Raymes: everything. David: high-level ...
7 years, 9 months ago (2013-03-04 18:49:21 UTC) #1
raymes
Looks good! Mainly nits. https://codereview.chromium.org/12388083/diff/1/ppapi/cpp/dev/var_array_dev.h File ppapi/cpp/dev/var_array_dev.h (right): https://codereview.chromium.org/12388083/diff/1/ppapi/cpp/dev/var_array_dev.h#newcode24 ppapi/cpp/dev/var_array_dev.h:24: /// methods specific to array. ...
7 years, 9 months ago (2013-03-05 18:19:16 UTC) #2
yzshen1
Thanks, Raymes! Please take another look. https://codereview.chromium.org/12388083/diff/1/ppapi/cpp/dev/var_array_dev.h File ppapi/cpp/dev/var_array_dev.h (right): https://codereview.chromium.org/12388083/diff/1/ppapi/cpp/dev/var_array_dev.h#newcode24 ppapi/cpp/dev/var_array_dev.h:24: /// methods specific ...
7 years, 9 months ago (2013-03-14 22:36:48 UTC) #3
yzshen1
Hi, Raymes. Would you please take another look? Thanks!
7 years, 9 months ago (2013-03-18 19:18:56 UTC) #4
raymes
lgtm with 1 comment https://codereview.chromium.org/12388083/diff/8001/ppapi/shared_impl/array_var.cc File ppapi/shared_impl/array_var.cc (right): https://codereview.chromium.org/12388083/diff/8001/ppapi/shared_impl/array_var.cc#newcode77 ppapi/shared_impl/array_var.cc:77: elements_.resize(length); Probably need to add ...
7 years, 9 months ago (2013-03-18 20:41:08 UTC) #5
yzshen1
Thanks, Raymes! https://codereview.chromium.org/12388083/diff/8001/ppapi/shared_impl/array_var.cc File ppapi/shared_impl/array_var.cc (right): https://codereview.chromium.org/12388083/diff/8001/ppapi/shared_impl/array_var.cc#newcode77 ppapi/shared_impl/array_var.cc:77: elements_.resize(length); Because the input type is uint32_t ...
7 years, 9 months ago (2013-03-18 20:50:42 UTC) #6
raymes
Oh nevermind I didn't notice. lgtm On Mon, Mar 18, 2013 at 1:50 PM, <yzshen@chromium.org> ...
7 years, 9 months ago (2013-03-18 20:57:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/12388083/36001
7 years, 9 months ago (2013-03-18 21:15:09 UTC) #8
commit-bot: I haz the power
7 years, 9 months ago (2013-03-19 00:29:05 UTC) #9
Message was sent while issue was closed.
Change committed as 188883

Powered by Google App Engine
This is Rietveld 408576698