1. eaace78 Add |needs_reload| argument to NavigationController::CopyStateFrom(). by Francois Doray · 8 years ago
  2. 668f523 Fix a race between navigation and an interstitial. by avi · 8 years ago
  3. 15f5b5b Revert of Always update the omnibox URL when cancelling via onbeforeunload (patchset #7 id:110001 of https://codereview.chromium.org/2919593007/ ) by pdr · 8 years ago
  4. bcce9cb Always update the omnibox URL when cancelling via onbeforeunload by nick · 8 years ago
  5. db06e65d Fix SSL indicator missing when doing fast back/forward navigations. by John Abd-El-Malek · 8 years ago
  6. 5ff4eea Change NavigationEntry to use virtual URL in error pages for blocked navigations by nasko · 8 years ago
  7. 604866f Use is_same_document term instead of is_in_page in NavigationController. by eugenebut · 8 years ago
  8. ee08663a Renamed LoadCommittedDetails.is_in_page to is_same_document. by eugenebut · 8 years ago
  9. 5c4c202d This CL makes that the following invariant stay true: by arthursonzogni · 8 years ago
  10. 26d2263 Main frame navigations can't be EXISTING_PAGE without a committed entry. by creis · 8 years ago
  11. 0a7406f Remove the wrapper functions content::RecordAction et al by bratell · 8 years ago
  12. 30574a6 Add trace event in NavigationControllerImpl::GoToIndex. by sunjian · 8 years ago
  13. 1325c82 Fix CHECK that's being fired inside NavigationControllerImpl::RendererDidNavigateToExistingPage. by jam · 8 years ago
  14. 666f714 Add trace events in NavigationControllerImpl::back/forward(...). by sunjian · 8 years ago
  15. 9168fba Add DCHECK that Reload should never be called with ReloadType::NONE by liaoyuke · 8 years ago
  16. 494a3b6 Revert of Change CHECK into DCHECK. (patchset #1 id:1 of https://codereview.chromium.org/2721393002/ ) by jam · 8 years ago
  17. 43f7ab4 Change CHECK into DCHECK. by nasko · 8 years ago
  18. 0cade2e Remove DumpWithoutCrashing calls for empty PageState. by creis · 8 years ago
  19. a78746e Fix SSL certificate being wrong in the intended_as_new_entry fase of NAVIGATION_TYPE_EXISTING_PAGE. by jam · 8 years ago
  20. c5608a3 Revert of Add DumpWithoutCrashing in RendererDidNavigateToExistingPage (patchset #3 id:40001 of https://codereview.chromium.org/2701523004/ ) by jam · 8 years ago
  21. 7e735c1 Revert of Use ScopedCrashKey for RendererDidNavigate crash dumps (patchset #4 id:60001 of https://codereview.chromium.org/2696193006/ ) by jam · 8 years ago
  22. b1730da Use ScopedCrashKey for RendererDidNavigate crash dumps by estark · 8 years ago
  23. c32cd20 Add DumpWithoutCrashing in RendererDidNavigateToExistingPage by estark · 8 years ago
  24. 48cea908 Fix missing SSL certificate when navigating to in-page entries after tab restoration. by jam · 8 years ago
  25. ce0ef357 Remove old session history logic. by creis · 8 years ago
  26. 100c919 Update viewport_meta setting on any navigation. by aelias · 9 years ago
  27. 015ba06 Fix NavigationControllerBrowserTest.SubframeForwardRedirect with PlzNavigate and site isolation enabled. by jam · 9 years ago
  28. 3bdd8ae Ensure that duplicate navigations are tagged as reload in the browser. by ananta · 9 years ago
  29. 6142d96f NavigationController: Reload methods migration by toyoshim · 9 years ago
  30. c3d6560 NavigationController: merge Reload*() to one Reload() with ReloadType by toyoshim · 9 years ago
  31. b0d4eed3 content::ReloadType cleanup: make NORMAL behave as MAIN_RESOURCE by toyoshim · 9 years ago
  32. b887e7c NavigationController: remove ReloadToRefreshContent by toyoshim · 9 years ago
  33. 980f1170 Reload Reloaded: remove experimental flag that has been enabled by default by toyoshim · 9 years ago
  34. fe5ea3f7 Revert of PlzNav: Fix NavigationControllerBrowserTest.EnsureSamePageNavigationUpdatesFrameNaviga… (patchset #21 id:500001 of https://codereview.chromium.org/2381503003/ ) by scottmg · 9 years ago
  35. 3bf35e3c Do not reset NavigationHandle when navigating same-page by clamy · 9 years ago
  36. 28bbbb1 PlzNav: Fix NavigationControllerBrowserTest.EnsureSamePageNavigationUpdatesFrameNaviga… by scottmg · 9 years ago
  37. df101a5 Remove NonValidatingReloadOnRefreshContentV2 study by toyoshim · 9 years ago
  38. a3bd0b3 Avoid unnecessary URL parsing for GURL comparisons in //content by csharrison · 9 years ago
  39. f9a94c7e Kill page id. by avi · 9 years ago
  40. d26f6c9 Extra request headers should be updated when navigating to same page by jianli · 9 years ago
  41. e6b67c20b Move redirect_chain from NavigationEntry to FrameNavigationEntry. by arthursonzogni · 9 years ago
  42. 825aa6a8 Disallow intent picker w/ "Open link in a new tab" by djacobo · 9 years ago
  43. a63c2a6 NonValidatingReload: Monitor reload operations in NavigationControllerImpl by toyoshim · 9 years ago
  44. 1b0f797b Clean up NavigationControllerImpl::IsURLInPageNavigation by peary2 · 9 years ago
  45. 9edf1600 Fix navigations after HTML5 history push losing their SSL status. by jam · 9 years ago
  46. cba7c6e Do not clear the favicon for an in-page navigation. by avi · 9 years ago
  47. 0df1d3a Navigation: move RestoreType and ReloadType into a separate file by toyoshim · 9 years ago
  48. 08557a2 Fix null check to avoid RendererDidNavigateSamePage crash. by creis · 9 years ago
  49. c94a753 Stop sending serialized SSLStatus to the renderer. by jam · 9 years ago
  50. 0576b13 Fix incorrect SSL state being shown for client redirects. by jam · 9 years ago
  51. d208b90ce Fix the page's SSL status not being set on restore. by jam · 9 years ago
  52. 04a322f25a Update FrameNavigationEntry members when setting PageState. by nasko · 9 years ago
  53. b981f48 Don't use SSLStatus from FrameHostMsg_DidCommitProvisionalLoad and instead cache it on the browser side. by jam · 9 years ago
  54. 3033081 Change includes of histogram.h to histogram_macros.h. by asvitkine · 9 years ago
  55. 59d5a47cb Notify about PageState changes after an AUTO_SUBFRAME commit. by creis · 9 years ago
  56. 5eb00a5f Add a null check for last committed entry in ClassifyNavigation. by creis · 9 years ago
  57. 5413169 Don't mark a history navigation as in page in a new renderer process. by creis · 9 years ago
  58. af18219 Ensure FrameNavigationEntry is fully updated. by nasko · 9 years ago
  59. fafed88 Temporarily dump without crashing when setting an empty PageState. by creis · 9 years ago
  60. f49dfc9 Clone children of FrameNavigationEntries for in-page navigations. by creis · 9 years ago
  61. 96db896 Simplify decidePolicyForNavigation + remove POST-only-in-http(s) DCHECK. by lukasza · 9 years ago
  62. 913c63ce Clear child FrameNavigationEntries if a history navigation redirects. by creis · 9 years ago
  63. 7eddb5f7 Avoid enum equality for PageTransition by mastiz · 9 years ago
  64. 477a5a2 Using ResourceRequestBody as the type of HTTP body outside of //content. by lukasza · 9 years ago
  65. 37988b9 Avoid incorrect NC_AUTO_SUBFRAME renderer kills for non-web URLs. by creis · 9 years ago
  66. 49aa1b1 Removing unused SetBrowserContext by ryansturm · 9 years ago
  67. f164daa Allow about:blank to be considered in-page if origin matches. by creis · 9 years ago
  68. 225a743 Prevent renderer kills for in-page navigations on subframes. by creis · 9 years ago
  69. 8a956ec Add a field study to use new reload behavior even on desktops by toyoshim · 9 years ago
  70. bada0dc9 Pull to refresh: Use new reload type RELOAD_MAIN_RESOURCE by toyoshim · 9 years ago
  71. fb6eeb6 Kill renderer if it changes the main frame's origin on subframe commits. by creis · 9 years ago
  72. c753351 Move ownership of source SiteInstance to the FrameNavigationEntry. by nasko · 9 years ago
  73. b48cb31 Don't update subframes on parent frame commits. by avi · 9 years ago
  74. 22a7b4c OOPIF: Fix subframe back/forward after recreating FTNs (try #2). by creis · 9 years ago
  75. 432acb2 Move knowledge of POST navigations to FrameNavigationEntry by clamy · 9 years ago
  76. e7b0a15 Revert of OOPIF: Fix subframe back/forward after recreating FTNs. (patchset #6 id:100001 of https://codereview.chromium.org/1816763002/ ) by creis · 9 years ago
  77. 273cbf6 OOPIF: Fix subframe back/forward after recreating FTNs. by creis · 9 years ago
  78. 9bfa516 Convert //content/browser/frame_host from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  79. 7dad4b118 Rename IGNORING_CACHE to BYPASSING_CACHE by toyoshim · 9 years ago
  80. 3af4d50 NavigationControllerImpl: merge Go* implementation to GoToIndex by toyoshim · 9 years ago
  81. 865ad44 Don't rely on the pending NavigationEntry for location.replace. by creis · 9 years ago
  82. b4dc933 Ensure the NavigationHandle's nav entry ID is updated during transfers. by creis · 9 years ago
  83. 9a9142bc4 This patch gives the NavigationHandle a NavigationEntry on instantiation, so it can know the entry's unique id. This id is used to for detecting mismatch on DidFailProvisionalLoad, so if the current handle does not match the pending entry, we won't discard it. by csharrison · 9 years ago
  84. 1857908a Ensure that process transfers complete on navigations after net errors. by creis · 9 years ago
  85. 86e34ec Pull to refresh: update the flag for a field trial by toyoshim · 9 years ago
  86. 7ba5a62 net: move IsLocalhost() function into url_util.h by tfarina · 9 years ago
  87. 87840a0 Pull to refresh: do not use NO_RELOAD, but just load the page by toyoshim · 9 years ago
  88. ffdffc3 Revert of Don't rely on the pending NavigationEntry for location.replace. (patchset #6 id:100001 of https://codereview.chromium.org/1672373002/ ) by creis · 9 years ago
  89. bacbcbd Add a DCHECK to detect a storage partition mismatch while navigating. by michaeln · 9 years ago
  90. 73c9e79d Don't rely on the pending NavigationEntry for location.replace. by creis · 9 years ago
  91. b3b47ab When a frame needs to navigate, don't prune its subframes from being considered in navigation. by avi · 10 years ago
  92. 57e39e2 Use range-based for loops to iterate over FrameTreeNodes (reland) by dcheng · 10 years ago
  93. 05c9bbdf Revert of Use range-based for loops to iterate over FrameTreeNodes. (patchset #8 id:140001 of https://codereview.chromium.org/1605763002/ ) by dcheng · 10 years ago
  94. 0500638 Use range-based for loops to iterate over FrameTreeNodes. by dcheng · 10 years ago
  95. 36b6aec9 Convert Pass()→std::move() in //content/browser by dcheng · 10 years ago
  96. b734894 Switch to standard integer types in content/browser/. by avi · 10 years ago
  97. bf08742 Allow huge data: URIs only via WebView.loadDataWithBaseUrl by mnaganov · 10 years ago
  98. 1be5023c Make pull to refresh not perform regular reload (with cache revalidation) by kinuko · 10 years ago
  99. 7115a70 OOPIF: Support session restore by combining/splitting frame PageStates. by creis · 10 years ago
  100. dc004e0 Fix in-page logic for allow_universal_access_from_files. by creis · 10 years ago