Bug 207530

Summary: [LFC] Introduce Layout::InlineTextBox
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, bfulgham, commit-queue, ews-watchlist, gyuyoung.kim, koivisto, ryuan.choi, sergio, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description zalan 2020-02-10 19:49:16 PST
Layout::Box with Optional<text content> looks a bit odd.
Comment 1 Radar WebKit Bug Importer 2020-02-10 19:49:35 PST
<rdar://problem/59336020>
Comment 2 zalan 2020-02-10 20:04:49 PST
Created attachment 390340 [details]
Patch
Comment 3 Antti Koivisto 2020-02-10 20:19:56 PST
Comment on attachment 390340 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=390340&action=review

> Source/WebCore/layout/layouttree/AnonymousInlineTextBox.h:37
> +class AnonymousInlineTextBox : public Box {

Shorter name would be cool as discussed.

> Source/WebCore/layout/layouttree/TextContext.h:-35
> -struct TextContext {

Another Context bites the dust!
Comment 4 zalan 2020-02-10 20:53:46 PST
Created attachment 390342 [details]
Patch
Comment 5 zalan 2020-02-10 20:57:15 PST
Created attachment 390343 [details]
Patch
Comment 6 zalan 2020-02-10 21:28:49 PST
Created attachment 390344 [details]
Patch
Comment 7 WebKit Commit Bot 2020-02-11 06:53:23 PST
The commit-queue encountered the following flaky tests while processing attachment 390344 [details]:

editing/spelling/spellcheck-async-remove-frame.html bug 158401 (authors: morrita@google.com, rniwa@webkit.org, and tony@chromium.org)
The commit-queue is continuing to process your patch.
Comment 8 WebKit Commit Bot 2020-02-11 06:53:47 PST
The commit-queue encountered the following flaky tests while processing attachment 390344 [details]:

editing/spelling/spellcheck-attribute.html bug 206178 (authors: g.czajkowski@samsung.com, mark.lam@apple.com, and rniwa@webkit.org)
The commit-queue is continuing to process your patch.
Comment 9 WebKit Commit Bot 2020-02-11 07:13:20 PST
Comment on attachment 390344 [details]
Patch

Clearing flags on attachment: 390344

Committed r256304: <https://trac.webkit.org/changeset/256304>
Comment 10 WebKit Commit Bot 2020-02-11 07:13:22 PST
All reviewed patches have been landed.  Closing bug.