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

Issue 8283028: GTK version of fullscreen API exit bubble. (Closed)

Created:
9 years, 2 months ago by jeremya
Modified:
9 years, 2 months ago
Reviewers:
tony
CC:
chromium-reviews, koz (OOO until 15th September), yzshen1
Base URL:
matter:/usr/local/google/chromium/src@trunk
Visibility:
Public.

Description

GTK version of fullscreen API exit bubble. This change depends on http://codereview.chromium.org/7740044/ BUG=73923 TEST=

Patch Set 1 #

Total comments: 14

Patch Set 2 : comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -24 lines) Patch
M chrome/browser/ui/gtk/browser_window_gtk.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h View 1 3 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc View 1 5 chunks +92 lines, -20 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
tony
http://codereview.chromium.org/8283028/diff/1/chrome/browser/ui/gtk/browser_window_gtk.cc File chrome/browser/ui/gtk/browser_window_gtk.cc (left): http://codereview.chromium.org/8283028/diff/1/chrome/browser/ui/gtk/browser_window_gtk.cc#oldcode1441 chrome/browser/ui/gtk/browser_window_gtk.cc:1441: fullscreen_exit_bubble_.reset(new FullscreenExitBubbleGtk( Why is this code being removed? This ...
9 years, 2 months ago (2011-10-14 17:56:05 UTC) #1
jeremya
http://codereview.chromium.org/8283028/diff/1/chrome/browser/ui/gtk/browser_window_gtk.cc File chrome/browser/ui/gtk/browser_window_gtk.cc (left): http://codereview.chromium.org/8283028/diff/1/chrome/browser/ui/gtk/browser_window_gtk.cc#oldcode1441 chrome/browser/ui/gtk/browser_window_gtk.cc:1441: fullscreen_exit_bubble_.reset(new FullscreenExitBubbleGtk( On 2011/10/14 17:56:05, tony wrote: > Why ...
9 years, 2 months ago (2011-10-15 01:44:55 UTC) #2
tony
9 years, 2 months ago (2011-10-15 02:26:49 UTC) #3
LGTM

http://codereview.chromium.org/8283028/diff/4001/chrome/browser/ui/gtk/fullsc...
File chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc (right):

http://codereview.chromium.org/8283028/diff/4001/chrome/browser/ui/gtk/fullsc...
chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc:71:
gtk_util::ActAsRoundedWindow(bubble, kFrameColor, 3,
It seems like it's a bug that we don't use the theme color here.  What are we
doing on other platforms? Can be fixed in a follow up.

Powered by Google App Engine
This is Rietveld 408576698