1. b573b75 Remove unused flags by Ben Rohlfs · 2 years ago
  2. d4c3ce2 Fix jumping to a line in the diff by Ben Rohlfs · 2 years ago
  3. 3b5cbac Fix files dropdown on diff page by Ben Rohlfs · 2 years ago
  4. b91a6a4 Merge diff.ts and edit.ts into change.ts view model by Ben Rohlfs · 2 years ago
  5. 9b864ab Remove `viewStateChanged()` method from gr-diff-view by Ben Rohlfs · 2 years ago
  6. 5e0a990 Update the changeNum directly from view model in gr-diff-view by Ben Rohlfs · 2 years ago
  7. 20c385f Change `gr-patch-range-select` to use models instead of props by Ben Rohlfs · 2 years ago
  8. dbdc787 Derive patchRange directly from diff view model by Ben Rohlfs · 2 years ago
  9. fddc9d1 Compute comment map in diff view on-the-fly by Ben Rohlfs · 2 years ago
  10. e740884 Derive diff view properties directly from diff view model by Ben Rohlfs · 2 years ago
  11. 94c6fcf Remove obsolete `CommitRange` objects by Ben Rohlfs · 2 years ago
  12. aa996c8 Refactoring: Navigate to diff through change model, not from diff view by Ben Rohlfs · 2 years ago
  13. 809311b Refactor moving to next/previous file with comment by Ben Rohlfs · 2 years ago
  14. b6e1a78 Refactoring: Compute comment skips on the fly by Ben Rohlfs · 2 years ago
  15. 425a0e9 Let gr-diff-view rely on files-model by Ben Rohlfs · 2 years, 1 month ago
  16. 196dc72 Move handling of COMMENT route from diff view to router by Ben Rohlfs · 2 years, 1 month ago
  17. 2f6b972 Remove redundant subscription by Ben Rohlfs · 2 years, 1 month ago
  18. f15ede6 Do not call `setInProjectLookup()` from change and diff view by Ben Rohlfs · 2 years, 1 month ago
  19. ecc6799 Merge view state of DIFF and EDIT into CHANGE by Ben Rohlfs · 2 years, 1 month ago
  20. 0aca586 Get rid of GrOverlay by Dhruv Srivastava · 2 years, 2 months ago
  21. 56498c2 Hide diff mode controls when not logged in by Ben Rohlfs · 2 years, 1 month ago
  22. 8b99fe2 Merge "Fix issues with gr-diff when re-connecting to the DOM" by Ben Rohlfs · 2 years, 2 months ago
  23. 9d2e87e Fix issues with gr-diff when re-connecting to the DOM by Ben Rohlfs · 2 years, 2 months ago
  24. 5629795 Enable syntax highlighting in preview fix by Milutin Kristofic · 2 years, 2 months ago
  25. 88c640f Remove plugin provided annotation layers by Ben Rohlfs · 2 years, 2 months ago
  26. b523f9d Clean up focusStops functionality from GrOverlay by Dhruv Srivastava · 2 years, 2 months ago
  27. 4063d26 Move few usages of overlay to dialog element by Dhruv Srivastava · 2 years, 2 months ago
  28. 41980d3 Merge changes I1a32ef80,I56c3eb15 by Dhruv Srivastava · 2 years, 2 months ago
  29. 445856e Move GrApplyFixDialog to Dialog element by Dhruv Srivastava · 2 years, 2 months ago
  30. 198876d Fix paper-tab import by Kamil Musin · 2 years, 2 months ago
  31. ea62940 Move download overlay to Dialog element by Dhruv Srivastava · 2 years, 2 months ago
  32. e3d6686 Remove pluginLoader from getAppContext() by Chris Poucet · 2 years, 2 months ago
  33. f8e4c39 Loosen coupling between GrJsApiInterface and PluginLoader by Chris Poucet · 2 years, 2 months ago
  34. 2f6c017 Refactor how pluginLoader and its parts are accessed. by Chris Poucet · 2 years, 2 months ago
  35. 8dfeb2b Merge "Some 'project' to 'repo' renaming" by Ben Rohlfs · 2 years, 2 months ago
  36. 64a5b70 Migrate HighlightService to DI model. by Chris Poucet · 2 years, 2 months ago
  37. 4014052 Move RouterModel to be dependency injected by Chris Poucet · 2 years, 2 months ago
  38. bb0cf83 Move to Dependency injection for UserModel by Chris Poucet · 2 years, 2 months ago
  39. bfc688b Some 'project' to 'repo' renaming by Ben Rohlfs · 2 years, 3 months ago
  40. 27f37f7 Merge "Remove error message from event_label." by Kamil Musin · 2 years, 3 months ago
  41. f0ece02 Remove error message from event_label. by Kamil Musin · 2 years, 3 months ago
  42. 72abb2e Reliably repositiong apply fix dialog using a ResizeObserver by Ben Rohlfs · 2 years, 3 months ago
  43. 54934de Replace `GerritNav.navigateToRelativeUrl()` by new `setUrl()` service by Ben Rohlfs · 2 years, 4 months ago
  44. 16bcd82 Replace `GerritNav.navigateToDiff()` by new `setUrl()` service by Ben Rohlfs · 2 years, 4 months ago
  45. aa53390 Replace `GerritNav.navigateToChange()` by new `setUrl()` service by Ben Rohlfs · 2 years, 4 months ago
  46. 38ede01 Make `createChangeUrl()` function easier to work with by Ben Rohlfs · 2 years, 4 months ago
  47. 5fa8293 Fix and clean up `setState` and `updateState` in `Model` by Ben Rohlfs · 2 years, 4 months ago
  48. c2a8f29 Refactor weblinks by Ben Rohlfs · 2 years, 4 months ago
  49. 91d1d2b Switch the diff view to listening to the view model by Ben Rohlfs · 2 years, 4 months ago
  50. 7f8ba52 Complete moving the change url creation into change.ts view model by Ben Rohlfs · 2 years, 4 months ago
  51. 2148185 Remove edit url generation from gr-navigation by Ben Rohlfs · 2 years, 4 months ago
  52. 804e724 Move generating of change URLs into change.ts by Ben Rohlfs · 2 years, 4 months ago
  53. 731738b Move generating of diff URLs into diff.ts by Ben Rohlfs · 2 years, 4 months ago
  54. e7af248 Merge changes I6404555e,Iebb3b3cd by Ben Rohlfs · 2 years, 4 months ago
  55. 2472532 Add DOM snapshot tests for elements/diff/ components by Frank Borden · 2 years, 4 months ago
  56. 65c2f2b Create view state files for `change`, `diff` and `edit` by Ben Rohlfs · 2 years, 4 months ago
  57. be9451a Delete common-test-setup-karma.ts by Frank Borden · 2 years, 4 months ago
  58. 7b24f73 Move flush from global to test util by Frank Borden · 2 years, 4 months ago
  59. c1be297 Migrate some tests away from MockInteractions by Frank Borden · 2 years, 4 months ago
  60. e1ba821 Remove chai and assert from global window by Frank Borden · 2 years, 4 months ago
  61. 3daae68 Increase size of apply-fix dialog by Kamil Musin · 2 years, 4 months ago
  62. 3b00663 Replace 'show-alert' with enum usage by Dhruv Srivastava · 2 years, 4 months ago
  63. 2c4b72d Use @open-wc's a11y testing by Frank Borden · 2 years, 5 months ago
  64. dedd671 Use @open/wc test fixture in most test files by Frank Borden · 2 years, 5 months ago
  65. 37c7e42 Convert expect to assert style in tests by Frank Borden · 2 years, 5 months ago
  66. 8163cd4 Move enums out of GerritNav by Ben Rohlfs · 2 years, 5 months ago
  67. 42c1a45 Web Dev Server by Frank Borden · 2 years, 5 months ago
  68. d0207e5 Implement 'apply fix' for check results by Ben Rohlfs · 2 years, 5 months ago
  69. 2384388 Refactor how FixPreview events are created, fired and handled by Ben Rohlfs · 2 years, 5 months ago
  70. 1d21967 Experiment: User Suggest edits by Milutin Kristofic · 2 years, 7 months ago
  71. c450493 Introduce /fix:preview and /fix:apply REST calls by Milutin Kristofic · 2 years, 5 months ago
  72. b7e9bb1 Move to using gr-icon instead of directly writing material-icons by Chris Poucet · 2 years, 6 months ago
  73. e1364e0 cleanup leftover comment by Frank Borden · 2 years, 6 months ago
  74. f95cf15 Convert gr-comment-api_test to typescript by Frank Borden · 2 years, 6 months ago
  75. cf51254 Migrate chevron-left/chevron-right to material-icons by Chris Poucet · 2 years, 6 months ago
  76. 99da17b Merge "Add logging for debugging the P1 diff-auto-closing issue" by Ben Rohlfs · 2 years, 6 months ago
  77. ded25ff Add logging for debugging the P1 diff-auto-closing issue by Ben Rohlfs · 2 years, 6 months ago
  78. 9a9a5cc Migrate gr-icons:settings and gr-icons:bug to Material Icons by Chris Poucet · 2 years, 6 months ago
  79. 844d410 Fix typo in checksChanged by Dhruv Srivastava · 2 years, 6 months ago
  80. 022e5d7 Fix gr-patch-range-select by Chris Poucet · 2 years, 6 months ago
  81. d656803 Lit Migration of GrDiff by Chris Poucet · 2 years, 6 months ago
  82. c150ea0 Fix cleanup and init procedures of gr-diff by Ben Rohlfs · 2 years, 6 months ago
  83. 18c6ae5 Merge "Ensure that waiters of DelayedPromises are actually resolved" by Chris Poucet · 2 years, 6 months ago
  84. e9c3e05 Delete addGlobal function now that everything is on Lit. by Chris Poucet · 2 years, 6 months ago
  85. 14946dc Ensure that waiters of DelayedPromises are actually resolved by Chris Poucet · 2 years, 6 months ago
  86. 4b36a5a Lit migration of GrDropDown. by Chris Poucet · 2 years, 7 months ago
  87. fb85d7b Fix when the diff view reinits the diff cursor by Ben Rohlfs · 2 years, 6 months ago
  88. f0f6f3b Make sure to re-initialize the GrDiffHost layers by Chris Poucet · 2 years, 6 months ago
  89. 5bf43b6 Clear out some outdated Polymer 2 comments by Frank Borden · 2 years, 7 months ago
  90. 6961547 Fix comment in gr-diff-host by Frank Borden · 2 years, 7 months ago
  91. ec89840 Add some logging for spurious diff closing issue by Ben Rohlfs · 2 years, 7 months ago
  92. 35764c3 Get rid of DIPolymerElement and KeyboardShortcutMixin by Chris Poucet · 2 years, 7 months ago
  93. f9eebbd Lit migration of GrDiffView by Chris Poucet · 2 years, 7 months ago
  94. 415137e Rename GrDiffView.paramsChanged to GrDiffView._paramsChanged by Chris Poucet · 2 years, 7 months ago
  95. 91831b8 Prefactor for Lit migration of GrDiffView. by Chris Poucet · 2 years, 7 months ago
  96. 18b0d5b Merge changes I70a62c4a,I58d7c987,I8d7a4cd7,I77afee3f,Ia5d59c17 by Ben Rohlfs · 2 years, 7 months ago
  97. 31c55e5 Small fix to gr-diff-view. by Chris Poucet · 2 years, 7 months ago
  98. b7ef7f7 Use new files model in `gr-file-list` element by Ben Rohlfs · 2 years, 7 months ago
  99. 77e9bc7 Prefactor for Lit Migration, get rid of @apply styles. by Chris Poucet · 2 years, 7 months ago
  100. 26e00cd Migrate gr-diff-host to Lit. by Chris Poucet · 2 years, 7 months ago