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