summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location.mpcomplete@google.com2009-02-121-0/+8
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-111-1/+7
* Move resource_message_filter and resource_request_details to the renderer_host.brettw@chromium.org2009-02-051-1/+1
* Porting profiles to the Mac.avi@chromium.org2009-01-281-2/+2
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* mac bootstrapping of browser main and app startup bitspinkerton@google.com2009-01-161-1/+1
* Get rid of lowercasing plugin filenames in order to determine if two paths po...jam@chromium.org2009-01-121-1/+1
* Change "dll" to "plugin" where appropriate.avi@google.com2009-01-061-15/+16
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-10/+10
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+240