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

Issue 6767010: More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where (Closed)

Created:
9 years, 9 months ago by ericu
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Erik does not do reviews, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, kinuko+watch
Visibility:
Public.

Description

More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where possible without WebKit API changes. The WebKit changes will happen in another CL. BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 6

Patch Set 12 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+394 lines, -522 lines) Patch
M chrome/browser/extensions/extension_file_browser_private_api.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_file_browser_private_api.cc View 1 2 3 4 5 6 3 chunks +5 lines, -4 lines 0 comments Download
M content/browser/file_system/file_system_dispatcher_host.h View 1 2 chunks +12 lines, -13 lines 0 comments Download
M content/browser/file_system/file_system_dispatcher_host.cc View 1 6 chunks +14 lines, -13 lines 0 comments Download
M content/common/file_system/file_system_dispatcher.h View 1 2 chunks +13 lines, -13 lines 0 comments Download
M content/common/file_system/file_system_dispatcher.cc View 1 11 chunks +14 lines, -14 lines 0 comments Download
M content/common/file_system/webfilesystem_callback_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/common/file_system/webfilesystem_callback_dispatcher.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/common/file_system/webfilesystem_impl.cc View 1 2 3 4 5 6 10 chunks +13 lines, -13 lines 0 comments Download
M content/common/file_system/webfilewriter_impl.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -4 lines 0 comments Download
M content/common/file_system/webfilewriter_impl.cc View 1 2 3 4 5 6 3 chunks +7 lines, -6 lines 0 comments Download
M content/common/file_system_messages.h View 1 3 chunks +13 lines, -13 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.h View 1 1 chunk +7 lines, -7 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M webkit/fileapi/file_system_callback_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 3 chunks +16 lines, -16 lines 0 comments Download
M webkit/fileapi/file_system_operation.cc View 1 2 3 4 5 6 7 8 9 10 11 15 chunks +50 lines, -26 lines 0 comments Download
M webkit/fileapi/file_system_operation_unittest.cc View 1 2 3 4 5 6 7 8 9 10 46 chunks +66 lines, -55 lines 0 comments Download
M webkit/fileapi/file_system_path_manager.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -8 lines 0 comments Download
M webkit/fileapi/file_system_path_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +23 lines, -77 lines 0 comments Download
M webkit/fileapi/file_system_path_manager_unittest.cc View 1 2 3 4 2 chunks +0 lines, -88 lines 0 comments Download
M webkit/fileapi/webfilewriter_base.h View 1 2 4 chunks +5 lines, -7 lines 0 comments Download
M webkit/fileapi/webfilewriter_base.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/webfilewriter_base_unittest.cc View 1 2 3 4 5 6 11 chunks +27 lines, -35 lines 0 comments Download
M webkit/plugins/ppapi/file_callbacks.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/file_callbacks.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 1 chunk +7 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/ppb_directory_reader_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +24 lines, -19 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_system_impl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 2 chunks +14 lines, -36 lines 0 comments Download
M webkit/tools/test_shell/simple_file_writer.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/simple_file_writer.cc View 1 2 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
ericu
This passes on Windows, but I need to fix posix; it's undoubtedly a one-liner having ...
9 years, 8 months ago (2011-04-02 01:36:48 UTC) #1
kinuko
lgtm On 2011/04/02 01:36:48, ericu wrote: > This passes on Windows, but I need to ...
9 years, 8 months ago (2011-04-04 13:38:11 UTC) #2
ericu
I've made a trivial change to file_system_operation_unittest.cc that I believe fixes the bug I mentioned ...
9 years, 8 months ago (2011-04-05 00:06:35 UTC) #3
zel
http://codereview.chromium.org/6767010/diff/28009/webkit/fileapi/file_system_path_manager.cc File webkit/fileapi/file_system_path_manager.cc (left): http://codereview.chromium.org/6767010/diff/28009/webkit/fileapi/file_system_path_manager.cc#oldcode150 webkit/fileapi/file_system_path_manager.cc:150: !local_provider_->IsAccessAllowed(local_url)) { where do we do these checks now? ...
9 years, 8 months ago (2011-04-06 21:43:00 UTC) #4
viettrungluu
LGTM on the Pepper bits. http://codereview.chromium.org/6767010/diff/28009/webkit/plugins/ppapi/ppb_file_ref_impl.cc File webkit/plugins/ppapi/ppb_file_ref_impl.cc (right): http://codereview.chromium.org/6767010/diff/28009/webkit/plugins/ppapi/ppb_file_ref_impl.cc#newcode341 webkit/plugins/ppapi/ppb_file_ref_impl.cc:341: return file_system_->root_url().Resolve(virtual_path_.substr(1)); Should you ...
9 years, 8 months ago (2011-04-06 22:38:25 UTC) #5
ericu
http://codereview.chromium.org/6767010/diff/28009/webkit/fileapi/file_system_path_manager.cc File webkit/fileapi/file_system_path_manager.cc (left): http://codereview.chromium.org/6767010/diff/28009/webkit/fileapi/file_system_path_manager.cc#oldcode150 webkit/fileapi/file_system_path_manager.cc:150: !local_provider_->IsAccessAllowed(local_url)) { On 2011/04/06 21:43:00, zel wrote: > where ...
9 years, 8 months ago (2011-04-06 23:30:36 UTC) #6
zel
LGTM
9 years, 8 months ago (2011-04-07 16:34:41 UTC) #7
jam
content lgtm
9 years, 8 months ago (2011-04-07 17:49:08 UTC) #8
achuithb
Not sure why this issue didn't get automatically closed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80833
9 years, 8 months ago (2011-04-07 22:40:36 UTC) #9
ericu
9 years, 8 months ago (2011-04-08 00:37:12 UTC) #10
I had a cygwin shell choke on an invisible password prompt during
commit.  However, the CL bounced due to an unrelated problem, so I'll
close it when the commit sticks.

On Thu, Apr 7, 2011 at 3:40 PM,  <achuith@chromium.org> wrote:
> Not sure why this issue didn't get automatically closed:
> http://src.chromium.org/viewvc/chrome?view=rev&revision=80833
>
> http://codereview.chromium.org/6767010/
>

Powered by Google App Engine
This is Rietveld 408576698