1. 8cce6ad cros: Clean up Widget::InitParams::context usage in //ash by James Cook · 7 years ago
  2. b68a552 Adds priorities to EventHandlers, instead of using Prepend/Add. by Katie D · 7 years ago
  3. 8694ad264 events: Make it difficult to set the wrong flag. by Sadrul Habib Chowdhury · 7 years ago
  4. 19d884b Moves ui_controls to OnceCallback by Scott Violet · 7 years ago
  5. c24daf6 Run clang-tidy modernize-use-equals-{delete,default} on //ash by Chris Watkins · 8 years ago
  6. ef2eab4 Removing myself from OWNERS. by Mikhail Fomitchev · 8 years ago
  7. abd5d91 Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTasksAllowed in /ash/drag_drop by Gabriel Charette · 8 years ago
  8. a866fca Mash: Skip DragDropControllerTest by Steven Bennetts · 8 years ago
  9. 6c890d93 Remove deprecated OS_WIN checks in src/ash by Mike Wasserman · 8 years ago
  10. 04b54d0 base::MakeUnique -> std::make_unique under ash by Mitsuru Oshima · 8 years ago
  11. 06aff2b4 chromeos: make WindowPortMus adjust bounds when dsf changes by Scott Violet · 8 years ago
  12. f0ae614 Reland "Add DragDropControllerTest to check event target" by Daichi Hirono · 8 years ago
  13. 7a1a713 Revert "Add DragDropControllerTest to check event target" by Daichi Hirono · 8 years ago
  14. f03bf8e Add DragDropControllerTest to check event target by Daichi Hirono · 8 years ago
  15. ad18a3e1 Set target for DropTargetEvent. by Daichi Hirono · 8 years ago
  16. 293917a8 ash: Fix common misspellings by Julien Brianceau · 8 years ago
  17. e66b415 Add drag started/ended to DragDropClientObserver by Daichi Hirono · 8 years ago
  18. 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago
  19. 55a443f Convert gfx::LinearAnimation units from int (ms) to TimeDelta. by Evan Stade · 8 years ago
  20. 317781a0 Reland: cros: Eliminate the ash::test namespace by James Cook · 8 years ago
  21. e5a9e8c9 Revert "cros: Eliminate the ash::test namespace" by Alexei Filippov · 8 years ago
  22. cb4af30 cros: Eliminate the ash::test namespace by James Cook · 8 years ago
  23. 66193f7 chromeos: removes RootWindowController::ConfigureWidgetInitParamsForContainer by Scott Violet · 8 years ago
  24. 9838c93c chromeos: removes WmDisplayObserver by Scott Violet · 8 years ago
  25. c8621dd [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, etc.) by varkha · 8 years ago
  26. 3b086a0 ui: extract ui/wm/public from aura target by Thiago Farina · 8 years ago
  27. 3c60fc5 Removes WmWindow from ash/wm/root_window_finder.h, ash/wm/workspace/phantom_window_controller.h and by varkha · 8 years ago
  28. 627fba95 move window_types.h from ui/wm/public to ui/aura/client by Thiago Farina · 8 years ago
  29. ad3d955 mash: remove more shell/shelf WmWindow usage. by msw · 8 years ago
  30. 2998ee7 Replace "nested message loop" with "nested run loop" in comments. by gab · 8 years ago
  31. eeba7c62 Change ui cursor identifiers to an enum class. by erg · 8 years ago
  32. e100d023 Cleanup ash-based code for Windows drag-and-drop graphics. by danakj · 8 years ago
  33. f14333c9 chromeos: converts DragImageViewTest to AshTestBase by sky · 8 years ago
  34. 11cf8db9 Renames WmShell to ShellPort by sky · 8 years ago
  35. b0bf8e8 chromeos: Move //ash/common files into //ash by James Cook · 8 years ago
  36. cb4be5b Shell::GetInstance() -> Shell::Get() by sky · 8 years ago
  37. 6ad1835 Fix showing the sibling menu on mouse move by afakhry · 8 years ago
  38. 17134c6c mustash: Use ui::chromeos::EventRewriter in mus by penghuang · 8 years ago
  39. 6472567 Remove ID from ui::TouchEvent's constructors by lanwei · 8 years ago
  40. 2734438 Moves maintaining root_window_for_new_windows_ to Shell by sky · 8 years ago
  41. 643b718 Revert "chromeos: Move files in //ash/common to //ash, part 2" by James Cook · 8 years ago
  42. 6316a55 Revert "chromeos: Move files in //ash/common to //ash, part 3" by James Cook · 8 years ago
  43. 654b40d chromeos: Move files in //ash/common to //ash, part 3 by jamescook · 8 years ago
  44. 775aa607 chromeos: Move files in //ash/common to //ash, part 2 by jamescook · 8 years ago
  45. f2ecd79 chromeos: Remove AshTestBase::SupportsMultipleDisplays by jamescook · 9 years ago
  46. 5dbc91d5 chromeos: Renames WmWindowAura to WmWindow by sky · 9 years ago
  47. 01bf23e7 cros: Remove some OS platform ifdefs from ash by jamescook · 9 years ago
  48. d509d73 Wires up drag/drop for aura-mus by sky · 9 years ago
  49. 4f4d259 Removes couple of unused functions in DragDropClient by sky · 9 years ago
  50. 92d41b24 Moves DragDropClient to aura/client by sky · 9 years ago
  51. 28f20d6 Renames aura::client::WindowTreeClient to WindowParentingClient by sky · 9 years ago
  52. 8800b823 mash: Use ash shell window container ids instead of ash::mojom::Container by jamescook · 9 years ago
  53. c41a2ec Remove calls to deprecated MessageLoop methods in ash. by fdoray · 9 years ago
  54. 035dc06 mash: Migrate ash::DragImageView to wm common types by jamescook · 9 years ago
  55. 4545062c mash: Migrate ScopedTargetRootWindow to //ash/common by jamescook · 9 years ago
  56. b8dcef52 clang-format all of //ash by jamescook · 9 years ago
  57. 7da13a5 Remove unused variables, ash/ edition. by pkasting · 9 years ago
  58. 9b3bda8 Change ui::Event::time_stamp from TimeDelta to TimeTicks by majidvp · 9 years ago
  59. 0702b27 Shuffles and renames ash/common/wm classes by sky · 9 years ago
  60. c096d9f Moves RootWindowControllerCommon and LayoutManager to common by sky · 9 years ago
  61. d606377 Renames ash/wm/common into ash/common/wm by sky · 9 years ago
  62. d28e06be Widget opacity goes from 0 to 1, not 0 to 255. by pkasting · 9 years ago
  63. 7d45a48 Add device type to ui::GestureEvent by mohsen · 9 years ago
  64. 4ab3ab41 Drag and drop cleans up touch sequences from the source window. by tdresser · 9 years ago
  65. 41aedcb1 Fix include path for moved thread_task_runner_handle.h header in ash/ by gab · 9 years ago
  66. f84b0da72 Rename gfx::Display/Screen to display::Display/Screen in ash by oshima · 9 years ago
  67. a6d587a6 Removes most aura dependencies from WindowResizer by sky · 9 years ago
  68. a9454747 Convert //ash from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  69. d3af96a ash: Do not use MessageLoopForUI when not needed. by sadrul · 10 years ago
  70. cbf0d9d Convert Pass()→std::move() in //ash by dcheng · 10 years ago
  71. 8aba1907 Add a GestureConsumer callback to dispatching gesture events by dtapuska · 10 years ago
  72. db567a8a Switch to standard integer types in ash/. by avi · 10 years ago
  73. 72ab472 Prevent DragImageView from resizing during paint by enne · 10 years ago
  74. 089746f gfx: Make conversions from gfx::Point to PointF explicit. by danakj · 10 years ago
  75. 05558ce51 Don't drop the floating point part of events when converting types. by danakj · 10 years ago
  76. 55e0b36 Don't use base::MessageLoop::{Quit,QuitClosure} in ash/, chromeos/, device/ by ki.stfu · 10 years ago
  77. 88fbdafd ui: Get rid of OSExchangeData::CustomFormat typedef. by tfarina · 10 years ago
  78. ddaec91 gfx: Make conversions from Size to SizeF be explicit. by danakj · 10 years ago
  79. d07eeb4 ash: Add a base-class for interactive-ui-tests in ash. by sadrul · 10 years ago
  80. 679eb98f aura: Sanitize the lifetime of aura::Env instance. by sadrul · 10 years ago
  81. ba162cd gl/test: Move some initialization code used in tests to a separate component. by sadrul · 10 years ago
  82. 87baf36 Removes the useless GetFocusedTextInputClient(). by shuchen · 10 years ago
  83. 0ff8c0e Refactor ViewsDelegate singleton by mohsen · 10 years ago
  84. d5fcf98 Cleanup: Simplify some checks in tests. by thestig · 10 years ago
  85. 9bd7d26b Replace drag and drop owner by abodenha · 10 years ago
  86. 85d970e Pass a ui::PaintContext from ui::Layer to layer delegates. by danakj · 10 years ago
  87. b161836d aura: Remove layerless windows. by danakj · 10 years ago
  88. deb3f724 Pass location in screen coordinates to DragDropClient::StartDragAndDrop() by pkotwicz · 10 years ago
  89. b3d800b Add time_stamp parameter to MouseEvent constructor by robert.bradford · 11 years ago
  90. 907eabf text input focus: Supports Window::GetFocusedTextInputClient. by yukishiino · 11 years ago
  91. 5a2d550f Adding UMA stats for ash.dragdrop events for both touch and mouse. by caelyn · 11 years ago
  92. fefc2f8 Fix references to ui/gfx headers in a*/. by Avi Drissman · 11 years ago
  93. 3ad5e0f1 Fixing drag-and-drop for the case when the scroll ends with a fling. by mfomitchev · 11 years ago
  94. 34dfcbe Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  95. d84534d3 Prefix CommandLine usage with base namespace (Part 4: ash/) by pgal.u-szeged · 11 years ago
  96. 10d6b38 replace OVERRIDE and FINAL with override and final in ash/ by mostynb · 11 years ago
  97. 514a30a Store the result of Pass() in a local variable. by danakj · 11 years ago
  98. 46f7655 Clean up GestureEventDetails constructors and fix unit tests. by lanwei · 11 years ago
  99. 54f9865 Remove USE_X11 check in DragDropTracker unittests by dnicoara · 11 years ago
  100. 7df86c9 Revert "Clean up GestureEventDetails constructors and fix unit tests." by Dirk Pranke · 11 years ago