1. db7d1d2 Fix the in-page navigation check to look at the correct entry. by avi · 10 years ago
  2. 44a0941b Move PageState to FrameNavigationEntry. by creis · 10 years ago
  3. 39c1edd3 Don't use transitions to determine if a navigation is of a main frame. by avi · 10 years ago
  4. efbbbb5 Only clear OOPIF pending entries if they match the committing frame. by creis · 10 years ago
  5. eadcc35 Revert "Ensure the new navigation classifier works in the real world." by avi · 10 years ago
  6. 3cdc3b0 Fix the commit type for out-of-process iframes. (Attempt 2) by creis · 10 years ago
  7. 878379c Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  8. 22afe87 Add a few more exceptions to classifier mismatches. by avi · 10 years ago
  9. 3a5b8f3 Do an origin check if the renderer claims a renderer-initiated navigation was in-page. by avi · 10 years ago
  10. 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
  11. 62109d9 Fix the commit type for out-of-process iframes. by creis · 10 years ago
  12. 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
  13. 500c7344 Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  14. 98405c2 Make the new ClassifyNavigation work in --site-per-process. by avi · 10 years ago
  15. 4717933 Eliminate redundancy in the parameters to NotifyEntryChanged. by avi · 10 years ago
  16. f395553 Moved media mime type and codec checks to media/base/mime_util.* by servolk · 10 years ago
  17. 7be9d95 Replace NC_AUTO_SUBFRAME renderer kill with NOTREACHED for now. by creis · 10 years ago
  18. 6da51f96 Fill in FrameNavigationEntries for auto subframe navigations. by creis · 10 years ago
  19. 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
  20. f97970c Ensure the new navigation classifier works in the real world. by avi · 10 years ago
  21. 11c5ff8 Avoid renderer kills on subframe navigations after main frame replaceState. by creis · 10 years ago
  22. 7c6f35e Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  23. 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
  24. 61cae85 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  25. f324f50 Don't classify a navigation as SAME_PAGE if the pending entry is unrelated. by avi · 10 years ago
  26. 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
  27. a038c667 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  28. da96ccb1 Fix mis-classification of navigations when there is a pending page. by avi · 10 years ago
  29. da5ec70 Ensure that HistoryController's current entry is updated on inert commits. by creis · 10 years ago
  30. c327b48f8 Move the IsSupported* mime functions out of //net and into //components/mime_util by rsleevi · 10 years ago
  31. 782eb5d Change FrameTreeNode id from int64 to int. by vishal.b · 10 years ago
  32. 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
  33. 5671403 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  34. 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
  35. d8d9334 Classify navigations without page id in parallel to the existing classifier. by avi · 10 years ago
  36. 6a93a81 Move frame_to_navigate logic to the browser process. by creis · 10 years ago
  37. f9c05573 Fix ClassifyNavigation. by avi · 10 years ago
  38. 45a7253 Fix incorrect creation of duplicate navigation entries for repeated page load failures. by avi · 10 years ago
  39. 625a0c7d OOPIF: Create subframe FrameNavigationEntries for AUTO_SUBFRAME navigations. by creis · 10 years ago
  40. da250581 Add UMA histograms and logging for bad IPC message handling by jamescook · 10 years ago
  41. ef4a0cb Add Clone and disallow copy construction for NavigationEntryImpl. by creis · 10 years ago
  42. 6567f30 IMPLIES-ify two conditions made for it. by avi · 10 years ago
  43. 3da0387 Avoid unnecessary casts in NavigationControllerImpl. by creis · 10 years ago
  44. 7431bb2 Mark error pages as such on Ctrl-Shift-T reload. by wjmaclean · 10 years ago
  45. 94a977f6 Move URL fixup to a preliminary phase that doesn't affect virtual URLs. by creis · 10 years ago
  46. 9f07a0c Verify that the page transition matches the navigation type with RendererDidNavigate[New|Auto]Subframe. by avi · 10 years ago
  47. b6cc156 Don't enable "replace current entry" if there is no entry to replace. by avi · 10 years ago
  48. 3e76561 Mechanical rename of tracing includes for /content [1/3] by ssid · 10 years ago
  49. 0dca04d Remove the use of page id from NavController's GetVisibleEntry. by avi · 10 years ago
  50. 3d426436 Allow universal access from file if flag is set and url is file scheme. by ningxin.hu · 10 years ago
  51. 8451aa6 Add metric for navigation starting from the time an intent was received by clamy · 11 years ago
  52. 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
  53. 6b988de Remove the use of page id from NavController's GetVisibleEntry. by avi · 11 years ago
  54. c8cefa8 Set PAGE_TRANSITION_RELOAD for lazy reloading by jaekyun · 11 years ago
  55. 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
  56. ccf6cd8 Set PAGE_TRANSITION_RELOAD in NavigationControllerImpl::LoadIfNecessary by jaekyun · 11 years ago
  57. 83883c8 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  58. 9ef7d2d OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. by lfg · 11 years ago
  59. 2b17759 Avoid stale navigation requests without excessive page id knowledge in the renderer process. by avi · 11 years ago
  60. e6a5d22 Update entry page type to include error pages when appropriate. by wjmaclean · 11 years ago
  61. c6ccc77d Move PageTransition from //content/public/common to //ui/base by Sylvain Defresne · 11 years ago
  62. b8744d2 Add/improve tracing in navigation. by nasko · 11 years ago
  63. 3a868f21 Immediately set the favicon on a new NavigationEntry created via history.pushState. by [email protected] · 11 years ago
  64. 7f92483 Use InvalidateTypes rather than "unsigned". by [email protected] · 11 years ago
  65. 82307f6b Start using RenderFrameProxyHost objects. by [email protected] · 11 years ago
  66. ada2df7 Revert of Start using RenderFrameProxyHost objects. (https://codereview.chromium.org/444503002/) by [email protected] · 11 years ago
  67. fa072c0 Start using RenderFrameProxyHost objects. by [email protected] · 11 years ago
  68. 4775298 Prevent duplicate navigation to debug URLs from Telemetry. by [email protected] · 11 years ago
  69. 23a918b Fixes for re-enabling more MSVC level 4 warnings: content/browser/ edition by [email protected] · 11 years ago
  70. 62e412b Allow "cross-origin" navigations from about:blank in AreURLsInPageNavigation by [email protected] · 11 years ago
  71. 5cfbddc Simplify AreURLsInPageNavigation by [email protected] · 11 years ago
  72. 8d5cb21 Trust the renderer's same-document navigation flag if it is a same-origin nav. by [email protected] · 11 years ago
  73. 1084f4d Fix crash in NavigationControllerImpl::RendererDidNavigateToNewPage by [email protected] · 11 years ago
  74. 12cef65 Update post state on navigation within page. by [email protected] · 11 years ago
  75. ff64b3e Immediately SetTitle on a new NavigationEntry created via history.pushState by [email protected] · 11 years ago
  76. fe294ce Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest by [email protected] · 11 years ago
  77. cca6f39 Move some content url constants to /url. by [email protected] · 11 years ago
  78. d6def3d Add a histogram to record the size of the memory used by redirect chain. by [email protected] · 11 years ago
  79. eabfe191 Fixed flakiness of context_lost tests on GPU bots. by [email protected] · 11 years ago
  80. e8ca69c Move some content url constants to /url. by [email protected] · 11 years ago
  81. ea0c7a8 Renamed namespaces in src/content. by [email protected] · 11 years ago
  82. b4c8401 Move didAccessInitialDocument to RenderFrame. by [email protected] · 11 years ago
  83. f69ed36 Copy max_restored_page_id_ when needed. by [email protected] · 11 years ago
  84. c1982ff Add a navigation redirect-chain to Sync sessions proto for offline analysis. by [email protected] · 11 years ago
  85. aa62afd Don't leave aborted URLs in the omnibox unless we're on the NTP. by [email protected] · 11 years ago
  86. 2586626 Revert 265044 "Don't leave aborted URLs in the omnibox unless we..." by [email protected] · 11 years ago
  87. e2eb8af4 Don't leave aborted URLs in the omnibox unless we're on the NTP. by [email protected] · 11 years ago
  88. e7fee58a Don't check for DiscardPendingEntry within Navigate if we are in shutdown. by [email protected] · 11 years ago
  89. 27dd82fd Remove frame ID from DidCommitProvisionalLoad. by [email protected] · 11 years ago
  90. 40fd303 Detect any callers that delete a pending entry while it is still in use. by [email protected] · 11 years ago
  91. 0449c3f Ensure the pending entry is not deleted during NavigateToEntry. by [email protected] · 11 years ago
  92. 37567b43 Move DidCommitProvisionalLoad code from RenderView to RenderFrame. by [email protected] · 11 years ago
  93. f17986f48 Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..." by [email protected] · 11 years ago
  94. ade94b3 Move DidCommitProvisionalLoad code from RenderView to RenderFrame. by [email protected] · 11 years ago
  95. c21e5c2 Allow renderer debug URLs as initial navigations. by [email protected] · 11 years ago
  96. c02f1ba Fix bugs with renderer-side debug URLs, like chrome://crash or javascript:. by [email protected] · 11 years ago
  97. 44495c48 Move kDataScheme constant into content namespace. by [email protected] · 11 years ago
  98. e6e30ac Move the guts of user_metrics to a new static lib in //base/metrics. by [email protected] · 12 years ago
  99. 25cd5f1 Fix referrer policy passing during redirects by [email protected] · 12 years ago
  100. a1b9926 Support cross-process navigations in a single subframe RenderFrameHost. by [email protected] · 12 years ago