diff options
author | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 05:18:50 +0000 |
---|---|---|
committer | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 05:18:50 +0000 |
commit | d64f2a0ea7adada3e5221782e4739a9b858c53fd (patch) | |
tree | 08ca665b6c99e92bc12217dad7db5ed016bfca51 /chrome/app | |
parent | 87eacb992a5fcc517a29a7097937df217b6839ff (diff) | |
download | chromium_src-d64f2a0ea7adada3e5221782e4739a9b858c53fd.zip chromium_src-d64f2a0ea7adada3e5221782e4739a9b858c53fd.tar.gz chromium_src-d64f2a0ea7adada3e5221782e4739a9b858c53fd.tar.bz2 |
o Renames the bookmark bubble class to InfoBubble in a step to make it more reusable.
o Adds the ability to position the arrow of the bubble on the top right as well as the top left (default).
BUG=none
TEST=Nothing should change visually. This is prep for use by browser action popups and the first run UI.
Review URL: http://codereview.chromium.org/385060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/BookmarkBubble.xib | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/chrome/app/nibs/BookmarkBubble.xib b/chrome/app/nibs/BookmarkBubble.xib index fab9030..e3f6c3c 100644 --- a/chrome/app/nibs/BookmarkBubble.xib +++ b/chrome/app/nibs/BookmarkBubble.xib @@ -12,7 +12,7 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="39"/> + <integer value="51"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -50,7 +50,7 @@ <string key="NSWindowRect">{{196, 365}, {374, 145}}</string> <int key="NSWTFlags">603979776</int> <string key="NSWindowTitle">Window</string> - <string key="NSWindowClass">BookmarkBubbleWindow</string> + <string key="NSWindowClass">InfoBubbleWindow</string> <nil key="NSViewClass"/> <string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string> <object class="NSView" key="NSWindowView" id="45997296"> @@ -347,7 +347,7 @@ </object> <string key="NSFrameSize">{374, 145}</string> <reference key="NSSuperview" ref="45997296"/> - <string key="NSClassName">BookmarkBubbleView</string> + <string key="NSClassName">InfoBubbleView</string> </object> </object> <string key="NSFrameSize">{374, 145}</string> @@ -854,22 +854,6 @@ </object> </object> <object class="IBPartialClassDescription"> - <string key="className">BookmarkBubbleView</string> - <string key="superclassName">NSView</string> - <object class="IBClassDescriptionSource" key="sourceIdentifier"> - <string key="majorKey">IBProjectSource</string> - <string key="minorKey">browser/cocoa/bookmark_bubble_view.h</string> - </object> - </object> - <object class="IBPartialClassDescription"> - <string key="className">BookmarkBubbleWindow</string> - <string key="superclassName">NSWindow</string> - <object class="IBClassDescriptionSource" key="sourceIdentifier"> - <string key="majorKey">IBProjectSource</string> - <string key="minorKey">browser/cocoa/bookmark_bubble_window.h</string> - </object> - </object> - <object class="IBPartialClassDescription"> <string key="className">ChromeUILocalizer</string> <string key="superclassName">GTMUILocalizer</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> @@ -944,6 +928,22 @@ <reference key="sourceIdentifier" ref="1009161267"/> </object> <object class="IBPartialClassDescription"> + <string key="className">InfoBubbleView</string> + <string key="superclassName">NSView</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> + <string key="minorKey">browser/cocoa/info_bubble_view.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> + <string key="className">InfoBubbleWindow</string> + <string key="superclassName">NSWindow</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> + <string key="minorKey">browser/cocoa/info_bubble_window.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> <string key="className">NSObject</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> |