1. 34a3d75 Record the number of frames for web contents. by yilkal · 6 years ago
  2. 9caed61 Implement browser-verified user activation triggers behind a flag by Ella Ge · 6 years ago
  3. 0dd6581 Remove most PlzNavigate mentions in content/ by Arthur Hemery · 6 years ago
  4. ef8290a Convert content::CommonNavigationParams to mojom. by Lucas Furukawa Gadani · 6 years ago
  5. f87ec2a Make BrowserAccessibilityManager inherit from WebContentsObserver by Dominic Farolino · 6 years ago
  6. b4db22a Navigation: Merge NavigationHandleImpl::net_error_code_ into NavigationRequest::net_error_. by Mohamed Abdelhalim · 6 years ago
  7. f940060 Stop clobbering/leaking a provisional main frame on window close. by danakj · 6 years ago
  8. 6faef60 Portals: Support dispatching load events when the portal finishes loading. by Lucas Furukawa Gadani · 6 years ago
  9. f0cb8e6e Transfer user activation in other renderer processes through IPC by Lan Wei · 6 years ago
  10. 0180320f User activation same-origin visibility: add detailed comments. by Mustaq Ahmed · 6 years ago
  11. 550671a2 Transfer user activation in browser and renderer side by Lan Wei · 6 years ago
  12. 20749e92 History intervention: crash-fix with null check for controller by Shivani Sharma · 6 years ago
  13. 19487703 History intervention: Reset skippable bit if user gesture after pushState by Shivani Sharma · 6 years ago
  14. 22ea659 Ensure a FrameTreeNode is no longer loading at the end of its destructor by Nate Chapin · 6 years ago
  15. 3940708 Feature-Policy: Opener policies by Ehsan Karamad · 6 years ago
  16. c53e4c56 Don't preserve activation states after subframe navigation. by Mustaq Ahmed · 6 years ago
  17. edd8d6c Add metric for number of ad frames that receive user gesture by John Delaney · 7 years ago
  18. adf31eb Replace base::hash_map with std::unordered_map by Takuto Ikuta · 7 years ago
  19. a5dfa60b Allow user activation propagation to same-origin frames. by Mustaq Ahmed · 7 years ago
  20. c4f56158 Clear User Activation bits for main frames when new document is installed by Shivani Sharma · 7 years ago
  21. f8840b9 Keep subframe alive in pending deletion. by Arthur Sonzogni · 7 years ago
  22. f21fb51 Remove unused browser_side_navigation_policy include header. by Arthur Sonzogni · 7 years ago
  23. f2d4ff7 Extract instrumentation methods from RenderFrameDevToolsAgentHost into devtools_instrumentation by Andrey Kosyakov · 7 years ago
  24. 192a8da Reland "Implement fallback content for RemoteFrameOwner" by Ehsan Karamad · 7 years ago
  25. 3e226bd6 Revert "Implement fallback content for RemoteFrameOwner" by Findit · 7 years ago
  26. 02cb80e Implement fallback content for RemoteFrameOwner by Ehsan Karamad · 7 years ago
  27. 5a9a88c Remove FrameTreeNode::ResetForNewProcess(). by Arthur Sonzogni · 7 years ago
  28. 969a794e Replace FTN::IsDescendantOf by RFH::IsDescendantOf by Arthur Sonzogni · 7 years ago
  29. 55ec69d [clang-tidy] Apply modernize-use-auto in /content/browser by jdoerrie · 7 years ago
  30. 252ae04 Move subframe FrameTreeNode ownership RenderFrameHost. by Nasko Oskov · 7 years ago
  31. efd54b0 Remove FrameHostMsg_DidStartLoading by Camille Lamy · 7 years ago
  32. a951135 Cleanup some usage of IsBrowserSideNavigationEnabled. by Nasko Oskov · 7 years ago
  33. 72cc21c Cleanup RenderFrameHost/Manager to only take their own delegates. by Lucas Furukawa Gadani · 7 years ago
  34. c4cb716 Add browser-side activation state with sync across OOPIFs. by Mustaq Ahmed · 7 years ago
  35. d3011f6 Navigation: Introducing the NavigationClient mojo interface. by Arthur Hemery · 7 years ago
  36. e76b9dea Remove unused histograms for frame unique name size. by Daniel Cheng · 7 years ago
  37. 7678c8ac Remove suggested filename plumbing by Jochen Eisinger · 7 years ago
  38. 02c5156d Don't clear last committed URL on pending delete RenderFrameHosts by Alex Moshchuk · 7 years ago
  39. 8dfbfec Remove unnecessary includes of base/memory/ptr_util.h in content/. by Jeremy Roman · 7 years ago
  40. a30d423 The Great Blink mv for source files, part 1. by Blink Reformat · 7 years ago
  41. a13e7c0 Add frame depth to ChildProcessLauncherPriority by Bo Liu · 7 years ago
  42. c8a7cccf Let `about:blank#ref` also be classified as initial empty document. by Balazs Engedy · 7 years ago
  43. 9f9789e9 Hide navigations aborted due to downloading from ntp by Jochen Eisinger · 7 years ago
  44. ddf2a4e Attempt #2: Expose wasDiscarded after tab discard. by Shubhie Panicker · 7 years ago
  45. edb8c5dd Update feature policy header in proxies on nav by Ian Clelland · 7 years ago
  46. 75286c0 Move public headers in WebKit/common to WebKit/public/common (1) by Kinuko Yasuda · 7 years ago
  47. 9353670 Remove the progress bar completion flag by Nate Chapin · 7 years ago
  48. c338017 Navigation: Extend NavigationRequest lifetime up to Commit by Arthur Hemery · 8 years ago
  49. 4b62a5cb Upgrade Insecure Requests: OOPIF support, bugfixes & tests. by arthursonzogni · 8 years ago
  50. 610c63b3 Remove old navigation code from RenderFrameHostManager by clamy · 8 years ago
  51. bb0cfd5e [reland] Move site_isolation_policy from content/common to .../browser. by Lukasz Anforowicz · 8 years ago
  52. 60af7d4 Autoplay: Replicate user gesture before nav bit. by Becca Hughes · 8 years ago
  53. 3c7007a Fix accessibility when user cancels reloading the page. by Dominic Mazzoni · 8 years ago
  54. a2e1ab5 Revert "Move site_isolation_policy from content/common to content/browser." by Charlie Reis · 8 years ago
  55. 1aed2aa Move site_isolation_policy from content/common to content/browser. by Lukasz Anforowicz · 8 years ago
  56. 5cbaaf8 Track CSP-set sandbox flags separately from frame owner flags by Ian Clelland · 8 years ago
  57. 7bfb2e9 When removing a dynamically created frame, remove its FNEs as well. by Lukasz Anforowicz · 8 years ago
  58. d8352ac DevTools: wait for navigation to be committed upon Page.navigate on the browser side. by Pavel Feldman · 8 years ago
  59. c3fdacdf Feature Policy Onion Soup (4) by Luna Lu · 8 years ago
  60. 2e71399 Feature Policy Onion Soup (1) by Luna Lu · 8 years ago
  61. 04f27c37 Replace base::MakeUnique with std::make_unique in content/. by Jeremy Roman · 8 years ago
  62. cdc4f31 Use FramePolicy in FrameReplicationState and FrameTreeNode by Ian Clelland · 8 years ago
  63. 2523472 DevTools: introduce devtools frame token in the frame_tree_node. by Pavel Feldman · 8 years ago
  64. dcc7bf4 PlzNavigate: don't stop all loaders when renderer-initiated nav fails by John Abd-El-Malek · 8 years ago
  65. 36465f33 Strengthen the Popunder Preventer. by Avi Drissman · 8 years ago
  66. 27e878c Remove ScopedProfile and ScopedTracker. by Brett Wilson · 8 years ago
  67. 077f5031 Remove AreCrossProcessFramesPossible by Ken Buchanan · 8 years ago
  68. 6ca7f1c9 Limit the maximum length of frame unique names. by Daniel Cheng · 8 years ago
  69. 173bf304 [Reland #1] Plumb URLs through memory_instrumentation UKMs. by Erik Chen · 8 years ago
  70. 16169b0 Revert "Plumb URLs through memory_instrumentation UKMs." by meade_UTC10 · 8 years ago
  71. 1d8d254c Plumb URLs through memory_instrumentation UKMs. by Erik Chen · 8 years ago
  72. 6e2e099 Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. by engedy · 8 years ago
  73. 080e796 Create NavigationHandle after beforeunload with PlzNavigate. by clamy · 8 years ago
  74. 92f8c0b Replicate feature policy container policies. by iclelland · 8 years ago
  75. 1c4d759e The Blink Rename by Blink Reformat · 8 years ago
  76. de700d6 Remove unused profiling code. by erikchen · 8 years ago
  77. 662aa65 CSP: group policies in didAddContentSecurityPolicy. by arthursonzogni · 8 years ago
  78. 8d1aa16 Fix popunders spawned from a subframe. by avi · 8 years ago
  79. cd0b7b2 Ensure that when a new navigation cancels an existing one, the old navigation's DidFinishNavigation callback has an net::ERR_ABORTED error code. by jam · 8 years ago
  80. adbac71e Ensure that the PlzNavigate code path removes pending NavigationEntrys if the navigation is cancelled. by John Abd-El-Malek · 8 years ago
  81. a86695b PlzNavigate: stop navigations when opening a document for write by clamy · 8 years ago
  82. 7fed384c PlzNavigate: Enforce frame-src CSP on the browser. by arthursonzogni · 8 years ago
  83. 7f16902 Revert of PlzNavigate: Enforce 'frame-src' CSP on the browser. (patchset #23 id:790001 of https://codereview.chromium.org/2655463006/ ) by nektar · 8 years ago
  84. 1e3b610 PlzNavigate: Enforce frame-src CSP on the browser. by arthursonzogni · 8 years ago
  85. 0299edae Fix stopped navigations not having the correct error code in their navigation handle. by jam · 8 years ago
  86. 5e65e3a Require explicit selection of traits for LazyInstance by scottmg · 8 years ago
  87. 7c9cab4 Implement ContentSecurityPolicy on the browser-side. by arthursonzogni · 8 years ago
  88. 2c79efe2 Introduce content-side Feature Policy object and maintain in parallel with renderer policy. by iclelland · 8 years ago
  89. 92f1868 PlzNavigate: same-page navigation. by arthursonzogni · 8 years ago
  90. 6004a36 Track the original opener of a webcontents so we can rely on it for popups by jochen · 8 years ago
  91. 4dbcfdcb Rename feature policy classes. by iclelland · 8 years ago
  92. 6ece5ae Remove some LazyInstance use in base/ by scottmg · 8 years ago
  93. 61835ae1 Reenable framebusting by japhet · 9 years ago
  94. d405a05 Replicate a parsed feature policy representation so it doesn't need to be parsed in the browser process by raymes · 9 years ago
  95. ab749ec9 Replicate feature policy headers to remote frames by iclelland · 9 years ago
  96. baaab3a Fix navigation requests starting too early and not getting associated with the <webview>. by jam · 9 years ago
  97. 39258caf Fix WebContents and its observers not getting notified of a load stop event if a frame with a pending navigation is torn down with PlzNavigate. by jam · 9 years ago
  98. a3bd0b3 Avoid unnecessary URL parsing for GURL comparisons in //content by csharrison · 9 years ago
  99. 254597b Reduce usage of FOR_EACH_OBSERVER macro in content/browser by ericwilligers · 9 years ago
  100. 5140a41 Main frame's unique name can always be null. by lukasza · 9 years ago