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

Issue 757933003: Get rid of a lot of special code for RenderFlowThread invalidation. (Closed)

Created:
6 years ago by mstensho (USE GERRIT)
Modified:
6 years ago
CC:
blink-reviews, blink-reviews-rendering, chromiumbugtracker_adobe.com, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Get rid of a lot of special code for RenderFlowThread invalidation. Don't force a RenderFlowThread to become a paint invalidation container. In fact, that should never happen. What's still missing is to handle cases where an invalidation container is inside the multicol container. That has never worked. The NULL-check in LinkHighlight::attachLinkHighlightToCompositingLayer() is no longer needed with this CL. BUG=359877 R=chrishtr@chromium.org,jchaffraix@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186091

Patch Set 1 #

Patch Set 2 : Ahemify and pxify tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -127 lines) Patch
A LayoutTests/fast/repaint/multicol-relpos-with-abspos.html View 1 1 chunk +18 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-relpos-with-abspos-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/repaint/multicol-with-abspos.html View 1 1 chunk +26 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-with-abspos-expected.txt View 1 1 chunk +2 lines, -1 line 0 comments Download
A LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html View 1 1 chunk +28 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-with-abspos-in-relpos-expected.txt View 1 1 chunk +2 lines, -1 line 0 comments Download
A LayoutTests/fast/repaint/multicol-with-block.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-with-block-expected.txt View 1 1 chunk +2 lines, -1 line 0 comments Download
A LayoutTests/fast/repaint/multicol-with-inline.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-with-inline-expected.txt View 1 1 chunk +2 lines, -1 line 0 comments Download
A LayoutTests/fast/repaint/multicol-with-relpos.html View 1 1 chunk +24 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-with-relpos-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/repaint/multicol-with-text.html View 1 1 chunk +20 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/multicol-with-text-expected.txt View 1 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/rendering/RenderFlowThread.h View 4 chunks +4 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.cpp View 3 chunks +8 lines, -25 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.cpp View 1 chunk +0 lines, -38 lines 0 comments Download
M Source/core/rendering/RenderObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderObject.cpp View 3 chunks +3 lines, -23 lines 0 comments Download
M Source/core/rendering/RenderRegion.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderRegion.cpp View 1 chunk +0 lines, -24 lines 0 comments Download
M Source/web/LinkHighlight.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
mstensho (USE GERRIT)
6 years ago (2014-11-25 12:41:51 UTC) #1
chrishtr
lgtm
6 years ago (2014-11-25 22:45:48 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/757933003/1
6 years ago (2014-11-25 22:46:28 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/38469)
6 years ago (2014-11-26 00:54:34 UTC) #6
pdr.
On 2014/11/26 at 00:54:34, commit-bot wrote: > Try jobs failed on following builders: > win_blink_rel ...
6 years ago (2014-11-26 03:23:59 UTC) #7
mstensho (USE GERRIT)
On 2014/11/26 03:23:59, pdr wrote: > On 2014/11/26 at 00:54:34, commit-bot wrote: > > Try ...
6 years ago (2014-11-26 21:04:14 UTC) #8
pdr.
On 2014/11/26 at 21:04:14, mstensho wrote: > On 2014/11/26 03:23:59, pdr wrote: > > On ...
6 years ago (2014-11-26 21:34:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/757933003/20001
6 years ago (2014-11-27 06:09:51 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=186091
6 years ago (2014-11-27 06:54:59 UTC) #12
mstensho (USE GERRIT)
6 years ago (2014-11-27 09:38:17 UTC) #13
Message was sent while issue was closed.
On 2014/11/26 21:34:37, pdr wrote:
> In my experience, Ahem hasn't been as platform neutral as I would like. You
may
> have better experience with these tests since you don't have any text though.
> Fingers crossed this tryrun works :)

I'm no big fan of Ahem, because, like you stated, it's not completely
trustworthy, and it causes more unreadable test cases, in my opinion. But I saw
no other option here, especially with the test that actually adds text
dynamically.

Thanks to your fingers crossed, this went through. :)

Powered by Google App Engine
This is Rietveld 408576698