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

Issue 6471019: Stackable file_util for FileAPIs. Sample code for discussion. Incomplete. Cannot be compiled. (Closed)

Created:
9 years, 10 months ago by Dai Mikurube (google.com)
Modified:
9 years, 7 months ago
Reviewers:
kinuko, ericu
CC:
chromium-reviews, pam+watch_chromium.org, kinuko+watch, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, michaeln, adamk, darin (slow to review), Dai Mikurube (NOT FULLTIME)
Visibility:
Public.

Description

Stackable file_util for FileAPIs. Sample code for discussion. Incomplete. Cannot be compiled. BUG= TEST=

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added GetInstance() to child classes and changed signatures. #

Patch Set 3 : Added FileSystemFileUtilProxy and many other functions. #

Patch Set 4 : Fixed the Patch Set 3 before reflecting the comments. -UtilBase can be built and works. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1819 lines, -21 lines) Patch
M webkit/fileapi/file_system_dir_url_request_job.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.cc View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
A webkit/fileapi/file_system_file_util_base.h View 1 2 3 1 chunk +130 lines, -0 lines 0 comments Download
A webkit/fileapi/file_system_file_util_base.cc View 1 2 3 1 chunk +337 lines, -0 lines 0 comments Download
A webkit/fileapi/file_system_file_util_proxy.h View 1 2 3 1 chunk +232 lines, -0 lines 0 comments Download
A webkit/fileapi/file_system_file_util_proxy.cc View 1 2 3 1 chunk +874 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_operation.cc View 1 2 3 14 chunks +39 lines, -16 lines 0 comments Download
A webkit/fileapi/file_system_operation_context.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A webkit/fileapi/file_system_operation_context.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job.cc View 1 2 4 chunks +6 lines, -3 lines 0 comments Download
A webkit/fileapi/obfuscated_file_util.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A webkit/fileapi/obfuscated_file_util.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
A webkit/fileapi/quota_file_util.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A webkit/fileapi/quota_file_util.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dai Mikurube (google.com)
http://codereview.chromium.org/6471019/diff/1/webkit/fileapi/file_system_file_util_base.cc File webkit/fileapi/file_system_file_util_base.cc (right): http://codereview.chromium.org/6471019/diff/1/webkit/fileapi/file_system_file_util_base.cc#newcode64 webkit/fileapi/file_system_file_util_base.cc:64: return file_util::CopyFile(from_path, to_path); Just calling file_util::CopyFile() without fs_context. http://codereview.chromium.org/6471019/diff/1/webkit/fileapi/file_system_file_util_base.h ...
9 years, 10 months ago (2011-02-10 08:35:12 UTC) #1
ericu
It looks to me like both QuotaFileUtil and ObfuscatedFileUtil are making raw FileUtil calls. How ...
9 years, 10 months ago (2011-02-10 20:41:54 UTC) #2
Dai Mikurube (google.com)
There were no GetInstance() for ObfuscatedFileUtil and QuotaFileUtil. I've added it to them in the ...
9 years, 10 months ago (2011-02-14 08:48:11 UTC) #3
kinuko
Our current rough plan is as following: (Hoping that the figure gives you some idea, ...
9 years, 10 months ago (2011-02-15 13:03:03 UTC) #4
Dai Mikurube (google.com)
Updated. Patch Set 3. (webkit/fileapi/file_system_file_util_proxy.cc is still cannot be compiled.)
9 years, 10 months ago (2011-02-15 14:13:57 UTC) #5
ericu
I still have the previous questions. Also, it looks like now you're changing all the ...
9 years, 10 months ago (2011-02-15 23:58:14 UTC) #6
Dai Mikurube (google.com)
9 years, 9 months ago (2011-03-03 21:27:17 UTC) #7
Working on http://codereview.chromium.org/6604020/ . Closing this CL.

Powered by Google App Engine
This is Rietveld 408576698