1. 4ae0110 Prerender: Remove last_response_head null check in NavigationRequest by Takashi Toyoshima · 4 years ago
  2. f6370c3 Revert "Add Sec-CH-UA-Reduced client hint header when Origin Trial token present" by Daniel Hosseinian · 4 years ago
  3. d9c057e Add Sec-CH-UA-Reduced client hint header when Origin Trial token present by Ali Beyad · 4 years ago
  4. 1107e6a8 Remove unnecessary IsServedFromBackForwardCache() condition by Yohei Maeda · 4 years ago
  5. 300eb1c BackForwardCache: Do not store a page if there is no response head by Takashi Toyoshima · 4 years ago
  6. 68390b99 [bfcache] Refactor BackForwardCacheImpl::Entry to be bfcache specific by Yuzu Saijo · 4 years ago
  7. 3e8de6d Send storage key with CommitNavigationParams by Antonio Sartori · 4 years ago
  8. 7d4bd85 [PWA] Add StoragePartitionConfig to SiteInfo by Robbie McElrath · 4 years ago
  9. 5780743 Early Hints: Don't create URLLoaderFactory when process is shutting down by Kenichi Ishibashi · 4 years ago
  10. e36ce534 Move error page commits replacement conversion to the browser by Rakina Zata Amni · 4 years ago
  11. 38371cd Simulate DidCommitProvisionalLoadParams' url calculation in the browser by Rakina Zata Amni · 4 years ago
  12. f3f8052 Early Hints: Use URLLoaderFactoryParams to create URLLoaderFactory by Kenichi Ishibashi · 4 years ago
  13. 64e31df Use the correct origin for determining COOP. by Arthur Sonzogni · 4 years ago
  14. 09bb76a2 Use COOP: unsafe-none for error pages by Antonio Sartori · 4 years ago
  15. 9606b13 [COEP] Always allow anonymous iframes to load by Antonio Sartori · 4 years ago
  16. 84e9a9b prerender: Pass is_prerendering to RenderView instead of nav commit. by Matt Falkenhagen · 4 years, 1 month ago
  17. 5abc8de Propagate anonymous attribute to the browser by Antonio Sartori · 4 years, 1 month ago
  18. f690449a Fix spelling mistake in client hints function name by Ali Beyad · 4 years, 1 month ago
  19. 6c5f39bd Prerender: Make prerender activation synchronous by Hiroki Nakagawa · 4 years, 1 month ago
  20. 6f54ec5 [Private Network Access] Record UseCounter for Deprecation Trial. by Titouan Rigoudy · 4 years, 1 month ago
  21. df55747 [Private Network Access] Allow Deprecation Trial on non-secure origins. by Arthur Sonzogni · 4 years, 1 month ago
  22. e180770 Add histograms for loadDataWithBaseURL URLs by Rakina Zata Amni · 4 years, 1 month ago
  23. 200ba0c Move DCHECK in GetOriginForURLLoaderFactoryWithoutFinalFrameHost() by Kenichi Ishibashi · 4 years, 1 month ago
  24. 6d377e4a Navigation: Separate loading start from ctor of NavigationURLLoader by Hiroki Nakagawa · 4 years, 1 month ago
  25. b2de37e7 [Private Network Access] Enable deprecation trial by default. by Titouan Rigoudy · 4 years, 1 month ago
  26. 836cdbf [Private Network Access] Implement Deprecation Trial. by Titouan Rigoudy · 4 years, 1 month ago
  27. e654746 Prerender: Check NetError not at NavigationRequest but PrerenderHost by Takashi Toyoshima · 4 years, 1 month ago
  28. bcac1af Refactor network::CalculateClientAddressSpace() by Kenichi Ishibashi · 4 years, 1 month ago
  29. 0ac5653 Credentialless: Add OriginTrial support. by arthursonzogni · 4 years, 1 month ago
  30. 07099c3 Track various URLs involved in navigation in RenderFrameHostImpl by Rakina Zata Amni · 4 years, 1 month ago
  31. f3ddff5 Fenced frames: urn:uuid code use is_fenced bit and util methods by shivanigithub · 4 years, 1 month ago
  32. 738021e Move IPAddressSpace helper functions from blink to services/network by Kenichi Ishibashi · 4 years, 1 month ago
  33. 5997378 Refactor NavigationRequest::GetOriginForURLLoaderFactory by Kenichi Ishibashi · 4 years, 1 month ago
  34. a13c796e Reland "[OnionSoup] Move navigation_params{.h,.cc} into blink" by Minggang Wang · 4 years, 1 month ago
  35. 8586b64b service worker: Use GlobalRenderFrameHostId more instead of two ints. by Matt Falkenhagen · 4 years, 1 month ago
  36. b9f3fa9 Reland "[OnionSoup] Move navigation_params.mojom into blink" by Minggang Wang · 4 years, 1 month ago
  37. 27278cce2 Revert "[OnionSoup] Move navigation_params.mojom into blink" by Anatoliy Potapchuk · 4 years, 1 month ago
  38. 64e86fd Revert "[OnionSoup] Move navigation_params{.h,.cc} into blink" by Anatoliy Potapchuk · 4 years, 1 month ago
  39. baada41 [OnionSoup] Move navigation_params{.h,.cc} into blink by Minggang Wang · 4 years, 1 month ago
  40. 1a14cf6 [OnionSoup] Move navigation_params.mojom into blink by Minggang Wang · 4 years, 1 month ago
  41. d7e7fe8 Don't replace the current history entry for a cross-origin initiator by Nate Chapin · 4 years, 1 month ago
  42. a232271d Fenced Frames: Make HTMLFencedFrameElement a HTMLFrameOwnerElement by Dominic Farolino · 4 years, 1 month ago
  43. 8a7a042 Move where we force a same-url navigation to replace the current entry to the browser process by Nate Chapin · 4 years, 1 month ago
  44. 1aef8b0 Navigation: Make functions on NavigationRequest private by Hiroki Nakagawa · 4 years, 1 month ago
  45. 5d2ef8aa Document usage of various URLs for loadDataWithBaseURL navs by Rakina Zata Amni · 4 years, 1 month ago
  46. bc987503 Removing the no longer needed network::GetTrustworthyInitiator function. by Lukasz Anforowicz · 4 years, 1 month ago
  47. a0ef6df Rename ShouldTransferNavigation by Alexander Timin · 4 years, 1 month ago
  48. c70d8dc Calculate DidCommitProvisionalLoadParams' referrer in the browser by Rakina Zata Amni · 4 years, 1 month ago
  49. 78d8311 [Private Network Access] Fix navigations usecounter. by Titouan Rigoudy · 4 years, 1 month ago
  50. d9fc066 Plumb AttributionParameters through LoadUrlParams to native. by Michael Thiessen · 4 years, 1 month ago
  51. 16414e0 prerender: Cancel disallowed navigations even after activation started. by Matt Falkenhagen · 4 years, 1 month ago
  52. 17ecfb6 [Reland] Set initiatorType to "early-hints" for Early Hints preloaded resources by Kenichi Ishibashi · 4 years, 1 month ago
  53. 8690530c Rename GlobalFrameRoutingId to GlobalRenderFrameHostId. by Alexander Timin · 4 years, 1 month ago
  54. 4ed6128 Navigation: Remove NavigationRequest::is_view_source_ by Hiroki Nakagawa · 4 years, 1 month ago
  55. 544acd4 Navigation: Rename CreateForCommit to CreateForSynchronousRendererCommit by Hiroki Nakagawa · 4 years, 1 month ago
  56. d3319f7 Revert "Set initiatorType to "early-hints" for Early Hints preloaded resources" by Amr Aboelkher · 4 years, 1 month ago
  57. a6d5c64 Prerender: Make sure SandboxFlagsToCommit() is not called for activation by Hiroki Nakagawa · 4 years, 1 month ago
  58. 0b51a86 Set initiatorType to "early-hints" for Early Hints preloaded resources by Kenichi Ishibashi · 4 years, 1 month ago
  59. 7ee0c74 [OnionSoup] Move prefetched_signed_exchange_info.mojom into blink by Minggang Wang · 4 years, 1 month ago
  60. 8d4c08d Add reporting source to COOP/COEP reporters by Ian Clelland · 4 years, 1 month ago
  61. adcffc50 Navigation: Remove is_for_commit from NavigationRequest::StartNavigation by Hiroki Nakagawa · 4 years, 1 month ago
  62. f59db47b [OnionSoup] Move was_activated_option.mojom into blink by Minggang Wang · 4 years, 1 month ago
  63. 93878d0 Fenced Frames: Fenced frames to use urn:uuid by shivanigithub · 4 years, 1 month ago
  64. b86910d6 [extensions][csp] Reprocess ParsedHeaders after modifying by Antonio Sartori · 4 years, 1 month ago
  65. 91cc21b PageLoadMetrics: Add initial support for prerendered page loads by Kunihiko Sakamoto · 4 years, 1 month ago
  66. 83026dab Prerender: last_response_head can be invalid even for bfcache by Takashi Toyoshima · 4 years, 2 months ago
  67. fbfe5af Implement appHistory.goTo() (and back() and forward()) by Nate Chapin · 4 years, 2 months ago
  68. c42031b Fix a crash when activating a prerendered page which did a same-doc navi by Hayato Ito · 4 years, 2 months ago
  69. cf6ea7e cct: reverts ability to not suggest cct visits in omnibox by Scott Violet · 4 years, 2 months ago
  70. 9f16907 Share FrameNavigationEntries by Nate Chapin · 4 years, 2 months ago
  71. 377fb3e Reland "Don't run NavigationThrottles on page activations" by David Bokan · 4 years, 2 months ago
  72. ec54daf Prerender: Restructure cancellation of PrerenderHost by Hiroki Nakagawa · 4 years, 2 months ago
  73. 3a44de7c Revert "Don't run NavigationThrottles on page activations" by Devlin · 4 years, 2 months ago
  74. 7d90f269 Don't run NavigationThrottles on page activations by David Bokan · 4 years, 2 months ago
  75. 8f8a191 Reset PolicyContainerNavigationBundle on restart navigation by Antonio Sartori · 4 years, 2 months ago
  76. 2e8d6101 Prerender: Restore URLResponseHead on activation by Takashi Toyoshima · 4 years, 2 months ago
  77. 0e07b765 DumpWithoutCrashing when browser_side_origin != renderer_side_origin. by Lukasz Anforowicz · 4 years, 2 months ago
  78. 312822d7 Don't turn replacement navigations into reloads by Rakina Zata Amni · 4 years, 2 months ago
  79. 46fb6eec [prerendering] Set DidCommitParams' page_state for activation by Alexander Timin · 4 years, 2 months ago
  80. 0756559 Navigation: Merge NavigationRequest::browser_initiated_ to CommitNavigationParams by Hiroki Nakagawa · 4 years, 2 months ago
  81. 9422e10 Remove IsPrerender2Enabled in if() condition as possible by Tsuyoshi Horo · 4 years, 2 months ago
  82. a67fe9c3 Navigation: Set NavigationRequest::prefetched_signed_exchange_cache_ etc on ctor by Hiroki Nakagawa · 4 years, 2 months ago
  83. b078d3ef Navigation: Set NavigationRequest::blob_url_loader_factory_ on ctor by Hiroki Nakagawa · 4 years, 2 months ago
  84. d69994c MPArch: Make NavigationRequest::navigation_entry_offset_ const by Hiroki Nakagawa · 4 years, 2 months ago
  85. c51f7d67 Prerender: Destroy PrerenderHost asynchronously by default by Hiroki Nakagawa · 4 years, 2 months ago
  86. 656c818 MPArch: Clean up param initialization on NavigationRequest ctor by Hiroki Nakagawa · 4 years, 2 months ago
  87. f7db706 Compute IsPrerenderedPageActivation earlier in navigation by David Bokan · 4 years, 2 months ago
  88. e8b6940 Clean up NavigationRequest when body load for <object> fallback fails. by Daniel Cheng · 4 years, 2 months ago
  89. e1cddc1 Prerender: Support activation during ongoing main-frame navigation by Sreeja Kamishetty · 4 years, 2 months ago
  90. ba823e4 [MPArch] Plumb common + begin params to prerender host in activation. by Harkiran Bolaria · 4 years, 2 months ago
  91. 94f0268 Add test helpers to check IsCommitDeferringConditionDeferredForTesting by Sreeja Kamishetty · 4 years, 2 months ago
  92. 059bf73e Clean up includes in render_frame_host_impl.h. by Lei Zhang · 4 years, 2 months ago
  93. 850e474 [Private Network Access] Allow requests from the unknown address space. by Titouan Rigoudy · 4 years, 2 months ago
  94. 55baeefd Report private network issue from secure contexts by Sigurd Schneider · 4 years, 2 months ago
  95. 1444499 Prerender: Make sure NavigationRequest::NeedsUrlLoader() returns true for prerender activation by Hiroki Nakagawa · 4 years, 2 months ago
  96. 74658dea [Private Network Access] Simplify PrivateNetworkRequestPolicy. by Titouan Rigoudy · 4 years, 2 months ago
  97. 6638688 [COOP Isolation] Persist isolated COOP sites across restarts. by Alex Moshchuk · 4 years, 2 months ago
  98. 7a2408f Check the bundle URL for CSP while loading urn:uuid resources by Tsuyoshi Horo · 4 years, 2 months ago
  99. 6dde90c MPArch: Rename RenderFrameHostImpl::DidCommitBackForwardCacheNavigation by Hiroki Nakagawa · 4 years, 2 months ago
  100. f62d1bf content: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 2 months ago