1. a9c4568 Reland "Convert content::CommitNavigationParams to mojom." by Lucas Furukawa Gadani · 6 years ago
  2. 45db3a5d Revert "Convert content::CommitNavigationParams to mojom." by Owen Min · 6 years ago
  3. f9763b5 Convert content::CommitNavigationParams to mojom. by Lucas Furukawa Gadani · 6 years ago
  4. cfca852 Fuzzer: Check ancestors for web url loader factory override. by Vladimir Levin · 6 years ago
  5. bc00c77 Remove non-network service path in content/renderer. by John Abd-El-Malek · 6 years ago
  6. ef8290a Convert content::CommonNavigationParams to mojom. by Lucas Furukawa Gadani · 6 years ago
  7. dc709037 Onion Soup MediaStreamDeviceObserver by Guido Urdaneta · 6 years ago
  8. 579a897 Removed user_gesture bit plumbing used in pre-UAv2 postMessages. by Mustaq Ahmed · 6 years ago
  9. f6840ecf [OnionSoup] Move content::URLLoaderThrottle into blink by Minggang Wang · 6 years ago
  10. fee097c [mojo] Introduce BrowserInterfaceBroker by Oksana Zhuravlova · 6 years ago
  11. ef82d5f Revert "Move implementation of Mojo method GetTextSurroundingSelection() to Blink" by Mario Sanchez Prada · 6 years ago
  12. 931973e9 Change media capture session IDs from int to UnguessableToken. by Guido Urdaneta · 6 years ago
  13. f6064666 Add UseCounter kDownloadInSandbox / kDownloadWithoutUserGesture by Yao Xiao · 6 years ago
  14. c367efe Restrict TextFragmentAnchor to user or browser initiated navigations. by Nick Burris · 6 years ago
  15. 506aea9 Move implementation of Mojo method GetTextSurroundingSelection() to Blink by Mario Sanchez Prada · 6 years ago
  16. 542b4235 [AF Android] Trigger Autofill when using Talkback by Tommy Martino · 6 years ago
  17. 5e340f1 service worker: Merge identical Mojo structs about providers. by Matt Falkenhagen · 6 years ago
  18. 1be897a Convert old mojo types to new ones in //content loading code by Dominic Farolino · 6 years ago
  19. f85e7cf72 BackForwardCache: Make EvalJs work even when the frame is frozen or gone by Hajime Hoshi · 6 years ago
  20. b41bfe4 Test: Create a fake WebURLLoaderFactory in tests by Vladimir Levin · 6 years ago
  21. 489a249 Migrate TextSurroundingSelection messages from the old Chrome IPC to Mojo by Mario Sanchez Prada · 6 years ago
  22. 8fb556c Convert PrefetchURLLoaderService to use new Mojo types by Kinuko Yasuda · 6 years ago
  23. f01cfbd Onion soup media/blink/webmediaplayer_util.cc by Antonio Gomes · 6 years ago
  24. c0636d2 Replace FrameMsg_SwapOut with UnfreezableFrameMsg_SwapOut by Yuzu Saijo · 6 years ago
  25. 85bdd9a [OnionSoup] Remove includes of service_worker_types.h from non-SW code by Leon Han · 6 years ago
  26. 10ee2f2 OnionSoup //content/renderer/image_downloader by Gyuyoung Kim · 6 years ago
  27. 7e75d52 Rename DidObserveLayoutJank to DidObserveLayoutShift. by Steve Kobes · 6 years ago
  28. 3bca4bf Use in-class initializers for base::WeakPtrFactory in content/. by Jeremy Roman · 6 years ago
  29. be9935c Make navigations to about:srcdoc to always use the default code path. by arthursonzogni · 6 years ago
  30. 710d5e3 Port document.cookie to RestrictedCookieManager by Maks Orlovich · 6 years ago
  31. bb73807 {Add,Get}Interface() for PendingAssociatedReceiver/AssociatedRemote by Shimi Zhang · 6 years ago
  32. 62fee22 Include initial frame replication state on portal adoption. by Jeremy Roman · 6 years ago
  33. ed6beea Fix file subresource not able to load again in about:srcdoc. by arthursonzogni · 6 years ago
  34. 3949bbbc Reland "Plumb resources serviced from memory cache to PLM" by John Delaney · 6 years ago
  35. 295a16c Moved Origin Policy parsing into the network service by Andy Paicu · 6 years ago
  36. 2f85a068 OriginTrial for SignedExchangeSubresourcePrefetch by Tsuyoshi Horo · 6 years ago
  37. 159558a3 Introduce signed_exchange_utils::CreateHeaderIntegrityHashString() by Tsuyoshi Horo · 6 years ago
  38. e4e457e Replace FrameMsg_Delete with UnfreezableFrameMsg_Delete by Yuzu Saijo · 6 years ago
  39. 02ff13d [DevTools] Limit async stack trace depth for initiator info for navigations. by Johannes Henkel · 6 years ago
  40. 9f89413 Use blink::mojom::WebFeature instead of int in some places. by Matt Falkenhagen · 6 years ago
  41. a42101f Communicate the lifecycle state back up to the RenderFrameHost. by Dave Tapuska · 6 years ago
  42. 47a7822 Reland "Transmit the response's body datapipe in CommitNavigation()." by Minggang Wang · 6 years ago
  43. c87d16d4 Revert "Plumb resources serviced from memory cache to PLM" by Sergey Poromov · 6 years ago
  44. 44af1fd Plumb resources serviced from memory cache to PLM by John Delaney · 6 years ago
  45. 5da9430 Send RIND reports for google ads that attempt redirects without user gestures and are blocked. by Varun Khaneja · 6 years ago
  46. 54bb4ff Remove more LoFi code by Robert Ogden · 6 years ago
  47. 42d3d07f Remove content::kAboutSrcDocURL and use GURL::IsAboutSrcdoc() instead. by Lukasz Anforowicz · 6 years ago
  48. 88da5ec Mojofy FrameHostMsg_ShowCreatedWindow. by Lowell Manners · 6 years ago
  49. 2ea3be9 Remove "fetch" prefixes from URLRequest members by Julie Jeongeun Kim · 6 years ago
  50. 7606b532 Replace use of std container with WTF's equivalent in security_context.h by Miyoung Shin · 6 years ago
  51. 644a1df0 viz: Remove content_source_id. by Sadrul Habib Chowdhury · 6 years ago
  52. ee28094 Partially deduplicate SameSite cookie deprecation messages by Lily Chen · 6 years ago
  53. 910bddb Propagating whether navigation is initiated by link to Password Manager. by Vadym Doroshenko · 6 years ago
  54. 2423064 OnionSoup: Move web_application_cache_host_impl to core/loader/appcache by Julie Jeongeun Kim · 6 years ago
  55. 703b824 viz: moves mojoms/code from services/ws to services/viz by Scott Violet · 6 years ago
  56. 8e3ebe9 Do not send JavaScript results if they are not needed. by Avi Drissman · 6 years ago
  57. 531be7ca [base] Replace Contains{Key,Value} with Contains in //content by Jan Wilken Dörrie · 6 years ago
  58. d8f4f6a8 Remove remnant of certificate warning code by David Benjamin · 6 years ago
  59. 06a38fb9 Make navigation to MHTML subframes be driven by the browser process. by arthursonzogni · 6 years ago
  60. 96066be Remove content::PushMessagingClient, replaced with blink::PushMessagingClient by Mario Sanchez Prada · 6 years ago
  61. 07a8cac Mojofy FrameHostMsg_TransferUserActivationFrom. by Lowell Manners · 6 years ago
  62. d92e137 Move the portals code to the new Mojo naming convention. by Jeremy Roman · 6 years ago
  63. 42699f3 Add a layout stability metric that stops upon user input or scroll. by Bryan McQuade · 6 years ago
  64. 2f6014d8 Plumb initiator origin trial features through navigation flow by Bryan McQuade · 6 years ago
  65. f445fc2 OnionSoup: Move web_application_cache_host_impl to Blink by Julie Jeongeun Kim · 6 years ago
  66. bee4a75 Navigation: Initial history subframe navigations use BeginNavigation. by Arthur Hemery · 6 years ago
  67. dde87ee5 Move implementation of blink::WebLocalFrameClient::BindToFrame to its place by Mario Sanchez Prada · 6 years ago
  68. d231545 Remove origin header manipulation from RenderFrameImpl by Yutaka Hirano · 6 years ago
  69. 8bda271 Convert Callback to {Once,Repeating}Callback in RenderThread/FrameImpl. by danakj · 6 years ago
  70. e15b80b Move WebScrollGranularity to ui/events/types by Daniel Libby · 6 years ago
  71. 466529d [ MimeHandlerView ] Rename content & blink API by Ehsan Karamad · 6 years ago
  72. ec6037b Revert "Make renderer-initiated navigation to about:blank to use the default path." by arthursonzogni · 6 years ago
  73. ace0abc Moves accessibility EventFrom computation into Blink by David Tseng · 6 years ago
  74. 276d1ae [AppCache] Use UnguessableToken for appcache host IDs. by Marijn Kruisselbrink · 6 years ago
  75. 8abfe928 Navigation: Adding Crash Keys in RenderFrameImpl. by Arthur Hemery · 6 years ago
  76. 69d143e Update function signatures for focused element change notifications by Kent Tamura · 6 years ago
  77. 9d03ab6 Convert Callback to OnceCallback or RepeatingCallback in content pepper by danakj · 6 years ago
  78. c39e5827 Mojofy DidFailLoadWithError and DidFailProvisionalLoadWithError. by Lowell Manners · 6 years ago
  79. 14385278 Introduce PrefetchedSignedExchangeManager in Blink by Tsuyoshi Horo · 6 years ago
  80. 4be168c Move request_context_frame_type.mojom from services/network to blink by Kinuko Yasuda · 6 years ago
  81. f234243 Reland "Handle race of SwapIn() and browser destroying the speculative MainFrame" by danakj · 6 years ago
  82. f02c758 Revert "Handle race of SwapIn() and browser destroying the speculative MainFrame" by Avi Drissman · 6 years ago
  83. e7d5981 Handle race of SwapIn() and browser destroying the speculative MainFrame by danakj · 6 years ago
  84. eaf3b29 Pass prefetched signed exchanges to renderer process by Tsuyoshi Horo · 6 years ago
  85. c4468ec Reland "Use DocumentInterfaceBroker to register AppCacheHost" by Julie Jeongeun Kim · 6 years ago
  86. adbc74f Navigation: Fix edge case cancel with NavigationClient on. by Arthur Hemery · 6 years ago
  87. 020d874 Revert "Use DocumentInterfaceBroker to register AppCacheHost" by Dominic Battré · 6 years ago
  88. 72316111 Use DocumentInterfaceBroker to register AppCacheHost by Julie Jeongeun Kim · 6 years ago
  89. c927a41 Transfer user activation in browser for same origin case by Lan Wei · 6 years ago
  90. b77d236a5 Remove code for counting subframe name changes before first real commit. by Daniel Cheng · 6 years ago
  91. 426d8d1e Fix a crash due to null BrowserPluginDelegate by Ehsan Karamad · 6 years ago
  92. 7d032b37 Remove ResourceType parameter from NetworkServiceClient::OnAuthRequired. by John Abd-El-Malek · 6 years ago
  93. 74d67b5 Remove usage of GetProvisionalDocumentLoader in UserAgentOverride by Dmitry Gozman · 6 years ago
  94. 52d0f37 Make IsNavigationScheduledWithin include ongoing navigations by Dmitry Gozman · 6 years ago
  95. ba28d82c Migrate cc/trees/ to use shared UKM source id by Yue Ru Sun · 6 years ago
  96. 6b7727d Replace placeholder document loader with a struct by Dmitry Gozman · 6 years ago
  97. 0de5d9b Move content::ManifestChangeNotifier and manifest_observer.mojom to blink by Miyoung Shin · 6 years ago
  98. dca74a7 Print Preview: Use HTML Imports Polyfill by rbpotter · 6 years ago
  99. e8bf80e Portals: Implement PortalHost.postMessage by Adithya Srinivasan · 6 years ago
  100. 5d9f915 Mitigate UAF crash in RenderFrameImpl by Nicolas Arciniega · 6 years ago