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

Issue 206783004: Remove PlatforFile from fileapi/native_file_util (Closed)

Created:
6 years, 9 months ago by rvargas (doing something else)
Modified:
6 years, 9 months ago
CC:
chromium-reviews, vandebo (ex-Chrome), tzik, nhiroki, tommycli, darin-cc_chromium.org, Greg Billock, kinuko+watch
Visibility:
Public.

Description

Remove PlatforFile from fileapi/native_file_util BUG=322664 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259540

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Change API to return File #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -73 lines) Patch
M base/files/file.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/files/file.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M base/files/file_unittest.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util.cc View 2 chunks +4 lines, -10 lines 0 comments Download
M webkit/browser/fileapi/local_file_util.cc View 1 1 chunk +10 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/native_file_util.h View 1 3 chunks +3 lines, -8 lines 0 comments Download
M webkit/browser/fileapi/native_file_util.cc View 1 1 chunk +7 lines, -16 lines 1 comment Download
M webkit/browser/fileapi/native_file_util_unittest.cc View 1 2 chunks +11 lines, -18 lines 0 comments Download
M webkit/browser/fileapi/obfuscated_file_util.cc View 1 4 chunks +30 lines, -17 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
rvargas (doing something else)
PTAL https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc File webkit/browser/fileapi/native_file_util.cc (right): https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc#newcode129 webkit/browser/fileapi/native_file_util.cc:129: if (!base::DirectoryExists(path.DirName())) { Is there a platform where ...
6 years, 9 months ago (2014-03-21 22:39:21 UTC) #1
kinuko
looking good https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc File webkit/browser/fileapi/native_file_util.cc (right): https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc#newcode129 webkit/browser/fileapi/native_file_util.cc:129: if (!base::DirectoryExists(path.DirName())) { On 2014/03/21 22:39:21, rvargas ...
6 years, 9 months ago (2014-03-24 09:56:58 UTC) #2
rvargas (doing something else)
Thanks https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc File webkit/browser/fileapi/native_file_util.cc (right): https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc#newcode129 webkit/browser/fileapi/native_file_util.cc:129: if (!base::DirectoryExists(path.DirName())) { On 2014/03/24 09:56:58, kinuko wrote: ...
6 years, 9 months ago (2014-03-24 23:02:48 UTC) #3
kinuko
https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc File webkit/browser/fileapi/native_file_util.cc (right): https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc#newcode129 webkit/browser/fileapi/native_file_util.cc:129: if (!base::DirectoryExists(path.DirName())) { On 2014/03/24 23:02:48, rvargas wrote: > ...
6 years, 9 months ago (2014-03-25 03:15:25 UTC) #4
rvargas (doing something else)
+willchan for base I think this is ready now. https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc File webkit/browser/fileapi/native_file_util.cc (right): https://codereview.chromium.org/206783004/diff/20001/webkit/browser/fileapi/native_file_util.cc#newcode129 webkit/browser/fileapi/native_file_util.cc:129: ...
6 years, 9 months ago (2014-03-26 00:35:46 UTC) #5
kinuko
fileapi/ lgtm https://codereview.chromium.org/206783004/diff/40001/webkit/browser/fileapi/native_file_util.cc File webkit/browser/fileapi/native_file_util.cc (right): https://codereview.chromium.org/206783004/diff/40001/webkit/browser/fileapi/native_file_util.cc#newcode129 webkit/browser/fileapi/native_file_util.cc:129: return base::File(base::File::FILE_ERROR_NOT_FOUND); Ah, ok, to return a ...
6 years, 9 months ago (2014-03-26 03:35:05 UTC) #6
willchan no longer on Chromium
lgtm
6 years, 9 months ago (2014-03-26 05:44:38 UTC) #7
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 9 months ago (2014-03-26 06:11:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rvargas@chromium.org/206783004/40001
6 years, 9 months ago (2014-03-26 06:11:36 UTC) #9
Lei Zhang
On 2014/03/26 06:11:33, Lei Zhang wrote: > The CQ bit was checked by mailto:thestig@chromium.org It ...
6 years, 9 months ago (2014-03-26 06:12:43 UTC) #10
commit-bot: I haz the power
6 years, 9 months ago (2014-03-26 09:59:46 UTC) #11
Message was sent while issue was closed.
Change committed as 259540

Powered by Google App Engine
This is Rietveld 408576698