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

Issue 256023002: Reland of r266437: [Files.app] Use getDriveEntryProperties() to retrieve metadata (Closed)

Created:
6 years, 7 months ago by yoshiki
Modified:
6 years, 7 months ago
Reviewers:
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Reland of r266437: [Files.app] Use getDriveEntryProperties() to retrieve metadata This is a reland of r260688, which is reverted due to last-minute rebase mistake. Previously, we used FileEntry.getMetadata() to retrieve filesystem metadata and getDriveEntryProperties() to get Drive metadata, so we need 2 calls for 1 file on Drive. With this patch, getDriveEntryProperties() returns not only Drive metadata but also filesystem metadata. It's enough to call only getDriveEntryProperties() and we can reduce a number of calls by half. BUG=345196 TEST=browser_test passes. R=asargent@chromium.org, hashimoto@chromium.org, hirono@chromium.org TBR=asargent@chromium.org, hashimoto@chromium.org, hirono@chromium.org NOTRY=True # NOTRYing for buildbots already passes (see. crrev.com/256023002) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266795

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -3 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/file_browser_private.idl View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js View 4 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 7 months ago (2014-04-28 10:34:03 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/256023002/40001
6 years, 7 months ago (2014-04-28 10:34:28 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 11:42:25 UTC) #3
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-28 11:42:25 UTC) #4
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 7 months ago (2014-04-28 12:48:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/256023002/40001
6 years, 7 months ago (2014-04-28 12:54:10 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 13:33:08 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on android_dbg_triggered_tests
6 years, 7 months ago (2014-04-28 13:33:08 UTC) #8
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 7 months ago (2014-04-29 09:03:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/256023002/40001
6 years, 7 months ago (2014-04-29 09:05:11 UTC) #10
commit-bot: I haz the power
6 years, 7 months ago (2014-04-29 09:09:54 UTC) #11
Message was sent while issue was closed.
Change committed as 266795

Powered by Google App Engine
This is Rietveld 408576698