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

Issue 10873055: Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSystemURL instead of a tri… (Closed)

Created:
8 years, 4 months ago by calvinlo
Modified:
8 years, 3 months ago
Reviewers:
kinuko, hashimoto, nhiroki
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, oshima+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSystemURL instead of a triplet. BUG=142267 Contributed by calvinlo@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153463

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSystemURL instead of a tri… #

Patch Set 3 : Rebase #

Total comments: 4

Patch Set 4 : Fix for typos from Kinuko's review. Sorry, I will look more closely at my own diff next time #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -38 lines) Patch
M chrome/browser/chromeos/extensions/file_handler_util.cc View 1 2 1 chunk +1 line, -4 lines 1 comment Download
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.h View 1 chunk +1 line, -3 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 chunk +1 line, -4 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.h View 1 chunk +1 line, -3 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
nhiroki (google)
lgtm. Please wait for reviewing by kinuko. http://codereview.chromium.org/10873055/diff/1/chrome/browser/chromeos/extensions/file_handler_util.cc File chrome/browser/chromeos/extensions/file_handler_util.cc (right): http://codereview.chromium.org/10873055/diff/1/chrome/browser/chromeos/extensions/file_handler_util.cc#newcode572 chrome/browser/chromeos/extensions/file_handler_util.cc:572: if (!file_system_url.is_valid()) ...
8 years, 4 months ago (2012-08-24 07:20:03 UTC) #1
kinuko
I believe the base code is old. Have you run gclient sync after you checked ...
8 years, 4 months ago (2012-08-24 07:54:47 UTC) #2
calvinlo
Is lint available for Chromium project? http://codereview.chromium.org/10873055/diff/1/chrome/browser/chromeos/extensions/file_handler_util.cc File chrome/browser/chromeos/extensions/file_handler_util.cc (right): http://codereview.chromium.org/10873055/diff/1/chrome/browser/chromeos/extensions/file_handler_util.cc#newcode572 chrome/browser/chromeos/extensions/file_handler_util.cc:572: if (!file_system_url.is_valid()) { ...
8 years, 4 months ago (2012-08-24 07:55:08 UTC) #3
kinuko
We have one in depot_tools/cpplint.py. You can also customize your pre-upload/presubmit hooks. http://www.chromium.org/developers/how-tos/depottools/presubmit-scripts
8 years, 4 months ago (2012-08-24 08:02:16 UTC) #4
calvinlo
Rebased, please take another look.
8 years, 3 months ago (2012-08-24 10:12:45 UTC) #5
kinuko
looking close http://codereview.chromium.org/10873055/diff/6002/webkit/chromeos/fileapi/cros_mount_point_provider.cc File webkit/chromeos/fileapi/cros_mount_point_provider.cc (right): http://codereview.chromium.org/10873055/diff/6002/webkit/chromeos/fileapi/cros_mount_point_provider.cc#newcode90 webkit/chromeos/fileapi/cros_mount_point_provider.cc:90: bool CrosMountPointProvider::IsAccessAllowed(const fileapi::FileSystemURL& ur) { typo: ur ...
8 years, 3 months ago (2012-08-24 10:17:40 UTC) #6
calvinlo
Sorry for typos, will look more closely at diff before review next time. http://codereview.chromium.org/10873055/diff/6002/webkit/chromeos/fileapi/cros_mount_point_provider.cc File ...
8 years, 3 months ago (2012-08-25 13:18:10 UTC) #7
kinuko
lgtm, let's run try jobs!
8 years, 3 months ago (2012-08-25 14:57:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/10873055/8014
8 years, 3 months ago (2012-08-27 06:21:06 UTC) #9
commit-bot: I haz the power
Presubmit check for 10873055-8014 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-27 06:21:12 UTC) #10
calvinlo
Hi Hashimoto san, I have one small change which touches the file chrome/browser/chromeos/extensions/file_handler_util.cc. Can you ...
8 years, 3 months ago (2012-08-27 06:30:54 UTC) #11
hashimoto
lgtm with a nit. http://codereview.chromium.org/10873055/diff/8014/chrome/browser/chromeos/extensions/file_handler_util.cc File chrome/browser/chromeos/extensions/file_handler_util.cc (right): http://codereview.chromium.org/10873055/diff/8014/chrome/browser/chromeos/extensions/file_handler_util.cc#newcode579 chrome/browser/chromeos/extensions/file_handler_util.cc:579: if (!external_provider->IsAccessAllowed(url)) nit: Combine this ...
8 years, 3 months ago (2012-08-27 06:43:22 UTC) #12
calvinlo
There is currently a problem with git svn now for me (non committer) so I ...
8 years, 3 months ago (2012-08-27 11:24:11 UTC) #13
kinuko
8 years, 3 months ago (2012-08-27 11:57:39 UTC) #14

Powered by Google App Engine
This is Rietveld 408576698