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

Issue 10441016: Add FileUtilities::GetFileInfo() to capture file metadata with single IPC (Closed)

Created:
8 years, 7 months ago by kinuko
Modified:
8 years, 7 months ago
Reviewers:
tony, Avi (use Gerrit)
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, kinuko+watch, jam, jochen+watch-content_chromium.org
Visibility:
Public.

Description

Add FileUtilities::GetFileInfo() to capture file metadata with single IPC Corresponding webkit change: https://bugs.webkit.org/show_bug.cgi?id=86995 The plan includes eventually deprecating two separate IPC calls GetFileSize() and GetFileModificationTime() in favor of GetFileInfo(). BUG=none TEST=existing tests should pass Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139022

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -8 lines) Patch
M content/browser/renderer_host/file_utilities_message_filter.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.cc View 2 chunks +19 lines, -0 lines 0 comments Download
M content/common/file_utilities_messages.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/fileapi/webfilesystem_callback_dispatcher.cc View 1 chunk +2 lines, -8 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 4 chunks +18 lines, -0 lines 0 comments Download
M content/worker/worker_webkitplatformsupport_impl.cc View 5 chunks +19 lines, -0 lines 0 comments Download
M webkit/glue/webfileutilities_impl.h View 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/glue/webfileutilities_impl.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.h View 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kinuko
This patch is to introduce FileUtilities::GetFileInfo() mainly for File related cleanup. Could you take a ...
8 years, 7 months ago (2012-05-24 12:55:39 UTC) #1
Avi (use Gerrit)
lgtm
8 years, 7 months ago (2012-05-24 14:45:16 UTC) #2
tony
8 years, 7 months ago (2012-05-24 17:07:51 UTC) #3
lgtm2

Powered by Google App Engine
This is Rietveld 408576698