diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-21 16:59:19 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-21 16:59:19 +0000 |
commit | 6f2c41a3bc45fc8ad62720ab45b9ea085eea74f4 (patch) | |
tree | aef3350de06e1daa2ef4a6271d0fbc29f2d8a23f /chrome/chrome_dll.gypi | |
parent | 024afb4486f3d91faa87443eaad3ebde584e9613 (diff) | |
download | chromium_src-6f2c41a3bc45fc8ad62720ab45b9ea085eea74f4.zip chromium_src-6f2c41a3bc45fc8ad62720ab45b9ea085eea74f4.tar.gz chromium_src-6f2c41a3bc45fc8ad62720ab45b9ea085eea74f4.tar.bz2 |
Mac: Show content blocked bubbles.
Two screenshots at http://imgur.com/5NDoC&pJJwP .
xib changes: All 5 xibs contain a window of type InfoBubbleWindow with a custom InfoBubbleView. The view is connected to the controller's |bubble_| outlet. The controller is the window's |delegate|, and the window is the controller's |window|. The window is not visible at launch. It autorecalculates its key view loop. For the non-cookie xibs, the two buttons at the bottom are in GTMWidthBasedTweakers.
Issues:
* Clicking "blocked" icon with open bubble doesn't close the bubble
BUG=35594,34894
TEST=Go to popuptest.com, start test. Click "Popups blocked" icon in omnibox. Bubble should appear. It should look sane in multiple locales (I tried English and German). The left button and the radio buttons are disabled at the moment, but the close button and the popup links should be functional.
Review URL: http://codereview.chromium.org/650073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index b9025dd..68339e0 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -191,6 +191,11 @@ 'app/nibs/BrowserWindow.xib', 'app/nibs/ClearBrowsingData.xib', 'app/nibs/Cookies.xib', + 'app/nibs/ContentBlockedCookies.xib', + 'app/nibs/ContentBlockedImages.xib', + 'app/nibs/ContentBlockedJavaScript.xib', + 'app/nibs/ContentBlockedPlugins.xib', + 'app/nibs/ContentBlockedPopups.xib', 'app/nibs/DownloadItem.xib', 'app/nibs/DownloadShelf.xib', 'app/nibs/EditSearchEngine.xib', |