1. 14ed4d0 Clean up LitAnalysis errors by Chris Poucet · 1 year, 5 months ago
  2. 955b8ab Add aria-label to diff view mode setting buttons by Ben Rohlfs · 1 year, 7 months ago
  3. 9d6c32a Change all static Lit `styles` to getters by Ben Rohlfs · 1 year, 8 months ago
  4. b4db678 Move `gr-diff-mode-selector` out of embed/diff by Ben Rohlfs · 1 year, 9 months ago
  5. 1c984cb Attempt to move diff-specific code to a embed/diff folder by Renan Oliveira · 3 years ago
  6. 9221cce Move services/dependency to models/dependency by Chris Poucet · 3 years, 1 month ago
  7. dae98bf Move all DI models to a new models/ directory. by Chris Poucet · 3 years, 1 month ago
  8. 8bd072f Migrate BrowserModel to new dependency-injection by Chris Poucet · 3 years, 2 months ago
  9. efcdb20 Migrate the UserService/Model to not be a singleton by Chris Poucet · 3 years, 2 months ago
  10. b24bd7f Make BrowserService and model no longer a singleton. by Chris Poucet · 3 years, 2 months ago
  11. 55cbccb Introduce the concept of Finalizable to tear down services. by Chris Poucet · 3 years, 2 months ago
  12. c6e880b Generalize the mechanism on how to setup appContext by Chris Poucet · 3 years, 2 months ago
  13. 80d34f4 Move diffViewMode into model by Dhruv Srivastava · 3 years, 3 months ago
  14. 86be2a3 Move userPrefs to model inside diff-view by Dhruv Srivastava · 3 years, 3 months ago
  15. d201fde Remove tool-tip functionality from gr-button by Chris Poucet · 3 years, 4 months ago
  16. 59dad57 Get rid of @override. by Chris Poucet · 3 years, 5 months ago
  17. caeea1b Fix all hints discovered by the new linter by Chris Poucet · 3 years, 5 months ago
  18. c09f245 Convert gr-diff-mode-selector_test.js to typescript by Paladox none · 3 years, 5 months ago
  19. 178838d Fix template problems with gr-diff-mode-selector by Paladox none · 3 years, 5 months ago
  20. 3828cc3 Show tooltip below for diff view options by Milutin Kristofic · 3 years, 6 months ago
  21. 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 3 years, 11 months ago
  22. 62278c8 Remove all usages of this.fire() (Polymer Legacy) by Ben Rohlfs · 3 years, 11 months ago
  23. 5f520da Replace at-/de-tached with dis-connectedCallback by Ben Rohlfs · 3 years, 11 months ago
  24. d94011e Remove GestureEventListeners by Ben Rohlfs · 3 years, 11 months ago
  25. f91f966 PolyGerrit: Fix some typos by David Ostrovsky · 4 years ago
  26. 3a6ff7e Introduce a proper mock for the RestApiService by Ben Rohlfs · 4 years ago
  27. 35a698f Remove unused import for gr-rest-api-interface by Dhruv Srivastava · 4 years, 2 months ago
  28. 43935a4 Change all components to use the service for rest-api-interface by Ben Rohlfs · 4 years, 2 months ago
  29. be0b516 Convert gr-error-manager to typescript by Milutin Kristofic · 4 years, 5 months ago
  30. 88b0408 A11y - for diff mode selector by Milutin Kristofic · 4 years, 5 months ago
  31. 96caad9 Convert files to typescript by Ben Rohlfs · 4 years, 5 months ago
  32. 7aabff5 Rename files to preserve history by Ben Rohlfs · 4 years, 5 months ago
  33. 89a6b77 Convert all *_html.js files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  34. 7d4f2f3 Update sinon version by Dmitrii Filippov · 4 years, 7 months ago
  35. 06117e8 Convert tests to karma by Dmitrii Filippov · 4 years, 7 months ago
  36. 7298842 Rename all _test.html to _test.js files by Dmitrii Filippov · 4 years, 7 months ago
  37. 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 4 years, 9 months ago
  38. d90e7f4 Add `charset` meta tag to all test files by Tao Zhou · 4 years, 9 months ago
  39. b203c26 Add eslint-plugin-prettier and format all *_html.js by Tao Zhou · 4 years, 9 months ago
  40. cd1a069 Get rid of global util by Dmitrii Filippov · 4 years, 10 months ago
  41. 416960c Cleanup tests after conversion to ES6-modules by Dmitrii Filippov · 4 years, 10 months ago
  42. daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 4 years, 10 months ago
  43. dbe9545 Rename .html files to .js files by Dmitrii Filippov · 4 years, 10 months ago
  44. 4f10d77 Fix tests for M80 by Tao Zhou · 5 years ago
  45. ab57ce3 Add more jsdoc for closure checks by Tao Zhou · 5 years ago
  46. 9a07681 Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint by Tao Zhou · 5 years ago
  47. 8ef16f7 Remove unnecessary common-test-setup.js by Tao Zhou · 5 years ago
  48. 3fd2b10 Convert legacy Polyemer elements to class-based by Dmitrii Filippov · 5 years ago
  49. 9b67ee1 Fix missing HTML links by Dmitrii Filippov · 5 years ago
  50. 083fb26 Remove _legacyUndefinedCheck from the diff modules by Paladox none · 5 years ago
  51. 5313a88 Revert "Remove all _legacyUndefinedCheck" by Paladox none · 5 years ago
  52. 0f8964b Remove all _legacyUndefinedCheck by Tao Zhou · 5 years ago
  53. 63cf95d Rewrite on-tap to on-click by Milutin Kristofic · 5 years ago
  54. 6290935 Prepare Polymer 2 tests by Ole Rehmsen · 6 years ago
  55. ecf0b78 Use non-minified webcomponents-lite in tests by Ole Rehmsen · 6 years ago
  56. 3164074 Use bower paths relative to the domain by Ole Rehmsen · 6 years ago
  57. 3e7f5fd Polymer 2: Add _legacyUndefinedCheck by brohlfs · 6 years ago
  58. 6fa20d3 Major refactor of button styles by Kasper Nilsson · 7 years ago
  59. 8cdc76b Add @license tags to PG HTML and JS assets by Dave Borowitz · 7 years ago
  60. 1fc8edf Fix some styles with diff mode selector by Kasper Nilsson · 7 years ago
  61. ffae724 Save diff mode preference when toggled by Wyatt Allen · 7 years ago