Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Issue 108323004: Cosmetic change for disk flush interval in Files.app file copying. (Closed)

Created:
7 years ago by kinaba
Modified:
7 years ago
Reviewers:
kinuko
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org, nhiroki, tzik
Visibility:
Public.

Description

Cosmetic change for disk flush interval in Files.app file copying. Previously, we have issued a big single flush at the end of the copy operations. However, the progressbar UI corresponding to it for large (> 100M) files is "quickly progress to 99%, and keep the user waiting for dozens of seconds".) This is surely not cool. This CL changes the behavior to run flush every 10MB progress, which makes the progress bar to extend more uniformly. BUG=276276 R=kinuko@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241128

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review fi #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M webkit/browser/fileapi/copy_or_move_operation_delegate.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate.cc View 1 4 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
kinaba
One more CL. Could you take a look? I tried copying 650MB disk image with ...
7 years ago (2013-12-13 10:25:44 UTC) #1
kinuko
ok, lgtm
7 years ago (2013-12-13 10:40:57 UTC) #2
kinuko
https://codereview.chromium.org/108323004/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.h File webkit/browser/fileapi/copy_or_move_operation_delegate.h (right): https://codereview.chromium.org/108323004/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.h#newcode85 webkit/browser/fileapi/copy_or_move_operation_delegate.h:85: int64 previous_flush_; nit: previous_flush_ -> previous_flush_offset_ or something? (I ...
7 years ago (2013-12-13 10:42:01 UTC) #3
kinaba
https://codereview.chromium.org/108323004/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.h File webkit/browser/fileapi/copy_or_move_operation_delegate.h (right): https://codereview.chromium.org/108323004/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.h#newcode85 webkit/browser/fileapi/copy_or_move_operation_delegate.h:85: int64 previous_flush_; On 2013/12/13 10:42:01, kinuko wrote: > nit: ...
7 years ago (2013-12-14 05:14:18 UTC) #4
kinaba
7 years ago (2013-12-14 05:14:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/20001
7 years ago (2013-12-14 05:18:48 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204069
7 years ago (2013-12-14 06:55:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/20001
7 years ago (2013-12-14 07:54:40 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204105
7 years ago (2013-12-14 08:52:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/20001
7 years ago (2013-12-14 09:57:38 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=202418
7 years ago (2013-12-14 12:13:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/20001
7 years ago (2013-12-14 14:11:24 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=202462
7 years ago (2013-12-14 16:22:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/40001
7 years ago (2013-12-16 14:05:04 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204743
7 years ago (2013-12-16 15:21:56 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/40001
7 years ago (2013-12-16 15:26:02 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204777
7 years ago (2013-12-16 16:15:32 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/108323004/40001
7 years ago (2013-12-16 22:19:41 UTC) #18
kinaba
7 years ago (2013-12-17 03:18:51 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 manually as r241128 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698