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

Issue 256032: Add an API to manipulate the browser action badge. (Closed)

Created:
11 years, 2 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add an API to manipulate the browser action badge. BUG=23268 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27951

Patch Set 1 #

Total comments: 12

Patch Set 2 : mpcompletes comments #

Total comments: 1

Patch Set 3 : meet halfway #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -22 lines) Patch
M chrome/browser/extensions/extension_browser_actions_api.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_browser_actions_api.cc View 2 chunks +50 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/views/browser_actions_container.h View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/views/browser_actions_container.cc View 1 2 5 chunks +11 lines, -13 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 2 chunks +29 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_action.h View 1 2 3 chunks +23 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/samples/make_page_red/background.html View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Aaron Boodman
11 years, 2 months ago (2009-10-01 23:10:33 UTC) #1
Matt Perry
http://codereview.chromium.org/256032/diff/1/2 File chrome/browser/extensions/extension_browser_actions_api.cc (right): http://codereview.chromium.org/256032/diff/1/2#newcode65 Line 65: bool BrowserActionSetBadgeTextFunction::RunImpl() { Is it time to extract ...
11 years, 2 months ago (2009-10-01 23:17:07 UTC) #2
Aaron Boodman
http://codereview.chromium.org/256032/diff/1/2 File chrome/browser/extensions/extension_browser_actions_api.cc (right): http://codereview.chromium.org/256032/diff/1/2#newcode65 Line 65: bool BrowserActionSetBadgeTextFunction::RunImpl() { On 2009/10/01 23:17:07, Matt Perry ...
11 years, 2 months ago (2009-10-01 23:35:59 UTC) #3
Matt Perry
http://codereview.chromium.org/256032/diff/1/2 File chrome/browser/extensions/extension_browser_actions_api.cc (right): http://codereview.chromium.org/256032/diff/1/2#newcode65 Line 65: bool BrowserActionSetBadgeTextFunction::RunImpl() { On 2009/10/01 23:35:59, Aaron Boodman ...
11 years, 2 months ago (2009-10-01 23:38:21 UTC) #4
Aaron Boodman
Ok, I'm meeting you halfway. const ref, but the silly class that abstracts two lines ...
11 years, 2 months ago (2009-10-02 00:57:44 UTC) #5
Matt Perry
11 years, 2 months ago (2009-10-02 00:59:04 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698