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

Issue 1096383007: Position adjustment for composited scrolling is not needed if the layer has box decorations. (Closed)

Created:
5 years, 8 months ago by pals
Modified:
5 years, 6 months ago
Reviewers:
chrishtr
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Remove the hack to position layers for composited scrolling. This issue is a regression of https://codereview.chromium.org/687313002. BUG=480786 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197906

Patch Set 1 #

Patch Set 2 : Layout test #

Total comments: 5

Patch Set 3 : Removed the hack completely #

Patch Set 4 : #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -7 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/compositing/gestures/gesture-tapHighlight-with-box-shadow.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
A LayoutTests/compositing/gestures/gesture-tapHighlight-with-box-shadow-expected.png View 1 2 Binary file 0 comments Download
A LayoutTests/compositing/gestures/gesture-tapHighlight-with-box-shadow-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/LinkHighlight.cpp View 1 2 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
pals
This issue is a regression of https://codereview.chromium.org/687313002. I'm working on a layout test, I'll update ...
5 years, 8 months ago (2015-04-27 06:49:03 UTC) #2
chrishtr
https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp File Source/web/LinkHighlight.cpp (right): https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp#newcode216 Source/web/LinkHighlight.cpp:216: if (!paintInvalidationContainer->layer()->hasBoxDecorationsOrBackground() && paintInvalidationContainer->layer()->needsCompositedScrolling() && m_node->layoutObject() != paintInvalidationContainer) Can ...
5 years, 8 months ago (2015-04-27 17:50:03 UTC) #3
pals
I am not very familiar of this code. I thought as the composited layer bounds ...
5 years, 7 months ago (2015-04-28 10:28:25 UTC) #4
chrishtr
https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp File Source/web/LinkHighlight.cpp (right): https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp#newcode216 Source/web/LinkHighlight.cpp:216: if (!paintInvalidationContainer->layer()->hasBoxDecorationsOrBackground() && paintInvalidationContainer->layer()->needsCompositedScrolling() && m_node->layoutObject() != paintInvalidationContainer) On ...
5 years, 7 months ago (2015-04-29 05:11:42 UTC) #5
pals
On 2015/04/29 05:11:42, chrishtr wrote: > https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp > File Source/web/LinkHighlight.cpp (right): > > https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp#newcode216 > ...
5 years, 6 months ago (2015-06-01 03:52:55 UTC) #6
chrishtr
https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp File Source/web/LinkHighlight.cpp (right): https://codereview.chromium.org/1096383007/diff/20001/Source/web/LinkHighlight.cpp#newcode216 Source/web/LinkHighlight.cpp:216: if (!paintInvalidationContainer->layer()->hasBoxDecorationsOrBackground() && paintInvalidationContainer->layer()->needsCompositedScrolling() && m_node->layoutObject() != paintInvalidationContainer) On ...
5 years, 6 months ago (2015-06-06 05:28:09 UTC) #7
pals
I have removed the hack completely. I have tested few test pages manually with tap ...
5 years, 6 months ago (2015-06-15 06:01:05 UTC) #8
chrishtr
lgtm
5 years, 6 months ago (2015-06-25 20:54:01 UTC) #10
chrishtr
Sorry for the delay, this fell out of my inbox somehow.
5 years, 6 months ago (2015-06-25 20:54:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1096383007/60001
5 years, 6 months ago (2015-06-25 20:54:22 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/60820)
5 years, 6 months ago (2015-06-25 20:57:26 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1096383007/80001
5 years, 6 months ago (2015-06-26 08:55:56 UTC) #17
commit-bot: I haz the power
5 years, 6 months ago (2015-06-26 11:08:55 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197906

Powered by Google App Engine
This is Rietveld 408576698