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

Issue 231933002: Merge 262312 "[Android] Use latest page scale factor when comput..." (Closed)

Created:
6 years, 8 months ago by jdduke (slow)
Modified:
6 years, 8 months ago
Reviewers:
jdduke (slow)
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Merge 262312 "[Android] Use latest page scale factor when comput..." > [Android] Use latest page scale factor when computing content width > > Previously, ContentViewCore clamped the effective content bounds from the > compositor frame metadata using the *previous* frame's page scale factor. > Instead, clamp the content bounds using the *current* frame's page scale > factor, and make the content viewport comparison more robust. This fixes an > issue where the content size after page load was being improperly calculated, > preventing mobile sites (e.g., width=device-width) from benefiting from the > disabled tap delay. > > BUG=360602 > > Review URL: https://codereview.chromium.org/224723019 TBR=jdduke@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262814

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -6 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 2 chunks +3 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/RenderCoordinates.java View 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jdduke (slow)
6 years, 8 months ago (2014-04-09 21:12:13 UTC) #1
jdduke (slow)
6 years, 8 months ago (2014-04-09 21:13:00 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r262814.

Powered by Google App Engine
This is Rietveld 408576698