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

Issue 3347005: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the... (Closed)

Created:
10 years, 3 months ago by dumi
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, ben+cc_chromium.org, Erik does not do reviews, brettw-cc_chromium.org, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Moving file_util::FileInfo to base::PlatformFileInfo, and adding the last_accessed and creation_time fields. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58454

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -278 lines) Patch
M base/file_util.h View 1 chunk +1 line, -15 lines 0 comments Download
M base/file_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_posix.cc View 1 chunk +3 lines, -1 line 0 comments Download
M base/file_util_proxy.h View 3 chunks +2 lines, -5 lines 0 comments Download
M base/file_util_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_win.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M base/platform_file.h View 1 2 chunks +24 lines, -0 lines 1 comment Download
M base/time.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data_database_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data_local_storage_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/file_path_watcher_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/file_path_watcher_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/file_system/file_system_backend.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/file_system/file_system_backend.cc View 1 chunk +190 lines, -188 lines 0 comments Download
M chrome/browser/file_system/file_system_backend_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/policy/config_dir_policy_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/views/shell_dialogs_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/common_param_traits.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/common_param_traits.cc View 2 chunks +18 lines, -5 lines 0 comments Download
M chrome/common/file_system/file_system_dispatcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/file_system/file_system_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ui/ui_test.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/base/upload_data_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_data_stream_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/proxy/proxy_config_service_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_file_job.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_file_job.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/blob/blob_url_request_job.h View 2 chunks +2 lines, -5 lines 0 comments Download
M webkit/blob/blob_url_request_job.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/database/database_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/plugin_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/plugin_list_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webfileutilities_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
dumi
typedef'ing file_util::FileInfo to base::PlatformFileInfo didn't quite work. if i typedef it, then forward-declarations of file_util::FileInfo ...
10 years, 3 months ago (2010-09-02 07:46:00 UTC) #1
darin (slow to review)
LGTM w/ one nit: http://codereview.chromium.org/3347005/diff/30001/25009 File base/platform_file.h (right): http://codereview.chromium.org/3347005/diff/30001/25009#newcode80 base/platform_file.h:80: struct PlatformFileInfo { IIRC, the ...
10 years, 3 months ago (2010-09-02 18:19:26 UTC) #2
dumi
10 years, 3 months ago (2010-09-02 19:25:48 UTC) #3
On 2010/09/02 18:19:26, darin wrote:
> LGTM w/ one nit:
> 
> http://codereview.chromium.org/3347005/diff/30001/25009
> File base/platform_file.h (right):
> 
> http://codereview.chromium.org/3347005/diff/30001/25009#newcode80
> base/platform_file.h:80: struct PlatformFileInfo {
> IIRC, the plan is to add more functions to this header file one of which will
> take PlatformFileInfo as a parameter.  we should avoid breaking up the flow of
> functions with a struct definition, so how about putting this struct above the
> CreatePlatformFile function?
> 
> (PassPlatformFile is declared at the bottom of this file since it is a utility
> class that builds upon PlatformFile stuff.  I'd still keep it at the bottom.)

moved.

Powered by Google App Engine
This is Rietveld 408576698