1. b658359 Define the public interface for content browser SiteInstance. This interface is implemented by the SiteInstanceImpl class which lives by [email protected] · 13 years ago[Renamed (86%) from content/browser/site_instance_unittest.cc]
  2. 72daaa9 Hide BrowsingInstance from all but SiteInstance, as intended by design. by [email protected] · 13 years ago
  3. 144a810 Don't swap processes for javascript: URLs. by [email protected] · 13 years ago
  4. 10f417c5 Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Also make all users of content::NavigationController interface use the "using" keyword so they don't have to put content:: everywhere (similar to other Content API and WebKit API classes). by [email protected] · 13 years ago
  5. 74ce1ad Make page IDs be specific to a RenderView rather than global to its process. by [email protected] · 13 years ago
  6. 88aae97 Make hosted apps launched via chrome.tabs.create with an URL redirect have the right process type. by [email protected] · 13 years ago
  7. cb8fb01a Make NavigationEntry and friends use content::Referrer instead of plain URLs by [email protected] · 14 years ago
  8. 98878750 Cleanup SiteInstanceTest a bit by [email protected] · 14 years ago
  9. 245f7d5 Move NavigationControllerTest to content by [email protected] · 14 years ago
  10. 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
  11. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  12. 9214555 Switch content tests to use BrowserThreadImpl directly. by [email protected] · 14 years ago
  13. 54087fe Move PageZoom enum into content/public/common and into the content namespace. Also move content_costants to content/public/common. by [email protected] · 14 years ago
  14. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  15. 5d1fa24 Move content_client.h into content/public. by [email protected] · 14 years ago
  16. a1d2916 Move url_constansts.h to content/public/common. by [email protected] · 14 years ago
  17. e47ae947 Don't show URL for pending new navigations initiated by the renderer. by [email protected] · 14 years ago
  18. 2905f74 Move PageTransition into content namespace. While I'm touching all these files, I've also updated it to use the enum naming convention in the Content API. by [email protected] · 14 years ago
  19. 2a5221b Delegate decision what site instances can be rendered in what process to chrome by [email protected] · 14 years ago
  20. 583844c Switch ChromeTestSuite to the same convention as ContentTestSuite: by [email protected] · 14 years ago
  21. 74313b4 Get rid of static TabContentsView::Create function since the interface is in content, but the implementations are in chrome. Instead ask the embedder to create a TabContentsView. by [email protected] · 14 years ago
  22. bf925774 Reorganize chrome/test, part #9 by [email protected] · 14 years ago
  23. a5f9f37 GTTF: Use a fresh TestingBrowserProcess for each test, part #4 by [email protected] · 14 years ago
  24. a4ff9eae Move more files from chrome/test to chrome/test/base, part #4 by [email protected] · 14 years ago
  25. 3d7474ff Removal of Profile from content part 1. by [email protected] · 14 years ago
  26. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  27. 67351452 Get rid of the ProfileId. It was added for ceee. I reverted the original change, since it led to Profile being used in content unnecessarily. I also removed the extensions usage of it and instead kept a void*. by [email protected] · 14 years ago
  28. 056ad2a Use process-per-app-instance for hosted apps without background permission. by [email protected] · 14 years ago
  29. a77e4bc Make all content client interfaces pure virtual. by [email protected] · 14 years ago
  30. f193379 Get rid of the following dependencies from content: by [email protected] · 14 years ago
  31. 89f550b *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL. by [email protected] · 14 years ago
  32. 13ed8da Revert 88142 to fix sync_integration_tests offline. by [email protected] · 14 years ago
  33. 0985614 *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL. by [email protected] · 14 years ago
  34. ae7f5583 Use OVERRIDE for the ContentClients. by [email protected] · 14 years ago
  35. 3e69bc8 Get rid of render_messages.h and web_cache_manager.h. I moved the view source message to content since it belongs there now that devtools will be in content. by [email protected] · 14 years ago
  36. 0f012df8 Drop url_constants dependency in content/. by [email protected] · 14 years ago
  37. 6b2f7a8 Revert my recent changes regarding title directionality. by [email protected] · 14 years ago
  38. 40ead7b6 Change NavigationEntry's title fields to carry the text direction. by [email protected] · 14 years ago
  39. 05fcf98 by [email protected] · 14 years ago
  40. c63b2228 Add a dcheck to make sure that RenderProcessHost::AllHostsIterator is called on the UI thread. by [email protected] · 14 years ago
  41. 36fb2c7c Get rid of extensions dependency from content\browser. by [email protected] · 14 years ago
  42. 1fd1a50 Move WebUIFactory to chrome/, try 2. by [email protected] · 14 years ago
  43. 3936521 Remove browsing_instance.h stub file and update all the references. by [email protected] · 14 years ago
  44. 79ea486 Move files out of chrome\browser\renderer_host\test alongside their source. Most of them went to content\browser\renderer_host. by [email protected] · 14 years ago[Renamed (97%) from chrome/browser/renderer_host/test/site_instance_unittest.cc]
  45. c39f9bf WebUI: Get rid of references to DOMUI in comments. The last part. by [email protected] · 14 years ago
  46. c5000851 WebUI: Rename DOMUIBindings to WebUIBindings. by [email protected] · 14 years ago
  47. 779887188 Fix several spelling mistakes, mostly in comments. BUG=none TEST=none by [email protected] · 15 years ago
  48. 6ee12c4 Fix SessionStorage by [email protected] · 15 years ago
  49. 19fbd619 FBTF: Minor cleanup to testing headers. by [email protected] · 15 years ago
  50. dbbad7a FBTF: Forward declare everything possible in testing_profile.h by [email protected] · 15 years ago
  51. 3a8eecb Implement app process model isolation. by [email protected] · 15 years ago
  52. cdaf8d0 Extend the file browser/chooser to support more modes of operation, and plumb by [email protected] · 15 years ago
  53. 810a52ef Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and EmptyGURL(), since the code in question can just use the default constructor. by [email protected] · 15 years ago
  54. e6e6ba4 Ninth patch in making destructors of refcounted objects private. by [email protected] · 16 years ago
  55. 42d5e16 Fix another memory leak in my unit test. by [email protected] · 16 years ago
  56. b7d015a Fix for memory leak in unit test. The test used to leak SiteInstance object by [email protected] · 16 years ago
  57. 0bb0479 I had written unit tests for the change to add a runtime id to Profiles, but by [email protected] · 16 years ago
  58. 1db6ff15 Header dependency cleanup in chrome/ by [email protected] · 16 years ago
  59. 12636df Fix deadlock when plugin puts an alert and right afterwards the browser process makes a win32 call that ends up waiting on the plugin. Since the plugin thread is blocked, the Windows message doesn't get dispatched and the browser ui thread deadlocks. The message from the renderer would make the plugin run a nested message loop but it doesn't get run on the browser ui thread since it's blocked. The fix is to set the event that runs nested message loop in the renderer process. by [email protected] · 16 years ago
  60. 34ac7050 Allow the initial size of TabContentViews to be based on the by [email protected] · 16 years ago
  61. e0d48158 Replace a bunch of hardcoded URLs with constants from url_constants.h by [email protected] · 16 years ago
  62. 76543b9 Replace the RenderProcessHost.PID function that returns the OS-generated by [email protected] · 16 years ago
  63. 1ee61486 Do some refactoring of renderer_host. by [email protected] · 16 years ago[Renamed (99%) from chrome/browser/renderer_host/site_instance_unittest.cc]
  64. 14e60c8d Move render_view_host_manager* and site_instance* from tab_contents to renderer_host. by [email protected] · 16 years ago[Renamed from chrome/browser/tab_contents/site_instance_unittest.cc]
  65. 1dfa950 Group renderer processes by privilige when we hit the max process count. by [email protected] · 16 years ago
  66. 1bea7da Move site_instance_unittest.cc next to site_instance.cc by [email protected] · 16 years ago[Renamed from chrome/browser/site_instance_unittest.cc]
  67. 57c6a65 Replace all occurrances of WebContents with TabContents. by [email protected] · 16 years ago
  68. 2c11279 Hopefully fix the leak in the SiteInstance unittest (again). Processing the by [email protected] · 16 years ago
  69. 878c426 Don't leak the RenderProcessHost when running site instance unit tests by by [email protected] · 16 years ago
  70. ce3fa3c Re-land my change to clean up TabContents/WebContents ownership. This by [email protected] · 16 years ago
  71. 1ef5ad42 Reverting 14005. by [email protected] · 16 years ago
  72. 59b49a6 Fix the ownership model of TabContents and NavigationController. Previously the by [email protected] · 16 years ago
  73. b680ad2 Remove TabContnetsType from everywhere. by [email protected] · 16 years ago
  74. 3ff3493 Make the RenderViewHostFactory a global. This prevents us from having to pass by [email protected] · 16 years ago
  75. 4566f13 Stop having renderers use both pids and a monotonically increasing "host_id". This allows ResourceDispatcher to be used by child processes other than renderers. I've done minor related cleanup on the way to make the code simpler. by [email protected] · 16 years ago
  76. b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
  77. cee9de4 Fix the build with some forgotten string conversions on non-Windows. by [email protected] · 16 years ago
  78. 4c4d8d2 Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs by [email protected] · 16 years ago
  79. 904998f9 Add site_instance_unittest.cc to the Posix build. by [email protected] · 16 years ago
  80. ed3456f Back out r10487 too Review URL: http://codereview.chromium.org/28209 by [email protected] · 16 years ago
  81. b1d14fe Attempting backout of r10495 due to ui_tests: by [email protected] · 16 years ago
  82. 348646d Fix unit tests. by [email protected] · 16 years ago
  83. 3f8cb62 More URL constants replacement. Review URL: http://codereview.chromium.org/28170 by [email protected] · 16 years ago
  84. 4ab4b0f Porting unit tests in chrome/ by [email protected] · 16 years ago
  85. 6524b5f9 Move files out of browser and into either renderer_host or tab_contents. by [email protected] · 16 years ago
  86. 8c8657d6 Move functions required by the rest of the browser from RenderProcessHost to an interface and move the implementation to BrowserRenderProcessHost. This will allow me to write render view unit tests without using the actual renderer, but there are no tests yet. by [email protected] · 16 years ago
  87. f3ec774 Move a bunch of TabContents related files into a tab_contents subdir by [email protected] · 16 years ago
  88. 6705b23 Don't create separate SiteInstances for pages from the same domain and scheme by [email protected] · 17 years ago
  89. c058805 Plumb the referrer throughout the OpenURL APIs. by [email protected] · 17 years ago
  90. 1e5645ff Cleanup navigation_entry.h. I made the accessors consistent and in Google style, and organized and commented all the entries. Hopefully it will be much easier to find things and deal with this class. by [email protected] · 17 years ago
  91. ab820df Chrome changes corresponding to my message_loop_type CL. by [email protected] · 17 years ago
  92. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  93. 295039bd Introduce MessagePump to represent the native message pump used to drive a by [email protected] · 17 years ago
  94. 09911bf Add chrome to the repository. by initial.commit · 17 years ago