1. aa53390 Replace `GerritNav.navigateToChange()` by new `setUrl()` service by Ben Rohlfs · 2 years, 6 months ago
  2. 3daae68 Increase size of apply-fix dialog by Kamil Musin · 2 years, 7 months ago
  3. 42c1a45 Web Dev Server by Frank Borden · 2 years, 8 months ago
  4. d0207e5 Implement 'apply fix' for check results by Ben Rohlfs · 2 years, 8 months ago
  5. 2384388 Refactor how FixPreview events are created, fired and handled by Ben Rohlfs · 2 years, 8 months ago
  6. 1d21967 Experiment: User Suggest edits by Milutin Kristofic · 2 years, 9 months ago
  7. c450493 Introduce /fix:preview and /fix:apply REST calls by Milutin Kristofic · 2 years, 8 months ago
  8. b7e9bb1 Move to using gr-icon instead of directly writing material-icons by Chris Poucet · 2 years, 8 months ago
  9. cf51254 Migrate chevron-left/chevron-right to material-icons by Chris Poucet · 2 years, 9 months ago
  10. 85e60db Convert some modules to use userModel for preference by paladox · 2 years, 10 months ago
  11. 376e552 Rename `currentPatchNum` to just `patchNum` by Ben Rohlfs · 2 years, 10 months ago
  12. ef04317 Refactoring: Replace `EditPatchSetNum` with EDIT by Ben Rohlfs · 2 years, 10 months ago
  13. 9207bee Migrate gr-apply-fix-dialog to lit by Ben Rohlfs · 3 years ago
  14. 58a266d Preparation of gr-apply-fix-dialog for lit migration by Ben Rohlfs · 3 years ago
  15. 1c984cb Attempt to move diff-specific code to a embed/diff folder by Renan Oliveira · 3 years, 2 months ago
  16. c6e880b Generalize the mechanism on how to setup appContext by Chris Poucet · 3 years, 5 months ago
  17. 0633ae1 Refactor navigateToChange to take options by Dhruv Srivastava · 3 years, 5 months ago
  18. af465c1 Stop using experiment flag for Token Highlighting by Chris Poucet · 3 years, 5 months ago
  19. d3f2419 Add the override keyword to class members in TypeScript files by Gerrit Code Review · 3 years, 6 months ago
  20. 8c47d56 Add a user setting to disable token-highlighting by Chris Poucet · 3 years, 7 months ago
  21. b496949 Revert "Retire the token highlight experiment" by Christophe Poucet · 3 years, 7 months ago
  22. ef7965e Retire the token highlight experiment by Chris Poucet · 3 years, 7 months ago
  23. b98002a Improve token highlight click behavior by Chris Poucet · 3 years, 7 months ago
  24. 09637ae Add the override keyword to class members in TypeScript files by Gerrit Code Review · 3 years, 8 months ago
  25. 5f7ccdeb Fix template problems with gr-apply-fix-dialog by Paladox none · 3 years, 8 months ago
  26. 7ab4037 Move flag check out of token layer by Ole Rehmsen · 4 years ago
  27. 131bf7a Do not reload page after clicking Cancel in apply-fix dialog by Dmitrii Filippov · 4 years ago
  28. 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 4 years, 1 month ago
  29. e8bdd41 Merge "Replace at-/de-tached with dis-connectedCallback" by Ben Rohlfs · 4 years, 1 month ago
  30. 5f520da Replace at-/de-tached with dis-connectedCallback by Ben Rohlfs · 4 years, 1 month ago
  31. 591b490 Specify BasePatchSetNum type by Dhruv Srivastava · 4 years, 1 month ago
  32. d94011e Remove GestureEventListeners by Ben Rohlfs · 4 years, 1 month ago
  33. 9f65d91 Add readonly to restApiService property by Dhruv Srivastava · 4 years, 1 month ago
  34. a00ef28 Move some types from gr-reviewer-updates-parser to types.ts by Ben Rohlfs · 4 years, 2 months ago
  35. e07f818 Add a fireEvent util by Ben Rohlfs · 4 years, 4 months ago
  36. 35a698f Remove unused import for gr-rest-api-interface by Dhruv Srivastava · 4 years, 4 months ago
  37. bc87e85 Use RestApiService instead of Polymer element by Ben Rohlfs · 4 years, 4 months ago
  38. 899f7d2 Remove re-export indirection by Ole · 4 years, 5 months ago
  39. 6a03800 Convert files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  40. 31825d8 Change attention set logic to take unresolved state into account by Ben Rohlfs · 4 years, 6 months ago
  41. 1d48706 Convert gr-diff-host to typescript by Ben Rohlfs · 4 years, 6 months ago
  42. 30ba596 Replace ChangeNum with NumericChangeId by Dmitrii Filippov · 4 years, 6 months ago
  43. 3f3c205 Convert files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  44. 51fa679 Rename files to preserve history by Dmitrii Filippov · 4 years, 6 months ago[Renamed from polygerrit-ui/app/elements/diff/gr-apply-fix-dialog/gr-apply-fix-dialog.js]
  45. 4cd35cb Enable prefer-object-spread rule by Tao Zhou · 4 years, 8 months ago
  46. 6b055dc Replace all 'this.fire' with 'this.dispatchEvent' for customEvents by Paladox none · 4 years, 9 months ago
  47. d1ffc2a PolyGerrit: Remove redundant local variables by David Ostrovsky · 5 years ago
  48. 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 5 years ago
  49. eb8b269 Get rid of global Gerrit.Nav by Dmitrii Filippov · 5 years ago
  50. 41de60b Remove FireBehavior imports and get rid of global test helpers by Dmitrii Filippov · 5 years ago
  51. e25546a Remove all usage of Gerrit.FireBehavior by Tao Zhou · 5 years ago
  52. c363cc3 Disable apply fix for older patchsets by Dmitrii Filippov · 5 years ago
  53. daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 5 years ago
  54. cdbd59e Convert gr-apply-fix-dialog to class based element by Dmitrii Filippov · 5 years ago
  55. 88a286b Check for response.ok before redirect for applyfix by Tao Zhou · 5 years ago
  56. 746797a Merge "Fix incorrect disabled state for prev/next buttons" by Dmitrii Filippov · 5 years ago
  57. 1b23079 Fix incorrect disabled state for prev/next buttons by Dmitrii Filippov · 5 years ago
  58. 03b601b Make null check before accessing property by Dhruv Srivastava · 5 years ago
  59. 84fbc76 Let restApi helper handle the exception for applyFix dialog by Tao Zhou · 5 years ago
  60. 4211b77 Fix apply fix dialog layout issue by Tao Zhou · 5 years ago
  61. 1c2c9ee Enable `arrow-body-style` with as-needed by Tao Zhou · 5 years ago
  62. 80cfe59 Enable `no-confusing-arrow` and `newline-per-chained-call` by Tao Zhou · 5 years ago
  63. 7077221 Suport switching multiple suggested fixes in apply fix dialog by Julie Pan · 5 years ago
  64. 49d0a6e Create gr-apply-fix-dialog and show fix preview. by Julie Pan · 5 years ago