summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_process_host_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Part 3/3 (RWH/IOSurface) of adding with device scale factor to transport surf...ccameron@chromium.org2013-05-271-5/+3
* Expose RenderProcessHost::MapTransportDIB and remove the duplicated implement...skaslev@chromium.org2013-05-081-3/+1
* Convert the remaining test_shell_tests to content_browsertests.jam@chromium.org2013-04-231-0/+6
* Browser Plugin: Only install BrowserPluginMessageFilter if render process sup...fsamuel@chromium.org2013-03-231-0/+5
* Implement frame subscription on Windowshclam@chromium.org2013-03-191-0/+8
* ResourceScheduler should use renderer notifications instead of MRUCache to tr...simonjam@chromium.org2013-03-181-1/+0
* Declare RenderProcessHost::GetHandle() method as const.nasko@chromium.org2013-02-061-1/+1
* Data collection part of webrtc-internals implementationjiayl@chromium.org2013-01-101-0/+5
* Linux: inform the Zygote when it's waiting on a dead processjln@chromium.org2012-12-061-1/+1
* For storage partitions to work properly, we need to know whether a storage pa...nasko@chromium.org2012-10-301-0/+1
* Renaming/refactoring methods related to swap out acks.nasko@chromium.org2012-10-041-1/+1
* [Android] Upstream the WebView find-in-page API implementation.leandrogracia@chromium.org2012-09-211-0/+10
* Round up IOSurface dimensions to reduce VRAM memory thrashing.jbates@chromium.org2012-09-111-0/+5
* Do not share a process unless it has the right storage partition.creis@chromium.org2012-09-071-2/+5
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-1/+12
* Fix regression of bug 205 where a plugin in a window shown with window.open m...jam@chromium.org2012-07-231-0/+1
* Move more files into the content namespace.darin@chromium.org2012-07-211-2/+2
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Remove the code to wait on disconnected child processes to get the exit code....jam@chromium.org2012-07-091-22/+3
* Move process-per-site logic from BrowsingInstance to RenderProcessHost.creis@chromium.org2012-06-291-0/+26
* Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,...fsamuel@chromium.org2012-06-221-1/+6
* Enable bindings when opening a WebUI link in a new tab from a WebUI page.creis@chromium.org2012-06-141-0/+4
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-2/+2
* Move some code into the content namespace.darin@chromium.org2012-06-011-12/+13
* Move RevealFolderInOS to file utilities.avi@chromium.org2012-05-171-1/+0
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-101-2/+2
* Revert 136328 - Revert 132407 - Fixing a problem, where a hung renderer proce...creis@chromium.org2012-05-101-2/+2
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-101-2/+2
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-031-1/+1
* Delete background tab IOSurfaces on Mac.jbates@chromium.org2012-04-261-3/+9
* Fixing a problem, where a hung renderer process is not killed when navigating...nasko@chromium.org2012-04-161-2/+2
* Add an accessibility mode for editable text fields only.dmazzoni@chromium.org2012-04-131-4/+1
* TabContents -> WebContentsImpl, part 11.avi@chromium.org2012-04-131-3/+3
* Revert 132018 - Fixing a problem, where a hung renderer process is not killed...eroman@chromium.org2012-04-121-2/+2
* Fixing a problem, where a hung renderer process is not killed when navigating...nasko@chromium.org2012-04-121-2/+2
* Revert 128369 - Histogram times surrounding render crashesjar@chromium.org2012-03-231-2/+6
* Histogram times surrounding render crashesjar@chromium.org2012-03-231-6/+2
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-161-7/+13
* Aura: recover from lost context / GPU process dyingpiman@chromium.org2012-03-081-0/+10
* Remove unused member variable |listeners_expecting_close_| in RenderProcessHo...bauerb@chromium.org2012-02-121-4/+0
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-4/+1
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-5/+0
* Make hosted apps launched via chrome.tabs.create with an URL redirect have th...mihaip@chromium.org2011-12-161-0/+6
* Provide a way for RenderProcessHosts to register themselves in the global hos...ananta@chromium.org2011-11-181-0/+5
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-0/+252