|
|
Chromium Code Reviews|
Created:
4 years, 6 months ago by dtapuska Modified:
4 years, 6 months ago CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, jam, darin-cc_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionDo not convert mouse wheel gesture events in pepper.
It appears GesutreScrollBegin and End get translated to mouse events
when in full screen mode.
Do not convert touchpad/mouse wheel gesture events.
BUG=620974
Committed: https://crrev.com/527139c5692500e9b5587be7226d54f7e8f870b2
Cr-Commit-Position: refs/heads/master@{#400802}
Patch Set 1 #
Messages
Total messages: 17 (7 generated)
Description was changed from ========== Do not convert mouse wheel gesture events in pepper. It appears GesutreScrollBegin and End get translated to mouse events when in full screen mode. Do not convert touchpad/mouse wheel gesture events. BUG=620974 ========== to ========== Do not convert mouse wheel gesture events in pepper. It appears GesutreScrollBegin and End get translated to mouse events when in full screen mode. Do not convert touchpad/mouse wheel gesture events. BUG=620974 ==========
dtapuska@chromium.org changed reviewers: + sadrul@chromium.org
On 2016/06/20 19:05:30, dtapuska wrote: > mailto:dtapuska@chromium.org changed reviewers: > + mailto:sadrul@chromium.org sadrul@ do you mind taking a quick peak at this change since you originally wrote this code? Then I will get an OWNER to review it. Thanks!
yep, lgtm
dtapuska@chromium.org changed reviewers: + creis@chromium.org
creis@chromium.org: Please review changes in
LGTM. Is this something that could have a regression test added in a followup CL? (I won't block this given the need to merge it, but that need also makes it more important to have test coverage going forward.)
The CQ bit was checked by dtapuska@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2085663002/1
On 2016/06/20 21:46:43, Charlie Reis wrote: > LGTM. Is this something that could have a regression test added in a followup > CL? (I won't block this given the need to merge it, but that need also makes it > more important to have test coverage going forward.) Ya I considered adding a test; but I didn't find any fullscreen pepper unit tests. If you know of a location where there are some that I can add a simple test to I can look into it. But the way it is now adding a unit test for this seemed to be some work.
creis@chromium.org changed reviewers: + alexmos@chromium.org
[+alexmos] On 2016/06/20 21:56:04, dtapuska wrote: > On 2016/06/20 21:46:43, Charlie Reis wrote: > > LGTM. Is this something that could have a regression test added in a followup > > CL? (I won't block this given the need to merge it, but that need also makes > it > > more important to have test coverage going forward.) > > Ya I considered adding a test; but I didn't find any fullscreen pepper unit > tests. If you know of a location where there are some that I can add a simple > test to I can look into it. But the way it is now adding a unit test for this > seemed to be some work. Alex, you've worked on some Flash fullscreen issues. Do you know whether a test for this issue is feasible to write?
Message was sent while issue was closed.
Description was changed from ========== Do not convert mouse wheel gesture events in pepper. It appears GesutreScrollBegin and End get translated to mouse events when in full screen mode. Do not convert touchpad/mouse wheel gesture events. BUG=620974 ========== to ========== Do not convert mouse wheel gesture events in pepper. It appears GesutreScrollBegin and End get translated to mouse events when in full screen mode. Do not convert touchpad/mouse wheel gesture events. BUG=620974 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Do not convert mouse wheel gesture events in pepper. It appears GesutreScrollBegin and End get translated to mouse events when in full screen mode. Do not convert touchpad/mouse wheel gesture events. BUG=620974 ========== to ========== Do not convert mouse wheel gesture events in pepper. It appears GesutreScrollBegin and End get translated to mouse events when in full screen mode. Do not convert touchpad/mouse wheel gesture events. BUG=620974 Committed: https://crrev.com/527139c5692500e9b5587be7226d54f7e8f870b2 Cr-Commit-Position: refs/heads/master@{#400802} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/527139c5692500e9b5587be7226d54f7e8f870b2 Cr-Commit-Position: refs/heads/master@{#400802}
Message was sent while issue was closed.
On 2016/06/20 21:58:12, Charlie Reis wrote: > [+alexmos] > > On 2016/06/20 21:56:04, dtapuska wrote: > > On 2016/06/20 21:46:43, Charlie Reis wrote: > > > LGTM. Is this something that could have a regression test added in a > followup > > > CL? (I won't block this given the need to merge it, but that need also > makes > > it > > > more important to have test coverage going forward.) > > > > Ya I considered adding a test; but I didn't find any fullscreen pepper unit > > tests. If you know of a location where there are some that I can add a simple > > test to I can look into it. But the way it is now adding a unit test for this > > seemed to be some work. > > Alex, you've worked on some Flash fullscreen issues. Do you know whether a test > for this issue is feasible to write? I don't know about unit tests, but for browser tests you might try to add a test to flash_fullscreen_interactive_browsertest.cc, which uses a simulated pepper plugin (https://cs.chromium.org/chromium/src/ppapi/tests/test_flash_fullscreen_for_br...) and runs as part of interactive_ui_tests. You should be able to synthesize a mouse wheel event there and see if you get the right events on the other side (or at least whether the right IPCs get sent). There's a lot of machinery involved though, and it might not be very easy. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
