- b39e7a88b Revert 117078 - Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- b4e74ee Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- 3b48dbc Automatically load newly installed plug-ins if they are missing on a page. by [email protected] · 13 years ago
- e67385f Rename PluginService to PluginServiceImpl. by [email protected] · 13 years ago[Renamed (92%) from content/browser/plugin_service.h]
- bdd6deb Fix windows shared build by [email protected] · 13 years ago
- 3a5180ae Create an API around PluginService and use it from Chrome. by [email protected] · 13 years ago
- 1e12702 Remove chrome dependency on PepperPluginRegistry. This was used only by extension code to add additional mimetypes for the NaCl plugin. Since the Chrome code is what added the NaCl plugin, it doesn't need to ask content to get the list from it. As for the --register-pepper-plugins, I've been told this isn't necessary anymore. by [email protected] · 14 years ago
- edc64de Add OVERRIDE to content/. by [email protected] · 14 years ago
- e60c023 share all the needed linux code with OpenBSD in chrome and content by [email protected] · 14 years ago
- 183d4b8 Move PluginPrefs to use PluginService instead of PluginList. by [email protected] · 14 years ago
- ee06617 Refactor PluginService to take PluginList as a dependency. by [email protected] · 14 years ago
- 7dba43dc Cleanup: Remove unneeded forward declarations in content/browser. by [email protected] · 14 years ago
- f520b5b Revert r108760 / reland r108744, r108753 w/ fix by [email protected] · 14 years ago
- 47217cf0 Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService" by [email protected] · 14 years ago
- 8dc30c4 Modify code in chrome to call wrapper functions on PluginService by [email protected] · 14 years ago
- d4af1e7 Gracefully handle child process death in out-of-process plugin loading. by [email protected] · 14 years ago
- 738a721 Move PepperPluginInfo to content/public/common and put it into the content namespace. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
- 88ca491 Finish moving plugin probing out of process. by [email protected] · 14 years ago
- 45a22e6 Only purge plug-in list caches for renderers belonging to a given profile. by [email protected] · 14 years ago
- 51b63f6 Use a placeholder instead of the default plugin for missing plug-ins on Mac and Linux. by [email protected] · 14 years ago
- a50432d Combine PpapiBrokerProcessHost into PpapiPluginProcessHost. by [email protected] · 14 years ago
- d33e7cc Convert the PluginService interface to be an async wrapper around PluginList. by [email protected] · 14 years ago
- 87c4be4 Fix crash. Call GetResourceContext() on IO thread. by [email protected] · 14 years ago
- 4befe759 Reland r100733 - Cancel plugin channel requests when the renderer goes away. by [email protected] · 14 years ago
- c132040 Revert 100733 (caused more crashes) - Cancel plugin channel requests when the renderer goes away. by [email protected] · 14 years ago
- 8d128d6 Annotate all of the functions in content that need to be exported, in preparation for creating a content shared library. by [email protected] · 14 years ago
- 661f8c4 Cancel plugin channel requests when the renderer goes away. by [email protected] · 14 years ago
- dfba876 Add PluginServiceFilter interface and ChromePluginServiceFilter. by [email protected] · 14 years ago
- 6b14feb Print Preview: Always enable the internal PDF plugin for print preview. by [email protected] · 14 years ago
- 91d9f3d Make WebPluginInfo more generic by [email protected] · 14 years ago
- 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
- e63c4d7 Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or by [email protected] · 14 years ago
- 3690ebe0 Virtual destructors should have virtual keyword. by [email protected] · 14 years ago
- d259a8e Support getting the font list in Pepper. This currently only works out of by [email protected] · 14 years ago
- de23f3f Get rid of some plugin related dependencies. Have PluginObserver be created and owned by TabContentsWrapper, and have the chrome code register the default/flash plugins. by [email protected] · 14 years ago
- 11e1c18 Remove PluginSelectionPolicy since it's not used anymore. by [email protected] · 14 years ago
- 732d5af Observe plug-in blacklist changes in user preferences instead of local state. by [email protected] · 14 years ago
- 493c800 Move FilePathWatcher to base/files. by [email protected] · 14 years ago
- eb415bf0e Asynchronously create the ppapi broker. by [email protected] · 14 years ago
- 5af71dc Don't pass RDH to plugin process hosts. by [email protected] · 14 years ago
- 2de30759 Remove last extension related code in content\browser. Have the ExtensionService manage what to do when extensions with plugins are installed, as opposed to in PluginService which being in content shouldn't know about extensions. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- b8ca91f Move FilePathWatcher class from chrome/browser/... to content/common... by [email protected] · 14 years ago
- 50285ff Remove Gears from Chrome. by [email protected] · 14 years ago
- bd5174d Fix some coverity defects (mostly pass by value). by [email protected] · 14 years ago
- 7f070d4 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
- a042173 Move the rest of the core files in chrome\browser to content\browser. by [email protected] · 14 years ago