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

Issue 7740044: Implement fullscreen info bubble on Win and Mac (Closed)

Created:
9 years, 4 months ago by koz (OOO until 15th September)
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Mike Lawther (Google), scheib
Visibility:
Public.

Description

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= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105649

Patch Set 1 #

Patch Set 2 : add timer #

Patch Set 3 : modify exit bubble #

Patch Set 4 : work #

Patch Set 5 : remove dead code #

Patch Set 6 : mac #

Patch Set 7 : linux #

Patch Set 8 : rebase #

Patch Set 9 : work #

Patch Set 10 : work #

Patch Set 11 : mac work #

Patch Set 12 : tweak #

Patch Set 13 : win work #

Patch Set 14 : make popup have bubble border #

Patch Set 15 : win #

Patch Set 16 : mac stuff incorporated #

Patch Set 17 : win work #

Total comments: 20

Patch Set 18 : work #

Patch Set 19 : fix ups #

Total comments: 68

Patch Set 20 : respond to commens #

Total comments: 30

Patch Set 21 : fixes #

Patch Set 22 : respond to comments #

Total comments: 69

Patch Set 23 : mac changes #

Patch Set 24 : responding to comments #

Patch Set 25 : respond to comments #

Patch Set 26 : windows compile fix #

Total comments: 6

Patch Set 27 : rebase #

Patch Set 28 : fix some try errors #

Patch Set 29 : make mac compile & pass tests #

Patch Set 30 : fix mac build again #

Patch Set 31 : another fix for mac tests #

Patch Set 32 : fix ContentSettingBubbleControllerTest.Init #

