diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-01 15:21:16 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-01 15:21:16 +0000 |
commit | f89a6233760f8ca8033265046ed9ea38bbc20bf9 (patch) | |
tree | a438abfbbfd918fd0cff1862ab4b26ce7507484c /chrome/app | |
parent | f9b05c2dd900aa1850111c4a052db0da6e060a5a (diff) | |
download | chromium_src-f89a6233760f8ca8033265046ed9ea38bbc20bf9.zip chromium_src-f89a6233760f8ca8033265046ed9ea38bbc20bf9.tar.gz chromium_src-f89a6233760f8ca8033265046ed9ea38bbc20bf9.tar.bz2 |
Fixes a couple of bookmark bar bugs:
. The folders on the bookmark bar now fade in like urls.
. You can now middle click on folders to open all URLs.
. If you attempt to open a folder with more than 15 urls we'll prompt
before openning.
BUG=242 529 1295385
TEST=middle click on a folder on the bookmark bar and make sure it
opens all tabs in the background. Try this with a folder containing
more than 15 bookmarks and make sure you get a message box before
asking if you really want to open them all.
Review URL: http://codereview.chromium.org/6020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 84517f7..e1fcb36 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2132,6 +2132,10 @@ each locale. --> desc="Title of the bookmark context menu item that brings up the bookmark editor"> Edit... </message> + <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" + desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder"> + Are you sure you want to open <ph name="tab_count">$1<ex>20</ex></ph> tabs? + </message> <!-- error page messages --> <message name="IDS_ERRORPAGES_SUGGESTION_HEADING" desc="Heading in the error page above the actual suggestions"> |