|
|
Created:
6 years, 10 months ago by hirono Modified:
6 years, 10 months ago Reviewers:
yoshiki CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionFiles.app: Fix the number of remaining files and processed bytes.
A part of code of FileOperationManager aims to recursive operations in order to
obtain the detailed progress. But the recursive operations is not implemented
now.
The code caused bugs of wrong progress bytes and remaining file count.
This CL fixes the bug.
BUG=340180
TEST=manually
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248855
Patch Set 1 : #Patch Set 2 : Make it simpler #
Total comments: 4
Patch Set 3 : Fixed. #Patch Set 4 : Fixed a test. #
Messages
Total messages: 37 (0 generated)
PTAL the CL? Thanks!
lgtm https://codereview.chromium.org/152513002/diff/60001/chrome/browser/resources... File chrome/browser/resources/file_manager/background/js/file_operation_manager.js (right): https://codereview.chromium.org/152513002/diff/60001/chrome/browser/resources... chrome/browser/resources/file_manager/background/js/file_operation_manager.js:483: operationType: this.operationType, nit: 4 space indent https://codereview.chromium.org/152513002/diff/60001/chrome/browser/resources... chrome/browser/resources/file_manager/background/js/file_operation_manager.js:504: var processingEntries = this.processingEntries[this.processingSourceIndex_]; Can't you combine L504-510 into the loop at L498?
Thanks! https://codereview.chromium.org/152513002/diff/60001/chrome/browser/resources... File chrome/browser/resources/file_manager/background/js/file_operation_manager.js (right): https://codereview.chromium.org/152513002/diff/60001/chrome/browser/resources... chrome/browser/resources/file_manager/background/js/file_operation_manager.js:483: operationType: this.operationType, On 2014/02/03 09:51:03, yoshiki wrote: > nit: 4 space indent It seems that we shuold use 2 space indenet for object literals. http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml#Array_a... https://codereview.chromium.org/152513002/diff/60001/chrome/browser/resources... chrome/browser/resources/file_manager/background/js/file_operation_manager.js:504: var processingEntries = this.processingEntries[this.processingSourceIndex_]; On 2014/02/03 09:51:03, yoshiki wrote: > Can't you combine L504-510 into the loop at L498? Done.
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/120001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on linux_rel for step(s) check_deps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...
CQ bit was unchecked on CL. Ignoring.
CQ bit was unchecked on CL. Ignoring.
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
CQ bit was unchecked on CL. Ignoring.
The CQ bit was checked by hirono@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/152513002/390001
Message was sent while issue was closed.
Change committed as 248855 |