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

Issue 10828252: Support FileSystem URL in File object (Closed)

Created:
8 years, 4 months ago by kinuko
Modified:
8 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, pam+watch_chromium.org, kinuko+watch, satorux1, hashimoto, kinaba, michaeln
Visibility:
Public.

Description

Support FileSystem URL in File BUG=110119 TEST=existing tests (more will be added when we add more implementation) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153651

Patch Set 1 : #

Total comments: 1

Patch Set 2 : rebased upon codereview.chromium.org/10834289 #

Patch Set 3 : rebased #

Total comments: 2

Patch Set 4 : comment fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -8 lines) Patch
M content/browser/fileapi/fileapi_message_filter.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/fileapi/webblobregistry_impl.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits.cc View 1 2 2 chunks +24 lines, -0 lines 0 comments Download
M webkit/base/data_element.h View 1 2 3 chunks +11 lines, -4 lines 0 comments Download
M webkit/base/data_element.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M webkit/blob/blob_data.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/blob/blob_data.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M webkit/blob/blob_storage_controller.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/blob/blob_storage_controller.cc View 1 2 3 chunks +17 lines, -0 lines 0 comments Download
M webkit/blob/blob_url_request_job.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M webkit/blob/view_blob_internals_job.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M webkit/glue/glue_serialize.cc View 1 2 3 chunks +18 lines, -2 lines 0 comments Download
M webkit/glue/resource_request_body.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/resource_request_body.cc View 1 2 3 chunks +16 lines, -0 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_url_request_info_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
darin (slow to review)
http://codereview.chromium.org/10828252/diff/4002/net/base/upload_data.h File net/base/upload_data.h (right): http://codereview.chromium.org/10828252/diff/4002/net/base/upload_data.h#newcode56 net/base/upload_data.h:56: TYPE_FILE_FILESYSTEM, Can we avoid this? It seems unfortunate to ...
8 years, 4 months ago (2012-08-10 16:50:24 UTC) #1
kinuko
On 2012/08/10 16:50:24, darin wrote: > http://codereview.chromium.org/10828252/diff/4002/net/base/upload_data.h > File net/base/upload_data.h (right): > > http://codereview.chromium.org/10828252/diff/4002/net/base/upload_data.h#newcode56 > ...
8 years, 4 months ago (2012-08-13 02:32:10 UTC) #2
kinuko
On 2012/08/13 02:32:10, kinuko wrote: > On 2012/08/10 16:50:24, darin wrote: > > http://codereview.chromium.org/10828252/diff/4002/net/base/upload_data.h > ...
8 years, 4 months ago (2012-08-13 16:47:31 UTC) #3
kinuko
After landing http://crbug.com/152553 and http://crbug.com/152987 I think this patch has become saner now, i.e. only ...
8 years, 4 months ago (2012-08-24 08:33:48 UTC) #4
jam
removing myself as a reviewer. darin is a reviewer in content as well.
8 years, 3 months ago (2012-08-27 17:22:17 UTC) #5
darin (slow to review)
LGTM http://codereview.chromium.org/10828252/diff/10001/content/browser/fileapi/fileapi_message_filter.cc File content/browser/fileapi/fileapi_message_filter.cc (right): http://codereview.chromium.org/10828252/diff/10001/content/browser/fileapi/fileapi_message_filter.cc#newcode526 content/browser/fileapi/fileapi_message_filter.cc:526: // TODO(kinuko): We must check permission in FILESYSTEM_FILE ...
8 years, 3 months ago (2012-08-27 18:15:50 UTC) #6
kinuko
Thanks! http://codereview.chromium.org/10828252/diff/10001/content/browser/fileapi/fileapi_message_filter.cc File content/browser/fileapi/fileapi_message_filter.cc (right): http://codereview.chromium.org/10828252/diff/10001/content/browser/fileapi/fileapi_message_filter.cc#newcode526 content/browser/fileapi/fileapi_message_filter.cc:526: // TODO(kinuko): We must check permission in FILESYSTEM_FILE ...
8 years, 3 months ago (2012-08-28 05:54:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/10828252/20001
8 years, 3 months ago (2012-08-28 05:54:24 UTC) #8
commit-bot: I haz the power
8 years, 3 months ago (2012-08-28 10:19:46 UTC) #9
Change committed as 153651

Powered by Google App Engine
This is Rietveld 408576698