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

Issue 22567004: Ignore should-scroll-on-main-thread if main frame is not scrollable (Closed)

Created:
7 years, 4 months ago by Ian Vollick
Modified:
7 years, 4 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, hartmanng, shawnsingh
Visibility:
Public.

Description

Ignore should-scroll-on-main-thread if main frame is not scrollable The reasons for forcing main frame scrolling are applicable for main frame scrolling. If we are not scrolling the main frame (and scrolling cannot bubble to the main frame), we should ignore this hint. BUG=254435

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -32 lines) Patch
M cc/layers/layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/layer_impl.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 4 chunks +6 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 2 chunks +21 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 3 chunks +16 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 2 chunks +21 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 chunk +9 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
aelias_OOO_until_Jul13
Hi, drive-by since I was looking at similar stuff today in the context of http://crbug.com/244524 ...
7 years, 4 months ago (2013-08-08 05:22:05 UTC) #1
Ian Vollick
On 2013/08/08 05:22:05, aelias wrote: > Hi, drive-by since I was looking at similar stuff ...
7 years, 4 months ago (2013-08-09 14:30:58 UTC) #2
aelias_OOO_until_Jul13
Blink also knows that the main frame isn't scrollable, so could we just apply this ...
7 years, 4 months ago (2013-08-09 18:44:02 UTC) #3
Ian Vollick
On 2013/08/09 18:44:02, aelias wrote: > Blink also knows that the main frame isn't scrollable, ...
7 years, 4 months ago (2013-08-09 18:52:16 UTC) #4
Ian Vollick
On 2013/08/09 18:52:16, vollick wrote: > On 2013/08/09 18:44:02, aelias wrote: > > Blink also ...
7 years, 4 months ago (2013-08-09 19:37:27 UTC) #5
jamesr
This patch claims the base URL is svn://svn.chromium.org/chrome/trunk/src and the patch is to Source/... I ...
7 years, 4 months ago (2013-08-09 19:38:49 UTC) #6
Ian Vollick
7 years, 4 months ago (2013-08-09 19:43:00 UTC) #7
On 2013/08/09 19:38:49, jamesr wrote:
> This patch claims the base URL is svn://svn.chromium.org/chrome/trunk/src and
> the patch is to Source/...
> 
> I really doubt that's the case

I was naughty and reused the issue for the chromium patch for this blink patch.
That maybe confused things? I'll close this and create a new issue for the blink
patch.

Powered by Google App Engine
This is Rietveld 408576698