| Commit message (Expand) | Author | Age | Files | Lines |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -5/+4 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -4/+5 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -5/+4 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -4/+5 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -5/+4 |
* | Disable NPAPI support by removing the --enable-npapi switch, chrome://flags a... | wfh | 2015-05-29 | 1 | -1/+0 |
* | Update {virtual,override} to follow C++11 style in content. | nick | 2015-04-24 | 1 | -3/+3 |
* | Enable NPAPI if policy has plugin policies. | wfh | 2015-04-11 | 1 | -1/+1 |
* | Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. | tommycli | 2015-03-16 | 1 | -3/+3 |
* | Block NPAPI plugins by default | wfh | 2015-01-21 | 1 | -0/+3 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -42/+40 |
* | Remove raw handles from base::win::RegKey | rvargas | 2014-10-17 | 1 | -5/+3 |
* | Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of... | dcheng | 2014-10-16 | 1 | -3/+5 |
* | Remove raw handles from base::win::RegKey | rvargas | 2014-10-15 | 1 | -5/+3 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -24/+24 |
* | Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. | thestig | 2014-09-04 | 1 | -0/+4 |
* | Pepper: Whitelist dev channel APIs for some apps. | hamaji@chromium.org | 2014-06-20 | 1 | -1/+2 |
* | Restart plugin loading only if the plugin list has actually become stale. | bauerb@chromium.org | 2014-01-27 | 1 | -0/+6 |
* | content: Remove odd and unused forward declaration in plugin_service_impl.h | tfarina@chromium.org | 2014-01-26 | 1 | -6/+0 |
* | Pepper: Send dev/canary channel status to plugins. | teravest@chromium.org | 2013-12-12 | 1 | -0/+1 |
* | Move more of the plugin code in the renderer to use RenderFrame instead of Re... | jam@chromium.org | 2013-12-06 | 1 | -4/+4 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | TCPSockets are switched to the new Pepper proxy. | ygorshenin@chromium.org | 2013-08-28 | 1 | -2/+1 |
* | Split PepperPluginRegistry into the pieces that are needed in each process. c... | jam@chromium.org | 2013-07-25 | 1 | -0/+1 |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -6/+6 |
* | Remove webkit/plugins/npapi. | jam@chromium.org | 2013-07-19 | 1 | -0/+8 |
* | Remove plugin_list.h includes from chrome tests in preparation for moving web... | jam@chromium.org | 2013-07-18 | 1 | -7/+3 |
* | Remove the two years old code to enable the nacl plugin once if it's disabled... | jam@chromium.org | 2013-07-17 | 1 | -1/+0 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Use a direct include of time headers in content/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -24/+26 |
* | Refactor: Simplify WaitableEventWatcher. | teravest@chromium.org | 2013-02-04 | 1 | -5/+2 |
* | Only permit plug-in loads in the browser if the plug-in isn't blocked or the | cevans@chromium.org | 2013-02-01 | 1 | -5/+9 |
* | Broke ContentSettingBubbleModelTest.Plugins on Android. | dbeam@chromium.org | 2013-02-01 | 1 | -9/+5 |
* | Only permit plug-in loads in the browser if the plug-in isn't blocked or the | cevans@chromium.org | 2013-02-01 | 1 | -5/+9 |
* | Revert 179987 | dmichael@chromium.org | 2013-01-31 | 1 | -2/+5 |
* | Refactor: Simplify WaitableEventWatcher. | teravest@chromium.org | 2013-01-31 | 1 | -5/+2 |
* | Remove the base::files:: namespace. | darin@chromium.org | 2013-01-15 | 1 | -2/+2 |
* | Switch to using FilePathWatcher::Callback instead of FilePathWatcher::Delegate. | darin@chromium.org | 2013-01-08 | 1 | -8/+4 |
* | Disable the failing linux aura browser tests so that it can be enabled on the... | jam@chromium.org | 2012-12-19 | 1 | -4/+1 |
* | Avoid watching for plugin updates on Android | dfalcantara@chromium.org | 2012-11-07 | 1 | -3/+3 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -20/+20 |
* | Only register the newer one of {bundled, component} Pepper Flash. | bauerb@chromium.org | 2012-10-10 | 1 | -0/+2 |
* | Remove PluginGroup | ibraaaa@google.com | 2012-09-27 | 1 | -4/+0 |
* | Get rid of the content::NOTIFICATION_APP_ACTIVATED notification since it was ... | jam@chromium.org | 2012-09-24 | 1 | -11/+4 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Run a ppapi process per (profile, plugin) pair. | tsepez@chromium.org | 2012-05-31 | 1 | -2/+6 |
* | Sequentialize calls to PluginList::GetPlugins from PluginService. | bauerb@chromium.org | 2012-05-16 | 1 | -1/+8 |
* | Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginServ... | bauerb@chromium.org | 2012-05-16 | 1 | -8/+1 |
* | Sequentialize calls to PluginList::GetPlugins from PluginService. | bauerb@chromium.org | 2012-05-16 | 1 | -1/+8 |