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