1. 2b269973 Always keep a spare RenderProcessHost in presence of site-per-process. by Lukasz Anforowicz · 7 years ago
  2. 0abfbf51 Remove |wait| parameter from RenderProcessHost::Shutdown() API. by Wez · 7 years ago
  3. 9e0ce4e Removing callers of the WebContents::GetRenderProcessHost() method. by Lukasz Anforowicz · 8 years ago
  4. 86f6ae0fa Revert "Removing WebContents::GetRenderProcessHost() method." by Findit · 8 years ago
  5. 4229f25 Removing WebContents::GetRenderProcessHost() method. by Lukasz Anforowicz · 8 years ago
  6. 6142d96f NavigationController: Reload methods migration by toyoshim · 8 years ago
  7. b734894 Switch to standard integer types in content/browser/. by avi · 9 years ago
  8. 37e572a3 Use StopChildProcess instead of base::KillProcess to kill a renderer process by jaekyun · 10 years ago
  9. fa85b15 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  10. 6e9def1 Move ContentBrowserTest class to content/public, since it's used by components_browsertests for browser tests which use Content Shell. by [email protected] · 11 years ago
  11. de7d61ff [content shell] move browser process stuff into browser/ subdir by [email protected] · 12 years ago
  12. fa20e00 Update include paths in content/browser for base/process changes. by [email protected] · 12 years ago
  13. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  14. 4648832 Move remaining files in content\browser to the content namespace. by [email protected] · 13 years ago
  15. d9c2e51 Revert 164120 - content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
  16. 7a91c55 content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
  17. 7ededb8 Disable ChildProcessSecurityPolicy on debug mac by [email protected] · 13 years ago
  18. 4cdc9a2 Move over a bunch of tests from browser_tests to content_browsertests. by [email protected] · 13 years ago
  19. 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago
  20. 3bbacc5b TabContents -> WebContentsImpl, part 19. by [email protected] · 13 years ago
  21. 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago
  22. b953542 Create a content public browser API around the ChildProcessSecurityPolicy class. The implementation of this by [email protected] · 13 years ago
  23. 6acde635 Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. by [email protected] · 13 years ago
  24. f5fa20e Revert 115346. The change didn't break anything, the test was faulty. Will disable in a followup. - Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
  25. 10b833e Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
  26. 69cda65 Rename TabContents::controller() to GetController and put it into the WebContents namespace. by [email protected] · 13 years ago
  27. f3b1a08 Define the public interface for content browser RenderProcessHost. This interface is implemented by the RenderProcessHostImpl class which lives in content\browser\renderer_host\render_process_host_impl.cc/.h. The RenderProcessHostImpl class is a consolidation of the RenderProcessHost and BrowserRenderProcessHost classes. by [email protected] · 14 years ago
  28. b39ef1cb Move resource_codes to content/public/common. by [email protected] · 14 years ago
  29. af44e7fb Move in_process_browser_test and ui_test_utils to chrome/test/base by [email protected] · 14 years ago
  30. 1fcfb20 Take two at splitting result codes between content and chrome. by [email protected] · 14 years ago
  31. 36d772c Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. by [email protected] · 14 years ago
  32. 785c967 This change will split the result codes between content and chrome. by [email protected] · 14 years ago
  33. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  34. df8e899b Move core pieces of chrome\browser. I've only gone up to "g", will do the rest in another cl. by [email protected] · 14 years ago[Renamed (89%) from chrome/browser/child_process_security_policy_browsertest.cc]
  35. 443b80e This adds some plumbing for propagating the status and error code of a renderer process that went away so that we can tell at the UI level what happened to the tab: did it crash, or was it killed by the OOM killer (or some other reason). This is in preparation for implementing a new UI for when a process is killed by the OOM on ChromeOS which handles it differently from a crash. by [email protected] · 14 years ago
  36. 2ad4a90 Cleanup: Include browser.h -> ui/browser.h [Part 4]. by [email protected] · 15 years ago
  37. 22b61ba Revert 63067 - This adds some plumbing for propagating the status and error code of a by [email protected] · 15 years ago
  38. b121b12 This adds some plumbing for propagating the status and error code of a by [email protected] · 15 years ago
  39. 3985ba8 GTTF: Move more test server code from net/url_request/url_request_unittest.h by [email protected] · 15 years ago
  40. df545693 Fix file names so that for browser tests the suffix is _browsertest. by [email protected] · 15 years ago[Renamed from chrome/browser/child_process_security_policy_browser_test.cc]
  41. 5a145436 Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility functions to use FilePaths. by [email protected] · 15 years ago
  42. 8cb5d5b [GTTF] Reduce header dependencies in chrome. by [email protected] · 15 years ago
  43. 201b273 Small clean-up to not expose base::Process from RenderProcesHost, and instead only expose base::ProcessHandle. Precursor to moving process startup off the UI thread. by [email protected] · 16 years ago
  44. 29e87d6b Fix crash as a result of my previous change to fix the memory leak in WebCacheManager. by [email protected] · 16 years ago
  45. c2b6726 Move the ChildProcessSecurityPolicy browser test to the browser_tests dll. by [email protected] · 16 years ago