1. 2ecdd9f [WebAuthn] Remove request security check methods from content API by Ken Buchanan · 3 years, 4 months ago
  2. 4c1897a [content] No longer hand-off whole MainFunctionParams to BrowserMainParts by Gabriel Charette · 3 years, 4 months ago
  3. 36d519b [WebAuthn] Plumb Conditional UI credentials through content layer by Ken Buchanan · 3 years, 4 months ago
  4. 7ff0c65 webui: Migrate chrome://gpu to WebUIConfigMap by Giovanni Ortuño Urquidi · 3 years, 4 months ago
  5. 9d00859 [mparch] Rename 'is_main_frame_request' param in SSLErrorHandler by Yeunjoo Choi · 3 years, 4 months ago
  6. 540dbd1 prerender: Stop calling NotifyDidChangeVisibleSSLState on prerendering. by Robert Lin · 3 years, 4 months ago
  7. e81417a [FedCM] Merge sharing&request permissions part 2/2 by Peter Kotwicz · 3 years, 4 months ago
  8. a6d6d85 Remove content::PermissionType references and replace them with... by Andy Paicu · 3 years, 4 months ago
  9. e2ada5bd Renamed MayAttachedToBrowser to IsTrusted and replaced MaySendInputEventsToBrowser with it. by Danil Somsikov · 3 years, 4 months ago
  10. 127b5710 Revert "Use LocalMediaStreamAudioSource for DISPLAY_AUDIO_CAPTURE." by Tove Petersson · 3 years, 4 months ago
  11. 0d0908ded Use unique_ptr for ownership in WebContentsView and Delegate by Avi Drissman · 3 years, 4 months ago
  12. 40f524d Ensure correct notifications after source change by Aida Zolic · 3 years, 4 months ago
  13. 04517c15f Use default trivial destructor for RenderFrameHost. by W. James MacLean · 3 years, 4 months ago
  14. 0806a35 [Private Network Access] Remove SharedWorkerInfo creation_address_space. by Titouan Rigoudy · 3 years, 4 months ago
  15. c5c6dbf webui: Add check for leaked WebUIConfig instances by Giovanni Ortuño Urquidi · 3 years, 4 months ago
  16. 4926eec Prefer Google Tts on Chrome OS by David Tseng · 3 years, 4 months ago
  17. 1706d8e3c Shared Storage: Integrate with BrowsingDataRemover. by cammie · 3 years, 4 months ago
  18. 2a000d7 Reland "Chrome Root Store: enable client-side updating of the Chrome Root Store." by Hubert Chao · 3 years, 4 months ago
  19. b675e45 Make ReuseRVHWithWebUI a content browsertest by Kevin McNee · 3 years, 4 months ago
  20. ae649ee [FedCM] Add cool down logic by Peter Kotwicz · 3 years, 4 months ago
  21. bdb19c7 Limit the number of `PermissionObserver` handles open by the Permissions API by Andy Paicu · 3 years, 4 months ago
  22. 65b9efb Revert "Chrome Root Store: enable client-side updating of the Chrome Root Store." by Kevin Marshall · 3 years, 4 months ago
  23. afe3e47c MPArch: Fix how script setting is retrieved for client hints by Adithya Srinivasan · 3 years, 4 months ago
  24. ff2c1a6 Chrome Root Store: enable client-side updating of the Chrome Root Store. by Hubert Chao · 3 years, 4 months ago
  25. d44e82e serial: Add SerialPort.forget() method by François Beaufort · 3 years, 4 months ago
  26. d4982a4b Pause socket managers for a page when it enters the BFCache. by Darren W · 3 years, 4 months ago
  27. eb5e854 Make it easier for DocumentService impls to report bad messages. by Daniel Cheng · 3 years, 4 months ago
  28. 770b145f Migrate to new permissions API in PermissionController. by Illia Klimov · 3 years, 4 months ago
  29. 36f7e0a0 Fix DIR_METADATAs that reference Content>Core by Henrique Nakashima · 3 years, 4 months ago
  30. 95e83f4 [mparch] Switch to FrameTreeNode::IsOutermostMainFrame, part 2 by Ian Vollick · 3 years, 4 months ago
  31. af4f29f3 [a11y] Fix accessibility hit testing in web content popups by Benjamin Beaudry · 3 years, 4 months ago
  32. 8a471ec Rename kRestrictedApiOrigins to kIsolatedAppOrigins by Reilly Grant · 3 years, 4 months ago
  33. e255af06 webauthn: wire up RemoteDesktopClientOverride client extension by Martin Kreichgauer · 3 years, 4 months ago
  34. 83d70f0 Reland "Propagate the MIME type from DownloadTargetDeterminer to DownloadItem" by Min Qin · 3 years, 4 months ago
  35. 719560c Revert "Propagate the MIME type from DownloadTargetDeterminer to DownloadItem" by Yuki Shiino · 3 years, 4 months ago
  36. 9e4b767 Propagate the MIME type from DownloadTargetDeterminer to DownloadItem by Min Qin · 3 years, 4 months ago
  37. ec16230 Remove IsRenderViewLive from content public by Kevin McNee · 3 years, 4 months ago
  38. 1c6dd3e [mparch] Switch to FrameTreeNode::IsOutermostMainFrame by Ian Vollick · 3 years, 4 months ago
  39. 55b5dfe5 Change request_id used for WebAuthn to string type by Howard Yang · 3 years, 4 months ago
  40. 72a1412b Activate power button WebAuthn on lacros by Howard Yang · 3 years, 4 months ago
  41. da1641b Use LocalMediaStreamAudioSource for DISPLAY_AUDIO_CAPTURE. by Tove Petersson · 3 years, 4 months ago
  42. 8d0d86f Make the FPS Overrides policy accessible to content/ using ContentAPI. by Kirubel Aklilu · 3 years, 4 months ago
  43. 277fe7c2 [Read Anything] Show full paragraphs in Reader UI. by Abigail Klein · 3 years, 4 months ago
  44. a37eac1 [PaymentRequest] Add activation for show() in Android browsertest by Stephen McGruer · 3 years, 4 months ago
  45. 5b90290 [FedCM] Implement desktop UI part 1 by Nicolás Peña Moreno · 3 years, 5 months ago
  46. f1dac63 Yet more zoom-for-dsf cleanup by Chris Harrelson · 3 years, 5 months ago
  47. 5ff7048 [Local Fonts] Rename permission name from FONT_ACCESS to LOCAL_FONTS. by Daseul Lee · 3 years, 5 months ago
  48. 4c6c093 Make ValidateEnterprisePolicy a static method of FirstPartySetsHandler. by Chris Fredrickson · 3 years, 5 months ago
  49. d6d41bc [CodeHealth ] Change RenderFrameHost::ExecuteJavaScriptMethod to use a base::Value::List argument by Yoichi Osato · 3 years, 5 months ago
  50. 2db49cba Make FirstPartySetsHandlerImpl eagerly determine `enabled` state. by Chris Fredrickson · 3 years, 5 months ago
  51. ead449e codehealth: remove DictionaryValue usage in cbui/webui by David Bienvenu · 3 years, 5 months ago
  52. 6fe0d63 Add MediaStreamManager::CloneExistingOpenDevice by Palak Agarwal · 3 years, 5 months ago
  53. 49c5e9f4 Remove FirstPartySetsSettings singleton. by Kirubel Aklilu · 3 years, 5 months ago
  54. 3633303 System-web-apps: Add support for chrome-untrusted:// service workers by Giovanni Ortuño Urquidi · 3 years, 5 months ago
  55. 4eb716e Don't use GetOriginalOpener to get opener's origin on FrameTree initialization by Rakina Zata Amni · 3 years, 5 months ago
  56. 31c293cc codehealth: remove uses of DictionaryValue in cbui/webui by David Bienvenu · 3 years, 5 months ago
  57. a23aa0a Do IWYU for content_browser_client.h by David Sanders · 3 years, 5 months ago
  58. 5878e8b Update CheckPolicySettings to validate the policy First-Party Set lists. by Kirubel Aklilu · 3 years, 5 months ago
  59. 432f4de [code-health] Remove use of DeprecatedListValue in PeerConnectionTracker by Fabrice de Gans · 3 years, 5 months ago
  60. 4a5fef2 Improve FrameTreeNode tracking in URLLoaderNetworkContext by Julie Jeongeun Kim · 3 years, 5 months ago
  61. 9b6c0407 [base] Cleanup remaining mentions of post_task.h by Gabriel Charette · 3 years, 5 months ago
  62. 73a4f15 Add basic browser plumbing for OOP video decoding. by Andres Calderon Jaramillo · 3 years, 5 months ago
  63. 8d5602a Deny notification/push permission for documents in non-standard StoragePartitions by Robbie McElrath · 3 years, 5 months ago
  64. cc639a66 webui: Add ExtraMojoJsFeatures by Jiewei Qian · 3 years, 5 months ago
  65. dd2ff21 Use allow_wgc_capturer_fallback for window capture in the windows. by Sunggook Chue · 3 years, 5 months ago
  66. 57c2586 Code health. by Wei4 Wang · 3 years, 5 months ago
  67. a303f27 [Read Anything] Distill AXTree in renderer. by Abigail Klein · 3 years, 5 months ago
  68. 00f60aca Remove deprecated intent-based app-to-web attribution support by Andrew Paseltiner · 3 years, 5 months ago
  69. 559c964 WebUIMessageHandler: Remove Extract{Double,Integer,String}Value helpers by dpapad · 3 years, 5 months ago
  70. cba6661e Shared Storage: Add manager class and hook up to StoragePartitionImpl. by cammie · 3 years, 5 months ago
  71. d87f10f [base] IWYU for base::Time by Gabriel Charette · 3 years, 5 months ago
  72. f5b594f Remove parameter of OnGpuProcessCrashed() by Patrick Monette · 3 years, 5 months ago
  73. cfb4b86 Dispatch DidUpdateWebManifestURL only for primary main frames by Sreeja Kamishetty · 3 years, 5 months ago
  74. 4c607076 webauthn: add a flag and switch for allowing enterprise attestation by Martin Kreichgauer · 3 years, 5 months ago
  75. c655f4e hid: Add exclusionFilters option to requestDevice by François Beaufort · 3 years, 5 months ago
  76. 99c4906 media: Check GPU composition state in CdmRegistryImpl by Xiaohan Wang · 3 years, 5 months ago
  77. 10398150 Move First-Party Sets initialization into browser process. by Shuran Huang · 3 years, 5 months ago
  78. bf39e34d [Topics] Add data clearing methods for UX integration by Yao Xiao · 3 years, 5 months ago
  79. 858df4ab Add synthetic trial for process-isolated OAC. by W. James MacLean · 3 years, 5 months ago
  80. cc37939 [Topics] Implement BrowsingTopicsServiceImpl by Yao Xiao · 3 years, 5 months ago
  81. c292485 Remove several forward declarations of internal classes from content public by Kevin McNee · 3 years, 5 months ago
  82. 91289ce viz: Enable SkiaRenderer unconditionally on CrOS by Peng Huang · 3 years, 5 months ago
  83. 78429dc [OOBE WebUI] Migrate to RegisterHandlerCallback by Roman Sorokin · 3 years, 5 months ago
  84. 074cd18 [tracing] Use TracedProto in //content. by Alexander Timin · 3 years, 5 months ago
  85. c8a12ee media: Add MediaFoundationServiceMonitor by Xiaohan Wang · 3 years, 5 months ago
  86. 3e749ac5 [FedCM] Merge sharing&request permissions part 1/2 by Peter Kotwicz · 3 years, 5 months ago
  87. d854c1f [mparch] Disable trust-token-redemption in Fenced Frames. by Hyowon Kim · 3 years, 5 months ago
  88. a031756 service worker: Introduce service worker specific task queue by Minoru Chikamune · 3 years, 5 months ago
  89. f284284 Add GPSForCurrentDocument() into PermissionControllerDelegate. by Illia Klimov · 3 years, 5 months ago
  90. 47789c6a file-system-access: add ResolveTransferToken method by Jiewei Qian · 3 years, 5 months ago
  91. 626bb9a Rename RFH::IsDocumentOnLoadCompletedInPrimaryMainFrame to InMainFrame by Sreeja Kamishetty · 3 years, 5 months ago
  92. 31c16aa Implement data removal for the new media license backend by Austin Sullivan · 3 years, 5 months ago
  93. eb1ff7c Remove the extra_icu feature split by Mohamed Heikal · 3 years, 5 months ago
  94. c95d315 [Topics] Implement BrowsingTopicsCalculator by Yao Xiao · 3 years, 5 months ago
  95. 49bbefe Fix an issue dangerous dialog is not shown for some apk download by Min Qin · 3 years, 5 months ago
  96. 3081074 App history API to navigation API rename (6/n) by Domenic Denicola · 3 years, 5 months ago
  97. c06c6a6c Migrate remaining odd callers of base::PostTask/Create*TaskRunner in /content/public/browser by Gabriel Charette · 3 years, 5 months ago
  98. d4bf5eb Add missing includes of //base/observer_list.h by David Sanders · 3 years, 5 months ago
  99. b674892e [mparch] Use the correct UKM source id for MParch features in navigation by Yeunjoo Choi · 3 years, 5 months ago
  100. f564996 content: Adds SupportsAvoidUnnecessaryBeforeUnloadCheckSync() by Scott Violet · 3 years, 5 months ago