summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/browser_render_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 29747 - Switch over to the new way of enabling/disabling session/local...nsylvain@chromium.org2009-10-221-2/+0
* Switch over to the new way of enabling/disabling session/local storage.jorlow@chromium.org2009-10-221-0/+2
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-1/+1
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-1/+1
* John, please review everything.ananta@chromium.org2009-10-141-1/+5
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-1/+1
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-1/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+3
* Add a ticks counter that tells you how idle is a render processcpu@chromium.org2009-10-081-0/+2
* Reap renderer processes following fast termination.estade@chromium.org2009-10-071-1/+14
* Implement --enable-web-sockets flag.ukai@chromium.org2009-10-061-0/+1
* Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...sidchat@chromium.org2009-10-051-1/+1
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-7/+6
* Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th...pkasting@chromium.org2009-10-021-2/+3
* Add some debugging junk to ExtensionMessageService to track down a crash.mpcomplete@chromium.org2009-10-011-0/+5
* Do some cleanup of BrowserRenderProcessHost::Init to try to reduce thebrettw@chromium.org2009-10-011-141/+178
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-15/+0
* Enable <video> using cachehclam@chromium.org2009-09-301-0/+1
* Revert r27589 that broke the treehclam@chromium.org2009-09-301-1/+0
* <video> use cache if --enable-byte-range-support is presenthclam@chromium.org2009-09-301-0/+1
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-291-0/+1
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-281-5/+15
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+8
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-281-1/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-281-0/+1
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-1/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+1
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-1/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+1
* Crash the renderer not the browser when we see a storage area ID or namespace IDjorlow@chromium.org2009-09-241-3/+2
* Remove an unused variable and some includes.thestig@chromium.org2009-09-211-17/+1
* Add histograms for tab count, RenderProcessHost count, and the number ofbrettw@chromium.org2009-09-211-2/+16
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-181-1/+0
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-0/+1
* Linux: remove check that the renderer knows its PID.agl@chromium.org2009-09-141-9/+13
* Linux: set the process title (that shows in "ps" etc.) of renderers correctly...mdm@chromium.org2009-09-101-5/+6
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-1/+0
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-28/+15
* Enable extensions by default.aa@chromium.org2009-08-291-19/+0
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-17/+18
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-7/+2
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+1
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-18/+6
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-6/+18
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-18/+6
* Rework visited link updating mechanism to be more robust.dglazkov@chromium.org2009-08-101-20/+39
* Ensure that we never call into WebCore::Page static methods when Page constru...dglazkov@chromium.org2009-08-051-1/+8
* linux: make --single-process work again for pluginsevan@chromium.org2009-07-281-2/+9
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+1
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-4/+2