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

Issue 243233002: [DevTools] Disable touch emulation on devices with touch input. (Closed)

Created:
6 years, 8 months ago by dgozman
Modified:
6 years, 8 months ago
Reviewers:
pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[DevTools] Disable touch emulation on devices with touch input. Previously, we disabled it on mobile devices, which was not accurate. BUG=337142 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172074

Patch Set 1 #

Total comments: 8

Patch Set 2 : Staying inside core #

Total comments: 2

Patch Set 3 : Even more inside core #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -21 lines) Patch
M Source/core/inspector/InspectorPageAgent.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 4 chunks +35 lines, -3 lines 0 comments Download
M Source/devtools/front_end/OverridesSupport.js View 1 2 chunks +10 lines, -1 line 0 comments Download
M Source/devtools/front_end/OverridesView.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/Target.js View 1 1 chunk +10 lines, -0 lines 0 comments Download
M Source/devtools/protocol.json View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/web/WebDevToolsAgentImpl.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/web/WebDevToolsAgentImpl.cpp View 1 2 2 chunks +0 lines, -14 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
dgozman
Could you please take a look? https://codereview.chromium.org/243233002/diff/1/Source/devtools/front_end/Target.js File Source/devtools/front_end/Target.js (right): https://codereview.chromium.org/243233002/diff/1/Source/devtools/front_end/Target.js#newcode247 Source/devtools/front_end/Target.js:247: if (this._targets[i].isMainFrontend) Main ...
6 years, 8 months ago (2014-04-18 15:13:12 UTC) #1
pfeldman
https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h File Source/core/inspector/InspectorClient.h (right): https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h#newcode60 Source/core/inspector/InspectorClient.h:60: virtual bool hasTouchInputs() { return false; } This is ...
6 years, 8 months ago (2014-04-18 16:23:14 UTC) #2
dgozman
https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h File Source/core/inspector/InspectorClient.h (right): https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h#newcode60 Source/core/inspector/InspectorClient.h:60: virtual bool hasTouchInputs() { return false; } On 2014/04/18 ...
6 years, 8 months ago (2014-04-18 17:26:27 UTC) #3
pfeldman
https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h File Source/core/inspector/InspectorClient.h (right): https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h#newcode60 Source/core/inspector/InspectorClient.h:60: virtual bool hasTouchInputs() { return false; } It still ...
6 years, 8 months ago (2014-04-18 18:56:12 UTC) #4
dgozman
PTAL https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h File Source/core/inspector/InspectorClient.h (right): https://codereview.chromium.org/243233002/diff/1/Source/core/inspector/InspectorClient.h#newcode60 Source/core/inspector/InspectorClient.h:60: virtual bool hasTouchInputs() { return false; } On ...
6 years, 8 months ago (2014-04-21 11:46:10 UTC) #5
pfeldman
https://codereview.chromium.org/243233002/diff/20001/Source/web/WebDevToolsAgentImpl.cpp File Source/web/WebDevToolsAgentImpl.cpp (right): https://codereview.chromium.org/243233002/diff/20001/Source/web/WebDevToolsAgentImpl.cpp#newcode395 Source/web/WebDevToolsAgentImpl.cpp:395: m_originalDeviceSupportsTouch = m_webViewImpl->page()->settings().deviceSupportsTouch(); Why is this not a part ...
6 years, 8 months ago (2014-04-21 12:34:00 UTC) #6
dgozman
PTAL https://codereview.chromium.org/243233002/diff/20001/Source/web/WebDevToolsAgentImpl.cpp File Source/web/WebDevToolsAgentImpl.cpp (right): https://codereview.chromium.org/243233002/diff/20001/Source/web/WebDevToolsAgentImpl.cpp#newcode395 Source/web/WebDevToolsAgentImpl.cpp:395: m_originalDeviceSupportsTouch = m_webViewImpl->page()->settings().deviceSupportsTouch(); On 2014/04/21 12:34:00, pfeldman wrote: ...
6 years, 8 months ago (2014-04-21 13:25:46 UTC) #7
pfeldman
lgtm
6 years, 8 months ago (2014-04-21 15:00:39 UTC) #8
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 8 months ago (2014-04-21 15:24:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/243233002/40001
6 years, 8 months ago (2014-04-21 15:24:22 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-21 16:41:26 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 8 months ago (2014-04-21 16:41:27 UTC) #12
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 8 months ago (2014-04-21 19:46:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/243233002/40001
6 years, 8 months ago (2014-04-21 19:46:28 UTC) #14
commit-bot: I haz the power
6 years, 8 months ago (2014-04-21 20:58:59 UTC) #15
Message was sent while issue was closed.
Change committed as 172074

Powered by Google App Engine
This is Rietveld 408576698