summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Relanding this patch with the compile fix for Visual studio 2005. The compile...ananta@chromium.org2010-09-251-198/+4
* Revert 60574 - Fix a regression introduced in the chrome plugin installer on ...ananta@chromium.org2010-09-251-4/+198
* Fix a regression introduced in the chrome plugin installer on Windows in revi...ananta@chromium.org2010-09-251-198/+4
* FBTF: Add default ctors/dtors for various param structs.erg@google.com2010-09-151-0/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-041-2/+2
* Replace obsolete kProfile switch with kLoginProfilecmasone@google.com2010-08-021-1/+1
* Use a plain ASCII string for the UI locale in the plugin service.evan@chromium.org2010-07-301-2/+2
* Fix some bad uses of GetTempDir.agl@chromium.org2010-07-301-5/+3
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-3/+2
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-15/+8
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-211-0/+1
* Added --use-gl command line flag to select GL implementation.apatrick@chromium.org2010-07-141-0/+1
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-2/+2
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-2/+2
* Cleanup: Remove some unneeded webkit/glue headers from chrome.thestig@chromium.org2010-06-231-5/+0
* Adds the plugin version on the title. This shows upcpu@chromium.org2010-06-211-0/+1
* 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