| Commit message (Expand) | Author | Age | Files | Lines |
* | Clicking on infobar to install Adobe Reader should open download page in a ne... | tfarina@chromium.org | 2011-11-10 | 1 | -1/+1 |
* | Remove needless include of the content/browser/render_process_host.h header f... | ananta@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -14/+12 |
* | Convert the PluginService interface to be an async wrapper around PluginList. | rsesek@chromium.org | 2011-09-23 | 1 | -18/+35 |
* | Get rid of synchronous calls to getting plugins to help with http://coderevie... | jam@chromium.org | 2011-09-22 | 1 | -7/+1 |
* | Removed the sending of the following content IPC messages out of chrome and r... | ananta@chromium.org | 2011-09-19 | 1 | -2/+1 |
* | Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -10/+11 |
* | Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -11/+10 |
* | Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,... | bauerb@chromium.org | 2011-09-15 | 1 | -10/+11 |
* | Add PluginServiceFilter interface and ChromePluginServiceFilter. | bauerb@chromium.org | 2011-09-02 | 1 | -11/+11 |
* | Add an icon for the PDFUnsupportedFeature infobar. | rsesek@chromium.org | 2011-09-02 | 1 | -0/+8 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -3/+5 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -5/+3 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -3/+5 |
* | Reland r96364: Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-19 | 1 | -5/+5 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 1 | -2/+2 |
* | Revert r96364, it's breaking a NaCl test. | mnissler@chromium.org | 2011-08-11 | 1 | -5/+5 |
* | Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL bre... | mrossetti@chromium.org | 2011-08-11 | 1 | -5/+5 |
* | Speculatively revert r96364, it's the best bet on the NaCL breakage. | mnissler@chromium.org | 2011-08-11 | 1 | -5/+5 |
* | Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-11 | 1 | -5/+5 |
* | Update UMA user actions parsing, primarily to include WebUI metrics. | isherman@chromium.org | 2011-08-09 | 1 | -2/+3 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 1 | -2/+6 |
* | Adobe reader actually becomes default browser when user says so! | aayushkumar@chromium.org | 2011-07-12 | 1 | -1/+4 |
* | Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC... | jam@chromium.org | 2011-05-19 | 1 | -1/+3 |
* | Move the little infobar code from TabContents to TabContentsWrapper. | jam@chromium.org | 2011-05-18 | 1 | -14/+17 |
* | Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt... | pkasting@chromium.org | 2011-05-05 | 1 | -176/+162 |
* | Adopt InterstitialPage to RenderViewHost message changes which were introduce... | markusheintz@chromium.org | 2011-05-03 | 1 | -4/+4 |
* | Move UserMetrics to content. | michaeln@google.com | 2011-04-27 | 1 | -1/+1 |
* | Move PepperPluginRegistry to content, while leaving the Chrome specific bits ... | jam@chromium.org | 2011-04-18 | 1 | -2/+2 |
* | Update link we use to install/update Reader. | jam@chromium.org | 2011-03-10 | 1 | -2/+5 |
* | Split infobar_delegate.[cc,h] into separate pieces for the different classes ... | tfarina@chromium.org | 2011-03-03 | 1 | -1/+1 |
* | Delete the temporary headers left behind in chrome\browser. I've left browse... | jam@chromium.org | 2011-03-01 | 1 | -5/+5 |
* | Enable the infobar to ask the user if they want to enable Reader to open PDFs... | jam@chromium.org | 2011-02-15 | 1 | -3/+0 |
* | Update pdf infobar strings | jam@chromium.org | 2011-02-15 | 1 | -2/+2 |
* | Really don't show the set Adobe Reader by default infobar. Also don't show i... | jam@chromium.org | 2011-02-09 | 1 | -12/+31 |
* | Disable the use-reader-by-default infobar for now. | jam@chromium.org | 2011-01-27 | 1 | -0/+5 |
* | Reverse the Yes and No buttons for the PDF infobars. | jam@chromium.org | 2011-01-27 | 1 | -44/+62 |
* | If a user chooses to open a PDF with Reader, ask them if they want to do so a... | jam@chromium.org | 2011-01-27 | 1 | -26/+144 |
* | Fix build break from previous change (files moved in between try bot run and ... | jam@chromium.org | 2011-01-22 | 1 | -2/+2 |
* | When we detect a PDF with an unsupported feature, ask the user if they want t... | jam@chromium.org | 2011-01-22 | 1 | -0/+231 |