1. 9292e072 Use PostTaskAndReplyWithResult in plugin_service_impl.cc. by fdoray · 8 years ago
  2. 9ed4df75 Remove ScopedVector from content/browser/. by leon.han · 8 years ago
  3. 4b46108 Convert enable_plugins to a buildflag header. by brettw · 9 years ago
  4. ed97502 content: Cleanup class/struct forward declarations by jbriance · 9 years ago
  5. f2a1e9f [HBD] Blanket BLOCK on all non-HTTP(s) and non-FILE URLs for Flash. by tommycli · 9 years ago
  6. 5e1706c3 Remove calls to IsRunningSequenceOnCurrentThread() from plugin_service_impl.cc by fdoray · 9 years ago
  7. 5971627 Convert //content/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  8. e8c57ea Remove NPAPI from browser and utility by piman · 9 years ago
  9. bfb2ceb Remove windowed NPAPI code by piman · 9 years ago
  10. b734894 Switch to standard integer types in content/browser/. by avi · 10 years ago
  11. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  12. 95082a6 content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  13. d4104aa Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" by skyostil · 10 years ago
  14. 422456f9 content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  15. 74f13dc Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" by skyostil · 10 years ago
  16. 5d18b24 content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  17. cfdd80f3 Disable NPAPI support by removing the --enable-npapi switch, chrome://flags and enterprise policy override. by wfh · 10 years ago
  18. 5120892 Update {virtual,override} to follow C++11 style in content. by nick · 10 years ago
  19. 26d09db Enable NPAPI if policy has plugin policies. by wfh · 10 years ago
  20. e86b298 Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. by tommycli · 10 years ago
  21. 0539f2f5 Block NPAPI plugins by default by wfh · 11 years ago
  22. c2282aa Standardize usage of virtual/override/final in content/browser/ by dcheng · 11 years ago
  23. 6f315b8 Remove raw handles from base::win::RegKey by rvargas · 11 years ago
  24. 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
  25. 1aa0fa7 Remove raw handles from base::win::RegKey by rvargas · 11 years ago
  26. 7fc3ac7 Replace FINAL and OVERRIDE with their C++11 counterparts in content by mohan.reddy · 11 years ago
  27. c4cac8f Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. by thestig · 11 years ago
  28. aec5ed5 Pepper: Whitelist dev channel APIs for some apps. by [email protected] · 11 years ago
  29. aa7f880 Restart plugin loading only if the plugin list has actually become stale. by [email protected] · 12 years ago
  30. 06a09504 content: Remove odd and unused forward declaration in plugin_service_impl.h by [email protected] · 12 years ago
  31. 8ddc6b7c Pepper: Send dev/canary channel status to plugins. by [email protected] · 12 years ago
  32. 60eca4eb Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. by [email protected] · 12 years ago
  33. fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
  34. 8522332e TCPSockets are switched to the new Pepper proxy. by [email protected] · 12 years ago
  35. 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
  36. d7bd3e5 Move webplugininfo.h to content/public. by [email protected] · 12 years ago
  37. 9a60ccb Remove webkit/plugins/npapi. by [email protected] · 12 years ago
  38. 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
  39. 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
  40. 707e1c4 content: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
  41. a43858f Use a direct include of time headers in content/, part 1. by [email protected] · 12 years ago
  42. 2dec8ec Use base namespace for FilePath in content/browser by [email protected] · 13 years ago
  43. 329be05 Refactor: Simplify WaitableEventWatcher. by [email protected] · 13 years ago
  44. 6be31d20 Only permit plug-in loads in the browser if the plug-in isn't blocked or the by [email protected] · 13 years ago
  45. 8b75315 Broke ContentSettingBubbleModelTest.Plugins on Android. by [email protected] · 13 years ago
  46. 63f2720 Only permit plug-in loads in the browser if the plug-in isn't blocked or the by [email protected] · 13 years ago
  47. 1eaa5479 Revert 179987 by [email protected] · 13 years ago
  48. 06a07d9 Refactor: Simplify WaitableEventWatcher. by [email protected] · 13 years ago
  49. 6665571f Remove the base::files:: namespace. by [email protected] · 13 years ago
  50. 07b71c8 Switch to using FilePathWatcher::Callback instead of FilePathWatcher::Delegate. by [email protected] · 13 years ago
  51. 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
  52. 52348b2 Avoid watching for plugin updates on Android by [email protected] · 13 years ago
  53. 13075767 Move the remaning files in content\common to the content namespace. by [email protected] · 13 years ago
  54. 57aece2 Only register the newer one of {bundled, component} Pepper Flash. by [email protected] · 13 years ago
  55. 0b30017 Remove PluginGroup by [email protected] · 13 years ago
  56. 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
  57. f786717 Remove #pragma once from content by [email protected] · 13 years ago
  58. dd9a095 Run a ppapi process per (profile, plugin) pair. by [email protected] · 13 years ago
  59. a33fa9d Sequentialize calls to PluginList::GetPlugins from PluginService. by [email protected] · 13 years ago
  60. a7991225 Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginService. by [email protected] · 13 years ago
  61. df51fae Sequentialize calls to PluginList::GetPlugins from PluginService. by [email protected] · 13 years ago
  62. 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
  63. 209f2ae Move PluginServiceFilterParams to plugin_service_impl.h by [email protected] · 13 years ago
  64. 47214d88 Apply a rate limit on a per-plug-in basis to plug-in crashes. by [email protected] · 13 years ago
  65. 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
  66. b6a2f8de Remove a bunch of easy entries from chrome\browser\DEPS. by [email protected] · 14 years ago
  67. c6f3dea Keep "internal" and "extra" plugins in the same list. by [email protected] · 14 years ago
  68. 9990736 Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 14 years ago
  69. b39e7a88b Revert 117078 - Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 14 years ago
  70. b4e74ee Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 14 years ago
  71. 3b48dbc Automatically load newly installed plug-ins if they are missing on a page. by [email protected] · 14 years ago
  72. e67385f Rename PluginService to PluginServiceImpl. by [email protected] · 14 years ago[Renamed (92%) from content/browser/plugin_service.h]
  73. bdd6deb Fix windows shared build by [email protected] · 14 years ago
  74. 3a5180ae Create an API around PluginService and use it from Chrome. by [email protected] · 14 years ago
  75. 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
  76. edc64de Add OVERRIDE to content/. by [email protected] · 14 years ago
  77. e60c023 share all the needed linux code with OpenBSD in chrome and content by [email protected] · 14 years ago
  78. 183d4b8 Move PluginPrefs to use PluginService instead of PluginList. by [email protected] · 14 years ago
  79. ee06617 Refactor PluginService to take PluginList as a dependency. by [email protected] · 14 years ago
  80. 7dba43dc Cleanup: Remove unneeded forward declarations in content/browser. by [email protected] · 14 years ago
  81. f520b5b Revert r108760 / reland r108744, r108753 w/ fix by [email protected] · 14 years ago
  82. 47217cf0 Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService" by [email protected] · 14 years ago
  83. 8dc30c4 Modify code in chrome to call wrapper functions on PluginService by [email protected] · 14 years ago
  84. d4af1e7 Gracefully handle child process death in out-of-process plugin loading. by [email protected] · 14 years ago
  85. 738a721 Move PepperPluginInfo to content/public/common and put it into the content namespace. by [email protected] · 14 years ago
  86. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  87. 88ca491 Finish moving plugin probing out of process. by [email protected] · 14 years ago
  88. 45a22e6 Only purge plug-in list caches for renderers belonging to a given profile. by [email protected] · 14 years ago
  89. 51b63f6 Use a placeholder instead of the default plugin for missing plug-ins on Mac and Linux. by [email protected] · 14 years ago
  90. a50432d Combine PpapiBrokerProcessHost into PpapiPluginProcessHost. by [email protected] · 14 years ago
  91. d33e7cc Convert the PluginService interface to be an async wrapper around PluginList. by [email protected] · 14 years ago
  92. 87c4be4 Fix crash. Call GetResourceContext() on IO thread. by [email protected] · 14 years ago
  93. 4befe759 Reland r100733 - Cancel plugin channel requests when the renderer goes away. by [email protected] · 14 years ago
  94. c132040 Revert 100733 (caused more crashes) - Cancel plugin channel requests when the renderer goes away. by [email protected] · 14 years ago
  95. 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
  96. 661f8c4 Cancel plugin channel requests when the renderer goes away. by [email protected] · 14 years ago
  97. dfba876 Add PluginServiceFilter interface and ChromePluginServiceFilter. by [email protected] · 14 years ago
  98. 6b14feb Print Preview: Always enable the internal PDF plugin for print preview. by [email protected] · 14 years ago
  99. 91d9f3d Make WebPluginInfo more generic by [email protected] · 14 years ago
  100. 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago