1. 80229b5 Convert GrAutoComplete to Lit by Dhruv · 3 years ago
  2. 09c4f72 Suppress keyboard events by default by Ben Rohlfs · 3 years, 4 months ago
  3. 771d18a Replace KeyboardShortcutMixin by addShortcut() util in 5 components by Ben Rohlfs · 3 years, 5 months ago
  4. bb5a93a Some small refactorings to enable stricter js compiler flags by brohlfs · 3 years, 7 months ago
  5. 59dad57 Get rid of @override. by Chris Poucet · 3 years, 7 months ago
  6. 86b969c Add the override keyword to class members in TypeScript files by Gerrit Code Review · 3 years, 7 months ago
  7. 1f414c0 Fix template problems with gr-textarea by Paladox none · 3 years, 8 months ago
  8. b06c695 Convert gr-autocomplete-dropdown_test.js to TypeScript by Ben Rohlfs · 3 years, 9 months ago
  9. d60bdd7 Rename gr-autocomplete-dropdown_test.js to .ts by Ben Rohlfs · 3 years, 9 months ago
  10. 0448d52 Convert gr-autocomplete_test.js to TypeScript by Ben Rohlfs · 3 years, 9 months ago
  11. 4feda7d Roll forward "Make GrCursorManager a plain class" with fixes by Ole Rehmsen · 4 years ago
  12. 9f3cb89 Revert "Make GrCursorManager a plain class" by Ole Rehmsen · 4 years ago
  13. 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 4 years ago
  14. d87bc5d Make GrCursorManager a plain class by Ole Rehmsen · 4 years ago
  15. 7f667c3 GrCursorManager: One-way-bind index by Ole Rehmsen · 4 years ago
  16. 6d13f0e Move GrCursorManager element hooks to parents by Ole Rehmsen · 4 years ago
  17. d94011e Remove GestureEventListeners by Ben Rohlfs · 4 years ago
  18. e07f818 Add a fireEvent util by Ben Rohlfs · 4 years, 3 months ago
  19. b68c85f Remove few usages of any by Dhruv Srivastava · 4 years, 3 months ago
  20. f97b055 Disable typescript-eslint/no-explicit-any warnings by Dhruv Srivastava · 4 years, 3 months ago
  21. c6cb074 Update mixins to avoid compilation issues by Dmitrii Filippov · 4 years, 5 months ago
  22. d450fb2 Replace some deprecate `done()s` in frontend tests by Ben Rohlfs · 4 years, 6 months ago
  23. d47eeb9 Replace flushAsynchronousOperations() by flush() by Ben Rohlfs · 4 years, 6 months ago
  24. cf93e4e Fix tsetse errors by Milutin Kristofic · 4 years, 7 months ago
  25. d7edef1 Convert files to typescript by Dhruv Srivastava · 4 years, 7 months ago
  26. eb3f5c9 Rename files to preserve history by Dhruv Srivastava · 4 years, 7 months ago
  27. 89a6b77 Convert all *_html.js files to typescript by Dmitrii Filippov · 4 years, 8 months ago
  28. d900f38 Add simple mixins to allow easy typing in the future by Dmitrii Filippov · 4 years, 8 months ago
  29. 2dd0a44 Convert keyboard-shortcut-behavior to mixin by Dmitrii Filippov · 4 years, 8 months ago
  30. 7d4f2f3 Update sinon version by Dmitrii Filippov · 4 years, 9 months ago
  31. 06117e8 Convert tests to karma by Dmitrii Filippov · 4 years, 9 months ago
  32. 7298842 Rename all _test.html to _test.js files by Dmitrii Filippov · 4 years, 9 months ago
  33. 9c853fc Prevent cursor from scrolling if multiple files are being rendered by Dhruv Srivastava · 4 years, 10 months ago
  34. 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 4 years, 11 months ago
  35. d90e7f4 Add `charset` meta tag to all test files by Tao Zhou · 4 years, 11 months ago
  36. b203c26 Add eslint-plugin-prettier and format all *_html.js by Tao Zhou · 4 years, 11 months ago
  37. 2bdb17c Remove unnessecary Polymer.IronFitMixin definition by Dmitrii Filippov · 4 years, 11 months ago
  38. 2b461f6 Get rid of global Gerrit.getRootElement by Dmitrii Filippov · 5 years ago
  39. 56e58de Use imported KeyboardShortcutBehavior and KeyboardShortcutBinder by Dmitrii Filippov · 5 years ago
  40. 41de60b Remove FireBehavior imports and get rid of global test helpers by Dmitrii Filippov · 5 years ago
  41. e25546a Remove all usage of Gerrit.FireBehavior by Tao Zhou · 5 years ago
  42. 0a3c986 Replace all 'this.fire' with 'this.dispatchEvent' for customEvents by Tao Zhou · 5 years ago
  43. 416960c Cleanup tests after conversion to ES6-modules by Dmitrii Filippov · 5 years ago
  44. daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 5 years ago
  45. dbe9545 Rename .html files to .js files by Dmitrii Filippov · 5 years ago
  46. eefacb0 Fix implicitly declared variables by Dmitrii Filippov · 5 years ago
  47. e629c9b Use node modules in wct tests by Dmitrii Filippov · 5 years ago
  48. 4f10d77 Fix tests for M80 by Tao Zhou · 5 years ago
  49. ab57ce3 Add more jsdoc for closure checks by Tao Zhou · 5 years ago
  50. 434b7a3 Add css vars for elevation by Ben Rohlfs · 5 years ago
  51. 9a07681 Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint by Tao Zhou · 5 years ago
  52. 285e40e Sanitize height, border and padding of gr-autocomplete by Ben Rohlfs · 5 years ago
  53. 8ef16f7 Remove unnecessary common-test-setup.js by Tao Zhou · 5 years ago
  54. ddcede9 Fix incorrect usage of link by Dmitrii Filippov · 5 years ago
  55. 3fd2b10 Convert legacy Polyemer elements to class-based by Dmitrii Filippov · 5 years ago
  56. 34486c2 Remove all usage on POLYMER2 by Tao Zhou · 5 years ago
  57. 5b1b46f Remove everywhere on-tap by Milutin Kristofic · 5 years ago
  58. 7f9abf6 Lazyload cursor stops once dropdown is opened by Milutin Kristofic · 5 years ago
  59. 501f9d9 Replace all css spacing by variables in theme files by Ben Rohlfs · 5 years ago
  60. 57bac94 Remove _legacyUndefinedCheck from the shared modules by Paladox none · 5 years ago
  61. 5313a88 Revert "Remove all _legacyUndefinedCheck" by Paladox none · 5 years ago
  62. 0f8964b Remove all _legacyUndefinedCheck by Tao Zhou · 5 years ago
  63. 44b3a7c Migrate from Polymer fire to Gerrit.FireBehavior by Paladox none · 6 years ago
  64. e7def91 Explicitly import iron-fit-behavior by Ben Rohlfs · 6 years ago
  65. 6290935 Prepare Polymer 2 tests by Ole Rehmsen · 6 years ago
  66. ecf0b78 Use non-minified webcomponents-lite in tests by Ole Rehmsen · 6 years ago
  67. 3164074 Use bower paths relative to the domain by Ole Rehmsen · 6 years ago
  68. 053282a Merge "Polymer 2: Make sure that querySelectorAll works with NodeList" by Ben Rohlfs · 6 years ago
  69. 3e7f5fd Polymer 2: Add _legacyUndefinedCheck by brohlfs · 6 years ago
  70. b20eee4 Polymer 2: Make sure that querySelectorAll works with NodeList by brohlfs · 6 years ago
  71. 027791e Fix autocomplete tap handling by Kasper Nilsson · 6 years ago
  72. f421fe1 Merge changes Ie6e97347,I5981bc58 by Kasper Nilsson · 6 years ago
  73. a8062da Allow gr-autocomplete-dropdown to overflow by Kasper Nilsson · 6 years ago
  74. 125c34c Add labeling to gr-autocomplete-dropdown by Kasper Nilsson · 6 years ago
  75. 4a74959 Introduce vars for styling header and dropdowns by Kasper Nilsson · 7 years ago
  76. c4f4103 Use view-background-color throughout the app by Kasper Nilsson · 7 years ago
  77. 8cdc76b Add @license tags to PG HTML and JS assets by Dave Borowitz · 7 years ago
  78. c4e64fc Make edit file input an autocomplete by Kasper Nilsson · 7 years ago
  79. 564d4fa Add IronFitBehavior stub to avoid templtate test failure by Becky Siegel · 7 years ago
  80. 21d48fc Update gr-autocomplete-dropdown to use iron-fit-behavior by Becky Siegel · 7 years ago
  81. f6c9b08 Use iron-dropdown in gr-autocomplete-dropdown by Becky Siegel · 7 years ago
  82. 8d92d53 Annotation updates by Becky Siegel · 8 years ago
  83. 41e16cdb Fix invalid query selector for shadow DOM by Kasper Nilsson · 8 years ago
  84. e07c4b2 Add polygerrit-ui/app/test/common-test-setup.html by Mike Samuel · 8 years ago
  85. b159a7f Update styles for shadow dom by Becky Siegel · 8 years ago
  86. c601abc Revert "Polygerrit now loads polymer-resin" by Wyatt Allen · 8 years ago
  87. 0895052 Polygerrit now loads polymer-resin by Mike Samuel · 8 years ago
  88. c0aac70 Fix two issues with autocomplete dropdown by Becky Siegel · 8 years ago
  89. 9fddabb Fix PolyLint errors by Kasper Nilsson · 8 years ago
  90. c89e5e3 fix lint by Becky Siegel · 8 years ago
  91. 56299d2 Add gr-autogrow-textarea element with emoji support by Becky Siegel · 8 years ago
  92. fbad19e Catch-all fix for merged linter errors by Kasper Nilsson · 8 years ago
  93. 8b99460 ES6ify gr-autocomplete-dropdown by Becky Siegel · 8 years ago
  94. f19de33 Add gr-autocomplete-dropdown element by Becky Siegel · 8 years ago