1. 6eebaab Ensure a transient entry is discarded on in-page navigations. by [email protected] · 13 years ago
  2. a13bc18 Revert 167800 - Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
  3. c44f2f70 Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
  4. 91a4ff8 Move content\browser\web_contents to content namespace. by [email protected] · 13 years ago
  5. 5ccd4dc Clear the favicon of a tab when navigating to a url on a different host. by [email protected] · 13 years ago
  6. 8ff00d7 Move a bunch more code into the content namespace. by [email protected] · 13 years ago
  7. bb0e7947 webkit: Move FilePath/WebString conversion functions from 'glue' to 'base' by [email protected] · 13 years ago
  8. 951a6483 This change is motivated by the need to implement the Android WebView.loadDataWithBaseURL API[1], which allows access to local file:// resources (depending on AwSettings.getAllowFileAccess) as long as the base URL provided is not "data:". by [email protected] · 13 years ago
  9. c5b88d8 Move timestamp de-duping logic from HistoryBackend to NavigationController by [email protected] · 13 years ago
  10. 2ca1ea66 Removes BrowserContext::DidLastSessionExitCleanly() and makes by [email protected] · 13 years ago
  11. 77ab1731 Rename GetSite in SiteInstance to GetSiteURL. by [email protected] · 13 years ago
  12. 688aa65c6 Add a timestamp field to NavigationEntry by [email protected] · 13 years ago
  13. f72b8e8 Revert 159153 - Add a timestamp field to NavigationEntry and propagate it to history and sync by [email protected] · 13 years ago
  14. 15427b3 Add a timestamp field to NavigationEntry and propagate it to history and sync by [email protected] · 13 years ago
  15. f8f93eb Second try of 157576 https://chromiumcodereview.appspot.com/10780013/ by [email protected] · 13 years ago
  16. 0d441b7 Revert 157576 - Add reverse URL handler for shortening uber URLs by [email protected] · 13 years ago
  17. 37e0cc31 Add reverse URL handler for shortening uber URLs by [email protected] · 13 years ago
  18. e94bbcb Do not share a process unless it has the right storage partition. by [email protected] · 13 years ago
  19. 4ac5fbe Fix the fixme introduced in crrev.com/154287 by [email protected] · 13 years ago
  20. 669e0ba Move browser_command's code to reload transient entries by [email protected] · 13 years ago
  21. ce760d74 history.replaceState(..., location.href) clearing page-action icons. by [email protected] · 13 years ago
  22. 27ba81c NavigationController::IsInitialNavigation() doesn't span COMMITTED by [email protected] · 13 years ago
  23. 4c3a2358 Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext(). by [email protected] · 13 years ago
  24. cf00233 Consolidate all NavigationController::LoadURL and family functions by [email protected] · 13 years ago
  25. d1198fd Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. by [email protected] · 13 years ago
  26. 7c16976c [RDS] Reloads a page using the original request URL by [email protected] · 13 years ago
  27. 132e281a Implement NavigationControllerWebView.PostURL by [email protected] · 13 years ago
  28. d1ef81d Add an ability to call WebKit's WebFrame::loadData via NavigationController. by [email protected] · 13 years ago
  29. d7c7c98a Support partitioning of storage contexts based on render_id. by [email protected] · 13 years ago
  30. 9ba1405 Add support for basic web_contents methods in ContentView (android). by [email protected] · 13 years ago
  31. bf70edce Transfer user agent info between browser and renderer by [email protected] · 13 years ago
  32. 074269f Store original request URL in NavigationEntry by [email protected] · 13 years ago
  33. 1ea3c79 More DomStorage house cleaning, many files but all mechanical changes. by [email protected] · 13 years ago
  34. 884033e Move notifications used only in chrome/ out of content/. by [email protected] · 13 years ago
  35. 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
  36. 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago
  37. f9e4dae TabContents -> WebContentsImpl, part 3. by [email protected] · 13 years ago[Renamed (99%) from content/browser/tab_contents/navigation_controller_impl.cc]
  38. 7e58cb27 cros: Fix crash when clicking on discarded tab by [email protected] · 13 years ago
  39. 825b166 Add a Content API around BrowserURLHandler. by [email protected] · 13 years ago
  40. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  41. b3c41c0b Move Render(Widget|View)HostImpl to files with _impl in filename. by [email protected] · 13 years ago
  42. 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
  43. 944822b Ensure that CopyStateFromAndPrune doesn't exceed kMaxSessionHistoryEntries. by [email protected] · 13 years ago
  44. c1fff07 Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a glorified std::pair after the recent refactorings. by [email protected] · 13 years ago
  45. adbfb8df Add an API around SessionStorageNamespace. This is just an empty API, what matters to embedders is that they can influence this object's lifetime. by [email protected] · 13 years ago
  46. 55eb70e76 Move creation of BrowserContext objects that live in content to content, instead of depending on the embedder. Apart from allowing us to hide more of content from embedders, it simplifies the work that every embedder has to do (see the change the shell_browser_context.cc as an example). by [email protected] · 13 years ago
  47. c0e5503 Reverting to green up the memory waterfall. BUG=114787 by [email protected] · 13 years ago
  48. 7fd47a8 Move creation of BrowserContext objects that live in content to content, instead of depending on the embedder. Apart from allowing us to hide more of content from embedders, it simplifies the work that every embedder has to do (see the change the shell_browser_context.cc as an example). by [email protected] · 13 years ago
  49. 330614de Remove ssl_manager.h dependency from chrome. by [email protected] · 13 years ago
  50. 1153596 Fixing the proper reload type in the navigation controller when reloading cross-process. by [email protected] · 13 years ago
  51. b953542 Create a content public browser API around the ChildProcessSecurityPolicy class. The implementation of this by [email protected] · 13 years ago
  52. cadaec5 Add an API around InterstitialPage that's used by chrome. by [email protected] · 13 years ago
  53. 8bf104801 Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for testing the content layer, so they belong there. This allows us to hide GpuProcessHostUIShim from chrome. by [email protected] · 13 years ago
  54. 86cd947 Store the UploadData identifier in NavigationEntryImpl. by [email protected] · 13 years ago
  55. bcd90448 Reloading page after installing app should bring it into correct process. by [email protected] · 13 years ago
  56. c3b3d95 Revert to default title upon page reload (and the new page does not have a <title> tag) by [email protected] · 13 years ago
  57. 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
  58. 91854cd Copy all the max page IDs to Instant/Prerender's TabContents by [email protected] · 14 years ago
  59. d908348 Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exclusively. This allows updating all the creaters of TCW to not include tab_contents.h as well, and use WebContents::Create instead. by [email protected] · 14 years ago
  60. c5eed49 Get rid of content::NavigationController in cc file and use "using" instead. by [email protected] · 14 years ago
  61. d202a7c Rename NavigationController to NavigationControllerImpl. I'll get rid of content::NavigationController in a separate change. by [email protected] · 14 years ago[Renamed (89%) from content/browser/tab_contents/navigation_controller.cc]
  62. cdcb1dee Convert WebContents to return a content::NavigationController instead of the implementation. Update all the headers in chrome to use the interface only. In a subsequent cl, I'll rename the implementation to NavigationControllerImpl and also get rid of content::NavigationController everywhere. by [email protected] · 14 years ago
  63. cca0f1e Convert all the notifications which use NavigationController to content::NavigationController. After this is done, we can then make WebContents return a content::NavigationEntry instead of the impl. by [email protected] · 14 years ago
  64. fbc5e5f9 Convert chrome users of NavigationController::tab_contents() to use GetWebContents() instead. by [email protected] · 14 years ago
  65. 71fde35 Create a Content API interface around NavigationController, and move all the methods used by chrome code to it. by [email protected] · 14 years ago
  66. a2602382 Convert unix_hacker functions on NavigationController that are used by Chrome to CamelCase. This is in preparation for adding an interface around NavigationController. by [email protected] · 14 years ago
  67. 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] · 14 years ago
  68. 022af74 Remove the remaining usages of NavigationEntry in chrome by converting a few more NavigationController methods to return the interface. In a followup, I'll rename NavigationEntry to NavigationEntryImpl, then create an interface for NavigationController. by [email protected] · 14 years ago
  69. ad23a09 Convert a few methods in NavigationController to return a content::NavigationEntry, in preparation for creating an interface around NavigationController. by [email protected] · 14 years ago
  70. e5d549d Move the PageNavigator interface and GlobalRequestID struct to content\public and put them in the content namespace. Make PageNavigator use WebContents instead of TabContents. While I'm touching all the callers, I've removed the deprecated PageNavigator function and converted users to the new one. by [email protected] · 14 years ago
  71. 36fc039 Create a Content API around NavigationEntry that's in content/public/browser. NavigationEntry will be renamed to NavigationEntryImpl in a later change. It now derives from content::NavigationEntry. Most of this change is changing unix_hacker functions to CamelCase and updating callers. by [email protected] · 14 years ago
  72. 0bfbf88 Move the remaining TabContents methods to the WebContents interface, switching unix_hacker to CamelCase as necessary. I've moved the WebContents definitions to be in the same order as the declarations. by [email protected] · 14 years ago
  73. 5b96836f Move navigation_details.h to content/public/browser. by [email protected] · 14 years ago
  74. e397a447 Allow keyboard shortcuts on interstitial pages. by [email protected] · 14 years ago
  75. 0ebe42de [Coverity] Removing dead code after return; by [email protected] · 14 years ago
  76. 674bc59 Move TabContentsDelegate to content/public/browser and put it in the content namespace. by [email protected] · 14 years ago
  77. 151a63d Rename TabContents::render_view_host() to GetRenderViewHost and put it into the WebContents interface. by [email protected] · 14 years ago
  78. 6a13a6c Don't delete the current NavigationEntry when leaving an interstitial page. by [email protected] · 14 years ago
  79. 6934a70 Start creating the content::WebPage interface around TabContents. This is just the start of moving 4 very commonly used unix_hacker functions into CamelCase. I've added the interface with just these methods, it's not actually used yet. by [email protected] · 14 years ago
  80. ccb79730 Trivial move of content::BrowserContext to content/public. by [email protected] · 14 years ago
  81. 7f6f44c Split UserMetrics into API vs. implementation. Move API to content/public. by [email protected] · 14 years ago
  82. 9b51970d Remove static initialization from navigation_controller.cc by [email protected] · 14 years ago
  83. cb8fb01a Make NavigationEntry and friends use content::Referrer instead of plain URLs by [email protected] · 14 years ago
  84. 95dacd0 Change NavigationController::LoadURL to take a Referrer class instead of a GURL as referrer by [email protected] · 14 years ago
  85. 445e104 Pass along the referrer policy (renderer side) by [email protected] · 14 years ago
  86. 4ad5d77d Fix a bug where redirect chain gets lost on process swap. by [email protected] · 14 years ago
  87. 8c38058 Get additional crash data to narrow down renderer kills. by [email protected] · 14 years ago
  88. 7ec6f38 Get more crash data to track down a bug. by [email protected] · 14 years ago
  89. b69934e Temporary code to track down increase in renderer crashes. by [email protected] · 14 years ago
  90. 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
  91. ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago
  92. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  93. 66fdbd5 Move the PageType enum to content/public/common, put it into the content namespace, and also make it conform to the Content API enum naming convention. by [email protected] · 14 years ago
  94. 610cbb8 Move navigation_types.h from content/common to content/public/browser, and put it in the content namespace. There was no reason for it to be in common since it's only used by browser. I also updated the enum names to match the rest of the enums in the Content API. by [email protected] · 14 years ago
  95. 3807b48 Revert 106029 by [email protected] · 14 years ago
  96. 64fbfe3 Move navigation_types.h from content/common to content/public/browser, and put it in the content namespace. There was no reason for it to be in common since it's only used by browser. I also updated the enum names to match the rest of the enums in the Content API. by [email protected] · 14 years ago
  97. 0d6e9bd Move content_notification_types.h from content\common to content\public\browser. I dropped the "content" from the name to match other files whose chrome version adds a "chrome_" prefix. I also moved it to the browser directory since notifications are only used in the browser process. I will move the other notification files in future changes. by [email protected] · 14 years ago
  98. e47ae947 Don't show URL for pending new navigations initiated by the renderer. by [email protected] · 14 years ago
  99. 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
  100. 83c2e23 Fix UI quirks when doing a history navigation to a slow page. by [email protected] · 14 years ago