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

Issue 26764002: Chromium side of maxTouchPoints implementation. (Closed)

Created:
7 years, 2 months ago by Scott Blomquist (MS OPEN TECH)
Modified:
7 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Unhide navigator.maxTouchPoints for all platforms if experimental features enabled #

Patch Set 3 : Don't need WebRuntimeFeatures any more #

Patch Set 4 : Don't need WebRuntimeFeatures any more #

Total comments: 1

Patch Set 5 : add TODO to kMaxTouchPointsUnknown. #

Total comments: 2

Patch Set 6 : Incorporate review feedback from sadrul #

Total comments: 1

Patch Set 7 : fix up nearby whitespace as darin requested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -4 lines) Patch
M AUTHORS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 1 chunk +6 lines, -4 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/web_preferences.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/touch/touch_device.h View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M ui/base/touch/touch_device.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/touch/touch_device_android.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M ui/base/touch/touch_device_aurax11.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/touch/touch_device_ozone.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/touch/touch_device_win.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/common/webpreferences.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M webkit/common/webpreferences.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Rick Byers
https://codereview.chromium.org/26764002/diff/1/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/26764002/diff/1/content/browser/web_contents/web_contents_impl.cc#newcode604 content/browser/web_contents/web_contents_impl.cc:604: prefs.pointer_events_max_touch_points_enabled = prefs.touch_enabled && I don't think you want ...
7 years, 2 months ago (2013-10-10 22:42:40 UTC) #1
Scott Blomquist (MS OPEN TECH)
On 2013/10/10 22:42:40, Rick Byers wrote: > https://codereview.chromium.org/26764002/diff/1/content/browser/web_contents/web_contents_impl.cc#newcode604 > content/browser/web_contents/web_contents_impl.cc:604: > prefs.pointer_events_max_touch_points_enabled = prefs.touch_enabled && ...
7 years, 2 months ago (2013-10-17 20:48:35 UTC) #2
Rick Byers
This LGTM (with a small nit). You'll need to wait for the blink side to ...
7 years, 2 months ago (2013-10-18 21:12:38 UTC) #3
Rick Byers
+sadrul for OWNERS in ui/base/touch
7 years, 2 months ago (2013-10-18 21:13:48 UTC) #4
sadrul
Looks good. A couple of nits: https://codereview.chromium.org/26764002/diff/50001/ui/base/touch/touch_device.h File ui/base/touch/touch_device.h (right): https://codereview.chromium.org/26764002/diff/50001/ui/base/touch/touch_device.h#newcode13 ui/base/touch/touch_device.h:13: const int kMaxTouchPointsUnknown ...
7 years, 2 months ago (2013-10-21 02:27:21 UTC) #5
Scott Blomquist (MS OPEN TECH)
Thanks for the feedback. I've incorporated all of it unless "doc comment" means something more ...
7 years, 2 months ago (2013-10-22 18:27:41 UTC) #6
sadrul
ui/base/touch/ LGTM darin@ could an owner-reviewer for the webkit/ content/ changes.
7 years, 2 months ago (2013-10-23 02:46:21 UTC) #7
sadrul
7 years, 1 month ago (2013-10-25 17:41:12 UTC) #8
darin (slow to review)
LGTM https://codereview.chromium.org/26764002/diff/100001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/26764002/diff/100001/content/browser/web_contents/web_contents_impl.cc#newcode610 content/browser/web_contents/web_contents_impl.cc:610: prefs.touch_adjustment_enabled = could you by chance also fix ...
7 years, 1 month ago (2013-10-25 20:00:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sblom@microsoft.com/26764002/210001
7 years, 1 month ago (2013-10-25 21:46:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sblom@microsoft.com/26764002/210001
7 years, 1 month ago (2013-10-26 04:10:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sblom@microsoft.com/26764002/210001
7 years, 1 month ago (2013-10-26 09:41:47 UTC) #12
commit-bot: I haz the power
7 years, 1 month ago (2013-10-26 12:53:43 UTC) #13
Message was sent while issue was closed.
Change committed as 231203

Powered by Google App Engine
This is Rietveld 408576698