1. 6e1bb61 Revert "[Media History] Fix watchtime recording" by Shik Chen · 5 years ago
  2. c5b00d8 [Media History] Fix watchtime recording by Becca Hughes · 5 years ago
  3. b0d8d90 Introduce WebContents::GenerateWebBundle() and skeleton WebBundler. by Tsuyoshi Horo · 5 years ago
  4. 8c4446dc Splitting context_menu_params.h into separate browser VS common parts. by Lukasz Anforowicz · 5 years ago
  5. fd9136d Stop passing view and widget IDs to RenderViewHost creation. by Fergal Daly · 5 years ago
  6. 052873a8 Remove view/widget/frame routing IDs from WebContents::CreateParams. by Fergal Daly · 5 years ago
  7. d4533c7 Move visible_viewport_size into the VisualProperties waterfall dance by danakj · 5 years ago
  8. 33bd754c0 [content] Add DumpWithoutCrashing to WebContents::FromRenderFrameHost. by Alexander Timin · 5 years ago
  9. b528fe7 Drop WebContentsView::RenderViewCreated hook by Antonio Gomes · 5 years ago
  10. d5c9de46 Use Promise with RequestPointerLock calls by James Hollyer · 5 years ago
  11. 1a55a9d6 Prevent fullscreen while dialogs are up (2/2) by Avi Drissman · 5 years ago
  12. d983562 Move CreateNewWidget/CreateFullscreenWidget to UI thread. by Dave Tapuska · 5 years ago
  13. 525e0c5d Convert FrameHostMsg_DidFinishLoad to blink.mojom.LocalFrameHost interface by Gyuyoung Kim · 5 years ago
  14. d1d2565 Prevent fullscreen while dialogs are up (1/2) by Avi Drissman · 5 years ago
  15. cceeacf Enable history manipulation intervention for plug-in cases by shivanigithub · 5 years ago
  16. 0dcaebc3 DownloadURLParameters: Remove NetworkIsolationKey parameter. by Matt Menke · 5 years ago
  17. a78f3dd2 Allow ManifestIconDownloader to download images from a specified frame. by Danyao Wang · 5 years ago
  18. 7f366dc6 [aw-dark] Reintroduce preferredColorScheme in WebPreferences/WebSettings by Alison Maher · 5 years ago
  19. ab48fc0 Don't clear the page's cached favicon URL when iframe navigations start by Alan Cutter · 5 years ago
  20. 419f98f Revert r707164 on ToT. by W. James MacLean · 5 years ago
  21. afbe224 [WebNFC] Re-check permissions in the browser process by Reilly Grant · 5 years ago
  22. 5709ab0 Convert FrameHostMsg_UpdateFaviconURL to mojo by Miyoung Shin · 5 years ago
  23. 4c02911b Add LocalMainFrameHost interface. by Dave Tapuska · 5 years ago
  24. 7096ac0 Merge blink::WebSandboxFlags and blink::mojom::WebSandboxFlags by Antonio Gomes · 5 years ago
  25. 433f710a Deprecate ResourceType in ResourceLoadInfo and ExtraRequestCompleteInfo by Kinuko Yasuda · 5 years ago
  26. f81c6e7c Only allow one full screen per user activation - safe version by Lan Wei · 5 years ago
  27. d334bba Revert "FrameHost::SubresourceResponseStarted: s/ url / origin_of_final_url /." by Lukasz Anforowicz · 5 years ago
  28. 732721e9 Route conversion registration requests from blink to ConversionStorage by John Delaney · 5 years ago
  29. 8f7c387 Expose LocalMainFrame interface from blink. by Dave Tapuska · 5 years ago
  30. 8695799b [Paint Preview] OOPIF Capture by ckitagawa · 5 years ago
  31. ee5af39 [OnionSoup] Move resource_load_info.mojom into Blink by Minggang Wang · 5 years ago
  32. 6767b2e Reland "Stop reviving crashed RenderFrameHost. Get a new one instead." by Fergal Daly · 5 years ago
  33. 0b10349 Convert ViewHostMsg_DocumentAvailableInMainFrame to use blink LocalFrameHost by Julie Jeongeun Kim · 5 years ago
  34. cdd843d Revert "Notify BrowserAccessibilityManager via WebContentsObserver" by Ian Prest · 5 years ago
  35. 6471a70 Destroy child RWHV for speculative RenderFrameHosts when detaching WebContents by Kevin McNee · 5 years ago
  36. cdf545cc Convert FrameHostMsg_RunJavaScriptDialog to mojo. by Dave Tapuska · 5 years ago
  37. 924ef3c Remove error description from the DidFailLoadWithError message. by Dave Tapuska · 5 years ago
  38. 144f819 Move FrameHostMsg_GoToEntryAtOffset to mojo by Julie Jeongeun Kim · 5 years ago
  39. 03ffdbd Hook clipboard paste code to the upload content checks. by Roger Tawa · 5 years ago
  40. eb21998 Make noopener partition selection consistent with normal path. by Aaron Colwell · 5 years ago
  41. de7348e Move FrameHostMsg_DidBlockNavigation to LocalFrameHost by Abhijeet Kandalkar · 5 years ago
  42. 7364e697 Use GlobalFrameRoutingId for shared worker clients by Patrick Monette · 5 years ago
  43. 275a6f92b Add more overloads using GlobalFrameRoutingId by Patrick Monette · 5 years ago
  44. 77eb7e8 Change never-visible terminology for RenderWidgets to never-composited. by danakj · 5 years ago
  45. 7e70bf9 constrained_window: Account for outer web contents generally when finding top-level contents. by Jeremy Roman · 5 years ago
  46. b14e578 Remove color arg from DidChangeThemeColor(). by Peter Kasting · 5 years ago
  47. c209b74 Revert "Disable logic to kill prerender when JavaScript alert fires" by Tarun Bansal · 5 years ago
  48. 401cd17 Disable logic to kill prerender when JavaScript alert fires by Tarun Bansal · 5 years ago
  49. 7b4a1f23 Web Contents: expose the candidate favicon URLs in WebContents. by Mounir Lamouri · 5 years ago
  50. d1b927f Simplify and improve the PageImportanceSignal code. by Sebastien Marchand · 5 years ago
  51. 6f0f67b Portals: Fix accessibility crash by Adithya Srinivasan · 5 years ago
  52. 5ea668f3 [Content] Introduce WebContentsObserver::OnDidAddMessageToConsole() by Devlin Cronin · 5 years ago
  53. 66766a57 [PM] Plumb the Bluetooth state to PerformanceManager. by Francois Doray · 5 years ago
  54. 11af2c5 Portals: Block element.focus by Adithya Srinivasan · 5 years ago
  55. e6e7f84 Portals: Allow OOPIF interaction after activation by Adithya Srinivasan · 5 years ago
  56. e1b77ac Add policy attribute to iframe element by Charlie Hu · 5 years ago
  57. 6e78da34 Clean up RenderWidgetHostViewGuest mentions. by W. James MacLean · 5 years ago
  58. 2539adb3 Remove calls to IsCrossProcessFrameGuest(). by W. James MacLean · 5 years ago
  59. ce010f0 Migrate Device Service clients [5/5] by Ken Rockot · 5 years ago
  60. 9dab165 Require source_site_instance_ for about:blank. by Aaron Colwell · 5 years ago
  61. 9437b5bf Remove BrowserPlugin (renderer), BrowserPlugin messages and related code. by W. James MacLean · 5 years ago
  62. 5ffc015 Fix allow/sandbox attribute timing issue on browser side by Charlie Hu · 5 years ago
  63. 7296440 Reland "Reland "Move Audio Service off Service Manager"" by Ken Rockot · 5 years ago
  64. 89eaa88 Revert "Reland "Move Audio Service off Service Manager"" by Findit · 5 years ago
  65. e8d24f73 Reland "Move Audio Service off Service Manager" by Ken Rockot · 5 years ago
  66. 65d20b8 Fill in the Network Isolation Key for download request by Yao Xiao · 5 years ago
  67. 06d22377 Revert "Move Audio Service off Service Manager" by Findit · 5 years ago
  68. a4d27f5 Move Audio Service off Service Manager by Ken Rockot · 5 years ago
  69. 13d834d Remove WebContentsViewGuest & RenderWidgetHostViewGuest. by W. James MacLean · 5 years ago
  70. 7d098617 Convert mojom::WebContentsBindingSet to new Mojo types by Julie Jeongeun Kim · 5 years ago
  71. 97d22ab Move FrameHostMsg_SuddenTerminationDisablerChanged to LocalFrameHost. by Dave Tapuska · 5 years ago
  72. 2a33dee Make RenderFrameImpl's NetworkIsolationKey publicly accessible. by Matt Menke · 5 years ago
  73. f4b9e94 Convert Callback to {Once,Repeating}Callback in //content/browser. by danakj · 6 years ago
  74. 0885c95 Notify BrowserAccessibilityManager via WebContentsObserver by Dominic Farolino · 6 years ago
  75. 3c05e1c Mojoify Enable View Source mode by Dave Tapuska · 6 years ago
  76. 41361e4 DevTools: simplify file chooser interception by Pavel Feldman · 6 years ago
  77. 6c9ce902 Migrate all old uses of InterfaceProvider to new Mojo types by Gyuyoung Kim · 6 years ago
  78. b6e5a29 Fix focus on background window on switching mac desktops by Joey Arhar · 6 years ago
  79. c4f0a72 Fix FocusOwningWebContents to handle RenderWidgetHosts for OOPIFs. by Alex Moshchuk · 6 years ago
  80. ee527cc FrameHost::SubresourceResponseStarted: s/ url / origin_of_final_url /. by Lukasz Anforowicz · 6 years ago
  81. b2b39eb9 Basic support for SVG favicons by Fredrik Söderquist · 6 years ago
  82. f837294 Remove AudioServiceAudioStreams flag and old audio codepaths by Guido Urdaneta · 6 years ago
  83. c525996 Don't trigger autoplay when capturing a thumbnail by Collin Baker · 6 years ago
  84. cf3bc8e Video capture forces render frame creation. by Dana Fried · 6 years ago
  85. 5bcd7c1 Rename NeedToFireBeforeUnload to NeedToFireBeforeUnloadOrUnload. by Alex Moshchuk · 6 years ago
  86. 6288398 Fix focus for PDF in mainframe, add test. by W. James MacLean · 6 years ago
  87. e118727 In fullscreen mode, pass <esc> to outmost WebContents. by W. James MacLean · 6 years ago
  88. cb6475a Convert ColorChooserFactory client to use BrowserInterfaceBroker by Miyoung Shin · 6 years ago
  89. a283c9e [Media History] Add has_video, has_audio, and last_updated_time_s to media playbacks by evliu · 6 years ago
  90. c98caa382 Avoid exposing some non-public a11y classes in content/public. by Lei Zhang · 6 years ago
  91. 7f736f0 [Media History] Record Media Playback by evliu · 6 years ago
  92. a7313f8 Removed WidgetHostMsg_FocusedNodeTouched IPC message by Anupam Snigdha · 6 years ago
  93. 9cca359 Expose vertical scroll direction to WebContentsObservers. by David Black · 6 years ago
  94. 172da77 Remove WebContentsImpl::frame_count_. by yilkal · 6 years ago
  95. 98457b5 Replace Page::is_hidden_ with PageVisibilityState enum by Collin Baker · 6 years ago
  96. 979c4b16 Use last committed navigation UKM source id for media-related events by Yue Ru Sun · 6 years ago
  97. dd0fa0c5 [content] Add WebContentsObserver::IsDocumentOnLoadCompletedInMainFrame by Alexander Timin · 6 years ago
  98. 0ce6a13 Stop registering content::GenericHandler blindly for all WebUIs. by dpapad · 6 years ago
  99. e8c6c1f [webhid] Add WebContents::IsConnectedToHidDevice by Matt Reynolds · 6 years ago
  100. aa89874 [chrome:accessibility] Display a list of accessibility events fired on a page. by Abigail Klein · 6 years ago