Patch Set 33 : fix license #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1276 lines, -405 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/app/nibs/FullscreenExitBubble.xib View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 24 chunks +631 lines, -167 lines 0 comments Download
M chrome/browser/chromeos/login/screen_locker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screen_locker_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/media/media_player.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_default_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_policy_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 10 chunks +55 lines, -13 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_init.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_window.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +17 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +14 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +20 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 7 chunks +105 lines, -45 lines 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +10 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_view.mm View 1 2 3 4 5 6 7 8 9 10 3 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_window.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_window.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/view_id_util_browsertest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/fullscreen_exit_bubble.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/ui/fullscreen_exit_bubble.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +13 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +32 lines, -21 lines 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 6 chunks +25 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 7 chunks +178 lines, -52 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/content_settings_types.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/test_browser_window.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 53 (0 generated)
koz (OOO until 15th September)
Hi guys, This change adds an implementation of the M15 UI for notifying a user ...
9 years, 4 months ago (2011-08-26 09:25:26 UTC) #1
Peter Kasting
I talked with Glen about this UI and what we're trying to do, as well ...
9 years, 4 months ago (2011-08-26 18:09:02 UTC) #2
koz (OOO until 15th September)
On 2011/08/26 18:09:02, Peter Kasting wrote: > I talked with Glen about this UI and ...
9 years, 3 months ago (2011-08-29 07:35:30 UTC) #3
Peter Kasting
I can help you get stuff done. In this case, I think if we have ...
9 years, 3 months ago (2011-08-29 18:06:29 UTC) #4
koz (OOO until 15th September)
Hi Nico, Jeremy and I have been working on this and we now have the ...
9 years, 2 months ago (2011-10-06 03:34:40 UTC) #5
Nico
> - if you click on the bubble, your next click in the renderer will ...
9 years, 2 months ago (2011-10-06 03:51:44 UTC) #6
Peter Kasting
On 2011/10/06 03:34:40, koz wrote: > Is it possible to work around these problems? We ...
9 years, 2 months ago (2011-10-06 04:15:33 UTC) #7
jeremya
On 2011/10/06 03:51:44, Nico wrote: > > - if you click on the bubble, your ...
9 years, 2 months ago (2011-10-06 04:22:23 UTC) #8
jeremya
On 2011/10/06 04:15:33, Peter Kasting wrote: > On 2011/10/06 03:34:40, koz wrote: > > Is ...
9 years, 2 months ago (2011-10-06 04:23:08 UTC) #9
Nico
On Thu, Oct 6, 2011 at 4:22 AM, <jeremya@chromium.org> wrote: > On 2011/10/06 03:51:44, Nico ...
9 years, 2 months ago (2011-10-06 04:35:45 UTC) #10
yzshen1
http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/browser.cc#newcode1720 chrome/browser/ui/browser.cc:1720: window_->SetFullscreen(entering_fullscreen, GURL(), false); I am not familiar with Mac ...
9 years, 2 months ago (2011-10-10 19:09:30 UTC) #11
koz (OOO until 15th September)
http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/browser.cc#newcode1720 chrome/browser/ui/browser.cc:1720: window_->SetFullscreen(entering_fullscreen, GURL(), false); On 2011/10/10 19:09:30, yzshen1 wrote: > ...
9 years, 2 months ago (2011-10-10 22:49:58 UTC) #12
yzshen1
On 2011/10/10 22:49:58, koz wrote: > http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/browser.cc > File chrome/browser/ui/browser.cc (right): > > http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/browser.cc#newcode1720 > ...
9 years, 2 months ago (2011-10-10 22:55:58 UTC) #13
Scott Hess - ex-Googler
Reviewed the bit I'd spoken with Jeremy about. Per our offline conversation, most bubbles dismiss ...
9 years, 2 months ago (2011-10-10 23:19:50 UTC) #14
jeremya
http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h File chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h (right): http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h#newcode10 chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h:10: #import "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h" On 2011/10/10 23:19:50, shess wrote: > Can ...
9 years, 2 months ago (2011-10-11 05:28:48 UTC) #15
Scott Hess - ex-Googler
http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm File chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm (right): http://codereview.chromium.org/7740044/diff/41001/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm#newcode193 chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm:193: [NSFont systemFontSizeForControlSize:NSRegularControlSize]]; On 2011/10/11 05:28:48, jeremya wrote: > On ...
9 years, 2 months ago (2011-10-11 05:32:30 UTC) #16
Nico
(You're not waiting for comments from me here, are you? Since you hadn't replied to ...
9 years, 2 months ago (2011-10-11 06:15:16 UTC) #17
jeremya
On 2011/10/11 06:15:16, Nico wrote: > (You're not waiting for comments from me here, are ...
9 years, 2 months ago (2011-10-11 21:46:31 UTC) #18
Peter Kasting
http://codereview.chromium.org/7740044/diff/52001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7740044/diff/52001/chrome/app/generated_resources.grd#newcode13862 chrome/app/generated_resources.grd:13862: You have gone fullscreen Why do the two messages ...
9 years, 2 months ago (2011-10-11 23:08:31 UTC) #19
koz (OOO until 15th September)
Thanks for the thorough review, Peter! http://codereview.chromium.org/7740044/diff/52001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7740044/diff/52001/chrome/app/generated_resources.grd#newcode13862 chrome/app/generated_resources.grd:13862: You have gone ...
9 years, 2 months ago (2011-10-12 05:38:23 UTC) #20
Peter Kasting
http://codereview.chromium.org/7740044/diff/52001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/52001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode340 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:340: if (animation_height <= kPopupTopPx) { On 2011/10/12 05:38:23, koz ...
9 years, 2 months ago (2011-10-12 07:38:40 UTC) #21
Nico
mac stuff looks mostly ok Please provide a real change description, and include a "xib ...
9 years, 2 months ago (2011-10-12 16:23:09 UTC) #22
yzshen1
http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/browser.cc#newcode1659 chrome/browser/ui/browser.cc:1659: window_->SetFullscreen(entering_fullscreen, url, ask_permission); Do we cancel the tab fullscreen ...
9 years, 2 months ago (2011-10-12 17:36:41 UTC) #23
Peter Kasting
http://codereview.chromium.org/7740044/diff/52001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/52001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode89 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:89: link_.SetNormalColor(SK_ColorBLACK); On 2011/10/12 05:38:23, koz wrote: > On 2011/10/11 ...
9 years, 2 months ago (2011-10-12 23:09:21 UTC) #24
koz (OOO until 15th September)
On 2011/10/12 07:38:40, Peter Kasting wrote: > http://codereview.chromium.org/7740044/diff/52001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc > File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): > > http://codereview.chromium.org/7740044/diff/52001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode340 ...
9 years, 2 months ago (2011-10-13 05:11:16 UTC) #25
koz (OOO until 15th September)
http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/browser.cc#newcode1659 chrome/browser/ui/browser.cc:1659: window_->SetFullscreen(entering_fullscreen, url, ask_permission); On 2011/10/12 17:36:41, yzshen1 wrote: > ...
9 years, 2 months ago (2011-10-13 05:12:07 UTC) #26
jeremya
http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/cocoa/browser_window_cocoa.h File chrome/browser/ui/cocoa/browser_window_cocoa.h (right): http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/cocoa/browser_window_cocoa.h#newcode59 chrome/browser/ui/cocoa/browser_window_cocoa.h:59: bool ask_permission); On 2011/10/12 16:23:09, Nico wrote: > Consider ...
9 years, 2 months ago (2011-10-13 05:16:54 UTC) #27
koz (OOO until 15th September)
On 2011/10/13 05:12:07, koz wrote: > http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/browser.cc > File chrome/browser/ui/browser.cc (right): > > http://codereview.chromium.org/7740044/diff/48011/chrome/browser/ui/browser.cc#newcode1659 > ...
9 years, 2 months ago (2011-10-13 05:20:41 UTC) #28
Nico
still missing a cl description http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/cocoa/browser_window_cocoa.mm File chrome/browser/ui/cocoa/browser_window_cocoa.mm (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/cocoa/browser_window_cocoa.mm#newcode262 chrome/browser/ui/cocoa/browser_window_cocoa.mm:262: } newline http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/cocoa/browser_window_controller.h File ...
9 years, 2 months ago (2011-10-13 05:24:10 UTC) #29
koz (OOO until 15th September)
Thanks, Nico! I've updated the description. http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/cocoa/browser_window_cocoa.mm File chrome/browser/ui/cocoa/browser_window_cocoa.mm (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/cocoa/browser_window_cocoa.mm#newcode262 chrome/browser/ui/cocoa/browser_window_cocoa.mm:262: } On 2011/10/13 ...
9 years, 2 months ago (2011-10-13 06:09:43 UTC) #30
Nico
(did you upload the new snapshot?)
9 years, 2 months ago (2011-10-13 17:15:19 UTC) #31
Peter Kasting
On 2011/10/13 05:11:16, koz wrote: > On 2011/10/12 07:38:40, Peter Kasting wrote: > > Test ...
9 years, 2 months ago (2011-10-13 18:18:25 UTC) #32
Scott Hess - ex-Googler
Another pass at the mac-specific stuff. I'm not sure I understand the overall stuff well ...
9 years, 2 months ago (2011-10-13 20:30:27 UTC) #33
tony
http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/fullscreen_exit_bubble.h File chrome/browser/ui/fullscreen_exit_bubble.h (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/fullscreen_exit_bubble.h#newcode37 chrome/browser/ui/fullscreen_exit_bubble.h:37: // Space between the popup and the top of ...
9 years, 2 months ago (2011-10-13 22:34:39 UTC) #34
koz (OOO until 15th September)
On 2011/10/13 17:15:19, Nico wrote: > (did you upload the new snapshot?) Sorry, my bad. ...
9 years, 2 months ago (2011-10-13 23:42:41 UTC) #35
Peter Kasting
Non-Mac/non-GTK stuff LGTM once you at least fix the accidental removal of "link_.SetEnabledColor()", and I ...
9 years, 2 months ago (2011-10-13 23:48:06 UTC) #36
koz (OOO until 15th September)
Working through the comments... http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/browser.cc#newcode1660 chrome/browser/ui/browser.cc:1660: if (entering_fullscreen) { On 2011/10/13 ...
9 years, 2 months ago (2011-10-14 00:35:16 UTC) #37
koz (OOO until 15th September)
Thanks for your comments, all. They are very much appreciated. http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode88 ...
9 years, 2 months ago (2011-10-14 01:06:13 UTC) #38
Peter Kasting
http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode178 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:178: int inner_height = height() - insets.height(); On 2011/10/14 01:06:13, ...
9 years, 2 months ago (2011-10-14 01:23:19 UTC) #39
jeremya
http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode178 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:178: int inner_height = height() - insets.height(); On 2011/10/14 01:23:19, ...
9 years, 2 months ago (2011-10-14 02:01:49 UTC) #40
Nico
cocoa parts lgtm http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm File chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm (right): http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm#newcode28 chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm:28: namespace { const has implicit internal ...
9 years, 2 months ago (2011-10-14 06:21:23 UTC) #41
tony
gtk changes LGTM http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/fullscreen_exit_bubble.cc File chrome/browser/ui/fullscreen_exit_bubble.cc (right): http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/fullscreen_exit_bubble.cc#newcode43 chrome/browser/ui/fullscreen_exit_bubble.cc:43: // | _ _ _ _ ...
9 years, 2 months ago (2011-10-14 17:29:56 UTC) #42
yzshen1
http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/gtk/browser_window_gtk.cc File chrome/browser/ui/gtk/browser_window_gtk.cc (right): http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/gtk/browser_window_gtk.cc#newcode1441 chrome/browser/ui/gtk/browser_window_gtk.cc:1441: fullscreen_exit_bubble_.reset(new FullscreenExitBubbleGtk( Can this line compile?
9 years, 2 months ago (2011-10-14 17:32:39 UTC) #43
Peter Kasting
http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/70001/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode178 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:178: int inner_height = height() - insets.height(); On 2011/10/14 02:01:49, ...
9 years, 2 months ago (2011-10-14 17:36:52 UTC) #44
Peter Kasting
http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): http://codereview.chromium.org/7740044/diff/83002/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode104 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:104: link_.SetPressedColor(message_label_.enabled_color()); Nit: Add a comment like: // Get the ...
9 years, 2 months ago (2011-10-14 20:33:28 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/7740044/83002
9 years, 2 months ago (2011-10-15 00:27:38 UTC) #46
commit-bot: I haz the power
Can't apply patch for file chrome/browser/content_settings/content_settings_utils.cc. While running patch -p1 --forward --force; patching file chrome/browser/content_settings/content_settings_utils.cc ...
9 years, 2 months ago (2011-10-15 00:28:05 UTC) #47
Nico
Sounds like they're mostly nits on the windows part, and the rest has lgs…i'ma land ...
9 years, 2 months ago (2011-10-15 00:28:07 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/7740044/83002
9 years, 2 months ago (2011-10-15 00:28:51 UTC) #49
commit-bot: I haz the power
Can't apply patch for file chrome/browser/content_settings/content_settings_utils.cc. While running patch -p1 --forward --force; patching file chrome/browser/content_settings/content_settings_utils.cc ...
9 years, 2 months ago (2011-10-15 00:29:17 UTC) #50
Ben Goodger (Google)
owners rubber stamp LGTM
9 years, 2 months ago (2011-10-15 00:52:44 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/7740044/94001
9 years, 2 months ago (2011-10-15 01:53:17 UTC) #52
commit-bot: I haz the power
9 years, 2 months ago (2011-10-15 01:53:45 UTC) #53
Presubmit check for 7740044-94001 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Messages **
If this change requires manual test instructions to QA team, add
TEST=[instructions].

** Presubmit Warnings **
New code should not use wstrings.  If you are calling an API that accepts a
wstring, fix the API.
    chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:39
    chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:72

Presubmit checks took 6.2s to calculate.

Powered by Google App Engine
This is Rietveld 408576698