summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bubble_view.mm
Commit message (Collapse)AuthorAgeFilesLines
* Avoid spurious errors about NSColor*-CGColor* and NSSize-CGSize conversionsmark@chromium.org2009-09-161-2/+2
| | | | | | | | | The SDK has gotten stupider in 10.6, and has conspired with the compiler, which now thinks that when the receiver is held in a scoped_nsobject, NSColor and NSSize arguments should be converted to their CG cousins. Review URL: http://codereview.chromium.org/205016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26348 0039d316-1c4b-4281-b951-d872f2087c98
* Pretty-up the blocked popup view by sharing code from the status bubble. ↵pinkerton@chromium.org2009-09-081-0/+123
Blocked Popup view is now themed as well. BUG=20815 TEST=popup blocking and status bubble still work. Review URL: http://codereview.chromium.org/196043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25662 0039d316-1c4b-4281-b951-d872f2087c98