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

Issue 3729001: Return NOT_FOUND error for an attempt to create a file under nonexistent directory. (Closed)

Created:
10 years, 2 months ago by kinuko
Modified:
9 years, 7 months ago
Reviewers:
dumi, Kavita Kanetkar
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Return NOT_FOUND error for an attempt to create a file under nonexistent directory. BUG=none TEST=fast/filesystem/op-get-entry.html Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62229

Patch Set 1 : '' #

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M base/file_util_proxy.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kinuko
10 years, 2 months ago (2010-10-11 22:31:53 UTC) #1
kinuko
The current code returns FILE_ERROR_NOT_FOUND on Linux/mac as expected, but it doesn't on windows.
10 years, 2 months ago (2010-10-11 22:34:41 UTC) #2
dumi
10 years, 2 months ago (2010-10-12 00:23:29 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698