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

Issue 462026: Extensions: create a simple model for the browser action buttons toolstrip an... (Closed)

Created:
11 years ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, Erik does not do reviews, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Extensions: create a simple model for the browser action buttons toolstrip and use it on Linux. TODO: persist the order of buttons TODO: use the model on windows, mac TODO: let the view change the order of buttons My plan for persisting the order is just to write/read a simple text file to/from disk, one extension id per line. Similar to the bookmark model, except that is structured data (because they try to hold more information). BUG=26990 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34005

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -44 lines) Patch
A chrome/browser/extensions/extension_toolbar_model.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_toolbar_model.cc View 1 1 chunk +77 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_service.h View 1 4 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/gtk/browser_actions_toolbar_gtk.h View 1 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/gtk/browser_actions_toolbar_gtk.cc View 1 3 chunks +23 lines, -35 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Evan Stade
11 years ago (2009-12-03 22:19:42 UTC) #1
Evan Stade
ping
11 years ago (2009-12-04 21:08:45 UTC) #2
Erik does not do reviews
Sorry for the delay. Expect us to be slow with reviews for the next week ...
11 years ago (2009-12-05 15:30:37 UTC) #3
Evan Stade
http://codereview.chromium.org/462026/diff/1/8 File chrome/browser/extensions/extension_toolbar_model.cc (right): http://codereview.chromium.org/462026/diff/1/8#newcode49 chrome/browser/extensions/extension_toolbar_model.cc:49: On 2009/12/05 15:30:37, Erik Kay wrote: > EXTENSION_LOADED can ...
11 years ago (2009-12-07 21:15:40 UTC) #4
Erik does not do reviews
LGTM
11 years ago (2009-12-07 22:16:06 UTC) #5
Aaron Boodman
Note: I recommend storing the order in the prefs. We already have an extension node, ...
11 years ago (2009-12-07 22:58:51 UTC) #6
Evan Stade
11 years ago (2009-12-07 23:18:19 UTC) #7
ok, thanks for the heads up

-- Evan Stade


On Mon, Dec 7, 2009 at 2:58 PM, <aa@chromium.org> wrote:

> Note: I recommend storing the order in the prefs. We already have an
> extension
> node, it would be convenient to just put this state there. That way a lot
> of
> loading/saving machinery is also taken care of for you.
>
>
> http://codereview.chromium.org/462026
>

Powered by Google App Engine
This is Rietveld 408576698