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

Issue 1054413002: Remove the "alternate_url" outparam from (Closed)

Created:
5 years, 8 months ago by Ryan Hamilton
Modified:
5 years, 8 months ago
Reviewers:
Bence
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the "alternate_url" outparam from HttpStreamFactoryImpl::GetAlternativeServiceRequestFor(). Remove the "original_url" param from HttpStreamFactoryImpl::Job::MarkAsAlternate() Remove the original_url_ member from HttpStreamFactoryImpl::Job and instead change origin_url_ to always be the actual URL to request. Add a new alternative_service_url_ to store the "modified" URL which is to be used for consulting socket pools and resolving proxies. Committed: https://crrev.com/32fde13971e4af00a608bc0286331a5d9b2f1213 Cr-Commit-Position: refs/heads/master@{#323852}

Patch Set 1 #

Patch Set 2 : Tweak #

Patch Set 3 : Rename GetAlternativeServiceRequestFor #

Total comments: 6

Patch Set 4 : fix comments #

Patch Set 5 : Fix preconnect #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -100 lines) Patch
M net/http/http_stream_factory_impl.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 2 3 7 chunks +23 lines, -57 lines 0 comments Download
M net/http/http_stream_factory_impl_job.h View 1 2 3 2 chunks +9 lines, -9 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 11 chunks +45 lines, -32 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Ryan Hamilton
5 years, 8 months ago (2015-04-03 16:15:54 UTC) #2
Bence
LGTM % nits. https://codereview.chromium.org/1054413002/diff/40001/net/http/http_stream_factory_impl.cc File net/http/http_stream_factory_impl.cc (right): https://codereview.chromium.org/1054413002/diff/40001/net/http/http_stream_factory_impl.cc#newcode11 net/http/http_stream_factory_impl.cc:11: #include "base/strings/string_number_conversions.h" Is this include still ...
5 years, 8 months ago (2015-04-03 19:35:52 UTC) #3
Ryan Hamilton
Thanks! https://codereview.chromium.org/1054413002/diff/40001/net/http/http_stream_factory_impl.cc File net/http/http_stream_factory_impl.cc (right): https://codereview.chromium.org/1054413002/diff/40001/net/http/http_stream_factory_impl.cc#newcode11 net/http/http_stream_factory_impl.cc:11: #include "base/strings/string_number_conversions.h" On 2015/04/03 19:35:52, Bence wrote: > ...
5 years, 8 months ago (2015-04-03 20:33:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1054413002/60001
5 years, 8 months ago (2015-04-03 20:33:55 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/11868)
5 years, 8 months ago (2015-04-03 21:39:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1054413002/80001
5 years, 8 months ago (2015-04-03 23:02:05 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-03 23:51:12 UTC) #13
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 23:52:02 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/32fde13971e4af00a608bc0286331a5d9b2f1213
Cr-Commit-Position: refs/heads/master@{#323852}

Powered by Google App Engine
This is Rietveld 408576698