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

Issue 1391053002: [net/http auth] Make HttpAuthHandler challenge handling asynchronous.

Created:
5 years, 2 months ago by asanka
Modified:
5 years, 2 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@auth-handler-init-split
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[net/http auth] Make HttpAuthHandler challenge handling asynchronous. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1853 lines, -993 lines) Patch
M net/http/http_auth.h View 2 chunks +1 line, -47 lines 0 comments Download
M net/http/http_auth.cc View 1 chunk +0 lines, -151 lines 0 comments Download
M net/http/http_auth_cache_unittest.cc View 1 chunk +10 lines, -2 lines 0 comments Download
M net/http/http_auth_controller.h View 7 chunks +120 lines, -28 lines 0 comments Download
M net/http/http_auth_controller.cc View 10 chunks +320 lines, -181 lines 0 comments Download
M net/http/http_auth_controller_unittest.cc View 9 chunks +501 lines, -33 lines 0 comments Download
M net/http/http_auth_gssapi_posix.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M net/http/http_auth_handler.h View 4 chunks +19 lines, -2 lines 0 comments Download
M net/http/http_auth_handler.cc View 1 chunk +15 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_basic.h View 2 chunks +6 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_basic.cc View 2 chunks +12 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 5 chunks +24 lines, -15 lines 0 comments Download
M net/http/http_auth_handler_digest.h View 2 chunks +8 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_digest.cc View 2 chunks +12 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_digest_unittest.cc View 7 chunks +27 lines, -14 lines 0 comments Download
M net/http/http_auth_handler_factory.h View 2 chunks +0 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_factory.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_factory_unittest.cc View 8 chunks +23 lines, -15 lines 0 comments Download
M net/http/http_auth_handler_mock.h View 6 chunks +14 lines, -9 lines 0 comments Download
M net/http/http_auth_handler_mock.cc View 7 chunks +89 lines, -23 lines 0 comments Download
M net/http/http_auth_handler_negotiate.h View 2 chunks +7 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 3 chunks +10 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_negotiate_unittest.cc View 3 chunks +11 lines, -5 lines 0 comments Download
M net/http/http_auth_handler_ntlm.h View 2 chunks +6 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_ntlm.cc View 2 chunks +12 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_unittest.cc View 2 chunks +14 lines, -8 lines 0 comments Download
M net/http/http_auth_unittest.cc View 1 chunk +0 lines, -231 lines 0 comments Download
M net/http/http_network_transaction.h View 3 chunks +4 lines, -5 lines 0 comments Download
M net/http/http_network_transaction.cc View 3 chunks +66 lines, -38 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 5 chunks +436 lines, -120 lines 0 comments Download
M net/http/http_proxy_client_socket.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 3 chunks +27 lines, -9 lines 0 comments Download
M net/http/proxy_client_socket.h View 1 chunk +0 lines, -6 lines 0 comments Download
M net/http/proxy_client_socket.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M net/log/net_log_event_type_list.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 3 chunks +31 lines, -6 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698