Chromium Code Reviews
DescriptionStop updating FileSelection when not changed.
When copying files, entries-changed event is fired each time file is
copied.
When you keep selecting the source files, it leads to O(N^2) times
metadata update of selected files.
For some slow storage devices such as Media Transfer Protocol connected
ones, this severely slows down the entire file copy.
Ideally, this could also be fixed by letting CHANGE_THROTTLED listener
causing metadata update to properly use metadata cache.
BUG=712121
TEST=manually tested.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address review comments. #
Total comments: 3
Messages
Total messages: 10 (2 generated)
|