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

Issue 1852503002: Need to set the MICROSOFT_TABLETPENSERVICE_PROPERTY window property even for child windows (Closed)

Created:
4 years, 8 months ago by kylix_rd
Modified:
4 years, 8 months ago
Reviewers:
ananta, sky, scottmg
CC:
chromium-reviews, darin-cc_chromium.org, jam, tdresser, Rick Byers
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Need to set the MICROSOFT_TABLETPENSERVICE_PROPERTY window property even for child windows to properly disable Flicks. Added Tpcshrd.h header All HWNDS need to have Flicks disabled BUG=595842 Committed: https://crrev.com/fd3c1f989b2e3012be9e6cffdb6bfa86b9fda99e Cr-Commit-Position: refs/heads/master@{#385846}

Patch Set 1 #

Patch Set 2 : Refactoring based on suggestions from ananta@ #

Total comments: 6

Patch Set 3 : De-nit'ed per previous comment #

Total comments: 5

Patch Set 4 : More changes based on feedback/suggestions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -7 lines) Patch
M base/win/win_util.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M base/win/win_util.cc View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M content/browser/renderer_host/legacy_render_widget_host_win.cc View 1 2 3 3 chunks +8 lines, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 2 3 3 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
kylix_rd
4 years, 8 months ago (2016-03-31 18:31:00 UTC) #3
Rick Byers
Sounds like a good idea to me, but I definitely don't have the Windows-specific expertise ...
4 years, 8 months ago (2016-03-31 21:12:40 UTC) #4
kylix_rd
Based on a refactoring suggestion from ananta@, changes to base/win/win_util was necessary.
4 years, 8 months ago (2016-04-04 21:05:26 UTC) #7
ananta
lgtm % nits https://codereview.chromium.org/1852503002/diff/20001/base/win/win_util.cc File base/win/win_util.cc (right): https://codereview.chromium.org/1852503002/diff/20001/base/win/win_util.cc#newcode11 base/win/win_util.cc:11: #include <tchar.h> Please fix the include ...
4 years, 8 months ago (2016-04-04 21:17:58 UTC) #8
kylix_rd
4 years, 8 months ago (2016-04-04 21:35:07 UTC) #9
kylix_rd
https://codereview.chromium.org/1852503002/diff/20001/base/win/win_util.cc File base/win/win_util.cc (right): https://codereview.chromium.org/1852503002/diff/20001/base/win/win_util.cc#newcode11 base/win/win_util.cc:11: #include <tchar.h> On 2016/04/04 21:17:59, ananta wrote: > Please ...
4 years, 8 months ago (2016-04-04 21:40:52 UTC) #10
kylix_rd
Any more comments, suggestions, smart-remarks?
4 years, 8 months ago (2016-04-06 19:36:16 UTC) #11
sky
https://codereview.chromium.org/1852503002/diff/40001/base/win/win_util.cc File base/win/win_util.cc (right): https://codereview.chromium.org/1852503002/diff/40001/base/win/win_util.cc#newcode699 base/win/win_util.cc:699: // Disable/Enable flick gestures You have the comment in ...
4 years, 8 months ago (2016-04-07 17:57:55 UTC) #12
sky
Neither ananta or myself are owners of base/win. So, +scottmg
4 years, 8 months ago (2016-04-07 17:58:49 UTC) #14
kylix_rd
https://codereview.chromium.org/1852503002/diff/40001/base/win/win_util.cc File base/win/win_util.cc (right): https://codereview.chromium.org/1852503002/diff/40001/base/win/win_util.cc#newcode699 base/win/win_util.cc:699: // Disable/Enable flick gestures On 2016/04/07 17:57:54, sky wrote: ...
4 years, 8 months ago (2016-04-07 18:46:25 UTC) #15
kylix_rd
4 years, 8 months ago (2016-04-07 19:17:35 UTC) #16
sky
LGTM
4 years, 8 months ago (2016-04-07 20:02:38 UTC) #17
scottmg
base/win lgtm
4 years, 8 months ago (2016-04-07 20:25:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852503002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852503002/60001
4 years, 8 months ago (2016-04-07 20:31:03 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-07 21:05:33 UTC) #23
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 21:07:17 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/fd3c1f989b2e3012be9e6cffdb6bfa86b9fda99e
Cr-Commit-Position: refs/heads/master@{#385846}

Powered by Google App Engine
This is Rietveld 408576698