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

Issue 271114: Add concept of an options page to Extensions.... (Closed)

Created:
11 years, 2 months ago by asargent_no_longer_on_chrome
Modified:
7 years, 10 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org, tim (not reviewing)
Visibility:
Public.

Description

Add concept of an options page to Extensions. BUG=23801 TEST=Create an extension with an "options_page" entry in its manifest with a value the name of a html file in the extension dir. Load that extension and go to chrome://extensions, there should be an "Options" button that takes you to the page specified in the manifest. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29297

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -10 lines) Patch
M chrome/browser/extensions/extension_browsertests_misc.cc View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 2 4 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions_ui.html View 1 2 7 chunks +22 lines, -9 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/options.crx View Binary file 0 comments Download

Messages

Total messages: 7 (0 generated)
asargent_no_longer_on_chrome
11 years, 2 months ago (2009-10-15 23:52:48 UTC) #1
Aaron Boodman
http://codereview.chromium.org/271114/diff/1/8 File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/271114/diff/1/8#newcode211 Line 211: if (!extension || extension->options_url().is_empty()) { Can we make ...
11 years, 2 months ago (2009-10-16 00:02:52 UTC) #2
asargent_no_longer_on_chrome
http://codereview.chromium.org/271114/diff/1/8 File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/271114/diff/1/8#newcode211 Line 211: if (!extension || extension->options_url().is_empty()) { On 2009/10/16 00:02:53, ...
11 years, 2 months ago (2009-10-16 00:52:02 UTC) #3
Aaron Boodman
lgtm http://codereview.chromium.org/271114/diff/1/8 File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/271114/diff/1/8#newcode211 Line 211: if (!extension || extension->options_url().is_empty()) { On 2009/10/16 ...
11 years, 2 months ago (2009-10-16 00:54:41 UTC) #4
Paweł Hajdan Jr.
Drive-by, no need to wait for me after fixing it. http://codereview.chromium.org/271114/diff/4001/4010 File chrome/browser/extensions/extension_browsertests_misc.cc (right): http://codereview.chromium.org/271114/diff/4001/4010#newcode813 ...
11 years, 2 months ago (2009-10-16 05:21:12 UTC) #5
Qamar165
lgtm
7 years, 10 months ago (2013-02-27 06:03:42 UTC) #6
Qamar165
7 years, 10 months ago (2013-02-27 06:03:44 UTC) #7
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698