- 9292e072 Use PostTaskAndReplyWithResult in plugin_service_impl.cc. by fdoray · 8 years ago
- 9ed4df75 Remove ScopedVector from content/browser/. by leon.han · 8 years ago
- 4b46108 Convert enable_plugins to a buildflag header. by brettw · 9 years ago
- ed97502 content: Cleanup class/struct forward declarations by jbriance · 9 years ago
- f2a1e9f [HBD] Blanket BLOCK on all non-HTTP(s) and non-FILE URLs for Flash. by tommycli · 9 years ago
- 5e1706c3 Remove calls to IsRunningSequenceOnCurrentThread() from plugin_service_impl.cc by fdoray · 9 years ago
- 5971627 Convert //content/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- e8c57ea Remove NPAPI from browser and utility by piman · 9 years ago
- bfb2ceb Remove windowed NPAPI code by piman · 9 years ago
- b734894 Switch to standard integer types in content/browser/. by avi · 10 years ago
- 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
- 95082a6 content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- d4104aa Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" by skyostil · 10 years ago
- 422456f9 content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- 74f13dc Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" by skyostil · 10 years ago
- 5d18b24 content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- cfdd80f3 Disable NPAPI support by removing the --enable-npapi switch, chrome://flags and enterprise policy override. by wfh · 10 years ago
- 5120892 Update {virtual,override} to follow C++11 style in content. by nick · 10 years ago
- 26d09db Enable NPAPI if policy has plugin policies. by wfh · 10 years ago
- e86b298 Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. by tommycli · 10 years ago
- 0539f2f5 Block NPAPI plugins by default by wfh · 11 years ago
- c2282aa Standardize usage of virtual/override/final in content/browser/ by dcheng · 11 years ago
- 6f315b8 Remove raw handles from base::win::RegKey by rvargas · 11 years ago
- 4fe6ccad Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of https://codereview.chromium.org/632833002/) by dcheng · 11 years ago
- 1aa0fa7 Remove raw handles from base::win::RegKey by rvargas · 11 years ago
- 7fc3ac7 Replace FINAL and OVERRIDE with their C++11 counterparts in content by mohan.reddy · 11 years ago
- c4cac8f Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. by thestig · 11 years ago
- aec5ed5 Pepper: Whitelist dev channel APIs for some apps. by [email protected] · 11 years ago
- aa7f880 Restart plugin loading only if the plugin list has actually become stale. by [email protected] · 12 years ago
- 06a09504 content: Remove odd and unused forward declaration in plugin_service_impl.h by [email protected] · 12 years ago
- 8ddc6b7c Pepper: Send dev/canary channel status to plugins. by [email protected] · 12 years ago
- 60eca4eb Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. by [email protected] · 12 years ago
- fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
- 8522332e TCPSockets are switched to the new Pepper proxy. by [email protected] · 12 years ago
- dac6a5a Split PepperPluginRegistry into the pieces that are needed in each process. content/common only needed a simple method to get the list of pepper plugins. The zygote specific method moves to content/zygote. The rest moves to content/renderer, as that has dependencies on the pepper implementation which depends on blink. by [email protected] · 12 years ago
- d7bd3e5 Move webplugininfo.h to content/public. by [email protected] · 12 years ago
- 9a60ccb Remove webkit/plugins/npapi. by [email protected] · 12 years ago
- 8f337212 Remove plugin_list.h includes from chrome tests in preparation for moving webkit/plugins to content/. To do this, I simplified how we disable plugin loading for tests, and also updated the test in content to use the new way. by [email protected] · 12 years ago
- fb476a26 Remove the two years old code to enable the nacl plugin once if it's disabled. This was added to deal with old profiles when we had the plugin disabled by default. There have been 15 releases in the meantime, which is enough chances to update this pref. by [email protected] · 12 years ago
- 707e1c4 content: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
- a43858f Use a direct include of time headers in content/, part 1. by [email protected] · 12 years ago
- 2dec8ec Use base namespace for FilePath in content/browser by [email protected] · 13 years ago
- 329be05 Refactor: Simplify WaitableEventWatcher. by [email protected] · 13 years ago
- 6be31d20 Only permit plug-in loads in the browser if the plug-in isn't blocked or the by [email protected] · 13 years ago
- 8b75315 Broke ContentSettingBubbleModelTest.Plugins on Android. by [email protected] · 13 years ago
- 63f2720 Only permit plug-in loads in the browser if the plug-in isn't blocked or the by [email protected] · 13 years ago
- 1eaa5479 Revert 179987 by [email protected] · 13 years ago
- 06a07d9 Refactor: Simplify WaitableEventWatcher. by [email protected] · 13 years ago
- 6665571f Remove the base::files:: namespace. by [email protected] · 13 years ago
- 07b71c8 Switch to using FilePathWatcher::Callback instead of FilePathWatcher::Delegate. by [email protected] · 13 years ago
- 1b51720a Disable the failing linux aura browser tests so that it can be enabled on the bots. Most of the failing tests are related to task maanger and full screen. by [email protected] · 13 years ago
- 52348b2 Avoid watching for plugin updates on Android by [email protected] · 13 years ago
- 13075767 Move the remaning files in content\common to the content namespace. by [email protected] · 13 years ago
- 57aece2 Only register the newer one of {bundled, component} Pepper Flash. by [email protected] · 13 years ago
- 0b30017 Remove PluginGroup by [email protected] · 13 years ago
- 5904cb4 Get rid of the content::NOTIFICATION_APP_ACTIVATED notification since it was fired from Chrome (content notifications should only be fired from content). by [email protected] · 13 years ago
- f786717 Remove #pragma once from content by [email protected] · 13 years ago
- dd9a095 Run a ppapi process per (profile, plugin) pair. by [email protected] · 13 years ago
- a33fa9d Sequentialize calls to PluginList::GetPlugins from PluginService. by [email protected] · 13 years ago
- a7991225 Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginService. by [email protected] · 13 years ago
- df51fae Sequentialize calls to PluginList::GetPlugins from PluginService. by [email protected] · 13 years ago
- 8be4584 This adds a hang monitor for Pepper plugins. It monitors sync messages on the I/O thread of the renderer and sends a message to the browser if it's blocked for too long. by [email protected] · 13 years ago
- 209f2ae Move PluginServiceFilterParams to plugin_service_impl.h by [email protected] · 13 years ago
- 47214d88 Apply a rate limit on a per-plug-in basis to plug-in crashes. by [email protected] · 13 years ago
- df02aca Make content::ResourceContext be a real interface like the rest of the Content API (i.e. don't have setters/getters on it, and make all the functions pure virtual). by [email protected] · 13 years ago
- b6a2f8de Remove a bunch of easy entries from chrome\browser\DEPS. by [email protected] · 14 years ago
- c6f3dea Keep "internal" and "extra" plugins in the same list. by [email protected] · 14 years ago
- 9990736 Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 14 years ago
- b39e7a88b Revert 117078 - Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 14 years ago
- b4e74ee Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 14 years ago
- 3b48dbc Automatically load newly installed plug-ins if they are missing on a page. by [email protected] · 14 years ago
- e67385f Rename PluginService to PluginServiceImpl. by [email protected] · 14 years ago[Renamed (92%) from content/browser/plugin_service.h]
- bdd6deb Fix windows shared build by [email protected] · 14 years ago
- 3a5180ae Create an API around PluginService and use it from Chrome. by [email protected] · 14 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