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

Issue 10692090: Move FileCopyManager to background page. (Closed)

Created:
8 years, 5 months ago by Oleg Eterevsky
Modified:
8 years, 5 months ago
CC:
chromeos-filemanager_google.com, chromium-reviews, Aaron Boodman, rginda+watch_chromium.org, arv (Not doing code reviews), mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Move FileCopyManager to background page. BUG=126810 TEST=Copy/paste and drug&drop operations. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148535

Patch Set 1 #

Patch Set 2 : #

Total comments: 13

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 4

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Total comments: 6

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+394 lines, -192 lines) Patch
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/js/directory_contents.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -174 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_copy_manager.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +54 lines, -8 lines 0 comments Download
A chrome/browser/resources/file_manager/js/file_copy_manager_wrapper.js View 1 2 3 4 5 6 7 8 9 10 11 13 1 chunk +136 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_manager.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/file_manager/js/main_scripts.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -3 lines 0 comments Download
A chrome/browser/resources/file_manager/js/path_util.js View 1 2 3 4 5 6 7 8 9 1 chunk +178 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/js/photo/photo_import.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/file_manager/main.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/file_manager/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/photo_import.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Oleg Eterevsky
8 years, 5 months ago (2012-07-11 16:25:07 UTC) #1
dgozman
https://chromiumcodereview.appspot.com/10692090/diff/2001/chrome/browser/resources/file_manager/js/background_main.js File chrome/browser/resources/file_manager/js/background_main.js (right): https://chromiumcodereview.appspot.com/10692090/diff/2001/chrome/browser/resources/file_manager/js/background_main.js#newcode5 chrome/browser/resources/file_manager/js/background_main.js:5: metrics.recordInterval('Load.Script'); // Must be the last line. Do we ...
8 years, 5 months ago (2012-07-12 13:17:36 UTC) #2
Oleg Eterevsky
https://chromiumcodereview.appspot.com/10692090/diff/2001/chrome/browser/resources/file_manager/js/background_main.js File chrome/browser/resources/file_manager/js/background_main.js (right): https://chromiumcodereview.appspot.com/10692090/diff/2001/chrome/browser/resources/file_manager/js/background_main.js#newcode5 chrome/browser/resources/file_manager/js/background_main.js:5: metrics.recordInterval('Load.Script'); // Must be the last line. On 2012/07/12 ...
8 years, 5 months ago (2012-07-12 14:49:22 UTC) #3
Oleg Eterevsky
Could you give another look? I'm under impression that barring inability to unload, the CL ...
8 years, 5 months ago (2012-07-17 15:19:06 UTC) #4
dgozman
Well, this looks good. But I don't think you want to commit until transient background ...
8 years, 5 months ago (2012-07-17 16:10:53 UTC) #5
Oleg Eterevsky
https://chromiumcodereview.appspot.com/10692090/diff/12002/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://chromiumcodereview.appspot.com/10692090/diff/12002/chrome/browser/resources/file_manager/js/file_manager.js#newcode4674 chrome/browser/resources/file_manager/js/file_manager.js:4674: * Extending cr.EventTarget On 2012/07/17 16:10:53, dgozman wrote: > ...
8 years, 5 months ago (2012-07-17 16:44:13 UTC) #6
Oleg Eterevsky
The background page now works at least partly correct: it does not load until the ...
8 years, 5 months ago (2012-07-24 15:29:53 UTC) #7
Oleg Eterevsky
Ok, now the background page loads and unloads just fine.
8 years, 5 months ago (2012-07-24 16:03:34 UTC) #8
Oleg Eterevsky
Vlad, Dmitry, now that Dmitry Gozman is on vacations, could you please review this CL?
8 years, 5 months ago (2012-07-24 16:04:23 UTC) #9
Vladislav Kaznacheev
https://chromiumcodereview.appspot.com/10692090/diff/31001/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): https://chromiumcodereview.appspot.com/10692090/diff/31001/chrome/browser/resources/component_extension_resources.grd#newcode42 chrome/browser/resources/component_extension_resources.grd:42: <include name="IDR_FILE_MANAGER_FILE_COPY_MANAGER_JS" file="file_manager/js/file_copy_manager.js" flattenhtml="false" type="BINDATA" /> Lets move group ...
8 years, 5 months ago (2012-07-25 16:44:14 UTC) #10
Oleg Eterevsky
https://chromiumcodereview.appspot.com/10692090/diff/31001/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): https://chromiumcodereview.appspot.com/10692090/diff/31001/chrome/browser/resources/component_extension_resources.grd#newcode42 chrome/browser/resources/component_extension_resources.grd:42: <include name="IDR_FILE_MANAGER_FILE_COPY_MANAGER_JS" file="file_manager/js/file_copy_manager.js" flattenhtml="false" type="BINDATA" /> On 2012/07/25 16:44:14, ...
8 years, 5 months ago (2012-07-25 17:26:40 UTC) #11
Vladislav Kaznacheev
lgtm
8 years, 5 months ago (2012-07-25 17:27:46 UTC) #12
Oleg Eterevsky
Please review component_extension_resources.grd. I've already got LGTM for all the other files.
8 years, 5 months ago (2012-07-25 17:30:27 UTC) #13
James Hawkins
LGTM
8 years, 5 months ago (2012-07-25 17:31:22 UTC) #14
Oleg Eterevsky
Thanks for the review!
8 years, 5 months ago (2012-07-25 17:32:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oleg@chromium.org/10692090/28003
8 years, 5 months ago (2012-07-25 17:32:44 UTC) #16
commit-bot: I haz the power
8 years, 5 months ago (2012-07-25 18:04:13 UTC) #17
Try job failure for 10692090-28003 (retry) on linux_rel for step "compile"
(clobber build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698