summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/browser_render_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Add command line switch to enable speech input and disable for beta/stable ch...satish@chromium.org2010-11-161-0/+4
* Add UMA stats for saving/printing PDFs (the printing will be done through the...jam@chromium.org2010-10-301-0/+1
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-2/+4
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-6/+3
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-3/+6
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-6/+3
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-3/+6
* Support additional webkit accessibility notifications and states. ctguil@chromium.org2010-09-251-1/+4
* When the browser doesn't have connectivity to a hosted app, display a prettie...erikkay@chromium.org2010-08-271-2/+3
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-161-0/+1
* ChromeFrame currently overrides the request context for intercepting network ...ananta@chromium.org2010-08-041-2/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Revert 46384 - Fix race in zygote_host_linux where socket was being read from...kkania@chromium.org2010-05-051-1/+0
* Fix race in zygote_host_linux where socket was being read from and written to...kkania@chromium.org2010-05-041-0/+1
* Implement app process model isolation.mpcomplete@chromium.org2010-04-221-0/+3
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-6/+0
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+5
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-0/+1
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Delete an out of date comment and include header cleanup.thestig@chromium.org2010-03-181-5/+5
* Misc. cleanups noticed while working on another change.pkasting@chromium.org2010-02-121-2/+2
* Moving the page contents message processing to the RenderViewHost.jcampan@chromium.org2010-01-181-2/+0
* Revert 36442 - Still causing test failuresjcampan@chromium.org2010-01-161-0/+2
* 4th attempt at landing this.jcampan@chromium.org2010-01-161-2/+0
* Revert 36362 - It breaks NACLTests and Chrome Frame Testsjcampan@chromium.org2010-01-151-0/+2
* 3rd attempt at landing the language detection on page load.jcampan@chromium.org2010-01-151-2/+0
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-071-0/+2
* Relanding the language detection code.jcampan@chromium.org2010-01-071-2/+0
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-3/+3
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-3/+3
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-3/+3
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-171-0/+2
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-161-2/+0
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-8/+0
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-0/+8
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-041-2/+2
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-3/+0
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-17/+17
* Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...jam@chromium.org2009-11-181-17/+17
* fix include orderjam@chromium.org2009-11-171-1/+1
* Launch processes asynchronously so as not to block the UI thread. For now, r...jam@chromium.org2009-11-171-17/+17
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-171-1/+3
* Add an "extension" process type, which mostly gets treated as a renderer ever...mpcomplete@chromium.org2009-11-131-0/+5
* Small clean-up to not expose base::Process from RenderProcesHost, and instead...jam@chromium.org2009-11-131-4/+3
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+19
* Enable HTML5 databases for all extension renderer processes.dumi@chromium.org2009-10-241-1/+1
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-1/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-1/+1
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-3/+0