| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable NPAPI support by removing the --enable-npapi switch, chrome://flags a... | wfh | 2015-05-29 | 1 | -16/+2 |
* | Add Infobar when NPAPI plugin is not found. | wfh | 2015-05-07 | 1 | -1/+2 |
* | Add infobar for when NPAPI plugin is loaded. | wfh | 2015-05-01 | 1 | -0/+4 |
* | vs2015: avoid narrowing warning in plugin_service_impl | scottmg | 2015-04-29 | 1 | -2/+2 |
* | Dynamically disable Win32k lockdown for future child processes if NPAPI is en... | wfh | 2015-04-14 | 1 | -0/+4 |
* | Enable NPAPI if policy has plugin policies. | wfh | 2015-04-11 | 1 | -1/+9 |
* | favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]* | mostynb | 2015-03-18 | 1 | -10/+10 |
* | Enable NPAPI plugins if any plugin policies are set. | wfh | 2015-02-20 | 1 | -11/+19 |
* | Block NPAPI plugins by default | wfh | 2015-01-21 | 1 | -6/+25 |
* | Plugin service: Use the correct registry key for each watch operation. | rvargas | 2014-11-08 | 1 | -2/+2 |
* | Cleanup: Remove unneeded path_service.h includes. | thestig | 2014-11-06 | 1 | -1/+0 |
* | Remove raw handles from base::win::RegKey | rvargas | 2014-10-17 | 1 | -34/+13 |
* | Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of... | dcheng | 2014-10-16 | 1 | -13/+34 |
* | Remove raw handles from base::win::RegKey | rvargas | 2014-10-15 | 1 | -34/+13 |
* | Stop using an atom to store plugin name/version on Windows. | jam | 2014-09-10 | 1 | -4/+9 |
* | Remove implicit conversions from scoped_refptr to T* in content/ | dcheng | 2014-08-26 | 1 | -1/+1 |
* | Add base:: qualification to some COmmandLine references in content. | brettw@chromium.org | 2014-08-11 | 1 | -1/+2 |
* | Pepper: Whitelist dev channel APIs for some apps. | hamaji@chromium.org | 2014-06-20 | 1 | -2/+4 |
* | Linux: Remove some unused NPAPI code. | thestig@chromium.org | 2014-05-09 | 1 | -3/+2 |
* | Restart plugin loading only if the plugin list has actually become stale. | bauerb@chromium.org | 2014-01-27 | 1 | -14/+26 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Pepper: Send dev/canary channel status to plugins. | teravest@chromium.org | 2013-12-12 | 1 | -0/+5 |
* | Instrument pepper plugin load failures. | ihf@chromium.org | 2013-12-10 | 1 | -4/+20 |
* | Move more of the plugin code in the renderer to use RenderFrame instead of Re... | jam@chromium.org | 2013-12-06 | 1 | -9/+9 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | LOG(INFO) -> VLOG(0) in content/ | scottmg@chromium.org | 2013-11-23 | 1 | -2/+2 |
* | Remove webview-based behavior from --site-per-process flag. | creis@chromium.org | 2013-11-05 | 1 | -18/+1 |
* | Add more support for FreeBSD | Geo.Liaskos@gmail.com | 2013-09-21 | 1 | -1/+2 |
* | Check whether the Pepper CDM is available before adding the key system. | ddorwin@chromium.org | 2013-09-17 | 1 | -1/+1 |
* | Move a bunch of windows stuff from ui/base/win to ui/gfx/win | ben@chromium.org | 2013-09-12 | 1 | -2/+2 |
* | TCPSockets are switched to the new Pepper proxy. | ygorshenin@chromium.org | 2013-08-28 | 1 | -5/+3 |
* | Get rid of webkit/plugins/plugin_constants.* and move them to content/public/... | jam@chromium.org | 2013-08-09 | 1 | -1/+1 |
* | Split PepperPluginRegistry into the pieces that are needed in each process. c... | jam@chromium.org | 2013-07-25 | 1 | -3/+2 |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -20/+20 |
* | Remove webkit/plugins/npapi. | jam@chromium.org | 2013-07-19 | 1 | -4/+59 |
* | Move NPAPI implementation out of webkit/plugins/npapi and into content. | jam@chromium.org | 2013-07-19 | 1 | -24/+22 |
* | Remove plugin_list.h includes from chrome tests in preparation for moving web... | jam@chromium.org | 2013-07-18 | 1 | -34/+32 |
* | Use a direct include of the message_loop header in content/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Remove the two years old code to enable the nacl plugin once if it's disabled... | jam@chromium.org | 2013-07-17 | 1 | -4/+0 |
* | Remove unused includes of plugin_list.h. Also remove unused ContentClient and... | jam@chromium.org | 2013-07-16 | 1 | -4/+1 |
* | Make utility process run in-process when running in single-process mode. | jam@chromium.org | 2013-07-09 | 1 | -0/+7 |
* | Adding --disable-plugins-discovery command line switch to not load third-part... | sevalo@google.com | 2013-06-12 | 1 | -0/+3 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -1/+1 |
* | Cleanup various bits of BrowserThreadImpl and PluginServiceImpl. | thestig@chromium.org | 2013-04-24 | 1 | -7/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -4/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |