summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-39/+8
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-8/+39
* Linux: refactor zygote supportagl@chromium.org2009-06-121-4/+8
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-8/+4
* Linux: refactor zygote supportagl@chromium.org2009-06-101-4/+8
* Fix regression from r11509 which caused each plugin instance to have its own ...jam@chromium.org2009-06-051-0/+1
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-5/+6
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-1/+1
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-1/+0
* Create app_switches and remove a dep.beng@google.com2009-05-151-0/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Fix issue 11006 - any plugin process started by InProcessBrowserTest wastim@chromium.org2009-04-301-4/+4
* plugins: Some obvious ifdef removals (code that previously wouldn't link).evan@chromium.org2009-04-281-11/+0
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-2/+8
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-211-87/+10
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-5/+2
* Port plugin messages.jam@chromium.org2009-04-011-32/+15
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-26/+0
* Hide StatsTable behind --enable-stats-table.mbelshe@google.com2009-03-271-0/+1
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-261-1/+2
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-181-55/+9
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-54/+10
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-37/+15
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-19/+10
* NO CODE CHANGE.maruel@google.com2009-03-051-3/+4
* Ensure that we display a sad face for a windowed plugin when the plugin proce...ananta@chromium.org2009-03-051-21/+34
* Fix a crash when installing plugins.jhawkins@chromium.org2009-03-031-2/+5
* Add logging to ExtensionsService, UserScriptMaster,aa@chromium.org2009-02-241-0/+1
* Make plugin_process_host.cc and child_process_host.cc compile on Posix.jhawkins@chromium.org2009-02-231-59/+106
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-181-125/+17
* Have ChildProcessInfo contain a list of all running child processes (i.e. ins...jam@chromium.org2009-02-131-52/+34
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-111-68/+42
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-0/+3
* Reverting 9109.ojan@google.com2009-02-031-3/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-031-0/+3
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-11/+13
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-311-58/+9
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-8/+11
* Porting profiles to the Mac.avi@chromium.org2009-01-281-1/+2
* revert r8603rvargas@google.com2009-01-241-11/+8
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-8/+11
* More speedup of scrolling when many windowed plugins in a page. Scrolling is...jam@chromium.org2009-01-221-1/+2
* Fix a timing issue that caused gears to fail to load sometimes.mpcomplete@google.com2009-01-211-6/+5
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-21/+21
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-161-0/+94
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+2
* Change "dll" to "plugin" where appropriate.avi@google.com2009-01-061-17/+19
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-21/+20
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-231-1/+1