1. 42c1a45 Web Dev Server by Frank Borden · 2 years, 5 months ago
  2. 1e12525 Remove empty lines after license header by Ben Rohlfs · 2 years, 8 months ago
  3. 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 8 months ago
  4. 273cb85 Remove gr-hovercard-behavior by Chris Poucet · 3 years, 3 months ago
  5. a337146 Cleanup of gr-hovercard by Chris Poucet · 3 years, 3 months ago
  6. 1f2ebbb Fixing TS2340: Only public and protected methods of the base class by Milutin Kristofic · 3 years, 3 months ago
  7. 3e43039 Create new hovercard-mixin in Lit by Chris Poucet · 3 years, 4 months ago
  8. e20c3c94 Don't remove event-listeners when disconnecting by Chris Poucet · 3 years, 3 months ago
  9. d067934 Remove unused methods from gr-hovercard-behavior by Chris Poucet · 3 years, 4 months ago
  10. df6a673 Fix template types in gr-hovercard-account by Ben Rohlfs · 3 years, 4 months ago
  11. 74bee0d Fix issues found by template checker by Dmitrii Filippov · 3 years, 4 months ago
  12. bb5a93a Some small refactorings to enable stricter js compiler flags by brohlfs · 3 years, 5 months ago
  13. 2de4f07 Remove dedupingMixin by Chris Poucet · 3 years, 5 months ago
  14. 59dad57 Get rid of @override. by Chris Poucet · 3 years, 5 months ago
  15. 7903123 Add the override keyword to class members in TypeScript files by Gerrit Code Review · 3 years, 5 months ago
  16. df51d17 Fix: cannot select names in hovercards in the reply dialog by Dmitrii Filippov · 3 years, 10 months ago
  17. 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 3 years, 11 months ago
  18. ce2fda5 Remove remaining usage of LegacyElementMixin functionality by Ben Rohlfs · 3 years, 11 months ago
  19. f92d3b5 Replace Polymer Legacy this.debounce with simple debounce utility by Ben Rohlfs · 3 years, 11 months ago
  20. 4b30683 Remove Polymer Legacy: this.listen() and this.unlisten() by Ben Rohlfs · 3 years, 11 months ago
  21. 5f520da Replace at-/de-tached with dis-connectedCallback by Ben Rohlfs · 3 years, 11 months ago
  22. d94011e Remove GestureEventListeners by Ben Rohlfs · 3 years, 11 months ago
  23. 7e454cd Avoid using underscores for private properties by Dhruv Srivastava · 4 years ago
  24. 04fc1ca Cancel all debouncers when the element is detached by Ben Rohlfs · 4 years ago
  25. d7dfb20 Add option to dismiss new messages toast by Dhruv Srivastava · 4 years ago
  26. 9bee21d Add event detail interfaces for dispatchEventThroughTarget by Dhruv Srivastava · 4 years, 3 months ago
  27. 83db589 Allow events to pass detail when using dispatchEventThroughTarget by Dhruv Srivastava · 4 years, 4 months ago
  28. d450fb2 Replace some deprecate `done()s` in frontend tests by Ben Rohlfs · 4 years, 4 months ago
  29. 12f7b7b unlock scroll if hovercard detached by Tao Zhou · 4 years, 4 months ago
  30. 40d3e5a Lock and unlock hovercard when its shown / hidden by Tao Zhou · 4 years, 4 months ago
  31. 34b0f12 Replace `&&` with optional chaining by Tao Zhou · 4 years, 5 months ago
  32. e3974b3 Increase delay of hiding the hovercard from 300 to 500 ms by Ben Rohlfs · 4 years, 5 months ago
  33. e9e293f Fix tsetse error by Milutin Kristofic · 4 years, 5 months ago
  34. 77a00e6 Convert files to typescript by Ben Rohlfs · 4 years, 5 months ago
  35. 8bb159a Rename files to preserve history by Ben Rohlfs · 4 years, 5 months ago
  36. 93a4ed7 Replace usage on `dom` wrapper on element for native methods by Tao Zhou · 4 years, 5 months ago
  37. 485f7f8 Fix conformance for gr-hovercard-behavior and type on $ by Tao Zhou · 4 years, 6 months ago
  38. 94053c8 Move gr-hovercard-behavior to typescript by Milutin Kristofic · 4 years, 6 months ago
  39. ec144df Rename files to preserve history by Milutin Kristofic · 4 years, 6 months ago
  40. 6d9db70 Debounce the cancel for hovercard by Tao Zhou · 4 years, 6 months ago
  41. e589a95 Simplify the positional rendering of hovercards by Ben Rohlfs · 4 years, 6 months ago
  42. 6cbbd62 Merge "Remove outline for hovercard host" by Tao Zhou · 4 years, 6 months ago
  43. fd4ad7e Fix gr-hovercard-behavior under Firefox by Luke Granger-Brown · 4 years, 6 months ago
  44. 03ca7d6 Remove outline for hovercard host by Tao Zhou · 4 years, 6 months ago
  45. 63ce401 Set max-width for hovercards by Ben Rohlfs · 4 years, 6 months ago
  46. 1fd14cb Fix reloading of page when changing attention set from hovercard by Ben Rohlfs · 4 years, 6 months ago
  47. ddefd1f linter fix by Tao Zhou · 4 years, 6 months ago
  48. 89a6b77 Convert all *_html.js files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  49. b8a2b30 Fix the position of the hovercard by Ben Rohlfs · 4 years, 7 months ago
  50. 7d4f2f3 Update sinon version by Dmitrii Filippov · 4 years, 7 months ago
  51. 06117e8 Convert tests to karma by Dmitrii Filippov · 4 years, 7 months ago
  52. 7298842 Rename all _test.html to _test.js files by Dmitrii Filippov · 4 years, 7 months ago
  53. 5b937d1 Add hovercard actions for the attention set by Ben Rohlfs · 4 years, 9 months ago
  54. 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 4 years, 9 months ago
  55. d90e7f4 Add `charset` meta tag to all test files by Tao Zhou · 4 years, 9 months ago
  56. b203c26 Add eslint-plugin-prettier and format all *_html.js by Tao Zhou · 4 years, 9 months ago
  57. 2b461f6 Get rid of global Gerrit.getRootElement by Dmitrii Filippov · 4 years, 10 months ago
  58. dfc7f94 Fix positioning of account hovercards and related bugs by Ben Rohlfs · 4 years, 10 months ago
  59. d443b61 Fix sticky hovercard after click by Tao Zhou · 4 years, 10 months ago
  60. cfd6a83 Show hovercard with a delay of 500 ms by Ben Rohlfs · 4 years, 10 months ago
  61. cf1b4cf Add a border to hovercards by Ben Rohlfs · 4 years, 10 months ago
  62. 416960c Cleanup tests after conversion to ES6-modules by Dmitrii Filippov · 4 years, 10 months ago
  63. 6c0b1b1 Add a hovercard for accounts by Dmitrii Filippov · 4 years, 10 months ago
  64. 64a1fa0 Move gr-hovercard logic to gr-hovercard-behavior by Tao Zhou · 4 years, 10 months ago
  65. daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 4 years, 10 months ago
  66. dbe9545 Rename .html files to .js files by Dmitrii Filippov · 4 years, 10 months ago
  67. 23505e9 Manually updating some tests before run conversion script by Dmitrii Filippov · 4 years, 11 months ago
  68. 31f655e Update some .html files to match the polymer-modulizer expectations by Dmitrii Filippov · 5 years ago
  69. 4f10d77 Fix tests for M80 by Tao Zhou · 5 years ago
  70. ab57ce3 Add more jsdoc for closure checks by Tao Zhou · 5 years ago
  71. 434b7a3 Add css vars for elevation by Ben Rohlfs · 5 years ago
  72. 9a07681 Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint by Tao Zhou · 5 years ago
  73. 8ef16f7 Remove unnecessary common-test-setup.js by Tao Zhou · 5 years ago
  74. 3fd2b10 Convert legacy Polyemer elements to class-based by Dmitrii Filippov · 5 years ago
  75. b82003c Update eslint version and eslint rules by Dmitrii Filippov · 5 years ago
  76. 5b1b46f Remove everywhere on-tap by Milutin Kristofic · 5 years ago
  77. 501f9d9 Replace all css spacing by variables in theme files by Ben Rohlfs · 5 years ago
  78. 57bac94 Remove _legacyUndefinedCheck from the shared modules by Paladox none · 5 years ago
  79. f8db277 Remove ::content and fix the `no-left` style for shift + a by Tao Zhou · 5 years ago
  80. 5313a88 Revert "Remove all _legacyUndefinedCheck" by Paladox none · 5 years ago
  81. 0f8964b Remove all _legacyUndefinedCheck by Tao Zhou · 5 years ago
  82. 6290935 Prepare Polymer 2 tests by Ole Rehmsen · 6 years ago
  83. ecf0b78 Use non-minified webcomponents-lite in tests by Ole Rehmsen · 6 years ago
  84. 3164074 Use bower paths relative to the domain by Ole Rehmsen · 6 years ago
  85. 3e7f5fd Polymer 2: Add _legacyUndefinedCheck by brohlfs · 6 years ago
  86. 7595ea3 Add gr-hovercard by Kasper Nilsson · 7 years ago