Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Issue 8528052: Fix up fullscreen exit bubble messages to suggest Esc instead of F11 where appropriate. (Closed)

Created:
9 years, 1 month ago by jeremya
Modified:
9 years, 1 month ago
Reviewers:
scheib, Nico, yzshen1, sky
CC:
chromium-reviews
Visibility:
Public.

Description

Fix up fullscreen exit bubble messages to suggest Esc instead of F11 where appropriate. Mac: - Show "<link>Exit full screen</link> (Esc)". Since Mac only shows the bubble in tab fullscreen mode, it never needs to display the Cmd-Shift-F shortcut. Win, Linux: - Show "<link>Exit full screen (Esc)</link>". Will change it to match the mac message in a followup CL; this was easier for now. - Show "Press Esc to exit fullscreen" when mouse is locked. - Show "<link>Exit full screen (F11)</link>" when in browser fullscreen mode. BUG=99869 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110256

Patch Set 1 #

Patch Set 2 : strings #

Total comments: 4

Patch Set 3 : comments #

Total comments: 6

Patch Set 4 : comment #

Patch Set 5 : remove irrelevant test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -57 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm View 1 2 4 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/fullscreen_exit_bubble.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc View 1 2 3 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 2 3 8 chunks +48 lines, -17 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jeremya
Heya, Nico- could you look at fullscreen_exit_bubble_controller.mm? Vince- I reverted your link change to support ...
9 years, 1 month ago (2011-11-15 04:04:29 UTC) #1
scheib
> Vince- I reverted your link change to support the case of 'press esc to ...
9 years, 1 month ago (2011-11-15 04:14:37 UTC) #2
Nico
http://codereview.chromium.org/8528052/diff/2001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm File chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm (right): http://codereview.chromium.org/8528052/diff/2001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm#newcode243 chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm:243: NSString *exit_link_text = l10n_util::GetNSString(IDS_EXIT_FULLSCREEN_MODE); Space after *, not before. ...
9 years, 1 month ago (2011-11-15 05:22:01 UTC) #3
jeremya
http://codereview.chromium.org/8528052/diff/2001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm File chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm (right): http://codereview.chromium.org/8528052/diff/2001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm#newcode243 chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm:243: NSString *exit_link_text = l10n_util::GetNSString(IDS_EXIT_FULLSCREEN_MODE); On 2011/11/15 05:22:02, Nico wrote: ...
9 years, 1 month ago (2011-11-15 05:29:13 UTC) #4
Nico
lgtm
9 years, 1 month ago (2011-11-15 05:34:47 UTC) #5
yzshen1
http://codereview.chromium.org/8528052/diff/3006/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc File chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc (right): http://codereview.chromium.org/8528052/diff/3006/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc#newcode72 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc:72: gtk_chrome_link_button_set_label(GTK_CHROME_LINK_BUTTON(link_), if |link_| is not visible, why you need ...
9 years, 1 month ago (2011-11-15 21:11:29 UTC) #6
jeremya
http://codereview.chromium.org/8528052/diff/3006/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc File chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc (right): http://codereview.chromium.org/8528052/diff/3006/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc#newcode72 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc:72: gtk_chrome_link_button_set_label(GTK_CHROME_LINK_BUTTON(link_), On 2011/11/15 21:11:29, yzshen1 wrote: > if |link_| ...
9 years, 1 month ago (2011-11-15 22:49:43 UTC) #7
jeremya
sky- need OWNERS rubber stamp :)
9 years, 1 month ago (2011-11-15 22:51:25 UTC) #8
yzshen1
lgtm
9 years, 1 month ago (2011-11-15 22:54:57 UTC) #9
sky
LGTM
9 years, 1 month ago (2011-11-16 02:59:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/8528052/13001
9 years, 1 month ago (2011-11-16 03:00:38 UTC) #11
commit-bot: I haz the power
9 years, 1 month ago (2011-11-16 04:39:06 UTC) #12
Change committed as 110256

Powered by Google App Engine
This is Rietveld 408576698