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

Issue 3440021: This is the IPC and bits of the browser backend for FileWriter. The rest of... (Closed)

Created:
10 years, 3 months ago by ericu
Modified:
9 years, 7 months ago
Reviewers:
kinuko, michaeln, dumi
CC:
chromium-reviews, brettw-cc_chromium.org, darin-cc_chromium.org, dpranke+watch_chromium.org, pam+watch_chromium.org, ben+cc_chromium.org, Kavita Kanetkar
Visibility:
Public.

Description

This is the IPC and bits of the browser backend for FileWriter. The rest of it's too tied together to include a small amount; this is the most-significant chunk that I could put up without making too big a changelist. The backend isn't complete, but you can see where it's going from here. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60396

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Total comments: 12

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 3

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -1 line) Patch
M chrome/browser/file_system/browser_file_system_callback_dispatcher.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/file_system/browser_file_system_callback_dispatcher.cc View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/file_system/file_system_dispatcher_host.h View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/file_system/file_system_dispatcher_host.cc View 1 2 3 4 5 6 7 2 chunks +36 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 7 3 chunks +23 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 2 3 4 5 6 7 3 chunks +16 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_operation.cc View 1 2 3 4 5 6 7 3 chunks +48 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ericu
10 years, 3 months ago (2010-09-23 03:08:01 UTC) #1
dumi
a few style nits. http://codereview.chromium.org/3440021/diff/9001/10003 File chrome/browser/file_system/file_system_dispatcher_host.cc (right): http://codereview.chromium.org/3440021/diff/9001/10003#newcode234 chrome/browser/file_system/file_system_dispatcher_host.cc:234: fileapi::FileSystemOperation *write = " *" ...
10 years, 3 months ago (2010-09-23 04:27:09 UTC) #2
ericu
http://codereview.chromium.org/3440021/diff/9001/10003 File chrome/browser/file_system/file_system_dispatcher_host.cc (right): http://codereview.chromium.org/3440021/diff/9001/10003#newcode234 chrome/browser/file_system/file_system_dispatcher_host.cc:234: fileapi::FileSystemOperation *write = On 2010/09/23 04:27:10, dumi wrote: > ...
10 years, 3 months ago (2010-09-23 17:27:56 UTC) #3
kinuko
Generally looking good, I wonder if we want to use FileSystemOperation class for Write/didWrite cases ...
10 years, 3 months ago (2010-09-23 21:57:44 UTC) #4
michaeln
http://codereview.chromium.org/3440021/diff/19001/20004 File chrome/browser/file_system/file_system_dispatcher_host.h (right): http://codereview.chromium.org/3440021/diff/19001/20004#newcode17 chrome/browser/file_system/file_system_dispatcher_host.h:17: #include "googleurl/src/gurl.h" i think a forward decl will do ...
10 years, 3 months ago (2010-09-23 21:59:12 UTC) #5
ericu
http://codereview.chromium.org/3440021/diff/19001/20004 File chrome/browser/file_system/file_system_dispatcher_host.h (right): http://codereview.chromium.org/3440021/diff/19001/20004#newcode17 chrome/browser/file_system/file_system_dispatcher_host.h:17: #include "googleurl/src/gurl.h" On 2010/09/23 21:59:12, michaeln wrote: > i ...
10 years, 3 months ago (2010-09-23 23:10:53 UTC) #6
ericu
On Thu, Sep 23, 2010 at 2:57 PM, <kinuko@chromium.org> wrote: > Generally looking good, I ...
10 years, 3 months ago (2010-09-23 23:39:48 UTC) #7
kinuko
On 2010/09/23 23:39:48, ericu wrote: > On Thu, Sep 23, 2010 at 2:57 PM, <mailto:kinuko@chromium.org> ...
10 years, 3 months ago (2010-09-23 23:44:11 UTC) #8
ericu
http://codereview.chromium.org/3440021/diff/10/19007 File webkit/fileapi/file_system_operation.cc (right): http://codereview.chromium.org/3440021/diff/10/19007#newcode152 webkit/fileapi/file_system_operation.cc:152: NOTREACHED(); I just noticed that the code in here ...
10 years, 3 months ago (2010-09-24 00:16:15 UTC) #9
kinuko
LGTM. http://codereview.chromium.org/3440021/diff/10/19005 File chrome/browser/file_system/file_system_dispatcher_host.h (right): http://codereview.chromium.org/3440021/diff/10/19005#newcode53 chrome/browser/file_system/file_system_dispatcher_host.h:53: void OnWrite( nits: as for indentation seems like ...
10 years, 3 months ago (2010-09-24 00:24:30 UTC) #10
ericu
10 years, 3 months ago (2010-09-24 00:26:22 UTC) #11
http://codereview.chromium.org/3440021/diff/10/19005
File chrome/browser/file_system/file_system_dispatcher_host.h (right):

http://codereview.chromium.org/3440021/diff/10/19005#newcode53
chrome/browser/file_system/file_system_dispatcher_host.h:53: void OnWrite(
On 2010/09/24 00:24:30, Kinuko Yasuda wrote:
> nits: as for indentation seems like the convention in this file (and in
others)
> is like (I know my code hasn't been fully following this either):
> 
> void OnBlah(type parameter1,
>             type parameter2,
>             ...);

Done.

Powered by Google App Engine
This is Rietveld 408576698