1. 84c61e3 [ash] take capture during webui tab drag by Jonah · 3 years, 9 months ago
  2. d97bc3a [ash] dispatch mouse released event by Jonah · 3 years, 9 months ago
  3. 3e37b21f Remove unused "base/macros.h" in ash/ by Peter Boström · 3 years, 10 months ago
  4. 4b60989 Do not set mouse capture for drag&drop. by Jonah · 3 years, 10 months ago
  5. 020052d4 Fix runtime/explicit lint errors in ash/. by Lei Zhang · 3 years, 10 months ago
  6. 46c3eb8 Change ToplevelWindowDragDelegate::OnToplevelWindowDragStarted() signature by Antonio Gomes · 3 years, 10 months ago
  7. 8601b5c73 [exo] Support lacros WebUI tab-drop by Antonio Gomes · 3 years, 11 months ago
  8. 4c8353e Reland "Change the ownership of ash::TabDragDropDelegate" by Antonio Gomes · 3 years, 11 months ago
  9. 88366f1 Revert "Change the ownership of ash::TabDragDropDelegate" by François Doray · 3 years, 11 months ago
  10. 1654d66 Change the ownership of ash::TabDragDropDelegate by Antonio Gomes · 3 years, 11 months ago
  11. 7f8e8b2 Set target in DragDropController::PerformDrop by Aya ElAttar · 3 years, 11 months ago
  12. dc37460 Move ChromeShellDelegate::CreateBrowserForTabDrop() to ChromeNewWindowClient by Antonio Gomes · 3 years, 11 months ago
  13. 40900a31 Introduce NewWindowDelegate::NewWindowForWebUITabDrop() by Antonio Gomes · 3 years, 11 months ago
  14. e5a38ed Migrate "base::TimeDelta::FromX" to "base:X". by Peter Kasting · 4 years ago
  15. 8f94358b Revert "Fix Event to copy target" by Scott Violet · 4 years ago
  16. 5fc1d31 Remove DISALLOW_* macros from ash/ by Peter Boström · 4 years ago
  17. fd5ce86f DLP: Change DragDropController to drop if allowed by Aya ElAttar · 4 years ago
  18. ec31a04 Replace DISALLOW_COPY_AND_ASSIGN in ash/ by Peter Boström · 4 years ago
  19. 537372d Make auto-hidden shelf appear when mouse is dragged by Colin Kincaid · 4 years ago
  20. 53bbcd7 Do not use square display in ash tests by Mitsuru Oshima · 4 years ago
  21. ee78b87 content: Remove GetAsWebContents() usage in ClipboardHost. by Matt Falkenhagen · 4 years, 1 month ago
  22. 476ac274 [exo] Propagate touch tab-dragging events to ToplevelWindowDragDelegate by Antonio Gomes · 4 years, 1 month ago
  23. a05b442 Do not capture hangs under drag and drop in ash by Olivier Li · 4 years, 1 month ago
  24. f1ad635 [exo] Relax image drag/drop conditions for touch tab dragging by Antonio Gomes · 4 years, 1 month ago
  25. 71a469a Clipboard: Replace GetFooType() with FooType(). by Darwin Huang · 4 years, 1 month ago
  26. bf1767f dlp: Add policy to limit data size for clipboard checks. by Sergey Poromov · 4 years, 1 month ago
  27. 704d2fb WebUI tab strip: Remove cancel animation on tab drop by Yuheng Huang · 4 years, 2 months ago
  28. 098abd4b WebUI Tab Strip: Fix drag tab to new Window bug in split view mode by Yuheng Huang · 4 years, 2 months ago
  29. e141ef2 WebUI tab strip: Better distinguish tab reordering and tab-dragging by Yuheng Huang · 4 years, 2 months ago
  30. 38d1e59 bento_bar: Adding metrics by minch · 4 years, 2 months ago
  31. 14fc300 Revert "Do not set mouse capture for drag&drop." by Jun Mukai · 4 years, 2 months ago
  32. 8422acb Merge ash/public/cpp/ash_features.* into ash/constants/ by Henrique Ferreiro · 4 years, 2 months ago
  33. 4b64401 Do not set mouse capture for drag&drop. by Jun Mukai · 4 years, 3 months ago
  34. d4d61b1 Remove unneed base/stl_util.h includes in ash/ and chromeos/. by Lei Zhang · 4 years, 3 months ago
  35. 43cee28e ash: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 4 months ago
  36. a69448a Delete unused STL includes from ash/ headers. by Lei Zhang · 4 years, 4 months ago
  37. 0c04332 Do some ui/compositor IWYU for ash/. by Lei Zhang · 4 years, 4 months ago
  38. 11957ed Use ImageModel for PageInfo bubble icons. by Peter Kasting · 4 years, 4 months ago
  39. d7b970da Reland "Change DragDropController::StartDragAndDrop return type" by Henrique Ferreiro · 4 years, 4 months ago
  40. fbc0d7e7 DLP: Add DragDropDelegate::GetDropCallback by Aya ElAttar · 4 years, 4 months ago
  41. 6b70182 Apply modernize-make-unique for ChromeOS by Peter Boström · 4 years, 5 months ago
  42. 2ad544ba Revert "Change DragDropController::StartDragAndDrop return type" by Dominique Fauteux-Chapleau · 4 years, 5 months ago
  43. f062e10 Change DragDropController::StartDragAndDrop return type by Henrique Ferreiro · 4 years, 5 months ago
  44. b81bae01 ash: Record latency for tab dragging in tablet mode by Yichen Zhou · 4 years, 5 months ago
  45. 0fe310d11 build: Split drag_drop_types.h into its own target by Henrique Ferreiro · 4 years, 5 months ago
  46. 2c470ea [LSC] Remove UTF8ToUTF16 from Literals without Escape Sequences by Jan Wilken Dörrie · 4 years, 5 months ago
  47. 09a4396 [LSC] Remove base/strings/string16.h #includes by Jan Wilken Dörrie · 4 years, 6 months ago
  48. 85285b0 [LSC] Replace base::string16 with std::u16string in //[a-e]* by Jan Wilken Dörrie · 4 years, 6 months ago
  49. ad587c3 [LSC] Add #include <string> to prepare for removal of base::string16 by Jan Wilken Dörrie · 4 years, 6 months ago
  50. 368a115a Add `DragDropClientObserver::OnDragUpdated(const ui::DropTargetEvent&)`. by David Black · 4 years, 6 months ago
  51. f0ebeecf07 DLP: Add logic for PasteIfAllowed by Aya ElAttar · 4 years, 6 months ago
  52. 84e6ef3 DLP: Hook policy checks before paste in Blink by Aya ElAttar · 4 years, 6 months ago
  53. 49be82b splitview: Add |activate_window| parameter to SnapWindow() function. by Xiaoqian Dai · 4 years, 6 months ago
  54. a1f22d6 Change several OnPerformDrop and OnDrop methods return type by Henrique Ferreiro · 4 years, 7 months ago
  55. 931a776 Remove window_factory::NewWindow by Mitsuru Oshima · 4 years, 7 months ago
  56. b8886134 Remove redundant event_sink() API from WindowTreeHost by Wei Li · 4 years, 7 months ago
  57. 0c59d07 Introduce TestWindowBuilder/TestWidgetBuilder by Mitsuru Oshima · 4 years, 8 months ago
  58. 456bd80 DLP: Add is_drop to IsDragDropAllowed by Aya ElAttar · 4 years, 8 months ago
  59. 6aa07208 DLP: Disallow Drop if not allowed by Aya ElAttar · 4 years, 8 months ago
  60. 2e554e5 Reland "DLP: Change DragDropDelegate::OnDragUpdated return type" by Aya ElAttar · 4 years, 8 months ago
  61. 2238078 Revert "DLP: Change DragDropDelegate::OnDragUpdated return type" by Dale Curtis · 4 years, 8 months ago
  62. 57cebab DLP: Change DragDropDelegate::OnDragUpdated return type by Aya ElAttar · 4 years, 8 months ago
  63. d18e889 Reland: Prevent making invalid SkImageReps by danakj · 4 years, 8 months ago
  64. c48b1a4 Revert "Prevent making invalid SkImageReps" by Findit · 4 years, 9 months ago
  65. df3e91a Prevent making invalid SkImageReps by danakj · 4 years, 9 months ago
  66. f258eb44 exo: extended-drag: Introduce ToplevelWindowDragDelegate by Nick Diego Yamane · 4 years, 10 months ago
  67. 055a2cf WebUI Tab Strip: Update dropEffect on dataTransfer for dragged tabs by John Lee · 4 years, 10 months ago
  68. 1e4da52 Fix drag and drop reentrant crash by Joel Hockey · 4 years, 10 months ago
  69. 1748fd1 Move ui::DragDropTypes::DragEventSource to Mojo by Henrique Ferreiro · 5 years ago
  70. 3cb10b9 Pass destination on clipboard read by Aya ElAttar · 5 years ago
  71. ea543fa ash: Fix typo in drag_drop_controller.cc by Nick Diego Yamane · 5 years ago
  72. 59fcdca2 Removed expired drag and drop histograms. by Alexander Dunaev · 5 years ago
  73. 35d4e72 Removed the use of set_owned_by_client() in DragImageView. by Allen Bauer · 5 years ago
  74. e409ae5 Use Widget's new SetContentsView API for unit tests by Wei Li · 5 years ago
  75. 784a832 Move ash::ScopedRootWindowForNewWindows to display::ScopedDisplay... by Joel Hockey · 5 years ago
  76. 832c793 Reland "Scale source window during tab drag-and-drop" by Collin Baker · 5 years ago
  77. 25c8496e Revert "Scale source window during tab drag-and-drop" by sebsg · 5 years ago
  78. 2a23cb6 Scale source window during tab drag-and-drop by Collin Baker · 5 years ago
  79. e5fb2f69 Move tab drag checking from Ash to Chrome by Collin Baker · 5 years ago
  80. f45aff4b Disable drop indicator during Chrome tab drags by Collin Baker · 5 years ago
  81. 512a9d4e On tab drop to split view, snap source window to opposite side by Collin Baker · 5 years ago
  82. 04b784b Reland "[ozone/x11] Enabled drag and drop." by Alexander Dunaev · 5 years ago
  83. aec4387 Snap dropped tabs to split view, when appropriate by Collin Baker · 5 years ago
  84. e09c0efd Move cursor.mojom and cursor_types.mojom to //ui/base/cursor/mojom by Henrique Ferreiro · 5 years ago
  85. c6fae37 Move tab-specific drag and drop logic into delegate by Collin Baker · 5 years ago
  86. 1621efb Change definitions of EventPointerType. by Dave Tapuska · 5 years ago
  87. 7f9a165 Display split view indicators when dragging Mohnstrudel tabs by Collin Baker · 5 years ago
  88. 75315ec Revert "[ozone/x11] Enabled drag and drop." by Maksim Moskvitin · 5 years ago
  89. 13e6e25 [ozone/x11] Enabled drag and drop. by Alexander Dunaev · 5 years ago
  90. 1ca0b7a3 Drop Mohnstrudel tabs into new window when possible by Collin Baker · 5 years ago
  91. 97defc9 Non-functional changes in advance of trying to refactor ash test helpers by Peter Kasting · 5 years ago
  92. b43235cf Remove cursor_types.h in favor of cursor_type.mojom by Henrique Ferreiro · 6 years ago
  93. c3511d90 CrOS: Remove unnecessary namespace prefixes from all of ash/ by Manu Cornet · 6 years ago
  94. 843c6cda Align drag-drop cancel animation to the Compositor by sangwoo · 6 years ago
  95. b670223 Convert remaining base::Bind and Closure in ash to Once/Repeating by Reilly Grant · 6 years ago
  96. 787d0aa Convert enum to enum class for InitParams::WindowOpacity by Hwanseung Lee · 6 years ago
  97. 5a11f02 Reenable DragDropTest.DragDropAcrossMultiDisplay test in debug by Bailey Berro · 6 years ago
  98. a10dc01 Convert enum to enum class for InitParams::ShadowType by Hwanseung Lee · 6 years ago
  99. 66addf7e Disable DragDropTest.DragDropAcrossMultiDisplay in debug by Marc Treib · 6 years ago
  100. 2bcca7c7 Send live feedback on drag state to source by Fergus Dall · 6 years ago