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

Issue 11804005: Cleanup file permission check code in FileAPIMessageFilter (Closed)

Created:
7 years, 11 months ago by kinuko
Modified:
7 years, 11 months ago
CC:
chromium-reviews, tzik+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, ericu
Visibility:
Public.

Description

Cleanup file permission check code in FileAPIMessageFilter - Move detailed permission check code into each MountPointProvider - Add common enum for fileapi permission policy (webkit/fileapi/file_permission_policy.{h,cc}) BUG=none, cleanup only TEST=content_browsertests:FileSystemLayoutTest.*,browser_tests:FileBrowser*) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176014

Patch Set 1 : #

Patch Set 2 : cros+native-local perm fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -102 lines) Patch
M content/browser/fileapi/fileapi_message_filter.cc View 16 chunks +42 lines, -75 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download
A webkit/fileapi/file_permission_policy.h View 1 chunk +34 lines, -0 lines 0 comments Download
A webkit/fileapi/file_permission_policy.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 2 chunks +5 lines, -4 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.cc View 1 chunk +10 lines, -4 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kinuko
Tom, since this patch is changing the code you've reviewed before (for http://crbug.com/162114) could you ...
7 years, 11 months ago (2013-01-08 14:21:44 UTC) #1
Tom Sepez
I think this is right, adding @cevans for another pair of eyes.
7 years, 11 months ago (2013-01-08 20:26:20 UTC) #2
kinuko
Thanks Tom! @cevans if this looks suspicious please raise an alert thanks. tzik &| ericu: ...
7 years, 11 months ago (2013-01-09 05:25:08 UTC) #3
kinuko
On 2013/01/09 05:25:08, kinuko wrote: > toni: Can you also take a look at changes ...
7 years, 11 months ago (2013-01-09 05:25:59 UTC) #4
tonibarzic
cros_mount_point_provider; fileapi_message_filter lgtm
7 years, 11 months ago (2013-01-09 06:15:25 UTC) #5
ericu
Fileapi stuff generally LGTM.
7 years, 11 months ago (2013-01-09 17:50:11 UTC) #6
Chris Evans
7 years, 11 months ago (2013-01-09 20:55:15 UTC) #7
On 2013/01/09 17:50:11, ericu wrote:
> Fileapi stuff generally LGTM.

I took a quick scan; LGTM. We'll review this area in more detail as part of the
IPC audit.

Powered by Google App Engine
This is Rietveld 408576698