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

Issue 298003006: [fsp] Fix error codes. (Closed)

Created:
6 years, 7 months ago by mtomasz
Modified:
6 years, 6 months ago
Reviewers:
hashimoto
CC:
chromium-reviews, nkostylev+watch_chromium.org, tzik, nhiroki, oshima+watch_chromium.org, stevenjb+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org
Visibility:
Public.

Description

[fsp] Fix error codes. This patch cleans up returned error codes. And now: - base::File::FILE_ERROR_SECURITY is for policy errors, or not handled events. - base::File::FILE_ERROR_ACCESS_DENIED for all writing operations. - base::File::FILE_ERROR_INVALID_OPERATION for invalid arguments to operations or operations which are read-only but not yet implemented. TEST=browser_tests, unit_tests: *FileSystemProvider* BUG=373151 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273178

Patch Set 1 #

Patch Set 2 : Cleaned up. #

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -39 lines) Patch
M chrome/browser/chromeos/file_system_provider/fake_provided_file_system.cc View 1 2 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/file_stream_reader_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc View 14 chunks +17 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc View 1 17 chunks +18 lines, -18 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mtomasz
@hashimoto: PTAL. Thanks.
6 years, 7 months ago (2014-05-27 04:56:59 UTC) #1
hashimoto
lgtm
6 years, 7 months ago (2014-05-27 11:12:51 UTC) #2
mtomasz
The CQ bit was checked by mtomasz@chromium.org
6 years, 6 months ago (2014-05-27 23:22:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/298003006/20001
6 years, 6 months ago (2014-05-27 23:23:33 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-28 00:32:41 UTC) #5
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/file_system_provider/fake_provided_file_system.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-05-28 00:32:41 UTC) #6
mtomasz
The CQ bit was checked by mtomasz@chromium.org
6 years, 6 months ago (2014-05-28 04:25:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/298003006/40001
6 years, 6 months ago (2014-05-28 04:26:24 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-05-28 06:26:55 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-05-28 08:36:46 UTC) #10
Message was sent while issue was closed.
Change committed as 273178

Powered by Google App Engine
This is Rietveld 408576698