1. 9caf66a Remove GetPendingSiteInstance from NavigationControllerDelegate. by fdegans · 10 years ago
  2. 286019ce Keep track of the "current" NavigationEntry for each RenderViewHost, use that for title and state setting. by avi · 10 years ago
  3. d30fd96 Move existing kSitePerProcess checks to a policy-oracle object by nick · 10 years ago
  4. 67081d0ae Clean up around NavigationEntryScreenshotManager a bit. by avi · 10 years ago
  5. f0f069a Create FrameNavigationEntries for the initial blank page in subframes. by creis · 10 years ago
  6. 0b7df5b Remove a comment that was based on a misunderstanding. by avi · 10 years ago
  7. 25f5f9e Remove code handling a page transition mismatch with NEW_SUBFRAME. by avi · 10 years ago
  8. ee17e93 Don't clear the forward history when replacing entries. by creis · 10 years ago
  9. 573e8be6 Fix race when reloading original URL. by lfg · 10 years ago
  10. a5635c4 Kill renderer on failure to deserialize security info in most cases by estark · 10 years ago
  11. 259dc79 Remove NAVIGATION_TYPE_IN_PAGE. by avi · 10 years ago
  12. cbdc4c1 Switch RendererDidNavigateToExistingPage to use unique id. by avi · 10 years ago
  13. 254eff0 Switch RendererDidNavigateInPage to use unique id. by avi · 10 years ago
  14. af566096 Switch RendererDidNavigateToSamePage to not use page id. by avi · 10 years ago
  15. 057ce149 Clean up NavigationControllerImpl::GetEntryAtOffset. by avi · 10 years ago
  16. 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
  17. 4bca28f Switch to the new ClassifyNavigation. by avi · 10 years ago
  18. 2576470 Use scoped_ptr for NavigationEntries. by avi · 10 years ago
  19. 4e2ecb7 Support simple back/forward in out-of-process iframes. by creis · 10 years ago
  20. 5cad491 Rather than dropping stale navigations, resurrect the navigation entry that they were going to. by avi · 10 years ago
  21. 01fd50b Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of https://codereview.chromium.org/1191893009/) by thakis · 10 years ago
  22. 8b5cd4c Add item and document sequence numbers to FrameNavigationEntry. by creis · 10 years ago
  23. 2fc587c Use scoped_ptr for NavigationEntries. by avi · 10 years ago
  24. 1aeba7aa Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuestsOnly(). by paulmeyer · 10 years ago
  25. 96fc5508 Create FrameNavigationEntries for manual subframe navigations. by creis · 10 years ago
  26. 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
  27. 39825ed Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  28. db7d1d2 Fix the in-page navigation check to look at the correct entry. by avi · 10 years ago
  29. 44a0941b Move PageState to FrameNavigationEntry. by creis · 10 years ago
  30. 39c1edd3 Don't use transitions to determine if a navigation is of a main frame. by avi · 10 years ago
  31. efbbbb5 Only clear OOPIF pending entries if they match the committing frame. by creis · 10 years ago
  32. eadcc35 Revert "Ensure the new navigation classifier works in the real world." by avi · 10 years ago
  33. 3cdc3b0 Fix the commit type for out-of-process iframes. (Attempt 2) by creis · 10 years ago
  34. 878379c Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  35. 22afe87 Add a few more exceptions to classifier mismatches. by avi · 10 years ago
  36. 3a5b8f3 Do an origin check if the renderer claims a renderer-initiated navigation was in-page. by avi · 10 years ago
  37. 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
  38. 62109d9 Fix the commit type for out-of-process iframes. by creis · 10 years ago
  39. 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
  40. 500c7344 Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  41. 98405c2 Make the new ClassifyNavigation work in --site-per-process. by avi · 10 years ago
  42. 4717933 Eliminate redundancy in the parameters to NotifyEntryChanged. by avi · 10 years ago
  43. f395553 Moved media mime type and codec checks to media/base/mime_util.* by servolk · 10 years ago
  44. 7be9d95 Replace NC_AUTO_SUBFRAME renderer kill with NOTREACHED for now. by creis · 10 years ago
  45. 6da51f96 Fill in FrameNavigationEntries for auto subframe navigations. by creis · 10 years ago
  46. 84c0386 Revert of Ensure the new navigation classifier works in the real world. (patchset #1 id:1 of https://codereview.chromium.org/1136663004/) by avi · 10 years ago
  47. f97970c Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  48. 11c5ff8 Avoid renderer kills on subframe navigations after main frame replaceState. by creis · 10 years ago
  49. 7c6f35e Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  50. c0b9c8f3 Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #40 id:780001 of https://codereview.chromium.org/1002803002/) by ksakamoto · 10 years ago
  51. 61cae85 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  52. f324f50 Don't classify a navigation as SAME_PAGE if the pending entry is unrelated. by avi · 10 years ago
  53. 1f5d619 Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #37 id:720001 of https://codereview.chromium.org/1002803002/) by pdr · 10 years ago
  54. a038c667 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  55. da96ccb1 Fix mis-classification of navigations when there is a pending page. by avi · 10 years ago
  56. da5ec70 Ensure that HistoryController's current entry is updated on inert commits. by creis · 10 years ago
  57. c327b48f8 Move the IsSupported* mime functions out of //net and into //components/mime_util by rsleevi · 10 years ago
  58. 782eb5d Change FrameTreeNode id from int64 to int. by vishal.b · 10 years ago
  59. 49180eb Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #35 id:680001 of https://codereview.chromium.org/1002803002/) by vkuzkokov · 10 years ago
  60. 5671403 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  61. 5348e920 Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #34 id:660001 of https://codereview.chromium.org/1002803002/) by mohsen · 10 years ago
  62. d8d9334 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  63. 6a93a81 Move frame_to_navigate logic to the browser process. by creis · 10 years ago
  64. f9c05573 Fix ClassifyNavigation. by avi · 10 years ago
  65. 45a7253 Fix incorrect creation of duplicate navigation entries for repeated page load failures. by avi · 10 years ago
  66. 625a0c7d OOPIF: Create subframe FrameNavigationEntries for AUTO_SUBFRAME navigations. by creis · 10 years ago
  67. da250581 Add UMA histograms and logging for bad IPC message handling by jamescook · 10 years ago
  68. ef4a0cb Add Clone and disallow copy construction for NavigationEntryImpl. by creis · 10 years ago
  69. 6567f30 IMPLIES-ify two conditions made for it. by avi · 10 years ago
  70. 3da0387 Avoid unnecessary casts in NavigationControllerImpl. by creis · 10 years ago
  71. 7431bb2 Mark error pages as such on Ctrl-Shift-T reload. by wjmaclean · 10 years ago
  72. 94a977f6 Move URL fixup to a preliminary phase that doesn't affect virtual URLs. by creis · 10 years ago
  73. 9f07a0c Verify that the page transition matches the navigation type with RendererDidNavigate[New|Auto]Subframe. by avi · 10 years ago
  74. b6cc156 Don't enable "replace current entry" if there is no entry to replace. by avi · 10 years ago
  75. 3e76561 Mechanical rename of tracing includes for /content [1/3] by ssid · 10 years ago
  76. 0dca04d Remove the use of page id from NavController's GetVisibleEntry. by avi · 10 years ago
  77. 3d426436 Allow universal access from file if flag is set and url is file scheme. by ningxin.hu · 10 years ago
  78. 8451aa6 Add metric for navigation starting from the time an intent was received by clamy · 11 years ago
  79. 67d334961 Revert of Remove the use of page id from NavController's GetVisibleEntry. (patchset #2 id:20001 of https://codereview.chromium.org/850953002/) by kochi · 11 years ago
  80. 6b988de Remove the use of page id from NavController's GetVisibleEntry. by avi · 11 years ago
  81. c8cefa8 Set PAGE_TRANSITION_RELOAD for lazy reloading by jaekyun · 11 years ago
  82. 3927555 Revert of Set PAGE_TRANSITION_RELOAD in NavigationControllerImpl::LoadIfNecessary (patchset #5 id:80001 of https://chromiumcodereview.appspot.com/817213002/) by dtrainor · 11 years ago
  83. ccf6cd8 Set PAGE_TRANSITION_RELOAD in NavigationControllerImpl::LoadIfNecessary by jaekyun · 11 years ago
  84. 83883c8 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  85. 9ef7d2d OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. by lfg · 11 years ago
  86. 2b17759 Avoid stale navigation requests without excessive page id knowledge in the renderer process. by avi · 11 years ago
  87. e6a5d22 Update entry page type to include error pages when appropriate. by wjmaclean · 11 years ago
  88. c6ccc77d Move PageTransition from //content/public/common to //ui/base by Sylvain Defresne · 11 years ago
  89. b8744d2 Add/improve tracing in navigation. by nasko · 11 years ago
  90. 3a868f21 Immediately set the favicon on a new NavigationEntry created via history.pushState. by [email protected] · 11 years ago
  91. 7f92483 Use InvalidateTypes rather than "unsigned". by [email protected] · 11 years ago
  92. 82307f6b Start using RenderFrameProxyHost objects. by [email protected] · 11 years ago
  93. ada2df7 Revert of Start using RenderFrameProxyHost objects. (https://codereview.chromium.org/444503002/) by [email protected] · 11 years ago
  94. fa072c0 Start using RenderFrameProxyHost objects. by [email protected] · 11 years ago
  95. 4775298 Prevent duplicate navigation to debug URLs from Telemetry. by [email protected] · 11 years ago
  96. 23a918b Fixes for re-enabling more MSVC level 4 warnings: content/browser/ edition by [email protected] · 11 years ago
  97. 62e412b Allow "cross-origin" navigations from about:blank in AreURLsInPageNavigation by [email protected] · 11 years ago
  98. 5cfbddc Simplify AreURLsInPageNavigation by [email protected] · 11 years ago
  99. 8d5cb21 Trust the renderer's same-document navigation flag if it is a same-origin nav. by [email protected] · 11 years ago
  100. 1084f4d Fix crash in NavigationControllerImpl::RendererDidNavigateToNewPage by [email protected] · 11 years ago