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

Issue 457773002: Unable to scroll in Chrome system URLs(history,settings,extension) pages (Closed)

Created:
6 years, 4 months ago by abarth-chromium
Modified:
6 years, 4 months ago
Reviewers:
jamesr
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Unable to scroll in Chrome system URLs(history,settings,extension) pages This code was attempting to take the fast scrolling path for RenderViews that were not composited. Unfortunately, there's no way for the compositor to scroll RenderViews that are not composited. Instead, we should bail out and run the slow scrolling path. This CL also removes some dead code from this function and updates the comments to more accurately reflect reality. R=jamesr@chromium.org BUG=401878 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179875

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -22 lines) Patch
M LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/platform/win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/frame/FrameView.cpp View 3 chunks +8 lines, -19 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
abarth-chromium
6 years, 4 months ago (2014-08-08 19:33:24 UTC) #1
jamesr
lgtm
6 years, 4 months ago (2014-08-08 22:33:08 UTC) #2
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 4 months ago (2014-08-08 22:40:16 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/457773002/1
6 years, 4 months ago (2014-08-08 22:41:36 UTC) #4
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 22:45:21 UTC) #5
Message was sent while issue was closed.
Change committed as 179875

Powered by Google App Engine
This is Rietveld 408576698