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