summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authorjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 07:28:28 +0000
committerjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 07:28:28 +0000
commit55c87fae3dafd9a0501077e9fc8ae0dc2b638be1 (patch)
tree725f0e4d69c6960f3f0d518dac68b30946209fe3 /chrome/app/generated_resources.grd
parent85804b5f10ea2d1087c6d0ec0caebe3a41e12313 (diff)
downloadchromium_src-55c87fae3dafd9a0501077e9fc8ae0dc2b638be1.zip
chromium_src-55c87fae3dafd9a0501077e9fc8ae0dc2b638be1.tar.gz
chromium_src-55c87fae3dafd9a0501077e9fc8ae0dc2b638be1.tar.bz2
Implement fullscreen info bubble on Win and Mac.
When a site enters fullscreen a bubble should appear, both to give the user the option to exit fullscreen and to inform them that the site has entered fullscreen. This patch implements that behaviour on Windows and Mac. XIB changes: (FullScreenExitBubble.xib) * Added explanatory text field. * Added "allow" and "deny" buttons. * Changed from View into Window. BUG=73923 TEST= Review URL: http://codereview.chromium.org/7740044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd17
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3f38ae5..d58f567 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14028,6 +14028,23 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
</if>
+ <!-- Fullscreen Strings -->
+ <message name="IDS_FULLSCREEN_INFOBAR_REQUEST_PERMISSION" desc="Text displayed in the infobar that requests permission for a site to go fullscreen after it has gone fullscreen.">
+ <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscreen.
+ </message>
+ <message name="IDS_FULLSCREEN_INFOBAR_FILE_PAGE_NAME" desc="Message displayed when a local page goes fullscreen.">
+ This page has gone full screen.
+ </message>
+ <message name="IDS_FULLSCREEN_INFOBAR_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
+ You have gone full screen.
+ </message>
+ <message name="IDS_FULLSCREEN_INFOBAR_ALLOW" desc="Text in the infobar button that grants permission for a site to enter fullscreen without asking the user for permission.">
+ Allow
+ </message>
+ <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode.">
+ Exit full screen
+ </message>
+
<!-- Register Protocol Handler Strings -->
<message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
email