summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of webkit/plugins/plugin_constants.* and move them to content/public/...jam@chromium.org2013-08-091-1/+1
* Split PepperPluginRegistry into the pieces that are needed in each process. c...jam@chromium.org2013-07-251-3/+2
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-20/+20
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-191-4/+59
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-24/+22
* Remove plugin_list.h includes from chrome tests in preparation for moving web...jam@chromium.org2013-07-181-34/+32
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-181-1/+1
* Remove the two years old code to enable the nacl plugin once if it's disabled...jam@chromium.org2013-07-171-4/+0
* Remove unused includes of plugin_list.h. Also remove unused ContentClient and...jam@chromium.org2013-07-161-4/+1
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-0/+7
* Adding --disable-plugins-discovery command line switch to not load third-part...sevalo@google.com2013-06-121-0/+3
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Cleanup various bits of BrowserThreadImpl and PluginServiceImpl.thestig@chromium.org2013-04-241-7/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Really fix build after r193020.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Record stats on Chrome users running PPAPI Flash vs NPAPI Flash.yzshen@chromium.org2013-02-281-0/+42
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-30/+32
* Follow-on fixes and naming changes for https://codereview.chromium.org/12086077/jschuh@chromium.org2013-02-051-6/+6
* Revert 180600jschuh@chromium.org2013-02-051-6/+6
* Follow-on fixes and naming changes for https://codereview.chromium.org/12086077/cevans@chromium.org2013-02-051-6/+6
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-02-041-2/+8
* Only permit plug-in loads in the browser if the plug-in isn't blocked or thecevans@chromium.org2013-02-011-5/+25
* Broke ContentSettingBubbleModelTest.Plugins on Android.dbeam@chromium.org2013-02-011-25/+5
* Only permit plug-in loads in the browser if the plug-in isn't blocked or thecevans@chromium.org2013-02-011-5/+25
* Revert 179987dmichael@chromium.org2013-01-311-8/+2
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-01-311-2/+8
* Implement a prototype to render cross-site iframes in a separate process from...nasko@chromium.org2013-01-231-1/+18
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-1/+1
* Switch to using FilePathWatcher::Callback instead of FilePathWatcher::Delegate.darin@chromium.org2013-01-081-27/+22
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-2/+2
* Exclude PluginService for builds with enable_plugins==0nileshagrawal@chromium.org2012-12-201-6/+0
* Disable the failing linux aura browser tests so that it can be enabled on the...jam@chromium.org2012-12-191-27/+32
* Add a gyp flag to allow removing dependency on ppapi.nileshagrawal@chromium.org2012-12-051-0/+6
* Avoid watching for plugin updates on Androiddfalcantara@chromium.org2012-11-071-4/+4
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-20/+15
* Move a bunch of content\common code into the content namespace.jam@chromium.org2012-10-231-0/+1
* Only register the newer one of {bundled, component} Pepper Flash.bauerb@chromium.org2012-10-101-0/+5
* Cleanup WebPluginDelegate implementations.thestig@chromium.org2012-09-271-3/+9
* Remove PluginGroupibraaaa@google.com2012-09-271-20/+0
* Get rid of the content::NOTIFICATION_APP_ACTIVATED notification since it was ...jam@chromium.org2012-09-241-23/+7
* Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().bauerb@chromium.org2012-06-291-2/+2
* Run a ppapi process per (profile, plugin) pair.tsepez@chromium.org2012-05-311-7/+12