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

Issue 138893003: [Android] Disable the touch ack timeout on mobile sites (Closed)

Created:
6 years, 11 months ago by jdduke (slow)
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Xianzhu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Disable the touch ack timeout on mobile sites Disable the touch ack timeout on pages that have a width=device-width or narrow viewport (indicative of the page being mobile-optimized or responsive). Previously, this was disabled only on mobile sites with a fixed page scale. BUG=260732, 313741 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245219

Patch Set 1 #

Patch Set 2 : Let's try making it compile, shall we? #

Total comments: 6

Patch Set 3 : Account for floating point multiplication #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -6 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 2 chunks +18 lines, -6 lines 6 comments Download

Messages

Total messages: 14 (0 generated)
jdduke (slow)
I must have missed this case when I first ported the timeout to C++. We ...
6 years, 11 months ago (2014-01-14 21:33:01 UTC) #1
jdduke (slow)
My math is off, I need to convert the content width coordinates... Patch will be ...
6 years, 11 months ago (2014-01-14 21:40:57 UTC) #2
jdduke (slow)
On 2014/01/14 21:40:57, jdduke wrote: > My math is off, I need to convert the ...
6 years, 11 months ago (2014-01-14 21:54:17 UTC) #3
Xianzhu
I happened to read the related code in this morning :) https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): ...
6 years, 11 months ago (2014-01-14 21:54:19 UTC) #4
jdduke (slow)
https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode113 content/browser/renderer_host/render_widget_host_impl.cc:113: if (metadata.root_layer_size.width() <= window_width_dip) On 2014/01/14 21:54:19, Xianzhu wrote: ...
6 years, 11 months ago (2014-01-14 21:56:37 UTC) #5
Xianzhu
lgtm https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode113 content/browser/renderer_host/render_widget_host_impl.cc:113: if (metadata.root_layer_size.width() <= window_width_dip) On 2014/01/14 21:56:38, jdduke ...
6 years, 11 months ago (2014-01-14 23:56:18 UTC) #6
johnme
LGTM if the answer to my questions is yes :) https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/138893003/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode113 ...
6 years, 11 months ago (2014-01-15 02:15:09 UTC) #7
jdduke (slow)
https://codereview.chromium.org/138893003/diff/110001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/138893003/diff/110001/content/browser/renderer_host/render_widget_host_impl.cc#newcode112 content/browser/renderer_host/render_widget_host_impl.cc:112: std::ceil(metadata.page_scale_factor * metadata.viewport_size.width()); On 2014/01/15 02:15:09, johnme wrote: > ...
6 years, 11 months ago (2014-01-15 03:06:49 UTC) #8
jdduke (slow)
Thanks for review. aelias@: Owner review? Thanks. https://codereview.chromium.org/138893003/diff/110001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/138893003/diff/110001/content/browser/renderer_host/render_widget_host_impl.cc#newcode112 content/browser/renderer_host/render_widget_host_impl.cc:112: std::ceil(metadata.page_scale_factor * ...
6 years, 11 months ago (2014-01-15 21:28:50 UTC) #9
aelias_OOO_until_Jul13
lgtm
6 years, 11 months ago (2014-01-15 22:51:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/138893003/110001
6 years, 11 months ago (2014-01-15 23:23:38 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) telemetry_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=246945
6 years, 11 months ago (2014-01-16 01:25:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/138893003/110001
6 years, 11 months ago (2014-01-16 02:46:43 UTC) #13
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 17:16:49 UTC) #14
Message was sent while issue was closed.
Change committed as 245219

Powered by Google App Engine
This is Rietveld 408576698