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

Issue 425016: Linux: Create app modal dialogs in a different way to work around a KDE 3 win... (Closed)

Created:
11 years, 1 month ago by Lei Zhang
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Linux: Create app modal dialogs in a different way to work around a KDE 3 window manager bug. While we're at it, change dialog's default size to match that of Chrome on Windows. BUG=28230 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32905

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : with missing files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -7 lines) Patch
M chrome/browser/app_modal_dialog_gtk.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/options/advanced_contents_gtk.cc View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/options/advanced_page_gtk.cc View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/options/content_page_gtk.cc View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/options/passwords_page_gtk.cc View 2 3 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/gtk/process_singleton_dialog.cc View 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/repost_form_warning_gtk.cc View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/gtk_util.h View 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/gtk_util.cc View 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/common/platform_util_linux.cc View 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Lei Zhang
I'll take a LGTM from anyone with lots of GTK-fu.
11 years, 1 month ago (2009-11-21 01:46:54 UTC) #1
Evan Stade
I don't really like this solution because it changes the way it looks for people ...
11 years, 1 month ago (2009-11-21 01:50:36 UTC) #2
Lei Zhang
On 2009/11/21 01:50:36, Evan Stade wrote: > I don't really like this solution because it ...
11 years, 1 month ago (2009-11-21 03:19:08 UTC) #3
Evan Stade
overall lg note: there's one more (new) use of gtk_message_dialog in common/platform_util_linux.cc http://codereview.chromium.org/425016/diff/4001/4011 File chrome/common/gtk_util.cc ...
11 years, 1 month ago (2009-11-23 20:36:49 UTC) #4
Lei Zhang
http://codereview.chromium.org/425016/diff/4001/4011 File chrome/common/gtk_util.cc (right): http://codereview.chromium.org/425016/diff/4001/4011#newcode595 chrome/common/gtk_util.cc:595: if (message_format) { On 2009/11/23 20:36:49, Evan Stade wrote: ...
11 years, 1 month ago (2009-11-23 21:23:01 UTC) #5
Evan Stade
it seems to me you should always call the ApplyQuirks method. You can use gtk_window_get_modal() ...
11 years, 1 month ago (2009-11-23 21:36:14 UTC) #6
Lei Zhang
On 2009/11/23 21:36:14, Evan Stade wrote: > it seems to me you should always call ...
11 years, 1 month ago (2009-11-23 21:47:47 UTC) #7
Evan Stade
On 2009/11/23 21:47:47, Lei Zhang wrote: > On 2009/11/23 21:36:14, Evan Stade wrote: > > ...
11 years, 1 month ago (2009-11-23 22:19:21 UTC) #8
Lei Zhang
ok, give it one more whirl.
11 years, 1 month ago (2009-11-23 23:09:08 UTC) #9
Lei Zhang
+ missing files.
11 years, 1 month ago (2009-11-23 23:21:22 UTC) #10
Evan Stade
11 years, 1 month ago (2009-11-23 23:23:44 UTC) #11
lgtm

Powered by Google App Engine
This is Rietveld 408576698