diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-16 21:33:45 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-16 21:33:45 +0000 |
commit | 4a879f60ee8a75b1e6a2d9456d6fe762e87bb70d (patch) | |
tree | 01a08174fc6dd01100cfb80810dd5046d148cd55 /chrome/app | |
parent | 665caa21cf5904f6935dfa6e091522206a8f05e9 (diff) | |
download | chromium_src-4a879f60ee8a75b1e6a2d9456d6fe762e87bb70d.zip chromium_src-4a879f60ee8a75b1e6a2d9456d6fe762e87bb70d.tar.gz chromium_src-4a879f60ee8a75b1e6a2d9456d6fe762e87bb70d.tar.bz2 |
Convert InfoBubble to using BubbleBorder. This also replaces the border 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
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/bubble_b.png | bin | 129 -> 125 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_b_arrow.png | bin | 0 -> 327 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_bl.png | bin | 247 -> 223 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_br.png | bin | 252 -> 236 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_corner_bl.png | bin | 123 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_corner_br.png | bin | 131 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_corner_tl.png | bin | 122 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_corner_tr.png | bin | 131 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_l.png | bin | 123 -> 117 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_r.png | bin | 123 -> 117 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_t.png | bin | 117 -> 113 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_t_arrow.png | bin | 0 -> 268 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_tl.png | bin | 207 -> 197 bytes | |||
-rw-r--r-- | chrome/app/theme/bubble_tr.png | bin | 217 -> 212 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 6 |
15 files changed, 2 insertions, 4 deletions
diff --git a/chrome/app/theme/bubble_b.png b/chrome/app/theme/bubble_b.png Binary files differindex f278cada..1a407a2 100644 --- a/chrome/app/theme/bubble_b.png +++ b/chrome/app/theme/bubble_b.png diff --git a/chrome/app/theme/bubble_b_arrow.png b/chrome/app/theme/bubble_b_arrow.png Binary files differnew file mode 100644 index 0000000..f4b18ea --- /dev/null +++ b/chrome/app/theme/bubble_b_arrow.png diff --git a/chrome/app/theme/bubble_bl.png b/chrome/app/theme/bubble_bl.png Binary files differindex 66e4e2a..ca18efe 100644 --- a/chrome/app/theme/bubble_bl.png +++ b/chrome/app/theme/bubble_bl.png diff --git a/chrome/app/theme/bubble_br.png b/chrome/app/theme/bubble_br.png Binary files differindex 8f5684e..7b6950d 100644 --- a/chrome/app/theme/bubble_br.png +++ b/chrome/app/theme/bubble_br.png diff --git a/chrome/app/theme/bubble_corner_bl.png b/chrome/app/theme/bubble_corner_bl.png Binary files differdeleted file mode 100644 index d406821..0000000 --- a/chrome/app/theme/bubble_corner_bl.png +++ /dev/null diff --git a/chrome/app/theme/bubble_corner_br.png b/chrome/app/theme/bubble_corner_br.png Binary files differdeleted file mode 100644 index 7c731c6..0000000 --- a/chrome/app/theme/bubble_corner_br.png +++ /dev/null diff --git a/chrome/app/theme/bubble_corner_tl.png b/chrome/app/theme/bubble_corner_tl.png Binary files differdeleted file mode 100644 index a5dd5c4..0000000 --- a/chrome/app/theme/bubble_corner_tl.png +++ /dev/null diff --git a/chrome/app/theme/bubble_corner_tr.png b/chrome/app/theme/bubble_corner_tr.png Binary files differdeleted file mode 100644 index ba957f5..0000000 --- a/chrome/app/theme/bubble_corner_tr.png +++ /dev/null diff --git a/chrome/app/theme/bubble_l.png b/chrome/app/theme/bubble_l.png Binary files differindex 72f56ad..e3f71c8 100644 --- a/chrome/app/theme/bubble_l.png +++ b/chrome/app/theme/bubble_l.png diff --git a/chrome/app/theme/bubble_r.png b/chrome/app/theme/bubble_r.png Binary files differindex 4489da5..e3ad5af 100644 --- a/chrome/app/theme/bubble_r.png +++ b/chrome/app/theme/bubble_r.png diff --git a/chrome/app/theme/bubble_t.png b/chrome/app/theme/bubble_t.png Binary files differindex 6516c51..d468e21 100644 --- a/chrome/app/theme/bubble_t.png +++ b/chrome/app/theme/bubble_t.png diff --git a/chrome/app/theme/bubble_t_arrow.png b/chrome/app/theme/bubble_t_arrow.png Binary files differnew file mode 100644 index 0000000..66c28f1 --- /dev/null +++ b/chrome/app/theme/bubble_t_arrow.png diff --git a/chrome/app/theme/bubble_tl.png b/chrome/app/theme/bubble_tl.png Binary files differindex 55bb092..1b05004 100644 --- a/chrome/app/theme/bubble_tl.png +++ b/chrome/app/theme/bubble_tl.png diff --git a/chrome/app/theme/bubble_tr.png b/chrome/app/theme/bubble_tr.png Binary files differindex b4a8777..319af31 100644 --- a/chrome/app/theme/bubble_tr.png +++ b/chrome/app/theme/bubble_tr.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 0372c9b..c92b4ce 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -228,10 +228,6 @@ <include name="IDR_INFOBAR_PLUGIN_INSTALL" file="infobar_plugin.png" type="BINDATA" /> <include name="IDR_INFOBAR_QUESTION_MARK" file="infobar_questionmark.png" type="BINDATA" /> <include name="IDR_INFOBAR_THEME" file="infobar_theme.png" type="BINDATA" /> - <include name="IDR_INFO_BUBBLE_CORNER_TOP_LEFT" file="bubble_corner_tl.png" type="BINDATA" /> - <include name="IDR_INFO_BUBBLE_CORNER_TOP_RIGHT" file="bubble_corner_tr.png" type="BINDATA" /> - <include name="IDR_INFO_BUBBLE_CORNER_BOTTOM_LEFT" file="bubble_corner_bl.png" type="BINDATA" /> - <include name="IDR_INFO_BUBBLE_CORNER_BOTTOM_RIGHT" file="bubble_corner_br.png" type="BINDATA" /> <include name="IDR_MENU_MARKER" file="menu_marker.png" type="BINDATA" /> <include name="IDR_FROZEN_TAB_ICON" file="frozen_tab.png" type="BINDATA" /> <include name="IDR_UPDATE_AVAILABLE" file="update_available.png" type="BINDATA" /> @@ -279,6 +275,8 @@ <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" /> <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" /> <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" /> + <include name="IDR_BUBBLE_T_ARROW" file="bubble_t_arrow.png" type="BINDATA" /> + <include name="IDR_BUBBLE_B_ARROW" file="bubble_b_arrow.png" type="BINDATA" /> <include name="IDR_O2_GLOBE" file="o2_globe.png" type="BINDATA" /> <include name="IDR_O2_HISTORY" file="o2_history.png" type="BINDATA" /> <include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" /> |