DescriptionMake resizing in Files.app more responsive.
Before, the resizing of the file list and the grid list was delayed to avoid making the UI janky. That delay caused flickering of the screen when showing the Save-as dialog as well as when maximizing/restoring the window.
This patch solves this problem by calling immediately resizing the file list and grid view, but delaying any consecutive resizes.
TEST=Maximize, minimize, check the Save-as dialog.
BUG=245042
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203910
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments. #Patch Set 3 : Fixed. #
Total comments: 6
Patch Set 4 : Addressed comments. #
Total comments: 4
Patch Set 5 : Addressed comments. #
Total comments: 2
Patch Set 6 : Fixed. #
Messages
Total messages: 18 (0 generated)
|