b5ee585d5a2eb17995b4e27c86c2fb37debaad41
Make it easier for users to get whole file context setting by adding a checkbox next to the input field. When set the field is cleared, so now users see: Context Lines [ ] or [x] entire file There are focus problems when the user modifies the lines of context input text box and then clicks the "entire file" check mark to show the entire file. The browser first delivers the change event for the text box, and then delivers the click event on the checkmark. Debounce these by delaying update of the view by 200 milliseconds, allowing the second click event to cancel the first update and take priority, as this reflects the user intent. When entire file is checked and the user enters a number into the context box, immediately uncheck the entire file check box. When focus is lost from the context box its new value will be committed and the view will be updated. Change-Id: Ic8f8f480df3ef39115c5322516ec149c1df8f89e
Description
RETIRED, Gerrit as used by OpenStack