|
|
Chromium Code Reviews|
Created:
4 years, 7 months ago by oshima Modified:
4 years, 7 months ago CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionDisable input scaling only when an input came from renderer
I didn't realized that touch events are directly sent to guest views. This fixes the issue by only skip scaling when events are sent back from renderer.
BUG=485650, 600453
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/cbcc58292dabf419324cddbad21242ddc8be3896
Cr-Commit-Position: refs/heads/master@{#394499}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 50 (27 generated)
Description was changed from ========== Disable input scaling when an input came from renderer BUG= ========== to ========== Disable input scaling when an input came from renderer BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ==========
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/1
Description was changed from ========== Disable input scaling when an input came from renderer BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ========== to ========== Disable input scaling when an input came from renderer BUG=485650 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linu...)
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/1
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linu...)
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/20001
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/40001
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm6...)
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/100001
Description was changed from ========== Disable input scaling when an input came from renderer BUG=485650 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ========== to ========== Disable input scaling only when an input came from renderer BUG=485650 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ==========
oshima@chromium.org changed reviewers: + wjmaclean@chromium.org
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
Patchset #2 (id:60001) has been deleted
Patchset #1 (id:40001) has been deleted
Patchset #1 (id:80001) has been deleted
Description was changed from ========== Disable input scaling only when an input came from renderer BUG=485650 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ========== to ========== Disable input scaling only when an input came from renderer BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ==========
Description was changed from ========== Disable input scaling only when an input came from renderer BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ========== to ========== Disable input scaling only when an input came from renderer I didn't realized that touch events are directly sent to guest views. This fixes the issue by only skip scaling when events are sent back from renderer. BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ==========
LGTM, with one comment. https://codereview.chromium.org/1977513002/diff/100001/content/browser/frame_... File content/browser/frame_host/render_widget_host_view_guest.cc (right): https://codereview.chromium.org/1977513002/diff/100001/content/browser/frame_... content/browser/frame_host/render_widget_host_view_guest.cc:169: LOG(ERROR) << "Touch Event:" << WebInputEventTraits::ToString(event); I'm not sure I understand what this is here for?
https://codereview.chromium.org/1977513002/diff/100001/content/browser/frame_... File content/browser/frame_host/render_widget_host_view_guest.cc (right): https://codereview.chromium.org/1977513002/diff/100001/content/browser/frame_... content/browser/frame_host/render_widget_host_view_guest.cc:169: LOG(ERROR) << "Touch Event:" << WebInputEventTraits::ToString(event); On 2016/05/13 18:17:57, wjmaclean wrote: > I'm not sure I understand what this is here for? Oops, sorry. It's was just debug message. Removed.
oshima@chromium.org changed reviewers: + sievers@chromium.org
sievers@ -> owners review
The CQ bit was checked by oshima@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/120001
On 2016/05/13 18:47:04, oshima wrote: > https://codereview.chromium.org/1977513002/diff/100001/content/browser/frame_... > File content/browser/frame_host/render_widget_host_view_guest.cc (right): > > https://codereview.chromium.org/1977513002/diff/100001/content/browser/frame_... > content/browser/frame_host/render_widget_host_view_guest.cc:169: LOG(ERROR) << > "Touch Event:" << WebInputEventTraits::ToString(event); > On 2016/05/13 18:17:57, wjmaclean wrote: > > I'm not sure I understand what this is here for? > Oops, sorry. It's was just debug message. Removed. I wondered about that :-) LGTM
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
sievers: ping?
oshima@chromium.org changed reviewers: + alexmos@chromium.org, tdresser@chromium.org - sievers@chromium.org
tdresser@ -> c/b/renderer_host alexmos@ -> c/b/frame_host
LGTM
LGTM
The CQ bit was checked by oshima@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977513002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977513002/120001
Message was sent while issue was closed.
Description was changed from ========== Disable input scaling only when an input came from renderer I didn't realized that touch events are directly sent to guest views. This fixes the issue by only skip scaling when events are sent back from renderer. BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ========== to ========== Disable input scaling only when an input came from renderer I didn't realized that touch events are directly sent to guest views. This fixes the issue by only skip scaling when events are sent back from renderer. BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ==========
Message was sent while issue was closed.
Committed patchset #2 (id:120001)
Message was sent while issue was closed.
Description was changed from ========== Disable input scaling only when an input came from renderer I didn't realized that touch events are directly sent to guest views. This fixes the issue by only skip scaling when events are sent back from renderer. BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation ========== to ========== Disable input scaling only when an input came from renderer I didn't realized that touch events are directly sent to guest views. This fixes the issue by only skip scaling when events are sent back from renderer. BUG=485650, 600453 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/cbcc58292dabf419324cddbad21242ddc8be3896 Cr-Commit-Position: refs/heads/master@{#394499} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/cbcc58292dabf419324cddbad21242ddc8be3896 Cr-Commit-Position: refs/heads/master@{#394499} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
