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

Issue 1867953002: This will disable the behavior on Windows 10 in which (Closed)

Created:
4 years, 8 months ago by kylix_rd
Modified:
4 years, 8 months ago
Reviewers:
iyengar, ananta, sky
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This will disable the behavior on Windows 10 in which touchpad scrolling on Windows 10 will also activate/focus the window. BUG=601116 Committed: https://crrev.com/0b272b68a3aaf908a4300326290d6f04efb838ba Cr-Commit-Position: refs/heads/master@{#386718}

Patch Set 1 #

Patch Set 2 : Need to ensure this builds an runs on Windows 7, so remove implicit linkage to GetPointerType() #

Total comments: 4

Patch Set 3 : Updates based on CL comments #

Total comments: 10

Patch Set 4 : Updates based on CL feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M ui/views/win/hwnd_message_handler.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
kylix_rd
4 years, 8 months ago (2016-04-07 19:23:55 UTC) #3
kylix_rd
Latest patch now builds for all Windows versions.
4 years, 8 months ago (2016-04-08 13:50:57 UTC) #4
ananta
https://codereview.chromium.org/1867953002/diff/20001/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/1867953002/diff/20001/ui/views/win/hwnd_message_handler.cc#newcode1567 ui/views/win/hwnd_message_handler.cc:1567: typedef BOOL (WINAPI *GetPointerTypeFn)(UINT32, POINTER_INPUT_TYPE *); Please move this ...
4 years, 8 months ago (2016-04-11 21:51:08 UTC) #5
kylix_rd
https://codereview.chromium.org/1867953002/diff/20001/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/1867953002/diff/20001/ui/views/win/hwnd_message_handler.cc#newcode1567 ui/views/win/hwnd_message_handler.cc:1567: typedef BOOL (WINAPI *GetPointerTypeFn)(UINT32, POINTER_INPUT_TYPE *); On 2016/04/11 21:51:08, ...
4 years, 8 months ago (2016-04-11 22:41:07 UTC) #6
iyengar
lgtm
4 years, 8 months ago (2016-04-11 22:52:29 UTC) #8
ananta
lgtm
4 years, 8 months ago (2016-04-11 22:53:52 UTC) #10
kylix_rd
4 years, 8 months ago (2016-04-11 22:58:27 UTC) #12
sky
https://codereview.chromium.org/1867953002/diff/40001/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/1867953002/diff/40001/ui/views/win/hwnd_message_handler.cc#newcode1578 ui/views/win/hwnd_message_handler.cc:1578: typedef BOOL(WINAPI *GetPointerTypeFn)(UINT32, POINTER_INPUT_TYPE *); using? https://codereview.chromium.org/1867953002/diff/40001/ui/views/win/hwnd_message_handler.cc#newcode1579 ui/views/win/hwnd_message_handler.cc:1579: UINT32 ...
4 years, 8 months ago (2016-04-12 13:19:16 UTC) #13
kylix_rd
https://codereview.chromium.org/1867953002/diff/40001/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/1867953002/diff/40001/ui/views/win/hwnd_message_handler.cc#newcode1578 ui/views/win/hwnd_message_handler.cc:1578: typedef BOOL(WINAPI *GetPointerTypeFn)(UINT32, POINTER_INPUT_TYPE *); On 2016/04/12 13:19:16, sky ...
4 years, 8 months ago (2016-04-12 14:32:28 UTC) #14
sky
LGTM
4 years, 8 months ago (2016-04-12 16:52:53 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1867953002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1867953002/60001
4 years, 8 months ago (2016-04-12 16:56:17 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-12 17:02:42 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-04-12 17:04:55 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0b272b68a3aaf908a4300326290d6f04efb838ba
Cr-Commit-Position: refs/heads/master@{#386718}

Powered by Google App Engine
This is Rietveld 408576698