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

Issue 9837012: Initial extension bindings for Media Gallery API. (Closed)

Created:
8 years, 9 months ago by vandebo (ex-Chrome)
Modified:
8 years, 8 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, darin-cc_chromium.org, mihaip+watch_chromium.org, brettw-cc_chromium.org, jstritar, kmadhusu
Visibility:
Public.

Description

Initial extension bindings for Media Gallery API. Previous review: http://codereview.chromium.org/9358076/ BUG=NONE TEST=NONE

Patch Set 1 #

Patch Set 2 : Make blobs optional to fix tests. #

Patch Set 3 : Rebase #

Total comments: 14

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -1 line) Patch
A chrome/browser/extensions/api/media_gallery/media_gallery_api.h View 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/media_gallery/media_gallery_api.cc View 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/media_gallery/media_gallery_apitest.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/common_resources.grd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/api/experimental.mediaGalleries.json View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_api.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/js/api_page_generator.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_dispatcher.cc View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/media_gallery_custom_bindings.h View 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/media_gallery_custom_bindings.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_resources.grd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/renderer/resources/extensions/experimental.media_galleries_custom_bindings.js View 1 chunk +29 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/README.txt View 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/extensions/api_test/media_gallery/manifest.json View 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/media_gallery/test.js View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
vandebo (ex-Chrome)
Patch set one is what was previously committed. Patch set two makes the Blobs optional ...
8 years, 9 months ago (2012-03-23 21:28:07 UTC) #1
vandebo (ex-Chrome)
Aaron, This doc is 95% done (a few details to hammer out here and there) ...
8 years, 9 months ago (2012-03-26 21:21:24 UTC) #2
Aaron Boodman
Hi Steve, Sorry this took a few days, and thanks for the document. Overall, I ...
8 years, 9 months ago (2012-03-29 05:02:51 UTC) #3
Aaron Boodman
https://chromiumcodereview.appspot.com/9837012/diff/6001/chrome/browser/extensions/api/media_gallery/media_gallery_api.h File chrome/browser/extensions/api/media_gallery/media_gallery_api.h (right): https://chromiumcodereview.appspot.com/9837012/diff/6001/chrome/browser/extensions/api/media_gallery/media_gallery_api.h#newcode1 chrome/browser/extensions/api/media_gallery/media_gallery_api.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 9 months ago (2012-03-29 05:28:30 UTC) #4
vandebo (ex-Chrome)
On 2012/03/29 05:02:51, Aaron Boodman wrote: > Hi Steve, > > Sorry this took a ...
8 years, 8 months ago (2012-03-29 18:45:02 UTC) #5
Aaron Boodman
LGTM https://chromiumcodereview.appspot.com/9837012/diff/6001/chrome/browser/extensions/api/media_gallery/media_gallery_api.h File chrome/browser/extensions/api/media_gallery/media_gallery_api.h (right): https://chromiumcodereview.appspot.com/9837012/diff/6001/chrome/browser/extensions/api/media_gallery/media_gallery_api.h#newcode1 chrome/browser/extensions/api/media_gallery/media_gallery_api.h:1: // Copyright (c) 2012 The Chromium Authors. All ...
8 years, 8 months ago (2012-03-30 22:14:56 UTC) #6
vandebo (ex-Chrome)
8 years, 8 months ago (2012-03-31 00:40:02 UTC) #7
Thanks for the review and LG. We got some feedback about the API today that is
making us take a step back and reevaluate things.  I'll likely end up making
some changes to the API, but not the approach and I'll let you know when I'm
ready for you to take another look.

Powered by Google App Engine
This is Rietveld 408576698