Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert InfoBubble to using BubbleBorder. This also replaces the border ↵ | pkasting@chromium.org | 2009-09-16 | 1 | -0/+0 |
| | | | | | | | | | | | | graphics with a slightly darker set from Nicholas. The downside here is that the Linux views code is definitely going to be broken by this. I'm not sure of the best design for Linux views, so I haven't implemented one. BUG=21028 TEST=Open info bubbles (click star button, hover lock icon) and observe they are rendered with an identical border/shadow to the Omnibox dropdown, and at the same vertical position. Review URL: http://codereview.chromium.org/195099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26394 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Factor out border-drawing code from autocomplete_popup_contents_view.cc into ↵ | pkasting@chromium.org | 2009-09-14 | 1 | -0/+0 |
a new file, bubble_border.cc, so that InfoBubble will be able to start using it. This also renames the resources to be more generic. This should not result in any visual changes. BUG=21028 TEST=none Review URL: http://codereview.chromium.org/194107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26165 0039d316-1c4b-4281-b951-d872f2087c98 |