summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of ssl_cert_error_handler.h dependency from Chrome.jam@chromium.org2012-02-134-11/+23
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-123-59/+8
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-1/+2
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-241-4/+5
* Add tests for the webui implementation of the SSL client certificate selector.kevers@chromium.org2012-01-242-8/+23
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-185-9/+10
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-185-10/+9
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-175-9/+10
* Fix merge errorjam@chromium.org2012-01-041-1/+1
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-3/+4
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-045-13/+14
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-3/+3
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-292-3/+4
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-284-17/+28
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-5/+8
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+2
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-272-25/+29
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-2/+3
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-151-1/+1
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-4/+4
* Add OVERRIDE to content/.avi@chromium.org2011-11-173-5/+5
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-103-6/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-024-5/+11
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-284-4/+4
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-6/+10
* Fix SSL client auth selector multi-profile handling.mattm@chromium.org2011-10-205-6/+38
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-8/+9
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-192-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-194-40/+45
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Ignore revocation check failures from automated requests.agl@chromium.org2011-10-122-7/+13
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-304-20/+24
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-275-22/+25
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-275-25/+22
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-275-22/+25
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-235-17/+23
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-225-24/+18
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-225-18/+24
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-134-11/+19