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

Issue 256010: SocketStreamHandle implementation (skelton) for chromium (Closed)

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

Description

SocketStreamHandle implementation (skelton) for chromium. BUG=12497 TEST=none

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix yuzo's comment #

Total comments: 4

Patch Set 3 : fix darin's comment #

Total comments: 6

Patch Set 4 : fix check-webkit-style errors #

Patch Set 5 : fix yuzo's comment #

Total comments: 2

Patch Set 6 : fix tyoshino's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -0 lines) Patch
A webkit/api/src/SocketStreamHandle.cpp View 1 2 3 4 5 1 chunk +121 lines, -0 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ukai
I'd like to land it before a patch of webkit bug 29917 is landed.
11 years, 2 months ago (2009-09-30 11:05:02 UTC) #1
Yuzo
http://codereview.chromium.org/256010/diff/1/2 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/1/2#newcode57 Line 57: private: Indent? http://codereview.chromium.org/256010/diff/1/2#newcode122 Line 122: #endif Add // ...
11 years, 2 months ago (2009-09-30 11:30:07 UTC) #2
ukai
http://codereview.chromium.org/256010/diff/1/2 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/1/2#newcode57 Line 57: private: On 2009/09/30 11:30:08, Yuzo wrote: > Indent? ...
11 years, 2 months ago (2009-09-30 11:34:14 UTC) #3
darin (slow to review)
http://codereview.chromium.org/256010/diff/1003/1004 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/1003/1004#newcode73 Line 73: // ---------------- SocketStreamHandle nit: the convention for these ...
11 years, 2 months ago (2009-09-30 17:04:28 UTC) #4
ukai
http://codereview.chromium.org/256010/diff/1003/1004 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/1003/1004#newcode73 Line 73: // ---------------- SocketStreamHandle On 2009/09/30 17:04:28, darin wrote: ...
11 years, 2 months ago (2009-10-01 01:48:44 UTC) #5
Yuzo
LGTM. http://codereview.chromium.org/256010/diff/1006/1007 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/1006/1007#newcode49 Line 49: static PassOwnPtr<SocketStreamHandleInternal> create( The argument should be ...
11 years, 2 months ago (2009-10-01 02:08:58 UTC) #6
ukai
http://codereview.chromium.org/256010/diff/1006/1007 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/1006/1007#newcode49 Line 49: static PassOwnPtr<SocketStreamHandleInternal> create( On 2009/10/01 02:08:58, Yuzo wrote: ...
11 years, 2 months ago (2009-10-01 02:25:10 UTC) #7
tyoshino (SeeGerritForStatus)
LGTM http://codereview.chromium.org/256010/diff/7001/6002 File webkit/api/src/SocketStreamHandle.cpp (right): http://codereview.chromium.org/256010/diff/7001/6002#newcode31 Line 31: #include "config.h" nit: Please move #include "SocketStreamHandle.h" ...
11 years, 2 months ago (2009-10-01 03:36:13 UTC) #8
ukai
11 years, 2 months ago (2009-10-01 04:32:29 UTC) #9
http://codereview.chromium.org/256010/diff/7001/6002
File webkit/api/src/SocketStreamHandle.cpp (right):

http://codereview.chromium.org/256010/diff/7001/6002#newcode31
Line 31: #include "config.h"
On 2009/10/01 03:36:13, tyoshino wrote:
> nit: Please move #include "SocketStreamHandle.h" here to be consistent with
the
> format of other files in this dir.
> (StorageNamespaceProxy.cpp, WebNotification.cpp,
> MediaPlayerPrivateChromium.cpp, ApplicationCacheHost.cpp, etc)
> 

Done.

Powered by Google App Engine
This is Rietveld 408576698