Files
gerrit/polygerrit-ui/app/elements/edit
Kasper Nilsson aa4a07e893 Cache edits made with PolyGerrit
Currently, it is quite easy to lose edits in process, as they are not
stored anywhere and there is no prompt before navigation away from
editing.

With this change, the editor view will cache edits to gr-storage at a
debounced rate, similar to gr-editable-content and gr-diff-comment.

These edits are keyed with the change number, patch number, and path of
the current file.

Bug: Issue 8481
Change-Id: I5de55e858225b6518ff5ff37f5b87cebdb84325a
2018-04-09 09:07:02 -07:00
..