1. f66375e Introduce content::PageState. by [email protected] · 12 years ago
  2. e6fec47 Cleanup: Remove unneeded base/file_util.h includes in content. by [email protected] · 12 years ago
  3. 60d6cca Switch content_shell from using PruneAllButActive to a more explicit approach by [email protected] · 12 years ago
  4. 69e797f content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  5. 1a3f531 navigation-controller: Move all logic related to taking screenshots to ScreenshotManager. by [email protected] · 12 years ago
  6. 177260c gesture nav: Re-enable gesture navigation. by [email protected] · 12 years ago
  7. 979a4bc Revert 195553 "Allow showing pending URL for new tab navigations..." by [email protected] · 12 years ago
  8. 241db35 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
  9. d545b45 gesture nav: Disable gesture nav. by [email protected] · 12 years ago
  10. 9b1e333 overscroll: Throttle taking screenshots. by [email protected] · 12 years ago
  11. 5527ac82 Revert 191277 "Allow showing pending URL for new tab navigations..." by [email protected] · 12 years ago
  12. 4252a15 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
  13. 4f644da3 Also update the session history in the renderer when the active entry is a new pending entry by [email protected] · 12 years ago
  14. cd2e1574 Set IsInitialNavigation to false after commit, not document load. by [email protected] · 12 years ago
  15. 17e286e content: convert form repost warning notification to WebContentsObserver usage by [email protected] · 12 years ago
  16. 6dd86ab Don't make a copy of the pending entry if it is for a different process. by [email protected] · 12 years ago
  17. 9350602e NavigationController::PruneAllButActive should update the RenderView's session history by [email protected] · 12 years ago
  18. b75ba13 overscroll: Re-enable overscroll gesture navigation. by [email protected] · 12 years ago
  19. b26de07 Prevent bindings escalation on an existing NavigationEntry (attempt 3). by [email protected] · 12 years ago
  20. f233e423 Ensure that the pending entry is cleared when a navigation commits. by [email protected] · 12 years ago
  21. d2494ff [content shell] hook up navigation related WebTestDelegate methods by [email protected] · 12 years ago
  22. 0b68426 [Instant] Fixes several cases of search terms extraction. by [email protected] · 12 years ago
  23. fe8821c3 Revert 182602, due to http://crbug.com/174693. by [email protected] · 12 years ago
  24. 2af9b50 Prevent bindings escalation on an existing NavigationEntry (attempt 2). by [email protected] · 12 years ago
  25. 9fb64a1 overscroll: Disable overscroll by default. by [email protected] · 12 years ago
  26. 8cea789 overscroll: Make sure async screenshot callbacks don't crash when the tab gets closed. by [email protected] · 12 years ago
  27. dd5be940 Revert 180607 Caused http://crbug.com/174306. by [email protected] · 12 years ago
  28. d338e3d6 Fix a valgrind failure. by [email protected] · 12 years ago
  29. 747f229 Prevent bindings escalation on an existing NavigationEntry. by [email protected] · 12 years ago
  30. c87b909 Fixes bug in NavigationControllerImpl. The problem with keeping by [email protected] · 12 years ago
  31. d748d0f Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore threading issues. by [email protected] · 12 years ago
  32. 6c83c38 overscroll: Enable overscroll navigation by default. by [email protected] · 12 years ago
  33. 15f46dc cros: Discard history screen shots at low memory signal by [email protected] · 12 years ago
  34. 06211bd9b overscroll: Limit the amount of memory consumed by screenshot. by [email protected] · 13 years ago
  35. 79a7d9a overscroll: Make sure screenshot for a NavigationEntry gets reset properly. by [email protected] · 13 years ago
  36. e3d92a7f overscroll: Make sure screenshot is taken correctly for swapped out RenderViews. by [email protected] · 13 years ago
  37. 9d86c498 Media Documents should disable View [Page] Source by [email protected] · 13 years ago
  38. 9677a3c navigation: Retain a screenshot of the page before it unloads by [email protected] · 13 years ago
  39. 7bc2b03 NavigationControllerImpl: GetIndexForOffset use GetCurrentEntryIndex by [email protected] · 13 years ago
  40. e2caa03 Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
  41. 6eebaab Ensure a transient entry is discarded on in-page navigations. by [email protected] · 13 years ago
  42. a13bc18 Revert 167800 - Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
  43. c44f2f70 Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
  44. 91a4ff8 Move content\browser\web_contents to content namespace. by [email protected] · 13 years ago
  45. 5ccd4dc Clear the favicon of a tab when navigating to a url on a different host. by [email protected] · 13 years ago
  46. 8ff00d7 Move a bunch more code into the content namespace. by [email protected] · 13 years ago
  47. bb0e7947 webkit: Move FilePath/WebString conversion functions from 'glue' to 'base' by [email protected] · 13 years ago
  48. 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
  49. c5b88d8 Move timestamp de-duping logic from HistoryBackend to NavigationController by [email protected] · 13 years ago
  50. 2ca1ea66 Removes BrowserContext::DidLastSessionExitCleanly() and makes by [email protected] · 13 years ago
  51. 77ab1731 Rename GetSite in SiteInstance to GetSiteURL. by [email protected] · 13 years ago
  52. 688aa65c6 Add a timestamp field to NavigationEntry by [email protected] · 13 years ago
  53. f72b8e8 Revert 159153 - Add a timestamp field to NavigationEntry and propagate it to history and sync by [email protected] · 13 years ago
  54. 15427b3 Add a timestamp field to NavigationEntry and propagate it to history and sync by [email protected] · 13 years ago
  55. f8f93eb Second try of 157576 https://chromiumcodereview.appspot.com/10780013/ by [email protected] · 13 years ago
  56. 0d441b7 Revert 157576 - Add reverse URL handler for shortening uber URLs by [email protected] · 13 years ago
  57. 37e0cc31 Add reverse URL handler for shortening uber URLs by [email protected] · 13 years ago
  58. e94bbcb Do not share a process unless it has the right storage partition. by [email protected] · 13 years ago
  59. 4ac5fbe Fix the fixme introduced in crrev.com/154287 by [email protected] · 13 years ago
  60. 669e0ba Move browser_command's code to reload transient entries by [email protected] · 13 years ago
  61. ce760d74 history.replaceState(..., location.href) clearing page-action icons. by [email protected] · 13 years ago
  62. 27ba81c NavigationController::IsInitialNavigation() doesn't span COMMITTED by [email protected] · 13 years ago
  63. 4c3a2358 Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext(). by [email protected] · 13 years ago
  64. cf00233 Consolidate all NavigationController::LoadURL and family functions by [email protected] · 13 years ago
  65. d1198fd Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. by [email protected] · 13 years ago
  66. 7c16976c [RDS] Reloads a page using the original request URL by [email protected] · 13 years ago
  67. 132e281a Implement NavigationControllerWebView.PostURL by [email protected] · 13 years ago
  68. d1ef81d Add an ability to call WebKit's WebFrame::loadData via NavigationController. by [email protected] · 13 years ago
  69. d7c7c98a Support partitioning of storage contexts based on render_id. by [email protected] · 13 years ago
  70. 9ba1405 Add support for basic web_contents methods in ContentView (android). by [email protected] · 13 years ago
  71. bf70edce Transfer user agent info between browser and renderer by [email protected] · 13 years ago
  72. 074269f Store original request URL in NavigationEntry by [email protected] · 13 years ago
  73. 1ea3c79 More DomStorage house cleaning, many files but all mechanical changes. by [email protected] · 13 years ago
  74. 884033e Move notifications used only in chrome/ out of content/. by [email protected] · 13 years ago
  75. 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
  76. 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago
  77. f9e4dae TabContents -> WebContentsImpl, part 3. by [email protected] · 13 years ago[Renamed (99%) from content/browser/tab_contents/navigation_controller_impl.cc]
  78. 7e58cb27 cros: Fix crash when clicking on discarded tab by [email protected] · 13 years ago
  79. 825b166 Add a Content API around BrowserURLHandler. by [email protected] · 13 years ago
  80. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  81. b3c41c0b Move Render(Widget|View)HostImpl to files with _impl in filename. by [email protected] · 13 years ago
  82. 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
  83. 944822b Ensure that CopyStateFromAndPrune doesn't exceed kMaxSessionHistoryEntries. by [email protected] · 13 years ago
  84. 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
  85. 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
  86. 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
  87. c0e5503 Reverting to green up the memory waterfall. BUG=114787 by [email protected] · 13 years ago
  88. 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
  89. 330614de Remove ssl_manager.h dependency from chrome. by [email protected] · 13 years ago
  90. 1153596 Fixing the proper reload type in the navigation controller when reloading cross-process. by [email protected] · 13 years ago
  91. b953542 Create a content public browser API around the ChildProcessSecurityPolicy class. The implementation of this by [email protected] · 13 years ago
  92. cadaec5 Add an API around InterstitialPage that's used by chrome. by [email protected] · 13 years ago
  93. 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
  94. 86cd947 Store the UploadData identifier in NavigationEntryImpl. by [email protected] · 13 years ago
  95. bcd90448 Reloading page after installing app should bring it into correct process. by [email protected] · 13 years ago
  96. c3b3d95 Revert to default title upon page reload (and the new page does not have a <title> tag) by [email protected] · 13 years ago
  97. 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
  98. 91854cd Copy all the max page IDs to Instant/Prerender's TabContents by [email protected] · 14 years ago
  99. 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
  100. c5eed49 Get rid of content::NavigationController in cc file and use "using" instead. by [email protected] · 14 years ago