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

Issue 333045: WIP: websocket live experiment (Closed)

Created:
11 years, 1 month ago by ukai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

WIP: websocket live experiment BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30328

Patch Set 1 #

Total comments: 18

Patch Set 2 : fix review comments #

Total comments: 10

Patch Set 3 : upload again #

Patch Set 4 : fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+553 lines, -0 lines) Patch
A chrome/browser/net/websocket_experiment/websocket_experiment_task.h View 2 3 1 chunk +206 lines, -0 lines 0 comments Download
A chrome/browser/net/websocket_experiment/websocket_experiment_task.cc View 1 chunk +345 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ukai
11 years, 1 month ago (2009-10-27 08:47:18 UTC) #1
tyoshino (SeeGerritForStatus)
http://codereview.chromium.org/333045/diff/1/2 File chrome/browser/net/websocket_experiment_task.cc (right): http://codereview.chromium.org/333045/diff/1/2#newcode61 Line 61: method_factory_.RevokeAll(); Comment "Revoke timeout timer" plz http://codereview.chromium.org/333045/diff/1/2#newcode63 Line ...
11 years, 1 month ago (2009-10-27 10:20:29 UTC) #2
Yuzo
http://codereview.chromium.org/333045/diff/1/2 File chrome/browser/net/websocket_experiment_task.cc (right): http://codereview.chromium.org/333045/diff/1/2#newcode144 Line 144: case STATE_WEBSOCKET_IDLE: How about naming this STATE_WEBSOCKET_WAIT? To ...
11 years, 1 month ago (2009-10-27 10:28:25 UTC) #3
ukai
http://codereview.chromium.org/333045/diff/1/2 File chrome/browser/net/websocket_experiment_task.cc (right): http://codereview.chromium.org/333045/diff/1/2#newcode61 Line 61: method_factory_.RevokeAll(); On 2009/10/27 10:20:29, tyoshino wrote: > Comment ...
11 years, 1 month ago (2009-10-28 06:59:13 UTC) #4
Yuzo
Hmm, I only see update for .gyp, but not for .h and .cc. Have you ...
11 years, 1 month ago (2009-10-28 07:22:59 UTC) #5
ukai
On 2009/10/28 07:22:59, Yuzo wrote: > Hmm, I only see update for .gyp, but not ...
11 years, 1 month ago (2009-10-28 07:30:50 UTC) #6
tyoshino (SeeGerritForStatus)
LGTM http://codereview.chromium.org/333045/diff/5001/5003 File chrome/browser/net/websocket_experiment/websocket_experiment_task.h (right): http://codereview.chromium.org/333045/diff/5001/5003#newcode8 Line 8: // - Fetch |http_url_| within |url_fetch_deadline_ms| msec. ...
11 years, 1 month ago (2009-10-28 07:41:37 UTC) #7
Yuzo
LGTM
11 years, 1 month ago (2009-10-28 07:44:35 UTC) #8
ukai
11 years, 1 month ago (2009-10-28 08:13:24 UTC) #9
http://codereview.chromium.org/333045/diff/5001/5003
File chrome/browser/net/websocket_experiment/websocket_experiment_task.h
(right):

http://codereview.chromium.org/333045/diff/5001/5003#newcode8
Line 8: //  - Fetch |http_url_| within |url_fetch_deadline_ms| msec.
On 2009/10/28 07:41:38, tyoshino wrote:
> http_url

Done.

http://codereview.chromium.org/333045/diff/5001/5003#newcode11
Line 11: //  - Connect to |url_| with WebSocket protocol within
On 2009/10/28 07:41:38, tyoshino wrote:
> url_ -> url

Done.

http://codereview.chromium.org/333045/diff/5001/5003#newcode17
Line 17: //    Checks message can be sent/recevied on the WebSocket connection.
On 2009/10/28 07:41:38, tyoshino wrote:
> received

Done.

http://codereview.chromium.org/333045/diff/5001/5003#newcode22
Line 22: //  - Wait some message from server within
On 2009/10/28 07:41:38, tyoshino wrote:
> Wait for?

Done.

http://codereview.chromium.org/333045/diff/5001/5003#newcode26
Line 26: //  - Wait |websocket_bye_message| message from server within
On 2009/10/28 07:41:38, tyoshino wrote:
> within -> for? I'm not sure which is better.
> Or
> Expect that ... arrives within ... msec?

Done.

Powered by Google App Engine
This is Rietveld 408576698