1. 963dc18 [OnionSoup] Remove typemapping of (blink.mojom.Referrer, content::Referrer) by Leon Han · 7 years ago
  2. 18a40fa Create new tab-loading animation by Peter Boström · 7 years ago
  3. add16aa Make WebContents::GetOuterWebContents() const. by Lucas Furukawa Gadani · 7 years ago
  4. ae33f2f Content: Set CompletedFirstVisuallyNonEmptyPaint() before notifying observers. by Francois Doray · 7 years ago
  5. 28b39c1 Reland set of Touch Bar text suggestions perf improvements and bug fixes. by Sidney San Martín · 7 years ago
  6. 3d38ec15 Use strong ownership for attached inner WebContents. by Lucas Furukawa Gadani · 7 years ago
  7. da2a0e0 Converging two Previews methods called from content by Ryan Sturm · 7 years ago
  8. 83a8cf9 Replace OpenURL usage in window.open() with LoadURLWithParams. by Nasko Oskov · 7 years ago
  9. 5a9a88c Remove FrameTreeNode::ResetForNewProcess(). by Arthur Sonzogni · 7 years ago
  10. d5caa87 content: makes WebContentsDelegate::HandleKeyboardEvent() return status by Scott Violet · 7 years ago
  11. 39a909a Use ContainsValue() instead of std::find() in content/ by Zhuoyu Qian · 7 years ago
  12. fb64e14 Move last messages from RVH->RWH and break routing. by Albert J. Wong · 7 years ago
  13. c55cc64d Use unique_ptr<> for BrowserPluginGuest creation APIs by Albert J. Wong · 7 years ago
  14. eb28e7e Add InputEventShim for intercepting RWH messages. by Albert J. Wong · 7 years ago
  15. 969a794e Replace FTN::IsDescendantOf by RFH::IsDescendantOf by Arthur Sonzogni · 7 years ago
  16. 2b0c91d Add metrics on how sad frames become visible after crashing. by Alex Moshchuk · 7 years ago
  17. 6d93c3c Remove URLRequestContextGetter field from DownloadUrlParameters. by Matt Menke · 7 years ago
  18. 6068cf6 Revert "Fix bugs and improve perf in Touch Bar text suggestions." by Avi Drissman · 7 years ago
  19. 55ec69d [clang-tidy] Apply modernize-use-auto in /content/browser by jdoerrie · 7 years ago
  20. ad7c1915 Fix bugs and improve perf in Touch Bar text suggestions. by Sidney San Martín · 7 years ago
  21. e6c0162 Comments and type/variable juggling in WebContentsImpl frame creation by danakj · 7 years ago
  22. faa32d2 top-chrome slide: set shown ratio for main frame widget only by Ahmed Fakhry · 7 years ago
  23. 512a27e FileChooser: Mojoify FileChooser IPC, part 4 by Kent Tamura · 7 years ago
  24. 1fa2a882 mac: Remove features::IsViewsBrowserCocoa() and its last calls. by Nico Weber · 7 years ago
  25. 3c93c18 Create widget_messages.h and rename relevant View{Host}Msgs. by Albert J. Wong · 7 years ago
  26. 4891b85 Normalize newline characters in JS dialogs. by Avi Drissman · 7 years ago
  27. 6efd6eb Refactor and fix bugs in sliding top-chrome with page scrolls by Ahmed Fakhry · 7 years ago
  28. 4f0593d Don't show hung-renderer-dialog for background tabs. by Lukasz Anforowicz · 7 years ago
  29. a0ea017 Pointer lock: test crash recovery in oopif cases. by Lucas Gadani · 7 years ago
  30. a7d715a Prevent renderer initiated back navigation to cancel a browser one. by Arthur Sonzogni · 7 years ago
  31. 8652dcd5 content: Replace uses of BrowserThread task posting with post_task.h API by Eric Seckler · 7 years ago
  32. ddebb97 Remove BrowserMainLoop access from RenderFrameAudioInputStreamFactory and below by Max Morin · 7 years ago
  33. 3b3e315d Add |auto_cancel| parameter to WebContents::DispatchBeforeUnload. by Chris Hamilton · 7 years ago
  34. dbad132 Revert "content: don't show context menus for invisible WebContents" by Elly Fong-Jones · 7 years ago
  35. f6e13ed Explicitly indicate widget_route_id for widget showing. by Albert J. Wong · 7 years ago
  36. 0b24694 Rename PopupType methods and variables to WidgetType. by danakj · 7 years ago
  37. a0e4299 Remove dependency on net::URLRequest in InterceptNavigationDelegate by Clark DuVall · 7 years ago
  38. 929d29f Refactor the set of frames in fullscreen. by Arthur Sonzogni · 7 years ago
  39. d72f99d Record discarded state in TabActivityWatcher. by Charles Zhao · 7 years ago
  40. a951135 Cleanup some usage of IsBrowserSideNavigationEnabled. by Nasko Oskov · 7 years ago
  41. 34e9796 Add DidReloadLoFiImages to WebContentsObserver by Robert Ogden · 7 years ago
  42. 829cdd14 Cleaning up spiderwebs for creating popup widgets. by danakj · 7 years ago
  43. 9592222 Replace UMA_HISTOGRAM_COUNTS with UMA_HISTOGRAM_COUNTS_1M. by Steven Holte · 7 years ago
  44. c260c9a FileChooser: Mojoify FileChooser IPC, part 1 by Kent Tamura · 7 years ago
  45. 3f77dff Remove WebFindOptions in browser process by Rakina Zata Amni · 7 years ago
  46. 0f83cb11 EventAction for WebMouseWheelEvent by Ehsan Karamad · 7 years ago
  47. 58e6ef54 Implement top-chrome slide with page scrolls by Ahmed Fakhry · 7 years ago
  48. e413650c Record whether AudioContext was audible for Autoplay UKM by Raymond Toy · 7 years ago
  49. 058085d Picture-in-Picture close button click decrements keep alive count. by François Beaufort · 7 years ago
  50. 738ea19 Move the public "ignore events" switch to WebContents. by Avi Drissman · 7 years ago
  51. a2f0a3ca Keep extension background page alive when video is Picture-in-Picture. by François Beaufort · 7 years ago
  52. 3d41e771 If a dialog is shown, drop fullscreen. by Avi Drissman · 7 years ago
  53. 6c26f334 [TaskScheduler] Handle early first paint in NoBackgroundTasksTest. by Francois Doray · 7 years ago
  54. 09060bdf7 Use content::GlobalFrameRoutingId instead of std::pair<int, int>. by Lukasz Anforowicz · 7 years ago
  55. 2ac5750 Reland "Mojoify FindInPage::Find" by Rakina Zata Amni · 7 years ago
  56. f60dd1c Remove unnecessary conditional in CreateNewWindow by Charlie Harrison · 7 years ago
  57. d18c5197 Security drop fullscreen for any nested WebContents level. by Avi Drissman · 7 years ago
  58. 2065e9fc content: don't show context menus for invisible WebContents by Elly Fong-Jones · 7 years ago
  59. 95326269d Revert "Security drop fullscreen for any nested WebContents level." by Chris Mumford · 7 years ago
  60. 3dcaec6 Security drop fullscreen for any nested WebContents level. by Avi Drissman · 7 years ago
  61. fc0e1ea Revert "Mojoify FindInPage::Find" by Makoto Shimazu · 7 years ago
  62. fef811c5 Mojoify FindInPage::Find by Rakina Zata Amni · 7 years ago
  63. b4a66d5 [Mac] Add Offset to TextSuggestionsTouchBarController Text Selection by Tessa Nijssen · 7 years ago
  64. c0a0f0be Revert "[Mac] Add Offset to TextSuggestionsTouchBarController Text Selection" by Peter Kasting · 7 years ago
  65. 1e3c174 [Mac] Add Offset to TextSuggestionsTouchBarController Text Selection by Tessa Nijssen · 7 years ago
  66. 139bf44 Stop sending SSLInfo from network service for subframe navigations. by Livvie Lin · 7 years ago
  67. 36164bd Track page load metrics with network service by Clark DuVall · 7 years ago
  68. 5cc093d Remove UseVideoCaptureApiForDevToolsSnapshots feature by Saman Sami · 7 years ago
  69. f9ea4fc Reattach an inner contents to its outer contents when a view is swapped. by Lucas Furukawa Gadani · 7 years ago
  70. 58faa74 Stop binding ownerless ref-count objects in //content by tzik · 7 years ago
  71. 48c9f87 Pass |params.is_renderer_initiated| to DidOpenRequestedURL. by Lukasz Anforowicz · 7 years ago
  72. d11d650 [Display Cutout] Pull out WebContentsObserver by Becca Hughes · 7 years ago
  73. eafc94cb9 Move AccessibilityUI from content/ to chrome/ by James Wallace-Lee · 7 years ago
  74. dd60b0b Add a universal wait-for-page-ready heuristic to the Autofill Captured Sites Interactive Uitest. by Yiming Zhou · 7 years ago
  75. 37a1505 Remove browser-initiated navigations from WebContentsObserver::DidGetUserInteraction. by Dominick Ng · 7 years ago
  76. 3b5a4348 [Display Cutout] Move DisplayCutoutHostImpl out by Becca Hughes · 7 years ago
  77. 2163df73d [Display Cutout] Add UKM metrics by Becca Hughes · 7 years ago
  78. 6fcaca75 Support beforeunload handlers for OOPIFs. by Alex Moshchuk · 7 years ago
  79. f7df5b34 Remove ContentVideoView for Android. by [email protected] · 7 years ago
  80. dc5284c2 RenderViewHostChanged in WebContentsView by Jinsuk Kim · 7 years ago
  81. cb00463 Assign RenderWidget[Host] and RenderView[Host] different routing IDs by Albert J. Wong · 7 years ago
  82. 3483d8f Fix zoom in per-tab mode. by akaba · 7 years ago
  83. bda2c4d [Display Cutout] Support for fullscreen webapps by Becca Hughes · 7 years ago
  84. 8633462 [Display Cutout] Do not create DisplayCutoutHostImpl by Becca Hughes · 7 years ago
  85. 895b2c5 Android: Reland "Delete native ContentViewCore" by Jinsuk Kim · 7 years ago
  86. dbef474 Reland [Mac] Get Suggestions from Whole Text and Current Selection by Tessa Nijssen · 7 years ago
  87. 786ca1f9 Revert "[Mac] Get Suggestions from Whole Text and Current Selection" by Yi Gu · 7 years ago
  88. 0127f2eb [Mac] Get Suggestions from Whole Text and Current Selection by Tessa Nijssen · 7 years ago
  89. 9ef7f45 [Display Cutout] Fix bug to send safe areas to current frame by Becca Hughes · 7 years ago
  90. 69a3377 Make mime handlers inherit the session storage of their embedders. by Sam McNally · 7 years ago
  91. 6daf566 [Display Cutout] Refactor safe areas by Becca Hughes · 7 years ago
  92. c4b10123 Reland [Mac] Created Suggested Text Touch Bar by Tessa Nijssen · 7 years ago
  93. c6bd121 Use Surface Synchronization for desktop zoom. by akaba · 7 years ago
  94. e9e2795 [Display Cutout] Add effective viewport fit logic by Becca Hughes · 7 years ago
  95. 3804134 Add UKM SourceID getter to WebContentsImpl. by Steven Holte · 7 years ago
  96. 52b9372 Refactor RWH::RestartHang...Timeout... into a generic base::Closure. by Lukasz Anforowicz · 7 years ago
  97. efb24e4 Revert "Android: Delete native ContentViewCore" by Martin Šrámek · 7 years ago
  98. 28cf2318 Move WebContents::SetLastActive to CreateParams. by Sebastien Marchand · 7 years ago
  99. e4f3ef2e Android: Delete native ContentViewCore by Jinsuk Kim · 7 years ago
  100. 72c3141 [Picture in Picture] Avoid "disable rendering" optimisation in PiP mode. by Jennifer Apacible · 7 years ago