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

Issue 8989046: WebSocket Pepper API: add interfaces to handle binaryType attribute (Closed)

Created:
8 years, 12 months ago by Takashi Toyoshima
Modified:
8 years, 11 months ago
CC:
chromium-reviews, piman+watch_chromium.org, ihf+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

WebSocket Pepper API: add interfaces to handle binaryType attribute Add interfaces to handle binaryType attribute for various binary types supporting in API version 0.9. Keeps the old interface as 0.1 for compatibility, and add simple unit test just to instansiate the old interface. Adding new interfaces are based on the WebSocket API. BUG=87310 TEST=ui_test --gtest_filter='PPAPITest.WebSocket_*' Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117391

Patch Set 1 #

Patch Set 2 : remove other change dependencies #

Patch Set 3 : s/2011/2012/g #

Total comments: 13

Patch Set 4 : fix reviewed points #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -32 lines) Patch
M ppapi/api/dev/ppb_websocket_dev.idl View 1 2 3 3 chunks +54 lines, -11 lines 0 comments Download
M ppapi/c/dev/ppb_websocket_dev.h View 1 2 3 5 chunks +79 lines, -14 lines 0 comments Download
M ppapi/tests/test_websocket.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_websocket_api.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/thunk/ppb_websocket_thunk.cc View 1 2 chunks +39 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_websocket_impl.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_websocket_impl.cc View 1 2 3 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Takashi Toyoshima
A happy new year. Could you review on WebSocket binding IDL? Now, our bindings are ...
8 years, 11 months ago (2012-01-10 11:20:41 UTC) #1
dmichael (off chromium)
lgtm http://codereview.chromium.org/8989046/diff/4001/ppapi/api/dev/ppb_websocket_dev.idl File ppapi/api/dev/ppb_websocket_dev.idl (right): http://codereview.chromium.org/8989046/diff/4001/ppapi/api/dev/ppb_websocket_dev.idl#newcode58 ppapi/api/dev/ppb_websocket_dev.idl:58: PP_WEBSOCKETBINARYTYPE_INVALID = -1, append _DEV http://codereview.chromium.org/8989046/diff/4001/ppapi/api/dev/ppb_websocket_dev.idl#newcode324 ppapi/api/dev/ppb_websocket_dev.idl:324: * ...
8 years, 11 months ago (2012-01-11 04:53:41 UTC) #2
Takashi Toyoshima
Thank you for your review. http://codereview.chromium.org/8989046/diff/4001/ppapi/api/dev/ppb_websocket_dev.idl File ppapi/api/dev/ppb_websocket_dev.idl (right): http://codereview.chromium.org/8989046/diff/4001/ppapi/api/dev/ppb_websocket_dev.idl#newcode324 ppapi/api/dev/ppb_websocket_dev.idl:324: * SetBinaryType() specifies binary ...
8 years, 11 months ago (2012-01-11 05:25:49 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/8989046/5013
8 years, 11 months ago (2012-01-12 02:49:11 UTC) #4
commit-bot: I haz the power
8 years, 11 months ago (2012-01-12 07:03:53 UTC) #5
Change committed as 117391

Powered by Google App Engine
This is Rietveld 408576698