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

Issue 187813004: Use outlineBox if we have an outline or shadow (Closed)

Created:
6 years, 9 months ago by dsinclair
Modified:
6 years, 8 months ago
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr.
Visibility:
Public.

Description

Use outlineBox if we have an outline or shadow Currently we decided to repaint if the outline box has moved or if we have to paint the background and our outline box has changed shape. This CL updates the code to only look at the outlineBox if we have an outline or we have a box shadow. BUG=320139

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -6 lines) Patch
M Source/core/rendering/RenderBlock.h View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 4 chunks +8 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
eseidel
https://codereview.chromium.org/187813004/diff/1/Source/core/rendering/RenderObject.cpp File Source/core/rendering/RenderObject.cpp (right): https://codereview.chromium.org/187813004/diff/1/Source/core/rendering/RenderObject.cpp#newcode1520 Source/core/rendering/RenderObject.cpp:1520: || (mustRepaintBackgroundOrBorder() && (newBounds != oldBounds || (hasOutlineBox && ...
6 years, 9 months ago (2014-03-05 22:09:41 UTC) #1
dsinclair
https://codereview.chromium.org/187813004/diff/1/Source/core/rendering/RenderObject.cpp File Source/core/rendering/RenderObject.cpp (right): https://codereview.chromium.org/187813004/diff/1/Source/core/rendering/RenderObject.cpp#newcode1520 Source/core/rendering/RenderObject.cpp:1520: || (mustRepaintBackgroundOrBorder() && (newBounds != oldBounds || (hasOutlineBox && ...
6 years, 9 months ago (2014-03-05 22:15:05 UTC) #2
dsinclair
This works to fix the painting issue when we ignore the outline box. I'm guessing ...
6 years, 9 months ago (2014-03-06 21:35:28 UTC) #3
Julien - ping for review
> I'm guessing it's the wrong solution, but I'm not sure what the correct solution ...
6 years, 9 months ago (2014-03-07 00:01:09 UTC) #4
dsinclair
> There are cases where I don't see how we could avoid forcing your descendants ...
6 years, 9 months ago (2014-03-07 03:18:55 UTC) #5
Julien - ping for review
lgtm >> There are cases where I don't see how we could avoid forcing your ...
6 years, 9 months ago (2014-03-08 01:26:52 UTC) #6
dsinclair
https://codereview.chromium.org/187813004/diff/20001/Source/core/rendering/RenderBlock.cpp File Source/core/rendering/RenderBlock.cpp (right): https://codereview.chromium.org/187813004/diff/20001/Source/core/rendering/RenderBlock.cpp#newcode1790 Source/core/rendering/RenderBlock.cpp:1790: r->setNeedsLayout(); On 2014/03/08 01:26:53, Julien Chaffraix - PST wrote: ...
6 years, 9 months ago (2014-03-10 00:22:51 UTC) #7
dsinclair
The CQ bit was checked by dsinclair@chromium.org
6 years, 9 months ago (2014-03-10 00:22:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/187813004/60001
6 years, 9 months ago (2014-03-10 00:23:00 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-10 00:53:02 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel
6 years, 9 months ago (2014-03-10 00:53:03 UTC) #11
Julien - ping for review
6 years, 9 months ago (2014-03-10 22:28:51 UTC) #12
Took over the change in https://codereview.chromium.org/192863004/ as we need
that for repaint-after-layout.

Powered by Google App Engine
This is Rietveld 408576698