summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Tommi, please review everything. John please review the changes to plugin_ser...ananta@chromium.org2009-11-211-0/+11
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-3/+2
* Don't allow the browser to stay above a modal plugin window (Mac)stuartmorgan@chromium.org2009-11-041-0/+26
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-6/+3
* Fix a whole bunch of style nits.erg@google.com2009-10-131-2/+2
* Add an option to disable NaCl at compile time for platforms where it doesn't ...piman@chromium.org2009-10-021-0/+4
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-291-0/+3
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-281-3/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-281-0/+3
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-3/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+3
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-3/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+3
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-211-8/+24
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-181-10/+0
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-0/+10
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-16/+13
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-6/+1
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-13/+9
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-4/+4
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-34/+9
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-9/+34
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-34/+9
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-111-12/+0
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-111-0/+12
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+2
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-1/+1
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-1/+1
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-1/+1
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-1/+1
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-1/+1
* Refuse to load extension-private plugins for pages that don't belong to thatmpcomplete@google.com2009-06-051-6/+31
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* Change plugin handling in extension from "plugin_dir" to a "plugin" list ofmpcomplete@google.com2009-06-031-9/+10
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-0/+38
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-40/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-0/+40
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-40/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-0/+40
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-231-1/+44
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-26/+1
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Make plugin_process_host.cc and child_process_host.cc compile on Posix.jhawkins@chromium.org2009-02-231-7/+1
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-211-0/+6
* Make plugin_service.cc compile on Posix.jhawkins@chromium.org2009-02-201-1/+9
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-181-3/+3
* Have ChildProcessInfo contain a list of all running child processes (i.e. ins...jam@chromium.org2009-02-131-52/+12