diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 15:07:52 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 15:07:52 +0000 |
commit | 0711b7a78082250b9fb18835e8bf12e9d3f5d749 (patch) | |
tree | 5399362082bfff1bc65713f66751995b3e686968 /chrome/browser/cocoa/hung_renderer_controller.h | |
parent | 63df3733f2f453c732d9da60bf26996859779f37 (diff) | |
download | chromium_src-0711b7a78082250b9fb18835e8bf12e9d3f5d749.zip chromium_src-0711b7a78082250b9fb18835e8bf12e9d3f5d749.tar.gz chromium_src-0711b7a78082250b9fb18835e8bf12e9d3f5d749.tar.bz2 |
Hung Renderer dialog:
Resize to fit the graphic.
Fetch the hung from ResourceBundle since it looks like it should be under theme control.
Swap the kill and wait buttons.
Add in localization objects.
Resize message and window to find localized content.
Bookmark Bubble:
Right align labels to fields.
Make window resize to fit labels.
Switch to small controls per Cole.
Stop bringing the frozen tab graphic into the bundle so we avoid the extra copy.
BUG=20525
BUG=20533
TEST=Hung renderer localized and fits content. Bookmark bubble fits labels in all languages.
Review URL: http://codereview.chromium.org/193020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/hung_renderer_controller.h')
-rw-r--r-- | chrome/browser/cocoa/hung_renderer_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/hung_renderer_controller.h b/chrome/browser/cocoa/hung_renderer_controller.h index 9139503b..caf61b2 100644 --- a/chrome/browser/cocoa/hung_renderer_controller.h +++ b/chrome/browser/cocoa/hung_renderer_controller.h @@ -26,6 +26,8 @@ IBOutlet NSButton* waitButton_; IBOutlet NSButton* killButton_; IBOutlet NSTableView* tableView_; + IBOutlet NSImageView* imageView_; + IBOutlet NSTextField* messageView_; // The TabContents for which this dialog is open. Should never be // NULL while this dialog is open. |