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