summaryrefslogtreecommitdiffstats
path: root/chrome/browser/event_disposition.cc
Commit message (Collapse)AuthorAgeFilesLines
* NOTE:shinyak@google.com2011-08-311-2/+2
| | | | | | | | | | | | | | | | | | 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 Review URL: http://codereview.chromium.org/7792048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98936 0039d316-1c4b-4281-b951-d872f2087c98
* NOTE:morrita@chromium.org2011-08-301-0/+20
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 Review URL: http://codereview.chromium.org/7712001 Patch from Shinya Kawanaka <shinyak@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98790 0039d316-1c4b-4281-b951-d872f2087c98