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