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

Issue 224963010: Media Galleries: Add a dropPermissionForMediaFileSystem() API. (Closed)

Created:
6 years, 8 months ago by Lei Zhang
Modified:
6 years, 8 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, jar (doing other things), vandebo (ex-Chrome), asvitkine+watch_chromium.org, tommycli, Greg Billock, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Media Galleries: Add a dropPermissionForMediaFileSystem() API. BUG=359186 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263062

Patch Set 1 #

Total comments: 6

Patch Set 2 : address comments except for api name #

Patch Set 3 : renamed, fixed JS metadata #

Total comments: 7

Patch Set 4 : address comments #

Patch Set 5 : rebase #

Patch Set 6 : fix histograms #

Total comments: 1

Patch Set 7 : rebase, fix merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -9 lines) Patch
M chrome/browser/extensions/api/media_galleries/media_galleries_api.h View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_api.cc View 1 2 3 4 5 6 2 chunks +43 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_galleries_histograms.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/media_galleries.idl View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/media_galleries_custom_bindings.js View 1 2 3 4 5 6 1 chunk +26 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/media_galleries/read_access/test.js View 1 2 3 4 5 6 4 chunks +45 lines, -4 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 6 3 chunks +4 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Lei Zhang
Do we want to call this forget? release?
6 years, 8 months ago (2014-04-05 04:38:23 UTC) #1
vandebo (ex-Chrome)
https://codereview.chromium.org/224963010/diff/1/chrome/common/extensions/api/media_galleries.idl File chrome/common/extensions/api/media_galleries.idl (right): https://codereview.chromium.org/224963010/diff/1/chrome/common/extensions/api/media_galleries.idl#newcode60 chrome/common/extensions/api/media_galleries.idl:60: callback ForgetMediaFileSystemCallback = void (boolean wasForgotten); Is there a ...
6 years, 8 months ago (2014-04-07 16:01:01 UTC) #2
Lei Zhang
isherman: metrics OWNERS review please. I'm adding the NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS value because someone forgot to do ...
6 years, 8 months ago (2014-04-07 22:32:04 UTC) #3
Ilya Sherman
histograms.xml lgtm
6 years, 8 months ago (2014-04-07 22:53:18 UTC) #4
Lei Zhang
tommycli/vandebo: See patch set 3. https://codereview.chromium.org/224963010/diff/1/chrome/common/extensions/api/media_galleries.idl File chrome/common/extensions/api/media_galleries.idl (right): https://codereview.chromium.org/224963010/diff/1/chrome/common/extensions/api/media_galleries.idl#newcode60 chrome/common/extensions/api/media_galleries.idl:60: callback ForgetMediaFileSystemCallback = void ...
6 years, 8 months ago (2014-04-08 02:05:11 UTC) #5
vandebo (ex-Chrome)
LGTM https://codereview.chromium.org/224963010/diff/40001/chrome/browser/extensions/api/media_galleries/media_galleries_api.cc File chrome/browser/extensions/api/media_galleries/media_galleries_api.cc (right): https://codereview.chromium.org/224963010/diff/40001/chrome/browser/extensions/api/media_galleries/media_galleries_api.cc#newcode669 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc:669: &MediaGalleriesDropPermissionForMediaFileSystemFunction::OnPreferencesInit Would wrapping at the :: be better ...
6 years, 8 months ago (2014-04-08 14:58:44 UTC) #6
tommycli
didn't have any comments beyond vandebo's, lgtm
6 years, 8 months ago (2014-04-08 16:19:13 UTC) #7
Lei Zhang
https://codereview.chromium.org/224963010/diff/40001/chrome/browser/extensions/api/media_galleries/media_galleries_api.cc File chrome/browser/extensions/api/media_galleries/media_galleries_api.cc (right): https://codereview.chromium.org/224963010/diff/40001/chrome/browser/extensions/api/media_galleries/media_galleries_api.cc#newcode669 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc:669: &MediaGalleriesDropPermissionForMediaFileSystemFunction::OnPreferencesInit On 2014/04/08 14:58:45, vandebo wrote: > Would wrapping ...
6 years, 8 months ago (2014-04-08 17:10:18 UTC) #8
Lei Zhang
kalman: extensions/ OWNERS please.
6 years, 8 months ago (2014-04-08 17:11:41 UTC) #9
not at google - send to devlin
lgtm https://codereview.chromium.org/224963010/diff/100001/chrome/common/extensions/api/media_galleries.idl File chrome/common/extensions/api/media_galleries.idl (right): https://codereview.chromium.org/224963010/diff/100001/chrome/common/extensions/api/media_galleries.idl#newcode147 chrome/common/extensions/api/media_galleries.idl:147: static void dropPermissionForMediaFileSystem( Consistency bikeshed: - I'd just ...
6 years, 8 months ago (2014-04-09 15:42:03 UTC) #10
Lei Zhang
On 2014/04/09 15:42:03, kalman wrote: > - I'd just call this "dropMediaFileSystem" to parallel "addMediaFileSystems". ...
6 years, 8 months ago (2014-04-09 20:13:28 UTC) #11
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 8 months ago (2014-04-09 20:13:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/224963010/100001
6 years, 8 months ago (2014-04-09 20:14:19 UTC) #13
not at google - send to devlin
lgtm
6 years, 8 months ago (2014-04-09 20:14:57 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-09 22:35:26 UTC) #15
commit-bot: I haz the power
Failed to apply patch for extensions/browser/extension_function_histogram_value.h: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-09 22:35:26 UTC) #16
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 8 months ago (2014-04-09 22:46:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/224963010/120001
6 years, 8 months ago (2014-04-09 22:47:37 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-09 23:29:02 UTC) #19
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=60502
6 years, 8 months ago (2014-04-09 23:29:02 UTC) #20
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 8 months ago (2014-04-09 23:34:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/224963010/120001
6 years, 8 months ago (2014-04-09 23:34:57 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-10 00:25:27 UTC) #23
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=60521
6 years, 8 months ago (2014-04-10 00:25:28 UTC) #24
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 8 months ago (2014-04-10 06:10:39 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/224963010/120001
6 years, 8 months ago (2014-04-10 06:10:47 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-10 07:02:30 UTC) #27
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=60574
6 years, 8 months ago (2014-04-10 07:02:30 UTC) #28
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 8 months ago (2014-04-10 17:28:04 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/224963010/120001
6 years, 8 months ago (2014-04-10 17:28:15 UTC) #30
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 20:20:41 UTC) #31
Message was sent while issue was closed.
Change committed as 263062

Powered by Google App Engine
This is Rietveld 408576698