| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10917075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154817 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=133088
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10694060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145220 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
chrome's mapping of click to disposition).
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9481008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123801 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes EF_(LEFT|MIDDLE|RIGHT)_BUTTON_DOWN to
EF_(LEF|MIDDLE|RIGHT)_MOUSE_BUTTON since these are not
specific to "down" button events.
This is follow up from review http://codereview.chromium.org/8953037
BUG=none
TEST=Compiles.
R=ben@chromium.org
Review URL: http://codereview.chromium.org/9007016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115188 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|