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

Issue 7792048: WindowOpenDisposition should not be exposed in base and ui modules. (mac) (Closed)

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

Description

NOTE: The last goal of this series of patches is to unexpose WindowOpenDisposition in ui and base modules. This patch introduces the platform independent (key or mouse) events for mac. It provides a conversion function from mac event to the platform independent events. After this patch is landed, I will upload the main patch of this series. It will remove the code where WindowOpenDisposition is exposed to ui/base level, and will introduce (context menu) handlers with platform independent event flags. See also http://codereview.chromium.org/6893046/ BUG=93700 TEST=EventUtilsTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98936

Patch Set 1 #

Total comments: 4

Patch Set 2 : Reflected reveiwers' comments #

Patch Set 3 : Fixed a bug... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -9 lines) Patch
M chrome/browser/event_disposition.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/event_utils.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/event_utils.mm View 1 1 chunk +52 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/event_utils_unittest.mm View 2 chunks +61 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
shinyak (Google)
9 years, 3 months ago (2011-08-30 18:31:35 UTC) #1
Ben Goodger (Google)
A mac savvy person should review this.
9 years, 3 months ago (2011-08-30 20:07:41 UTC) #2
Avi (use Gerrit)
With fixes, LGTM http://codereview.chromium.org/7792048/diff/1/chrome/browser/ui/cocoa/event_utils.h File chrome/browser/ui/cocoa/event_utils.h (right): http://codereview.chromium.org/7792048/diff/1/chrome/browser/ui/cocoa/event_utils.h#newcode19 chrome/browser/ui/cocoa/event_utils.h:19: // but instead use the modifier ...
9 years, 3 months ago (2011-08-30 20:11:17 UTC) #3
shinyak (Google)
http://codereview.chromium.org/7792048/diff/1/chrome/browser/ui/cocoa/event_utils.h File chrome/browser/ui/cocoa/event_utils.h (right): http://codereview.chromium.org/7792048/diff/1/chrome/browser/ui/cocoa/event_utils.h#newcode19 chrome/browser/ui/cocoa/event_utils.h:19: // but instead use the modifier flags given by ...
9 years, 3 months ago (2011-08-31 06:09:22 UTC) #4
commit-bot: I haz the power
9 years, 3 months ago (2011-08-31 08:02:29 UTC) #5
Change committed as 98936

Powered by Google App Engine
This is Rietveld 408576698