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

Issue 2754653002: Cleanup anonymous text objects that pass the document as a node. (Closed)

Created:
3 years, 9 months ago by emilio
Modified:
3 years, 9 months ago
Reviewers:
rune
CC:
chromium-reviews, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, blink-reviews-style_chromium.org, zoltan1, blink-reviews-layout_chromium.org, sof, eae+blinkwatch, leviw+renderwatch, blink-reviews-dom_chromium.org, dglazkov+blink, jchaffraix+rendering, blink-reviews, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup anonymous text objects that pass the document as a node. This CL requires a pseudo-element to own the anonymous layout object in most of cases. This doesn't switch yet to having the pseudo in LayoutObject::m_node. This is preliminar work for display: contents pseudos. BUG=657748 Review-Url: https://codereview.chromium.org/2754653002 Cr-Commit-Position: refs/heads/master@{#457121} Committed: https://chromium.googlesource.com/chromium/src/+/b4f78964d73c1f967ce5d3e8ca914dcc41eec1e7

Patch Set 1 #

Total comments: 4

Patch Set 2 : Cleanup anonymous text objects that pass the document as a node. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -43 lines) Patch
M third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp View 2 chunks +13 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PseudoElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutCounter.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutCounter.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMenuList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutQuote.h View 3 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutQuote.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutText.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutText.cpp View 3 chunks +10 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextFragment.h View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp View 1 2 chunks +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/style/ContentData.h View 6 chunks +12 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/style/ContentData.cpp View 4 chunks +11 lines, -9 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
emilio
Hi rune, This is split from my display: contents pseudo-elements CL, could you take a ...
3 years, 9 months ago (2017-03-15 12:30:20 UTC) #6
rune
lgtm with nits. https://codereview.chromium.org/2754653002/diff/1/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp File third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp (right): https://codereview.chromium.org/2754653002/diff/1/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp#newcode55 third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp:55: StringImpl* str, I think "text" is ...
3 years, 9 months ago (2017-03-15 14:58:37 UTC) #7
emilio
https://codereview.chromium.org/2754653002/diff/1/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp File third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp (right): https://codereview.chromium.org/2754653002/diff/1/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp#newcode55 third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp:55: StringImpl* str, On 2017/03/15 14:58:37, rune wrote: > I ...
3 years, 9 months ago (2017-03-15 15:36:15 UTC) #8
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/2754653002/20001
3 years, 9 months ago (2017-03-15 15:36:35 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 17:43:38 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/b4f78964d73c1f967ce5d3e8ca91...

Powered by Google App Engine
This is Rietveld 408576698