summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded gurl.h includes.thestig@chromium.org2013-06-211-1/+0
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-112-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-032-10/+8
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-022-7/+8
* Retain the synchronous error code when handling certificate errors. This is t...sgurun@chromium.org2013-05-231-4/+15
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* content: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-121-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-296-9/+9
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-143-4/+4
* Pass Resourcetype to AllowCertificateError callbacksgurun@chromium.org2013-02-251-9/+1
* content: convert SSL notifications to observer usage (take 2)phajdan.jr@chromium.org2013-02-133-33/+59
* Revert "content: convert SSL notifications to observer usage"phajdan.jr@chromium.org2013-02-113-59/+33
* content: convert SSL notifications to observer usagephajdan.jr@chromium.org2013-02-083-33/+59
* Move client certificates retrieval logic out of the SSL sockets.ppi@chromium.org2013-02-071-1/+1
* [autofill] Pass along frame URL and SSL status, only allow requests for credi...dbeam@chromium.org2012-12-061-4/+4
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-053-5/+4
* content/browser: Move ssl code into the content namespace.tfarina@chromium.org2012-10-2417-122/+140
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-237-10/+18
* Remove error handling for NOT_IN_DNS.agl@chromium.org2012-08-011-1/+0
* Remove #pragma once from contentajwong@chromium.org2012-07-118-11/+3
* Add SSlHostState::Clear()jgreenwald@chromium.org2012-06-273-3/+22
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-0/+3
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s...shishir@chromium.org2012-06-202-10/+11
* Refactor the guts of ResourceDispatcherHostImpl into a new class nameddarin@chromium.org2012-06-141-5/+4
* Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>toyoshim@chromium.org2012-05-316-6/+6
* Use WeakPtr for passing SSLErrorHandler::Delegate to SSLManager.toyoshim@chromium.org2012-05-176-23/+30
* Show the "cannot proceed" text only when appropriate.palmer@chromium.org2012-05-162-8/+14
* TabContents -> WebContentsImpl, part 13.avi@chromium.org2012-04-161-2/+2
* TabContents -> WebContentsImpl, part 14.avi@chromium.org2012-04-163-6/+5
* TabContents -> WebContentsImpl, part 12.avi@chromium.org2012-04-131-3/+3
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-113-3/+3
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-104-5/+5
* TabContents -> WebContentsImpl, part 1.avi@chromium.org2012-04-101-3/+3
* Move ResourceRequestDetails to content/public/browser and put in the content ...tfarina@chromium.org2012-03-192-11/+13
* Factor out ResourceDispatcherHost dependent code around SSLManagertoyoshim@chromium.org2012-03-136-62/+90
* Remove ProvisionalLoadDetails struct and notification, since WebContentsObser...jam@chromium.org2012-03-121-6/+0
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-127-33/+38
* Add ResourceRequestInfo.darin@chromium.org2012-03-073-14/+15
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-062-3/+3
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Fix ExpiredCertAndGoBackTests.vandebo@chromium.org2012-02-281-2/+2
* Display an interstitial for weak key errors.agl@chromium.org2012-02-151-0/+1
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-153-33/+15
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-136-227/+4
* Remove ssl_host_state.h dependency from chrome.jam@chromium.org2012-02-134-7/+46
* Remove ssl_manager.h dependency from chrome.jam@chromium.org2012-02-133-14/+3