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

Issue 2844803007: Introduce FragmentData, and put ObjectPaintProperties into it. (Closed)

Created:
3 years, 7 months ago by chrishtr
Modified:
3 years, 7 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce FragmentData, and put ObjectPaintProperties into it This is a step towards supporting multicol in SPv2. BUG=648274 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2844803007 Cr-Commit-Position: refs/heads/master@{#468207} Committed: https://chromium.googlesource.com/chromium/src/+/23f34f4ed43b0e08be9ad4d13cc435f4ee78a813

Patch Set 1 #

Total comments: 10

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Patch Set 5 : none #

Patch Set 6 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -180 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutObject.h View 2 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/paint/FragmentData.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/paint/FragmentData.cpp View 1 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/README.md View 1 2 3 4 4 chunks +209 lines, -155 lines 0 comments Download
M third_party/WebKit/Source/core/paint/RarePaintData.h View 1 2 3 4 5 3 chunks +9 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/RarePaintData.cpp View 1 2 3 chunks +14 lines, -16 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
chrishtr
WIP, but close.
3 years, 7 months ago (2017-04-28 23:09:58 UTC) #4
pdr.
LGTM We could do ObjectPaintProperties.h -> ObjectProperties.h in a future patch too. https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/core/paint/README.md File third_party/WebKit/Source/core/paint/README.md ...
3 years, 7 months ago (2017-04-28 23:13:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2844803007/90001
3 years, 7 months ago (2017-04-28 23:47:35 UTC) #8
commit-bot: I haz the power
Committed patchset #6 (id:90001) as https://chromium.googlesource.com/chromium/src/+/23f34f4ed43b0e08be9ad4d13cc435f4ee78a813
3 years, 7 months ago (2017-04-29 01:36:07 UTC) #11
chrishtr
3 years, 7 months ago (2017-05-02 00:55:56 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/c...
File third_party/WebKit/Source/core/paint/README.md (right):

https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/paint/README.md:212: This class is responsible
for building property trees
On 2017/04/28 at 23:13:40, pdr (OOO until May 3rd) wrote:
> Nit: please fix the column wrapping.

Done.

https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/paint/README.md:225: In the absence of
multicolumn/pagination, there is a 1:1 correspondence betwen
On 2017/04/28 at 23:13:41, pdr (OOO until May 3rd) wrote:
> between

Done

https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/paint/README.md:227: may be more fragments. If a
`PaintLayer` has a property node, each of its fragments will have
On 2017/04/28 at 23:13:40, pdr (OOO until May 3rd) wrote:
> ... may be more `FragmentData`s.

Done.

https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/paint/README.md:229: `PaintLayer` which part of
the same column. For example, if there are 3 columns and both
On 2017/04/28 at 23:13:40, pdr (OOO until May 3rd) wrote:
> ...which [is] part...

Done.

https://codereview.chromium.org/2844803007/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/paint/README.md:230: a parent and child
`PaintLayer` have a transform, there wil be 3 `FragmentData`
On 2017/04/28 at 23:13:41, pdr (OOO until May 3rd) wrote:
> will

Done.

Powered by Google App Engine
This is Rietveld 408576698