summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/browser_render_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 11006 - any plugin process started by InProcessBrowserTest wastim@chromium.org2009-04-301-1/+1
* Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...pkasting@chromium.org2009-04-291-1/+0
* Revert "Instead of passing down a switch to the renderer, storing a member, e...evan@chromium.org2009-04-291-0/+1
* Instead of passing down a switch to the renderer, storing a member, etc., jus...pkasting@chromium.org2009-04-291-1/+0
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-2/+13
* Adds --no-audio, which replaces the audio IPC layer with a mock audio device.scherkus@chromium.org2009-04-271-1/+2
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-7/+17
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-241-13/+2
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-241-2/+13
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-1/+3
* Add command line flag that removes randomness from javascript functions, to b...ace@google.com2009-04-141-0/+1
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-131-13/+5
* Removing --enable-video and instead relying on having DLLs present.scherkus@chromium.org2009-04-101-1/+0
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-091-0/+1
* Reverting 13419.pfeldman@chromium.org2009-04-091-1/+0
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-0/+1
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+2
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-0/+1
* Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.evan@chromium.org2009-03-291-8/+0
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+9
* Hide StatsTable behind --enable-stats-table.mbelshe@google.com2009-03-271-0/+1
* Fix fast shutdowntc@google.com2009-03-261-1/+0
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-5/+7
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-181-114/+15
* Reland the changes to use command line switch to turn on worker feature.jianli@chromium.org2009-03-181-0/+1
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-5/+14
* Revert "Enable building worker and use command line switch to turn on ..."agl@chromium.org2009-03-171-1/+0
* Enable building worker and use command line switch to turn on this feature.jianli@chromium.org2009-03-171-0/+1
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-8/+0
* Fix SessionRestoreUITest.TwoTabsSecondSelected in single process mode.jam@chromium.org2009-03-121-13/+12
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-22/+22
* Get rid of --start-renderers-manually since it's been broken for a long time ...jam@chromium.org2009-03-101-101/+69
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-101-1/+2
* Remove compile warning on OSX if brandedjrg@chromium.org2009-03-091-2/+3
* Redo my single process cleanup. The problem was that Stop() had to be called...jam@chromium.org2009-03-061-14/+6
* Revert 11048 because it caused crashes in the ui_tests single process.nsylvain@chromium.org2009-03-051-2/+14
* Instead of destruction RendererMainThread objects via a singelton, which may ...jam@chromium.org2009-03-051-14/+2
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+3
* Add comment regarding why single-process and in-process-plugins are disabled ...jam@chromium.org2009-03-041-0/+2
* Don't expose --single-process and --in-process-plugins for official Chrome re...jam@chromium.org2009-03-031-0/+4
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-1/+1
* Attempt 2 at landing this.ananta@chromium.org2009-02-281-3/+17
* Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browsertc@google.com2009-02-271-11/+3
* Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ...ananta@chromium.org2009-02-271-3/+11
* Fix painting issue after a renderer crashagl@chromium.org2009-02-271-1/+5
* Fix BrowserTest.ThirtyFourTabs and possibly other ui tests in single-process ...jam@chromium.org2009-02-261-4/+8
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-1/+1
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Correctly evict smallest transport DIB cache memberagl@chromium.org2009-02-211-1/+3
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-3/+4