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

Issue 7712001: WindowOpenDisposition should not be exposed in base and ui modules. (1) Gdk refactoring (Closed)

Created:
9 years, 4 months ago by shinyak (Google)
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

NOTE: The last goal of this series of patches is not to expose WindowOpenDisposition in ui and base modules. In the series of these patches, Browser::ExecuteCommandWithDisposition and these kind of functions will be changed to Browser::ExecuteCommandWithEventFlags, which takes platform independent event flags (ui::EventFlags) The previous patch (http://codereview.chromium.org/6893046/) was so big, I decided them into much small patches. BUG=93700 TEST=GTKUtilTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98790

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : minor fix. #

Total comments: 8

Patch Set 4 : reflected reviewers' comments. #

Patch Set 5 : make it buildable #

Patch Set 6 : minor fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -32 lines) Patch
A chrome/browser/event_disposition.h View 1 chunk +20 lines, -0 lines 0 comments Download
A + chrome/browser/event_disposition.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/gtk_util.h View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.cc View 1 2 3 4 chunks +19 lines, -8 lines 0 comments Download
A chrome/browser/ui/gtk/gtk_util_unittest.cc View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/menu_gtk.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/reload_button_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/event_utils.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
shinyak (Google)
9 years, 4 months ago (2011-08-24 08:53:50 UTC) #1
Paweł Hajdan Jr.
Drive-by with testing comments. No need to wait for me. http://codereview.chromium.org/7712001/diff/5001/chrome/browser/ui/gtk/gtk_util_unittest.cc File chrome/browser/ui/gtk/gtk_util_unittest.cc (right): http://codereview.chromium.org/7712001/diff/5001/chrome/browser/ui/gtk/gtk_util_unittest.cc#newcode34 ...
9 years, 4 months ago (2011-08-24 17:15:01 UTC) #2
Elliot Glaysher
Please don't make gtk files depend on views files. http://codereview.chromium.org/7712001/diff/5001/chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc File chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc (right): http://codereview.chromium.org/7712001/diff/5001/chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc#newcode19 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc:19: ...
9 years, 4 months ago (2011-08-24 18:04:49 UTC) #3
shinyak (Google)
http://codereview.chromium.org/7712001/diff/5001/chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc File chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc (right): http://codereview.chromium.org/7712001/diff/5001/chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc#newcode19 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc:19: #include "chrome/browser/ui/views/event_utils.h" On 2011/08/24 18:04:49, Elliot Glaysher wrote: > ...
9 years, 4 months ago (2011-08-25 05:54:10 UTC) #4
Elliot Glaysher
lgtm
9 years, 4 months ago (2011-08-25 17:45:10 UTC) #5
shinyak (Google)
made a minor fix because this CL will break the build of the latest trunk.
9 years, 3 months ago (2011-08-29 08:14:53 UTC) #6
shinyak (Google)
In the Patch Set 6, this problem is fixed.
9 years, 3 months ago (2011-08-29 08:15:38 UTC) #7
commit-bot: I haz the power
9 years, 3 months ago (2011-08-30 04:30:28 UTC) #8
Can't process patch for file chrome/browser/event_disposition.cc.
A +

Powered by Google App Engine
This is Rietveld 408576698