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

Issue 9425016: Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead (Closed)

Created:
8 years, 10 months ago by Ryan Hamilton
Modified:
8 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, mmenke, Paweł Hajdan Jr.
Visibility:
Public.

Description

Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead of a bool async. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123274

Patch Set 1 #

Patch Set 2 : Fix spdy helpers #

Patch Set 3 : Sync #

Patch Set 4 : Fix SSLSocketDataProvider too #

Patch Set 5 : Fix to http_network_transcation_unittests.cc #

Patch Set 6 : Fix member fields of Mock structs #

Patch Set 7 : Jingle too! #

Patch Set 8 : sync #

Total comments: 6

Patch Set 9 : #

Patch Set 10 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1221 lines, -1221 lines) Patch
M jingle/notifier/base/chrome_async_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 12 chunks +26 lines, -24 lines 0 comments Download
M jingle/notifier/base/fake_ssl_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 11 chunks +25 lines, -27 lines 0 comments Download
M net/dns/dns_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M net/ftp/ftp_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 27 chunks +28 lines, -28 lines 0 comments Download
M net/http/http_network_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 171 chunks +256 lines, -262 lines 0 comments Download
M net/http/http_pipelined_connection_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 40 chunks +175 lines, -175 lines 0 comments Download
M net/http/http_pipelined_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 12 chunks +123 lines, -122 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 8 chunks +29 lines, -29 lines 0 comments Download
M net/socket/deterministic_socket_data_unittest.cc View 1 2 3 4 5 6 7 8 9 18 chunks +77 lines, -77 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 3 4 5 6 7 8 9 4 chunks +24 lines, -21 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 3 4 5 6 7 8 9 25 chunks +36 lines, -36 lines 0 comments Download
M net/socket/socks5_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +30 lines, -30 lines 0 comments Download
M net/socket/socks_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 7 chunks +15 lines, -15 lines 0 comments Download
M net/socket/socks_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +20 lines, -19 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 15 chunks +19 lines, -19 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
M net/socket_stream/socket_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +11 lines, -11 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -5 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 80 chunks +144 lines, -144 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 32 chunks +123 lines, -123 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 3 4 5 6 7 8 9 14 chunks +18 lines, -18 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_util.cc View 1 2 3 4 5 6 7 8 9 3 chunks +10 lines, -10 lines 0 comments Download
M net/spdy/spdy_websocket_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -4 lines 0 comments Download
M net/websockets/websocket_job_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Ryan Hamilton
akalin: you only need to look at the jingle/ changes jar: Merry christmas :>
8 years, 10 months ago (2012-02-17 22:39:59 UTC) #1
akalin
On 2012/02/17 22:39:59, Ryan Hamilton wrote: > akalin: you only need to look at the ...
8 years, 10 months ago (2012-02-17 22:41:53 UTC) #2
jar (doing other things)
This is a thankless job... and you did great. I couldn't find any typos among ...
8 years, 10 months ago (2012-02-22 17:38:25 UTC) #3
Ryan Hamilton
Thanks for the review (and the thanks :>). There's still a long way to go ...
8 years, 10 months ago (2012-02-22 17:50:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425016/9001
8 years, 10 months ago (2012-02-22 18:51:06 UTC) #5
commit-bot: I haz the power
Try job failure for 9425016-9001 (retry) on linux_rel for step "ui_tests". It's a second try, ...
8 years, 10 months ago (2012-02-22 19:56:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425016/9001
8 years, 10 months ago (2012-02-22 23:34:06 UTC) #7
commit-bot: I haz the power
Can't apply patch for file net/http/http_network_transaction_unittest.cc. While running patch -p0 --forward --force; patching file net/http/http_network_transaction_unittest.cc ...
8 years, 10 months ago (2012-02-22 23:34:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425016/17002
8 years, 10 months ago (2012-02-23 00:44:35 UTC) #9
commit-bot: I haz the power
Try job failure for 9425016-17002 (retry) on win_rel for step "ui_tests". It's a second try, ...
8 years, 10 months ago (2012-02-23 03:37:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425016/17002
8 years, 10 months ago (2012-02-23 03:49:04 UTC) #11
commit-bot: I haz the power
Try job failure for 9425016-17002 (retry) (retry) on win_rel for step "ui_tests". It's a second ...
8 years, 10 months ago (2012-02-23 07:06:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425016/17002
8 years, 10 months ago (2012-02-23 16:21:04 UTC) #13
commit-bot: I haz the power
8 years, 10 months ago (2012-02-23 18:08:08 UTC) #14
Change committed as 123274

Powered by Google App Engine
This is Rietveld 408576698