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

Issue 2910463004: Revert "Revert CLs landed in HttpStreamFactoryImpl to track down a crasher" (Closed)

Created:
3 years, 6 months ago by xunjieli
Modified:
3 years, 6 months ago
Reviewers:
Bence, Zhongyi Shi, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, bnc+watch_chromium.org, net-reviews_chromium.org, Ryan Hamilton, tbansal1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert "Revert CLs landed in HttpStreamFactoryImpl to track down a crasher" This reverts commit 8fb01a7d9c7310372afa618e9b4a6799e68a3365. BUG=475060, 723589 Review-Url: https://codereview.chromium.org/2910463004 Cr-Commit-Position: refs/heads/master@{#477009} Committed: https://chromium.googlesource.com/chromium/src/+/96f2a40e670b3b03ce657bfc06ddb23d4fb3ca66

Patch Set 1 : Revert of the Original Patch #

Patch Set 2 : Fix Preconnect AltSvc #

Total comments: 3

Patch Set 3 : add a test #

Patch Set 4 : self #

Total comments: 3

Patch Set 5 : add job type check #

Patch Set 6 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1317 lines, -983 lines) Patch
M net/http/bidirectional_stream.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 6 chunks +100 lines, -15 lines 0 comments Download
M net/http/http_stream_factory.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl.h View 4 chunks +14 lines, -12 lines 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 2 3 4 5 8 chunks +15 lines, -82 lines 0 comments Download
M net/http/http_stream_factory_impl_job.h View 10 chunks +24 lines, -31 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 5 16 chunks +85 lines, -140 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.h View 10 chunks +54 lines, -43 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 2 3 4 5 17 chunks +313 lines, -160 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller_unittest.cc View 1 2 3 4 5 44 chunks +643 lines, -464 lines 0 comments Download
M net/http/http_stream_factory_impl_request_unittest.cc View 3 chunks +12 lines, -4 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_test_util.h View 5 chunks +8 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_test_util.cc View 8 chunks +35 lines, -20 lines 0 comments Download
M net/spdy/chromium/spdy_test_util_common.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 33 (19 generated)
xunjieli
zhongyi@ and bnc@ PTAL at diff between PS#1 and PS#2. (I am planning to land ...
3 years, 6 months ago (2017-05-26 17:11:02 UTC) #3
mmenke
Dirveby comments. https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc File net/http/http_stream_factory_impl_job_controller.cc (right): https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc#newcode112 net/http/http_stream_factory_impl_job_controller.cc:112: CHECK_EQ(STATE_RESOLVE_PROXY_COMPLETE, next_state_); Think can change this back ...
3 years, 6 months ago (2017-05-26 17:28:05 UTC) #5
xunjieli
https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc File net/http/http_stream_factory_impl_job_controller.cc (right): https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc#newcode112 net/http/http_stream_factory_impl_job_controller.cc:112: CHECK_EQ(STATE_RESOLVE_PROXY_COMPLETE, next_state_); On 2017/05/26 17:28:04, mmenke wrote: > Think ...
3 years, 6 months ago (2017-05-26 17:35:16 UTC) #6
mmenke
On 2017/05/26 17:35:16, xunjieli wrote: > https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc > File net/http/http_stream_factory_impl_job_controller.cc (right): > > https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc#newcode112 > ...
3 years, 6 months ago (2017-05-26 17:43:39 UTC) #8
xunjieli
On 2017/05/26 17:43:39, mmenke wrote: > On 2017/05/26 17:35:16, xunjieli wrote: > > > https://codereview.chromium.org/2910463004/diff/40001/net/http/http_stream_factory_impl_job_controller.cc ...
3 years, 6 months ago (2017-05-26 17:52:02 UTC) #10
Bence
LGTM.
3 years, 6 months ago (2017-05-26 18:31:44 UTC) #11
mmenke
In that case, when you re-land this, suggest re-opening the bug, and marking it an ...
3 years, 6 months ago (2017-05-26 18:33:49 UTC) #12
xunjieli
On 2017/05/26 18:33:49, mmenke wrote: > In that case, when you re-land this, suggest re-opening ...
3 years, 6 months ago (2017-05-26 18:35:12 UTC) #13
Zhongyi Shi
https://codereview.chromium.org/2910463004/diff/80001/net/http/http_stream_factory_impl_job_controller.cc File net/http/http_stream_factory_impl_job_controller.cc (right): https://codereview.chromium.org/2910463004/diff/80001/net/http/http_stream_factory_impl_job_controller.cc#newcode802 net/http/http_stream_factory_impl_job_controller.cc:802: enable_ip_based_pooling_, session_->net_log()); Nice! https://codereview.chromium.org/2910463004/diff/80001/net/http/http_stream_factory_impl_job_controller_unittest.cc File net/http/http_stream_factory_impl_job_controller_unittest.cc (right): https://codereview.chromium.org/2910463004/diff/80001/net/http/http_stream_factory_impl_job_controller_unittest.cc#newcode1492 net/http/http_stream_factory_impl_job_controller_unittest.cc:1492: ...
3 years, 6 months ago (2017-05-30 23:47:03 UTC) #17
xunjieli
Thanks, PTAL. https://codereview.chromium.org/2910463004/diff/80001/net/http/http_stream_factory_impl_job_controller_unittest.cc File net/http/http_stream_factory_impl_job_controller_unittest.cc (right): https://codereview.chromium.org/2910463004/diff/80001/net/http/http_stream_factory_impl_job_controller_unittest.cc#newcode1492 net/http/http_stream_factory_impl_job_controller_unittest.cc:1492: On 2017/05/30 23:47:03, Zhongyi Shi wrote: > ...
3 years, 6 months ago (2017-06-02 20:33:03 UTC) #18
xunjieli
Cherie, a friendly ping! Thanks.
3 years, 6 months ago (2017-06-05 15:51:15 UTC) #24
Zhongyi Shi
lgtm
3 years, 6 months ago (2017-06-05 16:54:02 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2910463004/120001
3 years, 6 months ago (2017-06-05 16:55:11 UTC) #30
commit-bot: I haz the power
3 years, 6 months ago (2017-06-05 17:24:48 UTC) #33
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/96f2a40e670b3b03ce657bfc06dd...

Powered by Google App Engine
This is Rietveld 408576698