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

Issue 2806079: Stream to file implementation. (Closed)

Created:
10 years, 5 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, jam, ben+cc_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Initial stream to file implementation. This patch excludes one important detail. This code does not cleanup temp files yet. That will be added in a subsequent CL. R=brettw BUG=49789 TEST=third_party/ppapi/tests/test_url_loader.cc:TestStreamToFile Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53923

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 5

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -10 lines) Patch
M DEPS View 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/buffered_resource_handler.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/redirect_to_file_resource_handler.h View 2 3 4 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/redirect_to_file_resource_handler.cc View 2 3 1 chunk +185 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/plugins/pepper_url_loader.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M webkit/glue/plugins/pepper_url_loader.cc View 1 2 3 4 6 chunks +35 lines, -7 lines 0 comments Download
M webkit/glue/plugins/pepper_url_response_info.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
darin (slow to review)
10 years, 5 months ago (2010-07-27 20:38:37 UTC) #1
brettw
http://codereview.chromium.org/2806079/diff/14002/8004 File chrome/browser/renderer_host/redirect_to_file_resource_handler.cc (right): http://codereview.chromium.org/2806079/diff/14002/8004#newcode52 chrome/browser/renderer_host/redirect_to_file_resource_handler.cc:52: file_util::CreateTemporaryFile(&file_path_); // XXX file i/o? What did you mean ...
10 years, 5 months ago (2010-07-27 21:52:45 UTC) #2
darin (slow to review)
On Tue, Jul 27, 2010 at 2:52 PM, <brettw@chromium.org> wrote: > > http://codereview.chromium.org/2806079/diff/14002/8004 > File ...
10 years, 5 months ago (2010-07-28 00:00:23 UTC) #3
brettw
10 years, 5 months ago (2010-07-28 00:02:25 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698