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

Issue 9107046: PPAPI: Move PPB_ArrayBuffer out of Dev. (Closed)

Created:
8 years, 11 months ago by dmichael (off chromium)
Modified:
8 years, 11 months ago
Reviewers:
bbudge
CC:
darin (slow to review), brettw, chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

PPAPI: Move PPB_ArrayBuffer out of Dev. BUG=103435 TEST=N/A Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119374

Patch Set 1 #

Patch Set 2 : Fix gyp file, use 1_0 #

Total comments: 1

Patch Set 3 : Add Unmap #

Patch Set 4 : Merged. #

Patch Set 5 : Merge with new interface. #

Patch Set 6 : minor fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -427 lines) Patch
D ppapi/api/dev/ppb_var_array_buffer_dev.idl View 1 2 3 4 1 chunk +0 lines, -84 lines 0 comments Download
A + ppapi/api/ppb_var_array_buffer.idl View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
D ppapi/c/dev/ppb_var_array_buffer_dev.h View 1 2 3 4 1 chunk +0 lines, -103 lines 0 comments Download
A + ppapi/c/ppb_var_array_buffer.h View 1 2 3 4 3 chunks +10 lines, -11 lines 0 comments Download
D ppapi/cpp/dev/var_array_buffer_dev.h View 1 2 3 4 1 chunk +0 lines, -85 lines 0 comments Download
D ppapi/cpp/dev/var_array_buffer_dev.cc View 1 2 3 4 1 chunk +0 lines, -78 lines 0 comments Download
A + ppapi/cpp/var_array_buffer.h View 1 2 3 4 5 4 chunks +20 lines, -20 lines 0 comments Download
A ppapi/cpp/var_array_buffer.cc View 1 2 3 4 1 chunk +77 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 4 chunks +3 lines, -3 lines 0 comments Download
M ppapi/shared_impl/ppb_var_shared.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/ppb_var_shared.cc View 1 2 3 4 5 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ppapi/tests/test_post_message.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_websocket.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_websocket.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_websocket_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
dmichael (off chromium)
Are we ready to take this out of Dev? I'd like it to make 18. ...
8 years, 11 months ago (2012-01-12 20:59:55 UTC) #1
darin (slow to review)
http://codereview.chromium.org/9107046/diff/2003/ppapi/api/ppb_var_array_buffer.idl File ppapi/api/ppb_var_array_buffer.idl (right): http://codereview.chromium.org/9107046/diff/2003/ppapi/api/ppb_var_array_buffer.idl#newcode45 ppapi/api/ppb_var_array_buffer.idl:45: mem_t Map([in] PP_Var array); Can you remind me of ...
8 years, 11 months ago (2012-01-12 21:14:02 UTC) #2
dmichael (off chromium)
On 2012/01/12 21:14:02, darin wrote: > http://codereview.chromium.org/9107046/diff/2003/ppapi/api/ppb_var_array_buffer.idl > File ppapi/api/ppb_var_array_buffer.idl (right): > > http://codereview.chromium.org/9107046/diff/2003/ppapi/api/ppb_var_array_buffer.idl#newcode45 > ...
8 years, 11 months ago (2012-01-12 21:18:57 UTC) #3
darin (slow to review)
On Thu, Jan 12, 2012 at 1:18 PM, <dmichael@chromium.org> wrote: > On 2012/01/12 21:14:02, darin ...
8 years, 11 months ago (2012-01-12 21:30:30 UTC) #4
dmichael (off chromium)
On 2012/01/12 21:30:30, darin wrote: > On Thu, Jan 12, 2012 at 1:18 PM, <mailto:dmichael@chromium.org> ...
8 years, 11 months ago (2012-01-12 21:47:44 UTC) #5
dmichael (off chromium)
On 2012/01/12 21:47:44, dmichael wrote: > On 2012/01/12 21:30:30, darin wrote: > > On Thu, ...
8 years, 11 months ago (2012-01-18 20:52:38 UTC) #6
darin (slow to review)
On Wed, Jan 18, 2012 at 12:52 PM, <dmichael@chromium.org> wrote: > On 2012/01/12 21:47:44, dmichael ...
8 years, 11 months ago (2012-01-18 22:00:57 UTC) #7
dmichael (off chromium)
PTAL: -Added Unmap, though it currently does nothing. -Removed caching from the C++ wrapper. -Decided ...
8 years, 11 months ago (2012-01-19 19:20:44 UTC) #8
dmichael (off chromium)
bbudge primary, darin & brettw FYI
8 years, 11 months ago (2012-01-26 22:37:05 UTC) #9
bbudge
lgtm
8 years, 11 months ago (2012-01-27 00:49:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/9107046/14024
8 years, 11 months ago (2012-01-27 01:27:41 UTC) #11
commit-bot: I haz the power
8 years, 11 months ago (2012-01-27 04:55:58 UTC) #12
Change committed as 119374

Powered by Google App Engine
This is Rietveld 408576698