summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Initialize an unititialized data member that valgrind noticed for us.michaeln@chromium.org2010-05-281-1/+5
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-2/+0
* Reenable PluginLoadUnload after fixing a race condition that made it fail inmpcomplete@chromium.org2010-04-081-1/+1
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-061-0/+6
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-2/+2
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-4/+4
* [Mac] When in fullscreen mode, ties the menubar shown state to the overlay sh...rohitrao@chromium.org2010-03-031-2/+3
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-161-1/+1
* Hide/show cursor according to NSCursor requests.avi@chromium.org2010-02-021-0/+13
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-7/+7
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-0/+1
* Add Cocoa window interposing for plugin processstuartmorgan@chromium.org2009-12-081-2/+0
* Add -profile command line switchdavemoore@chromium.org2009-11-301-0/+3
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-231-2/+2
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-71/+37
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-201-0/+2
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-091-37/+43
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-1/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-5/+4
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+4
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-2/+10
* Use SSL to fetch the "known plug-ins" list.cevans@chromium.org2009-10-191-1/+1
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-3/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-1/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-2/+2
* Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes andamanda@chromium.org2009-10-111-10/+14
* Fix a crash when a plugin file picker window is dismissed. This is aamanda@chromium.org2009-10-061-3/+8
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-011-0/+20
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-5/+6
* Change the URL for the plugin finder service.mal@chromium.org2009-09-231-1/+1
* Move the --type=plugin and --plugin-path arguments to the beginning of the ar...mdm@chromium.org2009-09-181-6/+7
* Gears File Drag Dropmichaeln@google.com2009-09-161-2/+2
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-2/+0
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-6/+7
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-6/+9
* Fix for crash bug in PluginProcessHost::OnGetCookies - it likes like this can...robertshield@chromium.org2009-08-171-1/+7
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-0/+2
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-4/+5
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-5/+4
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-4/+5
* Set up a interposing library for Carbon calls made by plugins.stuartmorgan@google.com2009-08-071-1/+20
* Navigation and cookies for Automationamit@chromium.org2009-07-281-1/+0
* CPAPI (0.11) for gears drag drop.mpcomplete@chromium.org2009-07-231-1/+21
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-6/+0
* Fix liner errors due to duplicate symbols in the switches. These switchesbrettw@chromium.org2009-07-231-0/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-3/+3
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+17
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-17/+0