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

Issue 23484014: Cleanup Socket class and remove it from the platform files. (Closed)

Created:
7 years, 3 months ago by Benedikt Meurer
Modified:
7 years, 3 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev, tfarina
Visibility:
Public.

Description

Cleanup Socket class and remove it from the platform files. Move the Socket class to dedicated platform/socket.{cc,h} files. Cleaned up the implementation to allow for more code sharing. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16521

Patch Set 1 : Clean upload with similarity 99%, damn you git cl defaults... #

Patch Set 2 : Cleanup leftover junk, and rename test-sockets to test-socket. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+597 lines, -710 lines) Patch
M src/d8-debug.cc View 2 chunks +4 lines, -10 lines 0 comments Download
M src/debug.cc View 1 chunk +4 lines, -8 lines 0 comments Download
M src/debug-agent.h View 2 chunks +8 lines, -22 lines 0 comments Download
M src/debug-agent.cc View 12 chunks +61 lines, -23 lines 0 comments Download
M src/platform.h View 3 chunks +0 lines, -48 lines 1 comment Download
M src/platform-posix.cc View 1 chunk +0 lines, -198 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +0 lines, -192 lines 0 comments Download
A src/platform/socket.h View 1 chunk +101 lines, -0 lines 0 comments Download
A src/platform/socket.cc View 1 chunk +223 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.status View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-debug.cc View 9 chunks +16 lines, -17 lines 0 comments Download
A test/cctest/test-socket.cc View 1 1 chunk +176 lines, -0 lines 0 comments Download
M test/cctest/test-sockets.cc View 1 1 chunk +0 lines, -190 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Benedikt Meurer
Hey Toon, Another mostly mechanical cleanup, PTAL. -- Benedikt
7 years, 3 months ago (2013-09-03 13:19:37 UTC) #1
Toon Verwaest
lgtm
7 years, 3 months ago (2013-09-03 13:56:19 UTC) #2
tfarina
https://codereview.chromium.org/23484014/diff/7001/src/platform.h File src/platform.h (right): https://codereview.chromium.org/23484014/diff/7001/src/platform.h#newcode411 src/platform.h:411: class VirtualMemory { is the goal to move all ...
7 years, 3 months ago (2013-09-03 19:36:34 UTC) #3
Sven Panne
On 2013/09/03 19:36:34, tfarina wrote: > https://codereview.chromium.org/23484014/diff/7001/src/platform.h > File src/platform.h (right): > > https://codereview.chromium.org/23484014/diff/7001/src/platform.h#newcode411 > ...
7 years, 3 months ago (2013-09-04 06:50:16 UTC) #4
Benedikt Meurer
On 2013/09/04 06:50:16, Sven Panne wrote: > On 2013/09/03 19:36:34, tfarina wrote: > > https://codereview.chromium.org/23484014/diff/7001/src/platform.h ...
7 years, 3 months ago (2013-09-04 10:41:08 UTC) #5
Benedikt Meurer
7 years, 3 months ago (2013-09-04 10:42:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r16521.

Powered by Google App Engine
This is Rietveld 408576698