summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-5/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-3/+6
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-1/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-2/+17
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-11/+4
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-1/+27
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-0/+82