- be9451a Delete common-test-setup-karma.ts by Frank Borden · 2 years, 6 months ago
- 7b24f73 Move flush from global to test util by Frank Borden · 2 years, 6 months ago
- c4699dc Migrate some tests away from MockInteractions by Frank Borden · 2 years, 7 months ago
- e1ba821 Remove chai and assert from global window by Frank Borden · 2 years, 7 months ago
- 2c4b72d Use @open-wc's a11y testing by Frank Borden · 2 years, 7 months ago
- 37c7e42 Convert expect to assert style in tests by Frank Borden · 2 years, 7 months ago
- 42c1a45 Web Dev Server by Frank Borden · 2 years, 7 months ago
- bde407d Rename dir `gr-file-status-chip` by Ben Rohlfs · 2 years, 8 months ago
- b7a3695 Use new `gr-file-status` component also in `gr-dropdown-list` by Ben Rohlfs · 2 years, 8 months ago
- ab4cc04 Add ShadowDOM tests for elements/shared/ files by Frank Borden · 2 years, 8 months ago
- 4b36a5a Lit migration of GrDropDown. by Chris Poucet · 2 years, 9 months ago
- 77e9bc7 Prefactor for Lit Migration, get rid of @apply styles. by Chris Poucet · 2 years, 9 months ago
- 17bbf1b Fix a bug where the padding in the text editing box gets lost by Ben Rohlfs · 2 years, 10 months ago
- 1e12525 Remove empty lines after license header by Ben Rohlfs · 2 years, 10 months ago
- 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 10 months ago
- 7e0735c Revert "Convert gr-select to lit" by Frank Borden · 2 years, 11 months ago
- f9c49d6 Convert gr-select to lit by Frank Borden · 3 years ago
- 3f27968 Add eslint rule @typescript-eslint/no-unnecessary-type-assertion by Ben Rohlfs · 3 years, 1 month ago
- 66efc3d Convert gr-dropdown-list_test.js to typescript by paladox · 3 years, 1 month ago
- 05750b9 Completely rewrite commenting components and data model by Ben Rohlfs · 3 years, 5 months ago
- 4903978 Fix template types in gr-dropdown-list by Ben Rohlfs · 3 years, 5 months ago
- 4037d2f Fix a couple of layout issues caused by tooltip and gr-button migrations by Ben Rohlfs · 3 years, 5 months ago
- d201fde Remove tool-tip functionality from gr-button by Chris Poucet · 3 years, 6 months ago
- e893fee gr-copy-clipboard to lit by Milutin Kristofic · 3 years, 8 months ago
- 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 4 years ago
- 6a6bc2f Merge "Replace this.async() with setTimeout()" by Ben Rohlfs · 4 years ago
- 6b07893 Replace this.async() with setTimeout() by Ben Rohlfs · 4 years ago
- 6529d03 Remove redundant stubs by Dhruv Srivastava · 4 years ago
- d94011e Remove GestureEventListeners by Ben Rohlfs · 4 years ago
- f91f966 PolyGerrit: Fix some typos by David Ostrovsky · 4 years, 1 month ago
- 3a6ff7e Introduce a proper mock for the RestApiService by Ben Rohlfs · 4 years, 2 months ago
- 0762766 Remove unused _handleDropdownTap by Paladox none · 4 years, 3 months ago
- ab7bee0 Merge changes from topic "typescript-v4.0.5" by Dmitrii Filippov · 4 years, 2 months ago
- 3a2b235 Manual fixes for eslint and typescript errors by Dmitrii Filippov · 4 years, 3 months ago
- 62b3a4f Add status chip to file dropdown in diff view by Dhruv Srivastava · 4 years, 3 months ago
- 6c5ab97 Fix iron-dropdown positioning by Ben Rohlfs · 4 years, 4 months ago
- baba2c8 Add keyboard shortcut 'f' to open file list in diff view by Dhruv Srivastava · 4 years, 5 months ago
- d450fb2 Replace some deprecate `done()s` in frontend tests by Ben Rohlfs · 4 years, 6 months ago
- d47eeb9 Replace flushAsynchronousOperations() by flush() by Ben Rohlfs · 4 years, 6 months ago
- f65e661 move gr-create-group-dialog to ts by Tao Zhou · 4 years, 7 months ago
- 1188360 Support copy trigger text for gr-dropdown-list by Tao Zhou · 4 years, 7 months ago
- 93a4ed7 Replace usage on `dom` wrapper on element for native methods by Tao Zhou · 4 years, 7 months ago
- 63bf31a Convert files to typescript by Dmitrii Filippov · 4 years, 7 months ago
- 0ab5412 Convert gr-dropdown-list to typescript by Milutin Kristofic · 4 years, 7 months ago
- 85b87fd Rename files to preserve history by Milutin Kristofic · 4 years, 7 months ago
- 89a6b77 Convert all *_html.js files to typescript by Dmitrii Filippov · 4 years, 8 months ago
- 7d4f2f3 Update sinon version by Dmitrii Filippov · 4 years, 9 months ago
- 06117e8 Convert tests to karma by Dmitrii Filippov · 4 years, 9 months ago
- 7298842 Rename all _test.html to _test.js files by Dmitrii Filippov · 4 years, 9 months ago
- 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 5 years ago
- d90e7f4 Add `charset` meta tag to all test files by Tao Zhou · 4 years, 11 months ago
- b203c26 Add eslint-plugin-prettier and format all *_html.js by Tao Zhou · 4 years, 11 months ago
- 416960c Cleanup tests after conversion to ES6-modules by Dmitrii Filippov · 5 years ago
- daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 5 years ago
- dbe9545 Rename .html files to .js files by Dmitrii Filippov · 5 years ago
- b800561 Replace `$$` with `shadowRoot.querySelector` by Tao Zhou · 5 years ago
- 4f10d77 Fix tests for M80 by Tao Zhou · 5 years ago
- 27b07f3 Fix syntax error on css for gr-dropdown-list by Tao Zhou · 5 years ago
- dd6b512 Fix min-height of paper-item in gr-dropdown-list by Ben Rohlfs · 5 years ago
- ab57ce3 Add more jsdoc for closure checks by Tao Zhou · 5 years ago
- 1c2c9ee Enable `arrow-body-style` with as-needed 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
- ed757c0 Change on-tap to on-click for iron-dropdown by Paladox none · 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
- 24792e8 Use data-... attribute instead of property by Dmitrii Filippov · 5 years ago
- 4a5ee49 Update eslint rules - disable multiple empty lines by Dmitrii Filippov · 5 years ago
- b82003c Update eslint version and eslint rules by Dmitrii Filippov · 5 years ago
- 444618e Remove css rules for font-size-normal where not required by Ben Rohlfs · 5 years ago
- 0fa868f Add css vars for line-height by Ben Rohlfs · 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
- 00771ad Add missing done parameter to test suite by Dhruv Srivastava · 5 years ago
- 5313a88 Revert "Remove all _legacyUndefinedCheck" by Paladox none · 5 years ago
- 0f8964b Remove all _legacyUndefinedCheck by Tao Zhou · 5 years ago
- 63cf95d Rewrite on-tap to on-click by Milutin Kristofic · 5 years ago
- 2b45976 Polymer 2: Fix tests by Dmitrii Filippov · 5 years ago
- afd548e Add disabled property to gr-dropdown-list by Dmitrii Filippov · 6 years ago
- c9cf731 Add a semicolon to @apply rule in gr-dropdown-list by Ben Rohlfs · 6 years ago
- 908553c Add undefined check for observers with multiple args by Tao Zhou · 6 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
- 86b28f4 Change minimum body font size to 1em by Kasper Nilsson · 7 years ago
- 839fb99 Replace more colors with CSS vars by Kasper Nilsson · 7 years ago
- 4a74959 Introduce vars for styling header and dropdowns by Kasper Nilsson · 7 years ago
- c4f4103 Use view-background-color throughout the app by Kasper Nilsson · 7 years ago
- c828098 Use the same border color throughout the app by Kasper Nilsson · 7 years ago
- 8cdc76b Add @license tags to PG HTML and JS assets by Dave Borowitz · 7 years ago
- e64a1c9 Change font sizes from em to rem by Becky Siegel · 7 years ago
- c4d42c4 Merge "Update gr-dropdown list formatting" by Becky Siegel · 7 years ago
- 9bbf17f Update gr-dropdown list formatting by Becky Siegel · 7 years ago
- aef77ff Make file path in dropdown selectable by Kasper Nilsson · 7 years ago
- 6de1489 Refactor gr-button styling by Becky Siegel · 7 years ago
- fde2da6 Use gr-dropdown-list for diff view file select by Becky Siegel · 7 years ago
- e2cb4a7 Increase padding of paper-button links to make larger click area by Becky Siegel · 7 years ago
- 1598e0e Merge "Update patchset selector styles" by Kasper Nilsson · 7 years ago
- 4c3fa09 Update patchset selector styles by Becky Siegel · 7 years ago