1. ad929a6 VK API: added feature flag by Keith Lee · 4 years, 1 month ago
  2. 4f52073e Remove unneeded includes of optional.h from headers. by Lei Zhang · 4 years, 1 month ago
  3. ee5e6a9 Remove inactive OWNERS from Chromium by Kentaro Hara · 4 years, 1 month ago
  4. f9d1cb2 Merge ash/public/cpp/ash_pref_names.* into ash/constants/ by Henrique Ferreiro · 4 years, 1 month ago
  5. 97d90e2 Fix -Wc++11-narrowing: ash/ by Peter Kasting · 4 years, 2 months ago
  6. 58c0123aa Swap from base/stl_util.h to cxx17_backports.h in ash/ .cc files. by Lei Zhang · 4 years, 2 months ago
  7. 54d5ab3 Implement basic AddObserver and RemoveObserver impl for VKController by Keith Lee · 4 years, 3 months ago
  8. b499c63 Merge most of ash/public/cpp/ash_constants.* into ash/constants/ by Henrique Ferreiro · 4 years, 3 months ago
  9. 0f6431a Pipe show/hide vk calls to the VKController by Keith Lee · 4 years, 3 months ago
  10. bceb9af IWYU base/bind.h in ash/ by Peter Boström · 4 years, 3 months ago
  11. cfa4a84e vk: Significantly reduce VK swipe up trigger area. by Darren Shen · 4 years, 3 months ago
  12. 61ba4dd vk: Add additional speculative crash fix. by Darren Shen · 4 years, 3 months ago
  13. 43cee28e ash: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 3 months ago
  14. dbe895c1 bento: Open virtual keyboard during name nudges. by chinsenj · 4 years, 3 months ago
  15. 6d2399c Added metadata to aura::Window and updated ui-devtools to use it. by Allen Bauer · 4 years, 3 months ago
  16. 47b8d7a vk: Don't handle swipe gestures when in clamshell mode. by Darren Shen · 4 years, 3 months ago
  17. 3c70a48 Remove unneeded base/time/time.h includes from headers. by Lei Zhang · 4 years, 3 months ago
  18. a69448a Delete unused STL includes from ash/ headers. by Lei Zhang · 4 years, 4 months ago
  19. 0aaadf78 Do IWYU for tracing in ash/ and chrome/browser/ash/. by Lei Zhang · 4 years, 4 months ago
  20. 0c04332 Do some ui/compositor IWYU for ash/. by Lei Zhang · 4 years, 4 months ago
  21. 6b70182 Apply modernize-make-unique for ChromeOS by Peter Boström · 4 years, 4 months ago
  22. 6235ede7 [CrOS] Disable touchscreen logging by Harry Cutts · 4 years, 5 months ago
  23. 09a4396 [LSC] Remove base/strings/string16.h #includes by Jan Wilken Dörrie · 4 years, 5 months ago
  24. cbf7801 Make the emoji picker callback sensitive to tablet mode. by John Palmer · 4 years, 6 months ago
  25. a696151 WebuI: Delete GritResourceMap struct in favor of webui::ResourcePath. by dpapad · 4 years, 6 months ago
  26. 931a776 Remove window_factory::NewWindow by Mitsuru Oshima · 4 years, 6 months ago
  27. e8c9449b Move chromeos_features.* to ash/constants/ by Henrique Ferreiro · 4 years, 7 months ago
  28. e592c48 Retire ScopedObserver in /ash. by Sigurdur Asgeirsson · 4 years, 7 months ago
  29. 0c59d07 Introduce TestWindowBuilder/TestWidgetBuilder by Mitsuru Oshima · 4 years, 7 months ago
  30. 115594c Add defensive null guard to speculatively fix nullptr crash. by Bao-Duy Tran · 4 years, 8 months ago
  31. 8a8ddf4 Rename InputMethodKeyboard* to VirtualKeyboard* to be more specific by Keith Lee · 4 years, 8 months ago
  32. ac80ab72 vk: Speculative fix for keyboard crash. by Darren Shen · 4 years, 8 months ago
  33. 0d42a3e7 Move new hook for emoji picker so that it even runs in non-official builds by John Palmer · 4 years, 9 months ago
  34. 0749918 Remove boilerplate for DIR_METADATA files in //ash. by Edward Lesmes · 4 years, 9 months ago
  35. b5a41c3 [base] Change #include for base::Contains [1/5] by Jan Wilken Dörrie · 4 years, 9 months ago
  36. 26e8d892 Update Monorail components for CrOS-inputs-related folders. by Bao-Duy Tran · 4 years, 9 months ago
  37. 0bc9add [BugFix] Add Disable Virtual Keyboard flag by My Nguyen · 4 years, 9 months ago
  38. db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 10 months ago
  39. ef4e9194 Reland "Move base/test/bind_test_util.h to base/test/bind.h" by Guido Urdaneta · 4 years, 10 months ago
  40. 8bd07a6c Revert "Move base/test/bind_test_util.h to base/test/bind.h" by Denis Kuznetsov [CET] · 4 years, 10 months ago
  41. a4493a6 Move base/test/bind_test_util.h to base/test/bind.h by danakj · 4 years, 10 months ago
  42. f5d84ffa Remove code for non-hotseat tablet mode shelf by Toni Barzic · 4 years, 10 months ago
  43. e758848 ash: Replace uses of "master" in code search links with "HEAD" by James Cook · 4 years, 10 months ago
  44. 6b28790 vk: Only send visibility / bounds changes if there are real changes. by Darren Shen · 5 years ago
  45. 36cd5c2 Ash HUD: Add system UI dynamic animation duration control. by Alexander Alekseev · 5 years ago
  46. e368758 [Ash] Clean up redundant SetEnabled calls in AccessibilityControllerImpl by Anatoliy Potapchuk · 5 years ago
  47. 79d065d Add xvfb logic to all windowed test launcher targets. by Dirk Pranke · 5 years ago
  48. 7285841 Add DIR_METADATA files to //ash by Norman Rosas · 5 years ago
  49. 878b180 Remove all remaining references to the jumbo build. by Dirk Pranke · 5 years ago
  50. 9c0fc3b Remove all use of jumbo_* build target types. by Dirk Pranke · 5 years ago
  51. e3e29b3 Move SessionObserver to ash/public by Mitsuru Oshima · 5 years ago
  52. a1c0f14 Include-what-you-use related to logging.h (ash) by Hans Wennborg · 5 years ago
  53. de68a20 Move ArcInputMethodSurfaceXXX to ash/public/external_arc by Mitsuru Oshima · 5 years ago
  54. 0d481ce4 Sync Keyboard config with VirtualKeyboardFeatures policy in Web Kiosk by Anqing Zhao · 5 years ago
  55. a2d2429 Add Policy VirtualKeyboardFeatures by Anqing Zhao · 5 years ago
  56. 4d54eaa Introduce ArcInputMethodBoundsTracker interface in ash/public. by Yuichiro Hanada · 5 years ago
  57. 8a2fb0a Send CrOS key repeat settings to Wayland clients. by Chloe Pelling · 5 years ago
  58. 186ed3e Move key repeat enabled, delay, and interval preferences into Ash. by Chloe Pelling · 5 years ago
  59. 3769645 Remove/replace unnecessary logging.h includes in .cc files (ash) by Hans Wennborg · 5 years ago
  60. 9a98527 logging.h related include-what-you-use (ash/) by Hans Wennborg · 5 years ago
  61. d23785c0 Initialize vk at bounds given to SetContainerType by Curtis McMullan · 5 years ago
  62. e99c87cd vk: Respect "locked" state when overscrolling. by Darren Shen · 5 years ago
  63. 6774457 Add private SetWindowBoundsInScreen method to virtual keyboard api by Curtis McMullan · 5 years ago
  64. 4d66384d Misc. cleanup for ash/ by Peter Kasting · 5 years ago
  65. d3de61e Set up a default screen position client in AuraTestHelper. by Peter Kasting · 5 years ago
  66. f663ad87 Have DefaultScreenPositionClient() keep the Aura root window updated. by Peter Kasting · 5 years ago
  67. ebb3495 Revert "Have DefaultScreenPositionClient() keep the Aura root window updated." by Tim Schumann · 5 years ago
  68. e55b73b Have DefaultScreenPositionClient() keep the Aura root window updated. by Peter Kasting · 5 years ago
  69. 03cee053 Provide a default activation client in AuraTestHelper. by Peter Kasting · 5 years ago
  70. fb45279d [version 2] Hide virtual keyboard when Applist shows by Andrew Xu · 5 years ago
  71. f1d45b3 vk: Make show animation a bit slower. by Darren Shen · 5 years ago
  72. 6970d57 back gesture: Close Android IME before exiting fullscreen. by Sammie Quon · 5 years ago
  73. 0a733f9 vk: Add swipe up gesture to VK to access shelf gestures. by Darren Shen · 5 years ago
  74. 2a0159e9 Don't tell the stale bounds to the observers of the virtual keyboard bounds. by Yuichiro Hanada · 5 years ago
  75. 00e3f38e Tell observers of ArcInputMethod bounds the removal of InputMethodSurface. by Yuichiro Hanada · 6 years ago
  76. 777e83d Move GetSecondaryDisplay to DisplayManagerTestApi by Su Hong Koo · 6 years ago
  77. 852532f Reformat remaining gn files. by Nico Weber · 6 years ago
  78. 65454010 Fix tablet mode crash when virtual keyboard is disabled. by Jeroen Dhollander · 6 years ago
  79. c3511d90 CrOS: Remove unnecessary namespace prefixes from all of ash/ by Manu Cornet · 6 years ago
  80. b9bab54 Reland "Move Ash off Service Manager" by Ken Rockot · 6 years ago
  81. 20608971 Revert "Move Ash off Service Manager" by Ben Pastene · 6 years ago
  82. 008b726 Move Ash off Service Manager by Ken Rockot · 6 years ago
  83. 32a8a42 Fix failing ash_unittests due to memory issues. by Darren Shen · 6 years ago
  84. 7b13278 mash-cleanup: Move ime_controller mojo interface to C++ instead. by Darren Shen · 6 years ago
  85. 32fce65 Restrict floating keyboard drag to bounds set by setAreaToRemainOnScreen by Curtis McMullan · 6 years ago
  86. 90659d61 Add setClipBounds virtualKeyboardPrivate method. by Curtis McMullan · 6 years ago
  87. 342530e6 Migrate ime_controller.mojom to the new Mojo types by Henrique Ferreiro · 6 years ago
  88. ef2500c Introduce ScopedTestInputMethodFactory class. by Yuichiro Hanada · 6 years ago
  89. 71facea1 Update ScopedObserver instantiations in //ash by Evan Stade · 6 years ago
  90. 11f4c01 ui/events: Move PointerDetails to its own header/source file by Nick Diego Yamane · 6 years ago
  91. c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  92. b69fcd4 Revert "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  93. 1894708 [TaskEnvironment] Complete migration with header rename by Gabriel Charette · 6 years ago
  94. 47d432e Use in-class initializers for base::WeakPtrFactory (remaining uses on Chrome OS). by Jeremy Roman · 6 years ago
  95. 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
  96. 7da53a0a ash: Convert MOCK_METHOD#() calls to MOCK_METHOD() by James Cook · 6 years ago
  97. 62d54f3 vk: Add ash::KeyboardController::RemoveObserver by Xiyuan Xia · 6 years ago
  98. b40a70c5 Rename mojo directory in //ui/base/ime/chromeos by Miyoung Shin · 6 years ago
  99. 00e65e9 Replace nested namespace ash::wm with just ash by James Cook · 6 years ago
  100. 1cacc24 vk: Remove unused keyboard contents loading code path. by Darren Shen · 6 years ago