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

Issue 9576001: Add getFontList() to Font Settings Extension API. (Closed)

Created:
8 years, 9 months ago by falken
Modified:
8 years, 9 months ago
CC:
chromium-reviews, Aaron Boodman, jungshik at Google
Visibility:
Public.

Description

Add getFontList() to Font Settings Extension API. BUG=114148 TEST=browser_tests --gtest_filter=ExtensionApiTest.FontSettings Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124648

Patch Set 1 #

Total comments: 8

Patch Set 2 : make callback non-optional #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -5 lines) Patch
M chrome/browser/extensions/extension_font_settings_api.h View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_font_settings_api.cc View 1 2 3 chunks +48 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/experimental.fonts.json View 1 3 chunks +37 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/font_settings/test.js View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
falken
Matt: Can you please review? Thanks. Jungshik: FYI
8 years, 9 months ago (2012-03-01 22:49:14 UTC) #1
Matt Perry
https://chromiumcodereview.appspot.com/9576001/diff/1/chrome/browser/extensions/extension_font_settings_api.cc File chrome/browser/extensions/extension_font_settings_api.cc (right): https://chromiumcodereview.appspot.com/9576001/diff/1/chrome/browser/extensions/extension_font_settings_api.cc#newcode115 chrome/browser/extensions/extension_font_settings_api.cc:115: ListValue* result = new ListValue(); Use a scoped_ptr to ...
8 years, 9 months ago (2012-03-01 22:57:29 UTC) #2
falken
Thanks for the review. https://chromiumcodereview.appspot.com/9576001/diff/1/chrome/browser/extensions/extension_font_settings_api.cc File chrome/browser/extensions/extension_font_settings_api.cc (right): https://chromiumcodereview.appspot.com/9576001/diff/1/chrome/browser/extensions/extension_font_settings_api.cc#newcode115 chrome/browser/extensions/extension_font_settings_api.cc:115: ListValue* result = new ListValue(); ...
8 years, 9 months ago (2012-03-01 23:30:52 UTC) #3
Matt Perry
lgtm
8 years, 9 months ago (2012-03-01 23:35:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/falken@chromium.org/9576001/7001
8 years, 9 months ago (2012-03-01 23:37:58 UTC) #5
commit-bot: I haz the power
Try job failure for 9576001-7001 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-02 00:52:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/falken@chromium.org/9576001/7001
8 years, 9 months ago (2012-03-02 10:42:49 UTC) #7
commit-bot: I haz the power
8 years, 9 months ago (2012-03-02 15:56:06 UTC) #8
Change committed as 124648

Powered by Google App Engine
This is Rietveld 408576698