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

Issue 20142003: Remove ref-counting from StreamListenSocket (Closed)

Created:
7 years, 5 months ago by szym
Modified:
7 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, vsevik, grt+watch_chromium.org, amit, jam, yurys, joi+watch-content_chromium.org, paulirish+reviews_chromium.org, robertshield, jochen+watch_chromium.org, devtools-reviews_chromium.org, darin-cc_chromium.org, aandrey+blink_chromium.org, android-webview-reviews_chromium.org, pfeldman
Visibility:
Public.

Description

Remove ref-counting from StreamListenSocket Changes APIs for StreamListenSocket, TCPListenSocket, UnixDomainSocket and derived test classes to use scoped_ptr instead of scoped_refptr. BUG=263963 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220992

Patch Set 1 : undo spurious change #

Patch Set 2 : fixup #

Total comments: 4

Patch Set 3 : sync #

Patch Set 4 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -176 lines) Patch
M android_webview/browser/aw_devtools_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_devtools_delegate.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/dev_tools_server.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/devtools/browser_list_tabcontents_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/browser_list_tabcontents_provider.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome_frame/test/test_server.h View 7 chunks +11 lines, -10 lines 0 comments Download
M chrome_frame/test/test_server.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/devtools/tethering_handler.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M content/public/browser/devtools_http_handler_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/shell_devtools_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_devtools_delegate.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/server/http_connection.h View 2 chunks +2 lines, -5 lines 0 comments Download
M net/server/http_connection.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M net/server/http_server.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/server/http_server.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M net/server/http_server_unittest.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M net/socket/stream_listen_socket.h View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M net/socket/tcp_listen_socket.h View 1 2 3 3 chunks +4 lines, -7 lines 0 comments Download
M net/socket/tcp_listen_socket.cc View 1 2 3 chunks +9 lines, -8 lines 0 comments Download
M net/socket/tcp_listen_socket_unittest.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M net/socket/tcp_listen_socket_unittest.cc View 1 2 3 4 chunks +7 lines, -12 lines 0 comments Download
M net/socket/transport_client_socket_unittest.cc View 1 2 3 5 chunks +8 lines, -7 lines 0 comments Download
M net/socket/unix_domain_socket_posix.h View 7 chunks +7 lines, -7 lines 0 comments Download
M net/socket/unix_domain_socket_posix.cc View 1 2 6 chunks +16 lines, -14 lines 0 comments Download
M net/socket/unix_domain_socket_posix_unittest.cc View 1 2 6 chunks +6 lines, -7 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M net/test/embedded_test_server/http_connection.h View 3 chunks +2 lines, -3 lines 0 comments Download
M net/test/embedded_test_server/http_connection.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/fetch/http_listen_socket.h View 1 2 5 chunks +10 lines, -6 lines 0 comments Download
M net/tools/fetch/http_listen_socket.cc View 1 2 6 chunks +15 lines, -13 lines 0 comments Download
M net/tools/fetch/http_session.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
szym
7 years, 5 months ago (2013-07-25 22:48:59 UTC) #1
szym
ping
7 years, 4 months ago (2013-08-12 15:30:02 UTC) #2
joth
On 2013/08/12 15:30:02, szym wrote: > ping android_webview/ lgtm rubberstamp
7 years, 4 months ago (2013-08-17 03:38:23 UTC) #3
pfeldman
devtools lgtm
7 years, 3 months ago (2013-08-30 09:18:25 UTC) #4
szym
Moving to akalin for net/ review.
7 years, 3 months ago (2013-08-30 20:07:39 UTC) #5
akalin
ah, my favorite type of CL. net lgtm! https://codereview.chromium.org/20142003/diff/51001/net/socket/tcp_listen_socket.h File net/socket/tcp_listen_socket.h (right): https://codereview.chromium.org/20142003/diff/51001/net/socket/tcp_listen_socket.h#newcode16 net/socket/tcp_listen_socket.h:16: // ...
7 years, 3 months ago (2013-08-30 20:53:01 UTC) #6
akalin
Also mention in CL description that you're changing some APIs to work with scoped_ptrs instead ...
7 years, 3 months ago (2013-08-30 20:53:21 UTC) #7
szym
tommi@chromium.org: Please review changes in: chrome_frame/* jam@chromium.org: Please approve changes in: chrome/browser/android/* content/public/* https://codereview.chromium.org/20142003/diff/51001/net/socket/tcp_listen_socket.h File ...
7 years, 3 months ago (2013-08-30 22:08:00 UTC) #8
tommi (sloooow) - chröme
lgtm for chrome_frame/*
7 years, 3 months ago (2013-08-31 06:38:38 UTC) #9
jam
lgtm
7 years, 3 months ago (2013-09-03 16:38:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/20142003/71001
7 years, 3 months ago (2013-09-03 16:40:07 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) chromeos_unittests, components_unittests, crypto_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=150898
7 years, 3 months ago (2013-09-03 17:15:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/20142003/71001
7 years, 3 months ago (2013-09-03 17:22:50 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-09-03 19:03:09 UTC) #14
Message was sent while issue was closed.
Change committed as 220992

Powered by Google App Engine
This is Rietveld 408576698