| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch chrome code to use content::WebUI interface instead of WebUI concrete ... | jam@chromium.org | 2012-01-18 | 1 | -4/+3 |
* | Make WebUI objects not derive from WebUI. WebUI objects own the controller. T... | jam@chromium.org | 2012-01-17 | 1 | -3/+5 |
* | Start splitting out WebUI into an implementation class and an interface that ... | jam@chromium.org | 2012-01-13 | 1 | -1/+1 |
* | Get rid of the ChromeWebUI class and just make all the classes in chrome deri... | jam@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Move WebUIMessageHandler to its own file in the public directory and put it i... | jam@chromium.org | 2011-12-31 | 1 | -0/+2 |
* | Replace WebUI::tab_contents() with web_contents() and switch all users to use... | jam@chromium.org | 2011-12-30 | 1 | -2/+3 |
* | Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont... | jam@chromium.org | 2011-12-30 | 1 | -16/+11 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Coverity: Prevent NULL dereference of |active_plugin| in PluginsDOMHandler::P... | thestig@chromium.org | 2011-12-21 | 1 | -1/+3 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Support for unsandboxed out-of-process pepper. | jhorwich@chromium.org | 2011-11-09 | 1 | -0/+2 |
* | Add plugin type (NPAPI, PPAPI, etc.) to chrome://plugins. | viettrungluu@chromium.org | 2011-10-20 | 1 | -0/+19 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -8/+8 |
* | Only purge plug-in list caches for renderers belonging to a given profile. | bauerb@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | Remove NotificationsService::AllSources from PluginsDOMHandler. | bauerb@chromium.org | 2011-10-09 | 1 | -4/+6 |
* | Don't show "enable" link for plug-ins that are disabled by policy. | bauerb@chromium.org | 2011-10-05 | 1 | -7/+2 |
* | Migrate RegisterMessageCallback usage to base::bind() in plugins_ui.cc. | csilv@chromium.org | 2011-10-04 | 1 | -4/+9 |
* | Cleanup: Remove some unneeded headers in chrome/browser/ui/webui. | thestig@chromium.org | 2011-09-29 | 1 | -1/+0 |
* | Return success value from PluginPrefs::EnablePlugin. | bauerb@chromium.org | 2011-09-27 | 1 | -1/+2 |
* | Convert the PluginService interface to be an async wrapper around PluginList. | rsesek@chromium.org | 2011-09-23 | 1 | -43/+14 |
* | Remove UI relating to disabling plugin controls for all but the first profile... | bauerb@chromium.org | 2011-09-16 | 1 | -11/+2 |
* | Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -31/+107 |
* | Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -107/+31 |
* | Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,... | bauerb@chromium.org | 2011-09-15 | 1 | -31/+107 |
* | Use PluginPrefs to find out whether the PDF plugin is enabled in GViewRequest... | bauerb@chromium.org | 2011-09-02 | 1 | -8/+0 |
* | Add PluginServiceFilter interface and ChromePluginServiceFilter. | bauerb@chromium.org | 2011-09-02 | 1 | -2/+3 |
* | Add a preference to force enable the NaCl plugin as we transition to | elijahtaylor@google.com | 2011-08-26 | 1 | -0/+3 |
* | Reland r96364: Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-19 | 1 | -31/+36 |
* | Revert r96364, it's breaking a NaCl test. | mnissler@chromium.org | 2011-08-11 | 1 | -36/+31 |
* | Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL bre... | mrossetti@chromium.org | 2011-08-11 | 1 | -31/+36 |
* | Speculatively revert r96364, it's the best bet on the NaCL breakage. | mnissler@chromium.org | 2011-08-11 | 1 | -36/+31 |
* | base: Remove using declaration of FundamentalValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Removal of Profile from content part 6. | avi@chromium.org | 2011-08-11 | 1 | -3/+5 |
* | Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-11 | 1 | -31/+36 |
* | Removal of Profile from content part 5. | avi@chromium.org | 2011-08-01 | 1 | -3/+3 |
* | Add OVERRIDE to wide swaths of WebUI. | avi@chromium.org | 2011-08-01 | 1 | -5/+5 |
* | Fix regression that did not allow incognito window of first profile launched ... | mirandac@chromium.org | 2011-07-28 | 1 | -1/+1 |
* | Fix ChromeOS plugin bug. | mirandac@chromium.org | 2011-07-23 | 1 | -2/+8 |
* | Disable plugin preference control for all but the first profile to be launched. | mirandac@chromium.org | 2011-07-20 | 1 | -2/+15 |
* | Taking advantage of the larger favicon for extensions added in previous | saintlou@chromium.org | 2011-07-12 | 1 | -0/+1 |
* | Remove the deprecated functions to show about:terms from about:plugins. | msw@chromium.org | 2011-07-12 | 1 | -15/+0 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -4/+4 |
* | Get rid of ChromeWebUIDataSource subclasses. | tsepez@chromium.org | 2011-06-30 | 1 | -77/+40 |
* | Removes force_bookmark_bar_visible_ from WebUI and puts it in | sky@chromium.org | 2011-06-06 | 1 | -1/+1 |
* | Apply content-security-policy to chrome://plugins page. This involves | tsepez@chromium.org | 2011-05-31 | 1 | -67/+53 |
* | Refactor preference syncing. | zea@chromium.org | 2011-05-09 | 1 | -4/+11 |
* | Observe plug-in blacklist changes in user preferences instead of local state. | bauerb@chromium.org | 2011-04-28 | 1 | -8/+0 |
* | Move PepperPluginRegistry to content, while leaving the Chrome specific bits ... | jam@chromium.org | 2011-04-18 | 1 | -2/+3 |
* | Renaming is_off_the_record to is_incognito. Contributed by vipul.bhasin@gmail... | willchan@chromium.org | 2011-03-29 | 1 | -2/+2 |