diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 22:00:09 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 22:00:09 +0000 |
commit | bd5a00a743c92290ec01d6ea603a5fd96098093e (patch) | |
tree | e2db07ba7b8f7e75911e5dede215bb9551216450 /chrome/common/pref_names.h | |
parent | a26b7d4950c1e684ab1620674a335ff3a27eda5c (diff) | |
download | chromium_src-bd5a00a743c92290ec01d6ea603a5fd96098093e.zip chromium_src-bd5a00a743c92290ec01d6ea603a5fd96098093e.tar.gz chromium_src-bd5a00a743c92290ec01d6ea603a5fd96098093e.tar.bz2 |
Resize and overflow for browser actions (part 1).
This changelist implements the following:
- A resize gripper and chevron in the browser action container
- Overflow when icons don't fit
- Snap to multiple of icon size (no excess pixels)
- Animation when resizing container / adding&removing icons (disable, enable).
- Persists the last width of the browser action container.
Known issues:
- No menu (yes, the chevron button doesn't do anything yet).
BUG=32101
TEST=Install and uninstall browser actions & make sure install bubble appears in
the right location. Make sure browser action container does not expand if
chevron is showing when you add browser action. Make sure container loses
chevron when no overflow occurs. Make sure browser action icons never disappear
due to shrinking when you release the mouse (when resizing). Make sure snapping
works.
Review URL: http://codereview.chromium.org/553039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 622825a..9eeed75 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -214,6 +214,7 @@ extern const wchar_t kNumKeywords[]; extern const wchar_t kDisableExtensions[]; extern const wchar_t kShowExtensionShelf[]; +extern const wchar_t kBrowserActionContainerWidth[]; extern const wchar_t kLastExtensionsUpdateCheck[]; extern const wchar_t kNextExtensionsUpdateCheck[]; |