1. 96ab101 Cancel pending reload when |pending_reload_| was cleared. by Wang Hui · 2 years, 10 months ago
  2. b7d609268 Plumb parent's BaseURL value to child renderer for srcdoc iframe. by W. James MacLean · 2 years, 10 months ago
  3. bb8db41 Fenced frames: Make _unfencedTop force a new browsing context group by Garrett Tanzer · 2 years, 10 months ago
  4. bf682fa3 Notify the renderer when a navigation API traverse fails in the browser process by Nate Chapin · 2 years, 10 months ago
  5. a25efabc Don't change the entry's ReloadType if cancel the repost. by Wang Hui · 2 years, 10 months ago
  6. 9eb16be7 Navigation API: Fire dispose events when session history entries are removed by the browser process by Nate Chapin · 2 years, 10 months ago
  7. 4e1b7bc3 Update copyright headers in content/ by Avi Drissman · 2 years, 10 months ago
  8. c8fe7ce [CodeClean] remove TODO by Wang Hui · 2 years, 10 months ago
  9. abb00686 IWYU fixes for //base/types/optional_util.h. by Daniel Cheng · 2 years, 11 months ago
  10. 10d93aca 3) Add implementation of reduce accept language service by Victor Tan · 3 years ago
  11. d7cb6214 [RDSA] Hook up User Agent override for RDS peripheral settings by Shu Yang · 3 years ago
  12. 267c2b8 Disable same-document navigations through embedder-initiated fenced by Garrett Tanzer · 3 years ago
  13. c07dc41b Make OriginAgentCluster global walk more efficient for OAC-by-default. by W. James MacLean · 3 years ago
  14. 405f340 Fenced frames: Disable same-document navigations through _unfencedTop by Garrett Tanzer · 3 years ago
  15. 4785246 Fenced frames: Disable self-urn navigations from inside fenced frames in MPArch by Garrett Tanzer · 3 years ago
  16. d2a41e15 Fenced frame: Add API to tell if opaque ad can load by Liam Brady · 3 years ago
  17. 7e51469e DanglingPtr: Fix dangling ptr in NavigationControllerImpl by Paul Semel · 3 years ago
  18. 4d97a70 Use sandbox flags from policy container on commit by Pâris Meuleman · 3 years, 1 month ago
  19. 0686c0e Record navigation_type correctly for debugging 1338089 by Fergal Daly · 3 years, 1 month ago
  20. c8c1855 Rename FrameTree::IsLoading by Yu Gao · 3 years, 1 month ago
  21. e41678a AnonymousIframe: Move the windows's bit into PolicyContainer. by Arthur Sonzogni · 3 years, 1 month ago
  22. 5de823b3 Support rel attribute for form element by jongdeok.kim · 3 years, 1 month ago
  23. d605d46 Add crash keys for crbug.com/1327907 by Rakina Zata Amni · 3 years, 2 months ago
  24. 393cbde1 Properly handle non-current entries with no NavigationApi state by Nate Chapin · 3 years, 2 months ago
  25. 63b5e809 Tidy up BackForwardCacheMetrics a bit by Rakina Zata Amni · 3 years, 2 months ago
  26. e82339d0 NavigationControllerImpl::GetNavigationApiHistoryEntryVectors() needs to handle a history nav without a pending entry by Nate Chapin · 3 years, 3 months ago
  27. 72f892d Make PolicyContainerPolicies moveable, store it inline. by Titouan Rigoudy · 3 years, 3 months ago
  28. 5b9aff7 [mparch] Avoid rewriting URLs for Fenced Frames by Julie Jeongeun Kim · 3 years, 3 months ago
  29. 540dbd1 prerender: Stop calling NotifyDidChangeVisibleSSLState on prerendering. by Robert Lin · 3 years, 3 months ago
  30. 189833f Reland "Fenced frames: should_replace_current_entry on history/restore navigations" by shivanigithub · 3 years, 3 months ago
  31. cb77b88 Revert "Fenced frames: should_replace_current_entry on history/restore navigations" by Francois Pierre Doray · 3 years, 3 months ago
  32. 4a17dd8 Fenced frames: should_replace_current_entry on history/restore navigations by shivanigithub · 3 years, 3 months ago
  33. 7f3bd3d Remove net wrappers around base/strings/escape.h by Ryan Hamilton · 3 years, 3 months ago
  34. 2ab8ba6c Fix typos, initated -> initiated by Feifei Wang · 3 years, 3 months ago
  35. 7e6e498 NavigationControllerImpl::GetNavigationApiHistoryEntryVectors() uses the wrong index for initial history navs by Nate Chapin · 3 years, 3 months ago
  36. 1c6dd3e [mparch] Switch to FrameTreeNode::IsOutermostMainFrame by Ian Vollick · 3 years, 3 months ago
  37. 944e9b4e Fenced Frames: Base CSP check on the url type when embedder initiates by Nan Lin · 3 years, 3 months ago
  38. c7b97ca Fenced frames: Browser side reporting metadata by shivanigithub · 3 years, 4 months ago
  39. f3265250 Remove urn:uuid: URL support in Subresource WebBundles by Kunihiko Sakamoto · 3 years, 4 months ago
  40. c39f43a Navigation API: fix traversal + sandboxing interactions by Nate Chapin · 3 years, 4 months ago
  41. 9a39004 Remove set but otherwise unused variables by Arthur Eubanks · 3 years, 4 months ago
  42. aa33e27 [mparch] Make the renderer follow |is_load_data_with_base_url| from the browser by Miyoung Shin · 3 years, 4 months ago
  43. a474fb6 Store last committed FrameNavigationEntry on RenderFrameHost. by Charlie Reis · 3 years, 4 months ago
  44. cc094fb App history API to navigation API rename (5/n) by Domenic Denicola · 3 years, 4 months ago
  45. cd30f5f8 App history API to navigation API rename (4/n) by Domenic Denicola · 3 years, 4 months ago
  46. 2729a51 Reland "Expect non-initial NavigationEntry with empty URL on session restore" by Rakina Zata Amni · 3 years, 4 months ago
  47. ac3ddcd Revert "Expect non-initial NavigationEntry with empty URL on session restore" by Ioana Pandele · 3 years, 4 months ago
  48. 75458ba8c Expect non-initial NavigationEntry with empty URL on session restore by Rakina Zata Amni · 3 years, 4 months ago
  49. 167ca643 MPArch Fenced Frame: Measure navigation start time in renderer process by Tsuyoshi Horo · 3 years, 5 months ago
  50. 2f82585 CodeHealth: Use base::Reversed() in content by Ayu Ishii · 3 years, 5 months ago
  51. 00568d7 Force a new BrowsingInstance in OAC WPT tests upon reset. by W. James MacLean · 3 years, 5 months ago
  52. 627360d Add crash keys for empty URL restore with multiple entries by Rakina Zata Amni · 3 years, 5 months ago
  53. 243df9f Deprecation warning when relaxing same-origin restrictions. by Daniel Vogelheim · 3 years, 5 months ago
  54. 97d2f54 AppHistory bfcache support by Nate Chapin · 3 years, 5 months ago
  55. a3d62f49 Only check for IsInitialEntry, not initial empty document for main frame replacements by Rakina Zata Amni · 3 years, 5 months ago
  56. 996ee41 Rewrite empty URL to about:blank on session restore by Rakina Zata Amni · 3 years, 5 months ago
  57. daa84f6 Add a way for embedders to ignore initial NavigationEntry NavigationStateChanged calls by Rakina Zata Amni · 3 years, 5 months ago
  58. 10f4b733 Bugfix to kill main frame process upon detection of main frame URL by Chris Bookholt · 3 years, 5 months ago
  59. 4e657a47 Refactor AppHistoryEntry mojom by Nate Chapin · 3 years, 6 months ago
  60. 8015afcf Remove StoragePartitionId. by Alex Moshchuk · 3 years, 6 months ago
  61. 23c26da Restore() should only clear initial NavigationEntry, not other entries by Charlie Reis · 3 years, 6 months ago
  62. dedfa64 Persist protect_url_in_app_history for reuse on restore by Nate Chapin · 3 years, 6 months ago
  63. 14cac7a Save origin in FrameNavigationEntry for loadDataWithBaseURL() navs by Wang Hui · 3 years, 6 months ago
  64. 81b8d01f Refactor srcdoc to use navigation params. by W. James MacLean · 3 years, 6 months ago
  65. 2322f4f8 Protect initial NavigationEntry creation behind a flag by Rakina Zata Amni · 3 years, 6 months ago
  66. e47eb30a relocate implementation of NavigationControllerImpl::has_post_commit_error_entry() from .cc to .h per convention for trivial methods by Chris Bookholt · 3 years, 6 months ago
  67. 9055528 Remove initial empty document-ness when inserting entries from another NavigationController by Rakina Zata Amni · 3 years, 6 months ago
  68. 63db0d1 Allow appHistory entries that are cross-site-instance, censor the url of entries that are noreferrer by Nate Chapin · 3 years, 6 months ago
  69. 27faf8d NavigationControllerImpl: Move renderer kill earlier than RendererDidNavigate(). by Chris Bookholt · 3 years, 6 months ago
  70. 05744004 Remove the kHistoryPreventSandboxedNavigation feature by Dominic Farolino · 3 years, 6 months ago
  71. bcd62c8 Remove previews state usage by Tarun Bansal · 3 years, 6 months ago
  72. f297a80 Prevent browser-initiated reloads to initial empty document by Rakina Zata Amni · 3 years, 6 months ago
  73. ddf1050 Always replace initial NavigationEntry & carry over "initial" status by Rakina Zata Amni · 3 years, 6 months ago
  74. 7f8052e0 content/browser/renderer_host: Use BUILDFLAG for OS checking by Xiaohan Wang · 3 years, 6 months ago
  75. e1a2e05d [Anonymous iframe] Pass whether a window should commit anonymously. by Yifan Luo · 3 years, 6 months ago
  76. 6e404c9 Remove NavigationEntry's initial-ness on non-AUTO_SUBFRAME navigations by Rakina Zata Amni · 3 years, 6 months ago
  77. a4e2722 Don't synthesize page load on navigations that used to get ignored by Rakina Zata Amni · 3 years, 7 months ago
  78. 82f0063f Store PolicyContainerPolicies on all FrameNavigationEntries by Nate Chapin · 3 years, 7 months ago
  79. 3163cf4 Always replace initial empty document's session history entry by Rakina Zata Amni · 3 years, 8 months ago
  80. afd3c658 Create initial NavigationEntry on FrameTree initialization by Rakina Zata Amni · 3 years, 8 months ago
  81. 0e45c02 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 3 years, 8 months ago
  82. ab5c3a71 AppHistory should restore sameDocument / state in non-current entries by Nate Chapin · 3 years, 8 months ago
  83. 87696ae Adjust PageTransition to be AUTO_SUBFRAME for mparch fenced frames. by Dave Tapuska · 3 years, 8 months ago
  84. 2ccba60 Rename NAVIGATION_TYPE_{NEW,EXISTING}_ENTRY by Yoshisato Yanagisawa · 3 years, 8 months ago
  85. 9eabbb90 [RDS] Move Request Desktop Site per-site changes behind new feature flag by Shu Yang · 3 years, 8 months ago
  86. 8ee487a2 Add histograms to track renderer side commit times by Clark DuVall · 3 years, 9 months ago
  87. 4e20908 FLEDGE: Add support for component ads when fenced frames are enabled. by Matt Menke · 3 years, 9 months ago
  88. 25c1594 Remove expired UMA Navigation.SecureSchemeHasSSLStatus.* by Yoshisato Yanagisawa · 3 years, 9 months ago
  89. 5756fa42 [RDS] Override User Agent with a new WebContentsObserver by Shu Yang · 3 years, 9 months ago
  90. f405bf0d Reland "Fenced Frames: Navigations always replace the current entry" by shivanigithub · 3 years, 9 months ago
  91. 367479e Revert "Fenced Frames: Navigations always replace the current entry" by anthonyvd · 3 years, 9 months ago
  92. 5e37873 Fenced Frames: Navigations always replace the current entry by shivanigithub · 3 years, 9 months ago
  93. 3460d38 Factor out NavigationEntry update after navigation committed by Rakina Zata Amni · 3 years, 9 months ago
  94. d70a539 Move SiteInfo and UrlInfo to separarate files by Sharon Yang · 3 years, 9 months ago
  95. d91c815 Fenced Frames: Add a new value for Sec-Fetch-Dest header by adding a new by Nan Lin · 3 years, 9 months ago
  96. ccca617 Return the navigation created by LoadPostCommitErrorPage by Kevin McNee · 3 years, 9 months ago
  97. 5b98d1ee appcache: remove appcache from navigation loader/request by Adrienne Walker · 3 years, 9 months ago
  98. 260ee0a Support uuid-in-package: URLs in Subresource WebBundles by Kunihiko Sakamoto · 3 years, 9 months ago
  99. 800532c Deprecate returning a GURL from GURL::GetOrigin(). by Mike West · 3 years, 9 months ago
  100. 2892b37c AppHistoryNavigateEvent should not be cancelable for browser-initiated back-forward by Nate Chapin · 3 years, 10 months ago