summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-131-3/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-2/+2
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+3
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-0/+1
* Don't select a client certs for TabContents with no TabContentsWrapper.markusheintz@chromium.org2011-12-031-60/+0
* Remove various uses of TOUCH_UI that are no longer neededrbyers@chromium.org2011-11-291-3/+0
* Lock the GTK UI of the content settings bubble if the corresponding content s...markusheintz@chromium.org2011-11-081-3/+2
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-12/+13
* Don't return settings from DefaultProvider for compound content types.bauerb@chromium.org2011-10-181-10/+14
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-10/+8
* Implement constrained window for TOUCH_UI.oshima@google.com2011-09-281-0/+3
* If multiple certificates are matched by a certificate filters then selected t...markusheintz@chromium.org2011-09-151-7/+5
* Certificate-Auto-Select: Adding support for wildcard certificate filters that...markusheintz@chromium.org2011-09-141-0/+6
* content: Make ssl client certificate constrained window use TabContentsWrappererg@chromium.org2011-09-081-1/+1
* Only auto select client certificates if policy is enabled and the certificate...markusheintz@chromium.org2011-09-051-10/+34
* - Add a method to the HostContentSettings map to return the |Value| of a cont...markusheintz@chromium.org2011-09-051-9/+8
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-2/+4
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-011-4/+2
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-2/+4
* - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...markusheintz@chromium.org2011-08-241-0/+37
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-7/+10
* Add typedefs for InfoBar-related notifications in infobar.h, so that code els...pkasting@chromium.org2011-07-011-4/+3
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-1/+1
* Revert the portion of r87696 which changed infobar notifications to use InfoB...pkasting@chromium.org2011-06-031-2/+4
* Remove JS dialog dependency from content.avi@chromium.org2011-06-031-1/+1
* Change InfoBar-related notifications to be sourced from a TabContentsWrapper,...pkasting@chromium.org2011-06-021-4/+5
* Get rid of TabContentsSSLHelper dependency from content.jam@chromium.org2011-05-181-14/+13
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-3/+5
* Move CertificateManagerModel and CertificateViewer back to chrome. Nothing u...jam@chromium.org2011-05-131-1/+1
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-051-12/+6
* Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimotosaintlou@chromium.org2011-04-291-1/+1
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-211-4/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-031-1/+2
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-2/+2
* Misc. cleanup bits I missed in my last pass.pkasting@chromium.org2011-02-091-1/+1
* Cleanup:pkasting@chromium.org2011-02-081-10/+5
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-102/+120
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+2
* Rmeove another wstring from infobar code.evan@chromium.org2010-08-171-11/+8
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-131-7/+12
* Make GTK certificate selection dialog a constrained windowdavidben@chromium.org2010-08-101-3/+1
* Display an infobar after enrolling a client certificatedavidben@chromium.org2010-08-021-0/+198
* Refactor SSLClientAuthHandler and certificate selectiondavidben@chromium.org2010-07-211-0/+24