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

Issue 11316115: [chromedriver] Write websocket client and sync websocket client. (Closed)

Created:
8 years, 1 month ago by kkania
Modified:
8 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

[chromedriver] Write websocket client and sync websocket client. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170255

Patch Set 1 : . #

Total comments: 26

Patch Set 2 : just rename #

Patch Set 3 : . #

Total comments: 8

Patch Set 4 : address toyoshim's comments and change some NET_EXPORT_PRIVATE #

Total comments: 1

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1055 lines, -8 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 3 chunks +31 lines, -1 line 0 comments Download
A chrome/test/chromedriver/net/sync_websocket.h View 1 2 3 1 chunk +111 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/sync_websocket.cc View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/sync_websocket_unittest.cc View 1 2 3 1 chunk +174 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/url_request_context_getter.h View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/url_request_context_getter.cc View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/websocket.h View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/websocket.cc View 1 2 3 1 chunk +150 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/net/websocket_unittest.cc View 1 2 3 1 chunk +280 lines, -0 lines 0 comments Download
M net/websockets/websocket_frame.h View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M net/websockets/websocket_frame_parser.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
kkania
If either of you don't feel comfortable reviewing, can you assign to another websocket owner? ...
8 years, 1 month ago (2012-11-21 02:42:54 UTC) #1
kkania
For now we're just using the full net library. In the future we may pull ...
8 years, 1 month ago (2012-11-21 04:47:11 UTC) #2
Takashi Toyoshima
This is first review comments on web_socket*. It will affect sync_web_socket*, so I'll look them ...
8 years ago (2012-11-27 07:57:36 UTC) #3
kkania
In patch 2 I ONLY renamed all the web_socket files to websocket. In patch 3 ...
8 years ago (2012-11-27 19:58:22 UTC) #4
Takashi Toyoshima
LGTM on WebSocket with some suggestions. https://chromiumcodereview.appspot.com/11316115/diff/2002/chrome/test/chromedriver/net/web_socket.cc File chrome/test/chromedriver/net/web_socket.cc (right): https://chromiumcodereview.appspot.com/11316115/diff/2002/chrome/test/chromedriver/net/web_socket.cc#newcode30 chrome/test/chromedriver/net/web_socket.cc:30: web_socket_->Close(); Without closing ...
8 years ago (2012-11-28 09:11:29 UTC) #5
kkania
https://chromiumcodereview.appspot.com/11316115/diff/13023/chrome/test/chromedriver/net/sync_websocket.h File chrome/test/chromedriver/net/sync_websocket.h (right): https://chromiumcodereview.appspot.com/11316115/diff/13023/chrome/test/chromedriver/net/sync_websocket.h#newcode45 chrome/test/chromedriver/net/sync_websocket.h:45: bool ReadNextMessage(std::string* message); On 2012/11/28 09:11:30, Takashi Toyoshima (chromium) ...
8 years ago (2012-11-28 16:02:12 UTC) #6
Randy Smith (Not in Mondays)
On 2012/11/27 19:58:22, kkania wrote: > +rdsmith for review of url_request_context_getter.cc/h [+eroman, who I think ...
8 years ago (2012-11-28 16:40:47 UTC) #7
eroman
the urlrequestcontextgetter looks fine. i suggest adding assertion checks that geturlrequest is only called from ...
8 years ago (2012-11-28 22:56:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/11316115/8014
8 years ago (2012-11-29 16:31:25 UTC) #9
commit-bot: I haz the power
8 years ago (2012-11-29 22:21:34 UTC) #10
Message was sent while issue was closed.
Change committed as 170255

Powered by Google App Engine
This is Rietveld 408576698