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

Issue 13913009: filemanger: Pass SHARED_WITH_ME search type to searchDriveMetadata(). (Closed)

Created:
7 years, 8 months ago by Haruki Sato
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Aaron Boodman, rginda+watch_chromium.org, arv+watch_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

filemanger: Pass SHARED_WITH_ME search type to searchDriveMetadata(). This CL updates the private-API spec and pass the corresponding enum to the API. C++ side implementation is done in another CL. BUG=168722 TEST=unittests. Open Files App and verify the functions. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193344

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : address comments. #

Total comments: 2

Patch Set 4 : add an error case. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -11 lines) Patch
M chrome/browser/resources/file_manager/js/directory_contents.js View 1 2 3 1 chunk +10 lines, -9 lines 0 comments Download
M chrome/browser/resources/file_manager/js/volume_manager.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/file_browser_private.json View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Haruki Sato
Benjamin, could you take a look at file_browser_private.json change. Yoshiki, could you take a look ...
7 years, 8 months ago (2013-04-09 14:24:16 UTC) #1
not at google - send to devlin
lgtm https://codereview.chromium.org/13913009/diff/1/chrome/browser/resources/file_manager/js/directory_contents.js File chrome/browser/resources/file_manager/js/directory_contents.js (right): https://codereview.chromium.org/13913009/diff/1/chrome/browser/resources/file_manager/js/directory_contents.js#newcode830 chrome/browser/resources/file_manager/js/directory_contents.js:830: var types; nit: initialize to null if it's ...
7 years, 8 months ago (2013-04-09 23:07:07 UTC) #2
yoshiki
lgtm with nit https://codereview.chromium.org/13913009/diff/1/chrome/browser/resources/file_manager/js/directory_contents.js File chrome/browser/resources/file_manager/js/directory_contents.js (right): https://codereview.chromium.org/13913009/diff/1/chrome/browser/resources/file_manager/js/directory_contents.js#newcode841 chrome/browser/resources/file_manager/js/directory_contents.js:841: 'maxResults': 500, nit: remove the last ...
7 years, 8 months ago (2013-04-10 02:57:29 UTC) #3
Haruki Sato
Thank you for the review. Please let me know if you have any other concern. ...
7 years, 8 months ago (2013-04-10 03:56:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haruki@chromium.org/13913009/8001
7 years, 8 months ago (2013-04-10 03:56:45 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/13913009/diff/8001/chrome/browser/resources/file_manager/js/directory_contents.js File chrome/browser/resources/file_manager/js/directory_contents.js (right): https://codereview.chromium.org/13913009/diff/8001/chrome/browser/resources/file_manager/js/directory_contents.js#newcode837 chrome/browser/resources/file_manager/js/directory_contents.js:837: break; then add a "default: throw Error()" case?
7 years, 8 months ago (2013-04-10 03:58:02 UTC) #6
Haruki Sato
https://codereview.chromium.org/13913009/diff/8001/chrome/browser/resources/file_manager/js/directory_contents.js File chrome/browser/resources/file_manager/js/directory_contents.js (right): https://codereview.chromium.org/13913009/diff/8001/chrome/browser/resources/file_manager/js/directory_contents.js#newcode837 chrome/browser/resources/file_manager/js/directory_contents.js:837: break; On 2013/04/10 03:58:02, kalman wrote: > then add ...
7 years, 8 months ago (2013-04-10 04:01:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haruki@chromium.org/13913009/13003
7 years, 8 months ago (2013-04-10 04:01:42 UTC) #8
commit-bot: I haz the power
7 years, 8 months ago (2013-04-10 08:09:26 UTC) #9
Message was sent while issue was closed.
Change committed as 193344

Powered by Google App Engine
This is Rietveld 408576698