Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Issue 14671020: FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry (Closed)

Created:
7 years, 7 months ago by nhiroki
Modified:
7 years, 7 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, jam, sail+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, tzik+watch_chromium.org, kinuko+watch, erikwright+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, tommycli
Visibility:
Public.

Description

FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry Copy (not move for now) Entry struct for directory operations from base/files/file_util_proxy.h to webkit/fileapi/directory_entry.h since only FileAPI/FilesystemAPI use the struct. This change contains only mechanical changes. base::FileUtilProxy::Entry will be removed in a separate change. BUG=240245 TEST=none (should pass all existing tests) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201018

Patch Set 1 : #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : review fix and mac build fix #

Total comments: 2

Patch Set 4 : add directory_entry.h #

Patch Set 5 : rebase #

Patch Set 6 : rebase fix #

Patch Set 7 : chromeos build fix #

Patch Set 8 : fix win build and remove base/ change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -71 lines) Patch
M chrome/browser/chromeos/drive/file_system_proxy.cc View 1 2 3 4 5 6 5 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_task_helper.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.mm View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/fileapi_message_filter.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/fileapi/fileapi_message_filter.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/common/fileapi/file_system_dispatcher.h View 1 2 3 4 4 chunks +8 lines, -6 lines 0 comments Download
M content/common/fileapi/file_system_dispatcher.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/fileapi/file_system_messages.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/fileapi/webfilesystem_callback_adapters.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M content/common/fileapi/webfilesystem_callback_adapters.cc View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M webkit/chromeos/fileapi/file_util_async.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M webkit/chromeos/fileapi/remote_file_system_operation.h View 1 2 3 4 5 6 1 chunk +4 lines, -5 lines 0 comments Download
M webkit/chromeos/fileapi/remote_file_system_operation.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/async_file_util.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/async_file_util_adapter.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A webkit/fileapi/directory_entry.h View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.cc View 1 2 3 4 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/fileapi/isolated_file_util_unittest.cc View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/local_file_system_operation.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/local_file_system_operation_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util_unittest.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 3 4 4 chunks +6 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.cc View 1 2 3 4 4 chunks +4 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
nhiroki
Hi, can you review this? Thanks!
7 years, 7 months ago (2013-05-16 04:18:04 UTC) #1
kinuko
cool, thanks for doing this! lgtm https://codereview.chromium.org/14671020/diff/7001/content/common/fileapi/file_system_messages.h File content/common/fileapi/file_system_messages.h (right): https://codereview.chromium.org/14671020/diff/7001/content/common/fileapi/file_system_messages.h#newcode8 content/common/fileapi/file_system_messages.h:8: #include "base/files/file_util_proxy.h" Can ...
7 years, 7 months ago (2013-05-16 05:17:31 UTC) #2
nhiroki
Thanks! https://codereview.chromium.org/14671020/diff/7001/content/common/fileapi/file_system_messages.h File content/common/fileapi/file_system_messages.h (right): https://codereview.chromium.org/14671020/diff/7001/content/common/fileapi/file_system_messages.h#newcode8 content/common/fileapi/file_system_messages.h:8: #include "base/files/file_util_proxy.h" On 2013/05/16 05:17:31, kinuko wrote: > ...
7 years, 7 months ago (2013-05-16 05:44:52 UTC) #3
nhiroki
+mnissler@, kinaba@, vandebo@, raymes@ Hi, could you review this as owners? This change moves just ...
7 years, 7 months ago (2013-05-16 06:03:18 UTC) #4
kinaba
c/b/cros/drive lgtm
7 years, 7 months ago (2013-05-16 06:52:45 UTC) #5
Mattias Nissler (ping if slow)
Please pick somebody from base/OWNERS, I'm not really familiar with file_util_proxy.h
7 years, 7 months ago (2013-05-16 08:12:45 UTC) #6
nhiroki
On 2013/05/16 08:12:45, Mattias Nissler wrote: > Please pick somebody from base/OWNERS, I'm not really ...
7 years, 7 months ago (2013-05-16 08:43:21 UTC) #7
nhiroki
+brettw@ Hi Brett, could you review base/files/file_util_proxy.h as an owner? This change moves just one ...
7 years, 7 months ago (2013-05-16 08:47:28 UTC) #8
vandebo (ex-Chrome)
mtp_device_delegate_impl_mac.mm LGTM
7 years, 7 months ago (2013-05-16 17:30:39 UTC) #9
raymes
pepper lgtm
7 years, 7 months ago (2013-05-16 17:35:22 UTC) #10
kinuko
https://codereview.chromium.org/14671020/diff/25003/webkit/fileapi/file_system_operation.h File webkit/fileapi/file_system_operation.h (right): https://codereview.chromium.org/14671020/diff/25003/webkit/fileapi/file_system_operation.h#newcode57 webkit/fileapi/file_system_operation.h:57: // Holds metadata for file or directory entry. Oops, ...
7 years, 7 months ago (2013-05-17 02:04:03 UTC) #11
nhiroki
Moved the struct from file_system_operation.h to directory_entry.h along to kinuko's comment. Most of these changes ...
7 years, 7 months ago (2013-05-17 06:12:53 UTC) #12
kinuko
lgtm. (Maybe you can leave the base/ change out and create a separate tiny CL ...
7 years, 7 months ago (2013-05-17 06:32:33 UTC) #13
nhiroki
Brett, I removed you from reviewers since we decided not to change base/ in this ...
7 years, 7 months ago (2013-05-17 07:05:11 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/14671020/66002
7 years, 7 months ago (2013-05-17 07:15:18 UTC) #15
nhiroki
+jschuh@ Hi Justine, could you review content/common/fileapi/file_system_messages.h ? I think this change doesn't make any ...
7 years, 7 months ago (2013-05-17 07:39:23 UTC) #16
jschuh
looks mechanical, so rubberstamp ipc security lgtm. (also, "justine" is a girl's name :)
7 years, 7 months ago (2013-05-17 17:21:52 UTC) #17
nhiroki
On 2013/05/17 17:21:52, Justin Schuh wrote: > looks mechanical, so rubberstamp ipc security lgtm. (also, ...
7 years, 7 months ago (2013-05-19 04:00:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/14671020/66002
7 years, 7 months ago (2013-05-19 04:01:12 UTC) #19
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=41482
7 years, 7 months ago (2013-05-19 05:49:54 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/14671020/66002
7 years, 7 months ago (2013-05-19 12:40:54 UTC) #21
commit-bot: I haz the power
7 years, 7 months ago (2013-05-20 04:35:44 UTC) #22
Message was sent while issue was closed.
Change committed as 201018

Powered by Google App Engine
This is Rietveld 408576698