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

Issue 10913238: SPDY proxy authentication support. (Closed)

Created:
8 years, 3 months ago by Michael Piatek
Modified:
8 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

SPDY proxy authentication support. BUG=147591 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159342

Patch Set 1 #

Total comments: 10

Patch Set 2 : address review comments #

Patch Set 3 : Move browser/spdyproxy to browser/net/spdyproxy. #

Total comments: 8

Patch Set 4 : Tidy password_manager changes. #

Total comments: 2

Patch Set 5 : Move infobar suppression to password_manager.cc. #

Patch Set 6 : IWYU #

Total comments: 8

Patch Set 7 : Formatting fixups. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+464 lines, -8 lines) Patch
M chrome/browser/io_thread.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 4 chunks +28 lines, -8 lines 0 comments Download
A chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h View 1 2 3 4 5 6 1 chunk +80 lines, -0 lines 0 comments Download
A chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc View 1 2 3 4 5 6 1 chunk +168 lines, -0 lines 0 comments Download
A chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc View 1 2 3 4 5 6 1 chunk +161 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_manager.cc View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M net/http/http_auth.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_auth.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
willchan no longer on Chromium
Mostly seems fine to me. Most of this is auth related, and I'll gladly defer ...
8 years, 3 months ago (2012-09-17 17:53:37 UTC) #1
cbentzel
Sorry for delay. I'd still like to add the change sketched at (http://codereview.chromium.org/10916272/) which would ...
8 years, 3 months ago (2012-09-18 15:04:12 UTC) #2
cbentzel
LGTM, with some nits. Feel free to make changes and continue without any more feedback ...
8 years, 3 months ago (2012-09-18 15:30:51 UTC) #3
Michael Piatek
No reason -- I was pattern matching on existing code -- what needs to change ...
8 years, 3 months ago (2012-09-18 15:31:23 UTC) #4
Michael Piatek
https://chromiumcodereview.appspot.com/10913238/diff/1/chrome/browser/spdyproxy/http_auth_handler_spdyproxy.cc File chrome/browser/spdyproxy/http_auth_handler_spdyproxy.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/1/chrome/browser/spdyproxy/http_auth_handler_spdyproxy.cc#newcode57 chrome/browser/spdyproxy/http_auth_handler_spdyproxy.cc:57: origin_origin.SchemeIs("https") && On 2012/09/18 15:30:52, cbentzel wrote: > The ...
8 years, 3 months ago (2012-09-18 20:32:05 UTC) #5
cbentzel
LGTM, pending directory choice On Tue, Sep 18, 2012 at 4:32 PM, <piatek@google.com> wrote: > ...
8 years, 3 months ago (2012-09-19 14:07:58 UTC) #6
Michael Piatek
Moved browser/spdyproxy to browser/net/spdyproxy.
8 years, 3 months ago (2012-09-20 22:24:12 UTC) #7
cbentzel
On 2012/09/20 22:24:12, Michael Piatek wrote: > Moved browser/spdyproxy to browser/net/spdyproxy. LGTM
8 years, 3 months ago (2012-09-21 13:00:27 UTC) #8
Ilya Sherman
https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc File chrome/browser/password_manager/password_manager_delegate_impl.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc#newcode154 chrome/browser/password_manager/password_manager_delegate_impl.cc:154: // SpdyProxy authentication, as indicated by the realm. What ...
8 years, 3 months ago (2012-09-24 23:47:25 UTC) #9
Michael Piatek
https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc File chrome/browser/password_manager/password_manager_delegate_impl.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc#newcode154 chrome/browser/password_manager/password_manager_delegate_impl.cc:154: // SpdyProxy authentication, as indicated by the realm. On ...
8 years, 2 months ago (2012-09-25 19:28:14 UTC) #10
Ilya Sherman
https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc File chrome/browser/password_manager/password_manager_delegate_impl.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc#newcode154 chrome/browser/password_manager/password_manager_delegate_impl.cc:154: // SpdyProxy authentication, as indicated by the realm. On ...
8 years, 2 months ago (2012-09-25 22:31:06 UTC) #11
Michael Piatek
https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc File chrome/browser/password_manager/password_manager_delegate_impl.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/18001/chrome/browser/password_manager/password_manager_delegate_impl.cc#newcode154 chrome/browser/password_manager/password_manager_delegate_impl.cc:154: // SpdyProxy authentication, as indicated by the realm. On ...
8 years, 2 months ago (2012-09-26 23:08:34 UTC) #12
Ilya Sherman
LGTM, thanks :)
8 years, 2 months ago (2012-09-26 23:17:17 UTC) #13
sky
LGTM https://chromiumcodereview.appspot.com/10913238/diff/34001/chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc File chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/34001/chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc#newcode17 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc:17: remove one of these lines. https://chromiumcodereview.appspot.com/10913238/diff/34001/chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h File chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h ...
8 years, 2 months ago (2012-09-28 17:14:30 UTC) #14
Michael Piatek
https://chromiumcodereview.appspot.com/10913238/diff/34001/chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc File chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc (right): https://chromiumcodereview.appspot.com/10913238/diff/34001/chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc#newcode17 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc:17: On 2012/09/28 17:14:30, sky wrote: > remove one of ...
8 years, 2 months ago (2012-09-28 17:51:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piatek@google.com/10913238/30004
8 years, 2 months ago (2012-09-28 18:16:10 UTC) #16
commit-bot: I haz the power
8 years, 2 months ago (2012-09-28 21:31:53 UTC) #17
Change committed as 159342

Powered by Google App Engine
This is Rietveld 408576698