1. 402e623 Merge branch 'stable-3.6' into stable-3.7 by Luca Milanesio · 2 years, 2 months ago
  2. f53d725 Change position of hovercard in case no position can be determined by Thomas Draebing · 2 years, 2 months ago
  3. be9451a Delete common-test-setup-karma.ts by Frank Borden · 2 years, 6 months ago
  4. 7b24f73 Move flush from global to test util by Frank Borden · 2 years, 6 months ago
  5. e1ba821 Remove chai and assert from global window by Frank Borden · 2 years, 7 months ago
  6. 3b00663 Replace 'show-alert' with enum usage by Dhruv Srivastava · 2 years, 7 months ago
  7. e7f3100 Remove remaining uses of custom fixture by Frank Borden · 2 years, 7 months ago
  8. 42c1a45 Web Dev Server by Frank Borden · 2 years, 7 months ago
  9. e1f975e Rename `doNotPrevent` option to `preventDefault`. by Ben Rohlfs · 2 years, 9 months ago
  10. 35764c3 Get rid of DIPolymerElement and KeyboardShortcutMixin by Chris Poucet · 2 years, 9 months ago
  11. 17ad154 Move ShortcutsService from AppContext to DI by Dhruv · 2 years, 10 months ago
  12. 1e12525 Remove empty lines after license header by Ben Rohlfs · 2 years, 10 months ago
  13. 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 10 months ago
  14. 2d2d9ab Upgrade typescript to 4.7 by Frank Borden · 2 years, 10 months ago
  15. 842ca80 Log showing hovercard with how long it was open by Milutin Kristofic · 2 years, 11 months ago
  16. b6acda0 Hide the hovercard if the user clicks outside of it. by Chris Poucet · 3 years ago
  17. 2c88e00 Hovercard a11y - tabbing from last focusable by Milutin Kristofic · 3 years ago
  18. 669578a Automatically focus the first focusable element in the hovercard. by Chris Poucet · 3 years ago
  19. c425275 Add back two instances of `as any` by Ben Rohlfs · 3 years, 1 month ago
  20. 885e0e7 Add eslint rule @typescript-eslint/no-confusing-void-expression by Ben Rohlfs · 3 years, 1 month ago
  21. 3f27968 Add eslint rule @typescript-eslint/no-unnecessary-type-assertion by Ben Rohlfs · 3 years, 1 month ago
  22. 2aeeb0a Update account hovercard spacing and make sure it dissapears on clicks. by Chris Poucet · 3 years, 1 month ago
  23. fbae178 Fix closing hovercard, when mouse enter hovercard by Milutin Kristofic · 3 years, 1 month ago
  24. 2e7966d Submit Requirements - Add tab navigation for hovercards by Milutin Kristofic · 3 years, 1 month ago
  25. 56cc960 Tab Navigation for hovercards by Milutin Kristofic · 3 years, 1 month ago
  26. 7398fcd Fix issue with deps not being provided for hovercards by Ben Rohlfs · 3 years, 2 months ago
  27. c6e880b Generalize the mechanism on how to setup appContext by Chris Poucet · 3 years, 4 months ago
  28. db18f4e Improve mock promise and event testing by Ben Rohlfs · 3 years, 5 months ago
  29. 7e4d3ff Merge changes I70842e26,I74131118 by Ben Rohlfs · 3 years, 5 months ago
  30. d3eded5 Do not show hovercards when the target pops up under the mouse by Ben Rohlfs · 3 years, 5 months ago
  31. 410f522 Move most of shortcut mixin features into service by Ben Rohlfs · 3 years, 5 months ago
  32. e4c709d Move modifierPressed() method from mixin to service by Ben Rohlfs · 3 years, 5 months ago
  33. be0c0ba Move combo key handling from mixin into service by Ben Rohlfs · 3 years, 5 months ago
  34. 3e43039 Create new hovercard-mixin in Lit by Chris Poucet · 3 years, 5 months ago
  35. f41b597 Sanitize the types of keyboard events by Ben Rohlfs · 3 years, 5 months ago
  36. 42333cb Move shouldSuppress() method from mixin to service by Ben Rohlfs · 3 years, 5 months ago
  37. fea8240 Remove bindShortcut() by Ben Rohlfs · 3 years, 5 months ago
  38. 8701ee9 Move shortcut listener into service by Ben Rohlfs · 3 years, 5 months ago
  39. b83d051 Move createTitle() from keyboard mixin into service by Ben Rohlfs · 3 years, 5 months ago
  40. 966586e Move ShortcutManager to services/ directory by Ben Rohlfs · 3 years, 5 months ago
  41. 1372107 Remove obsolete methods and props from KeyboardShortcutMixinInterface by Ben Rohlfs · 3 years, 5 months ago
  42. 4b959c8 Migrate gr-tooltip-content to Lit by Chris Poucet · 3 years, 6 months ago
  43. 8e1e2b2 Introduce keyboard shortcuts for toggling attention set status by Dhruv Srivastava · 3 years, 6 months ago
  44. ab45d8e Merge "Inline gr-change-table-mixin stuff and remove it" by Frank Borden · 3 years, 6 months ago
  45. ca8165b Inline gr-change-table-mixin stuff and remove it by Frank Borden · 3 years, 6 months ago
  46. 949a17d Inline gr-list-view-mixin stuff and remove it by Frank Borden · 3 years, 6 months ago
  47. 79b448c Add keyboard shortcut "shift+s" to submit from change view by Joerg Zieren · 3 years, 7 months ago
  48. bb5a93a Some small refactorings to enable stricter js compiler flags by brohlfs · 3 years, 7 months ago
  49. a2e173e Move to async test-functions by Chris Poucet · 3 years, 7 months ago
  50. 2de4f07 Remove dedupingMixin by Chris Poucet · 3 years, 7 months ago
  51. 59dad57 Get rid of @override. by Chris Poucet · 3 years, 7 months ago
  52. 7903123 Add the override keyword to class members in TypeScript files by Gerrit Code Review · 3 years, 7 months ago
  53. caeea1b Fix all hints discovered by the new linter by Chris Poucet · 3 years, 7 months ago
  54. b32cda5 A11y - make visible that tab title is focused by Milutin Kristofic · 4 years ago
  55. 38ae99f Resolve some TODO(TS) in keyboard-shortcut-mixin by Dhruv Srivastava · 3 years, 9 months ago
  56. 0066fe4 Fix keyboard shortcuts of the file list to also work when not visible by Ben Rohlfs · 3 years, 10 months ago
  57. d1d85aa Merge "Move keyboard shortcut reporting to keyboard-shortcut-mixin" by Dhruv Srivastava · 3 years, 10 months ago
  58. 38dbea3 Move keyboard shortcut reporting to keyboard-shortcut-mixin by Dhruv Srivastava · 3 years, 10 months ago
  59. e3dc58a Fix blinking tooltip by Milutin Kristofic · 3 years, 10 months ago
  60. 2712c24 Do not process keyboard shortcuts for invisible views by Ben Rohlfs · 3 years, 10 months ago
  61. 954e508 Remove attention set configuration option (frontend) by David Ostrovsky · 3 years, 11 months ago
  62. e3d65b3 Refactor the keyboard handling a little bit by Ben Rohlfs · 4 years ago
  63. 0604e09 Remove KeyboardShortcutMixin from gr-button by Ben Rohlfs · 4 years ago
  64. 7182a2e Merge "Revert "Revert "Suppress keyboard shortcuts if user has disabled them""" by Dhruv Srivastava · 4 years ago
  65. 5702335 Revert "Revert "Suppress keyboard shortcuts if user has disabled them"" by Dhruv Srivastava · 4 years ago
  66. 6988bdf Upgrade package.json dependencies by Frank Borden · 4 years ago
  67. 2c75c6b Pressing enter on focused button supress keyboard shortcuts by Milutin Kristofic · 4 years ago
  68. 5f520da Replace at-/de-tached with dis-connectedCallback by Ben Rohlfs · 4 years ago
  69. f91f966 PolyGerrit: Fix some typos by David Ostrovsky · 4 years, 1 month ago
  70. d22d4a8 Revert "Suppress keyboard shortcuts if user has disabled them" by Dhruv Srivastava · 4 years, 1 month ago
  71. 9f65d91 Add readonly to restApiService property by Dhruv Srivastava · 4 years, 1 month ago
  72. 1318c1b Merge "Change expand diff context shortcut to be a toggle" by Frank Borden · 4 years, 1 month ago
  73. 401c2b6 Change expand diff context shortcut to be a toggle by Frank Borden · 4 years, 1 month ago
  74. 3a60987 Suppress keyboard shortcuts if user has disabled them by Dhruv Srivastava · 4 years, 3 months ago
  75. 28af34d Add types to new Map() by Milutin Kristofic · 4 years, 2 months ago
  76. e92afa5 Remove unused method getComplementColumns by Dhruv Srivastava · 4 years, 3 months ago
  77. 8426bb0 Rename getVisibleColumns method to renameProjectToRepoColumn by Dhruv Srivastava · 4 years, 3 months ago
  78. f97b055 Disable typescript-eslint/no-explicit-any warnings by Dhruv Srivastava · 4 years, 4 months ago
  79. cdaf74a Merge "A11y - Shortcuts tables in dialog" by Milutin Kristofic · 4 years, 4 months ago
  80. 53a2f1e A11y - Shortcuts tables in dialog by Milutin Kristofic · 4 years, 5 months ago
  81. 3132228 Allow to write and run Typescript tests by Dmitrii Filippov · 4 years, 5 months ago
  82. baba2c8 Add keyboard shortcut 'f' to open file list in diff view by Dhruv Srivastava · 4 years, 5 months ago
  83. c6cb074 Update mixins to avoid compilation issues by Dmitrii Filippov · 4 years, 5 months ago
  84. 6a03800 Convert files to typescript by Dmitrii Filippov · 4 years, 5 months ago
  85. 3f3d989 Convert <gr-diff-view> to typescript by Ben Rohlfs · 4 years, 5 months ago
  86. 53f2131 Convert files to typescript by Dmitrii Filippov · 4 years, 5 months ago
  87. a38b385 Merge changes from topics "ts-comment-thread", "ts-thread-list" by Ben Rohlfs · 4 years, 6 months ago
  88. 4caf084 Add throttle to toggle star event by Dhruv Srivastava · 4 years, 6 months ago
  89. 739b1d2 Convert gr-comment-thread to typescript by Ben Rohlfs · 4 years, 6 months ago
  90. d47eeb9 Replace flushAsynchronousOperations() by flush() by Ben Rohlfs · 4 years, 6 months ago
  91. 4add6f7 Prevent mark-reviewed checkbox from stealing focus on click by Ben Rohlfs · 4 years, 6 months ago
  92. 58440cd Add title and shortcuts for some links and buttons 2 by Milutin Kristofic · 4 years, 7 months ago
  93. c0b442a Merge "Fix titles for buttons" by Milutin Kristofic · 4 years, 7 months ago
  94. cf04b37 Fix titles for buttons by Milutin Kristofic · 4 years, 7 months ago
  95. 34b0f12 Replace `&&` with optional chaining by Tao Zhou · 4 years, 7 months ago
  96. 4b3d994 Move gr-repo-list to ts by Tao Zhou · 4 years, 7 months ago
  97. 7ed5234 Merge changes from topic "gr-keyboard-shortcuts-dialog-to-ts" by Milutin Kristofic · 4 years, 7 months ago
  98. b5f39cc Move gr-keyboard-shorcuts-dialog to typescript by Milutin Kristofic · 4 years, 7 months ago
  99. 2c9b45e Update ts-import-js rule by Dmitrii Filippov · 4 years, 7 months ago
  100. 9c30a90 Convert gr-change-table-mixin to typescript by Dhruv Srivastava · 4 years, 7 months ago