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

Issue 1088883002: Add events for configuring and adding new providers to FSP API. (Closed)

Created:
5 years, 8 months ago by mtomasz
Modified:
5 years, 8 months ago
Reviewers:
benwells
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add events for configuring and adding new providers to FSP API. According to the newest mocks, the file systems will be managable from Files app. In order to do that, both of the events are required. TEST=None. BUG=474146 R=benwells@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/3d79d9d3a86111d9047d5cc77d61db7978afc392

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added more. #

Patch Set 3 : Cleaned up. #

Patch Set 4 : Fixed. #

Total comments: 12

Patch Set 5 : Updated dates. #

Patch Set 6 : Fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -81 lines) Patch
M chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fake_provided_file_system.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/file_system_provider/operations/configure.h View 1 2 3 4 3 chunks +12 lines, -12 lines 0 comments Download
A + chrome/browser/chromeos/file_system_provider/operations/configure.cc View 1 2 3 4 1 chunk +15 lines, -21 lines 0 comments Download
A + chrome/browser/chromeos/file_system_provider/operations/configure_unittest.cc View 1 2 3 4 3 chunks +34 lines, -44 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/provided_file_system.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/provided_file_system.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/request_manager.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/request_manager.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/service.h View 1 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/service.cc View 1 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/throttled_file_system.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/throttled_file_system.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/file_system_provider.idl View 1 2 3 4 5 4 chunks +27 lines, -1 line 0 comments Download

Messages

Total messages: 13 (2 generated)
mtomasz
@benwells: PTAL. Thanks.
5 years, 8 months ago (2015-04-14 10:18:32 UTC) #2
benwells
I'd prefer to see the IDL to come in at the same time as the ...
5 years, 8 months ago (2015-04-15 01:13:43 UTC) #3
mtomasz
I added also basic wiring for the new events. More, I'll add in a separate ...
5 years, 8 months ago (2015-04-15 03:34:27 UTC) #4
benwells
https://codereview.chromium.org/1088883002/diff/60001/chrome/browser/chromeos/file_system_provider/operations/configure.cc File chrome/browser/chromeos/file_system_provider/operations/configure.cc (right): https://codereview.chromium.org/1088883002/diff/60001/chrome/browser/chromeos/file_system_provider/operations/configure.cc#newcode1 chrome/browser/chromeos/file_system_provider/operations/configure.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 8 months ago (2015-04-16 00:29:36 UTC) #5
mtomasz
https://codereview.chromium.org/1088883002/diff/60001/chrome/browser/chromeos/file_system_provider/operations/configure.cc File chrome/browser/chromeos/file_system_provider/operations/configure.cc (right): https://codereview.chromium.org/1088883002/diff/60001/chrome/browser/chromeos/file_system_provider/operations/configure.cc#newcode1 chrome/browser/chromeos/file_system_provider/operations/configure.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 8 months ago (2015-04-16 01:07:28 UTC) #6
benwells
https://codereview.chromium.org/1088883002/diff/60001/chrome/common/extensions/api/file_system_provider.idl File chrome/common/extensions/api/file_system_provider.idl (right): https://codereview.chromium.org/1088883002/diff/60001/chrome/common/extensions/api/file_system_provider.idl#newcode663 chrome/common/extensions/api/file_system_provider.idl:663: [maxListeners=1] static void onConfigureRequested( On 2015/04/16 01:07:28, mtomasz wrote: ...
5 years, 8 months ago (2015-04-16 01:15:32 UTC) #7
mtomasz
https://codereview.chromium.org/1088883002/diff/60001/chrome/common/extensions/api/file_system_provider.idl File chrome/common/extensions/api/file_system_provider.idl (right): https://codereview.chromium.org/1088883002/diff/60001/chrome/common/extensions/api/file_system_provider.idl#newcode663 chrome/common/extensions/api/file_system_provider.idl:663: [maxListeners=1] static void onConfigureRequested( On 2015/04/16 01:15:32, benwells wrote: ...
5 years, 8 months ago (2015-04-16 01:24:16 UTC) #8
benwells
lgtm
5 years, 8 months ago (2015-04-16 01:34:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1088883002/100001
5 years, 8 months ago (2015-04-16 01:39:13 UTC) #11
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/3d79d9d3a86111d9047d5cc77d61db7978afc392 Cr-Commit-Position: refs/heads/master@{#325379}
5 years, 8 months ago (2015-04-16 02:28:50 UTC) #12
mtomasz
5 years, 8 months ago (2015-04-16 02:29:14 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
3d79d9d3a86111d9047d5cc77d61db7978afc392 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698