1. fafed88 Temporarily dump without crashing when setting an empty PageState. by creis · 9 years ago
  2. f49dfc9 Clone children of FrameNavigationEntries for in-page navigations. by creis · 9 years ago
  3. 96db896 Simplify decidePolicyForNavigation + remove POST-only-in-http(s) DCHECK. by lukasza · 9 years ago
  4. 913c63ce Clear child FrameNavigationEntries if a history navigation redirects. by creis · 9 years ago
  5. 7eddb5f7 Avoid enum equality for PageTransition by mastiz · 9 years ago
  6. 477a5a2 Using ResourceRequestBody as the type of HTTP body outside of //content. by lukasza · 9 years ago
  7. 37988b9 Avoid incorrect NC_AUTO_SUBFRAME renderer kills for non-web URLs. by creis · 9 years ago
  8. 49aa1b1 Removing unused SetBrowserContext by ryansturm · 9 years ago
  9. f164daa Allow about:blank to be considered in-page if origin matches. by creis · 9 years ago
  10. 225a743 Prevent renderer kills for in-page navigations on subframes. by creis · 9 years ago
  11. 8a956ec Add a field study to use new reload behavior even on desktops by toyoshim · 9 years ago
  12. bada0dc9 Pull to refresh: Use new reload type RELOAD_MAIN_RESOURCE by toyoshim · 9 years ago
  13. fb6eeb6 Kill renderer if it changes the main frame's origin on subframe commits. by creis · 9 years ago
  14. c753351 Move ownership of source SiteInstance to the FrameNavigationEntry. by nasko · 9 years ago
  15. b48cb31 Don't update subframes on parent frame commits. by avi · 9 years ago
  16. 22a7b4c OOPIF: Fix subframe back/forward after recreating FTNs (try #2). by creis · 9 years ago
  17. 432acb2 Move knowledge of POST navigations to FrameNavigationEntry by clamy · 9 years ago
  18. 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
  19. 273cbf6 OOPIF: Fix subframe back/forward after recreating FTNs. by creis · 9 years ago
  20. 9bfa516 Convert //content/browser/frame_host from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  21. 7dad4b118 Rename IGNORING_CACHE to BYPASSING_CACHE by toyoshim · 9 years ago
  22. 3af4d50 NavigationControllerImpl: merge Go* implementation to GoToIndex by toyoshim · 9 years ago
  23. 865ad44 Don't rely on the pending NavigationEntry for location.replace. by creis · 9 years ago
  24. b4dc933 Ensure the NavigationHandle's nav entry ID is updated during transfers. by creis · 9 years ago
  25. 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
  26. 1857908a Ensure that process transfers complete on navigations after net errors. by creis · 9 years ago
  27. 86e34ec Pull to refresh: update the flag for a field trial by toyoshim · 9 years ago
  28. 7ba5a62 net: move IsLocalhost() function into url_util.h by tfarina · 9 years ago
  29. 87840a0 Pull to refresh: do not use NO_RELOAD, but just load the page by toyoshim · 9 years ago
  30. 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
  31. bacbcbd Add a DCHECK to detect a storage partition mismatch while navigating. by michaeln · 9 years ago
  32. 73c9e79d Don't rely on the pending NavigationEntry for location.replace. by creis · 9 years ago
  33. b3b47ab When a frame needs to navigate, don't prune its subframes from being considered in navigation. by avi · 10 years ago
  34. 57e39e2 Use range-based for loops to iterate over FrameTreeNodes (reland) by dcheng · 10 years ago
  35. 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
  36. 0500638 Use range-based for loops to iterate over FrameTreeNodes. by dcheng · 10 years ago
  37. 36b6aec9 Convert Pass()→std::move() in //content/browser by dcheng · 10 years ago
  38. b734894 Switch to standard integer types in content/browser/. by avi · 10 years ago
  39. bf08742 Allow huge data: URIs only via WebView.loadDataWithBaseUrl by mnaganov · 10 years ago
  40. 1be5023c Make pull to refresh not perform regular reload (with cache revalidation) by kinuko · 10 years ago
  41. 7115a70 OOPIF: Support session restore by combining/splitting frame PageStates. by creis · 10 years ago
  42. dc004e0 Fix in-page logic for allow_universal_access_from_files. by creis · 10 years ago
  43. f16f85a7 Remove ScopedVector from NavigationController. by avi · 10 years ago
  44. 6d752c3 OOPIF: Add frame_unique_name to FrameNavigationEntry. by creis · 10 years ago
  45. 03b4800 Move nav_entry_id from RenderViewHost to RenderFrameHost. by creis · 10 years ago
  46. ae7ce9a Restore item and document sequence numbers in OOPIF enabled modes. by creis · 10 years ago
  47. d5ac7d5 Consistently use LoFi for an entire page by megjablon · 10 years ago
  48. 22bc1e2e Fix TabRestoreTest.RestoreTabWithSpecialURLOnBack under site isolation. by nick · 10 years ago
  49. 10a4ab7 Add IsInitialBlankNavigation to detect new tabs that aren't clones. by creis · 10 years ago
  50. 77c9aa3 Fix classification of cross-process inert commits. by creis · 10 years ago
  51. cf40d9c Avoid crashing when going back/forward to debug URLs on a sad WebUI tab. by creis · 10 years ago
  52. 56e40c9 Clean up CanGoBack/Forward, tighten for accuracy. by avi · 10 years ago
  53. e062d54 Don't crash for subframes after in-page navigations in --site-per-process. by creis · 10 years ago
  54. cc872d724 Don't attempt to reload an entry that doesn't exist. by avi · 10 years ago
  55. 976d4d9 Pass user gesture bit when chrome handles an intent fired by itself by qinmin · 10 years ago
  56. 37979a6 Fix NavController buffer overflow found by IPC fuzzer. by creis · 10 years ago
  57. 9caf66a Remove GetPendingSiteInstance from NavigationControllerDelegate. by fdegans · 10 years ago
  58. 286019ce Keep track of the "current" NavigationEntry for each RenderViewHost, use that for title and state setting. by avi · 10 years ago
  59. d30fd96 Move existing kSitePerProcess checks to a policy-oracle object by nick · 10 years ago
  60. 67081d0ae Clean up around NavigationEntryScreenshotManager a bit. by avi · 10 years ago
  61. f0f069a Create FrameNavigationEntries for the initial blank page in subframes. by creis · 10 years ago
  62. 0b7df5b Remove a comment that was based on a misunderstanding. by avi · 10 years ago
  63. 25f5f9e Remove code handling a page transition mismatch with NEW_SUBFRAME. by avi · 10 years ago
  64. ee17e93 Don't clear the forward history when replacing entries. by creis · 10 years ago
  65. 573e8be6 Fix race when reloading original URL. by lfg · 10 years ago
  66. a5635c4 Kill renderer on failure to deserialize security info in most cases by estark · 10 years ago
  67. 259dc79 Remove NAVIGATION_TYPE_IN_PAGE. by avi · 10 years ago
  68. cbdc4c1 Switch RendererDidNavigateToExistingPage to use unique id. by avi · 10 years ago
  69. 254eff0 Switch RendererDidNavigateInPage to use unique id. by avi · 10 years ago
  70. af566096 Switch RendererDidNavigateToSamePage to not use page id. by avi · 10 years ago
  71. 057ce149 Clean up NavigationControllerImpl::GetEntryAtOffset. by avi · 10 years ago
  72. 1a3c7766 In the case of the classifier deciding EXISTING_PAGE despite a bogus page id, crash rather than allow an out-of-bounds access. by avi · 10 years ago
  73. 4bca28f Switch to the new ClassifyNavigation. by avi · 10 years ago
  74. 2576470 Use scoped_ptr for NavigationEntries. by avi · 10 years ago
  75. 4e2ecb7 Support simple back/forward in out-of-process iframes. by creis · 10 years ago
  76. 5cad491 Rather than dropping stale navigations, resurrect the navigation entry that they were going to. by avi · 10 years ago
  77. 01fd50b Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of https://codereview.chromium.org/1191893009/) by thakis · 10 years ago
  78. 8b5cd4c Add item and document sequence numbers to FrameNavigationEntry. by creis · 10 years ago
  79. 2fc587c Use scoped_ptr for NavigationEntries. by avi · 10 years ago
  80. 1aeba7aa Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuestsOnly(). by paulmeyer · 10 years ago
  81. 96fc5508 Create FrameNavigationEntries for manual subframe navigations. by creis · 10 years ago
  82. b1986b1 Revert of Ensure the new navigation classifier works in the real world. (patchset #2 id:20001 of https://codereview.chromium.org/1171973004/) by avi · 10 years ago
  83. 39825ed Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  84. db7d1d2 Fix the in-page navigation check to look at the correct entry. by avi · 10 years ago
  85. 44a0941b Move PageState to FrameNavigationEntry. by creis · 10 years ago
  86. 39c1edd3 Don't use transitions to determine if a navigation is of a main frame. by avi · 10 years ago
  87. efbbbb5 Only clear OOPIF pending entries if they match the committing frame. by creis · 10 years ago
  88. eadcc35 Revert "Ensure the new navigation classifier works in the real world." by avi · 10 years ago
  89. 3cdc3b0 Fix the commit type for out-of-process iframes. (Attempt 2) by creis · 10 years ago
  90. 878379c Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  91. 22afe87 Add a few more exceptions to classifier mismatches. by avi · 10 years ago
  92. 3a5b8f3 Do an origin check if the renderer claims a renderer-initiated navigation was in-page. by avi · 10 years ago
  93. 420384c6 Revert of Fix the commit type for out-of-process iframes. (patchset #11 id:200001 of https://codereview.chromium.org/1148953014/) by caitkp · 10 years ago
  94. 62109d9 Fix the commit type for out-of-process iframes. by creis · 10 years ago
  95. 9d358ab5 Revert of Ensure the new navigation classifier works in the real world. (patchset #3 id:40001 of https://codereview.chromium.org/1155783003/) by avi · 10 years ago
  96. 500c7344 Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  97. 98405c2 Make the new ClassifyNavigation work in --site-per-process. by avi · 10 years ago
  98. 4717933 Eliminate redundancy in the parameters to NotifyEntryChanged. by avi · 10 years ago
  99. f395553 Moved media mime type and codec checks to media/base/mime_util.* by servolk · 10 years ago
  100. 7be9d95 Replace NC_AUTO_SUBFRAME renderer kill with NOTREACHED for now. by creis · 10 years ago