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

Issue 9022021: Proxy PPB_ArrayBuffer_Dev, make them work over Messaging (Closed)

Created:
9 years ago by dmichael (off chromium)
Modified:
8 years, 11 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Proxy PPB_ArrayBuffer_Dev, make them work over Messaging BUG=103435 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116594

Patch Set 1 #

Patch Set 2 : Proxy works now #

Patch Set 3 : Add testing for multiple sizes of array. #

Total comments: 2

Patch Set 4 : pre-review cleanup #

Total comments: 4

Patch Set 5 : Fixes for review comments. #

Patch Set 6 : Review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -66 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/object_serialize.cc View 1 2 3 4 5 11 chunks +66 lines, -11 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc View 1 2 3 4 chunks +53 lines, -2 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/proxy_var_cache.h View 1 chunk +1 line, -5 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/tests/test_post_message.cc View 1 2 3 2 chunks +67 lines, -44 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dmichael (off chromium)
sehr primary, brettw for ppapi/tests/test_post_message.cc I decided to go the simplest way possible for now, ...
8 years, 12 months ago (2011-12-27 22:20:47 UTC) #1
brettw
lgtm http://codereview.chromium.org/9022021/diff/8002/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h File ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h (right): http://codereview.chromium.org/9022021/diff/8002/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h#newcode40 ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h:40: ArrayBufferProxyVar(); // Not implemented, do not use. Are ...
8 years, 12 months ago (2011-12-28 20:05:14 UTC) #2
sehr (please use chromium)
One nit. LGTM. http://codereview.chromium.org/9022021/diff/8002/ppapi/native_client/src/shared/ppapi_proxy/object_serialize.cc File ppapi/native_client/src/shared/ppapi_proxy/object_serialize.cc (right): http://codereview.chromium.org/9022021/diff/8002/ppapi/native_client/src/shared/ppapi_proxy/object_serialize.cc#newcode99 ppapi/native_client/src/shared/ppapi_proxy/object_serialize.cc:99: uint64_t sum = uint64_t(value1) + value2; ...
8 years, 11 months ago (2012-01-05 19:49:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/9022021/18001
8 years, 11 months ago (2012-01-05 22:55:07 UTC) #4
commit-bot: I haz the power
8 years, 11 months ago (2012-01-06 00:09:56 UTC) #5
Change committed as 116594

Powered by Google App Engine
This is Rietveld 408576698