WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123714
RenderTextFragment: Tighten first-letter logic.
https://bugs.webkit.org/show_bug.cgi?id=123714
Summary
RenderTextFragment: Tighten first-letter logic.
Andreas Kling
Reported
2013-11-03 14:58:51 PST
RenderTextFragment: Tighten first-letter logic.
Attachments
Patch
(6.37 KB, patch)
2013-11-03 14:59 PST
,
Andreas Kling
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2013-11-03 14:59:17 PST
Created
attachment 215879
[details]
Patch
Antti Koivisto
Comment 2
2013-11-03 15:36:12 PST
Comment on
attachment 215879
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=215879&action=review
> Source/WebCore/editing/TextIterator.cpp:672 > -static inline RenderText* firstRenderTextInFirstLetter(RenderObject* firstLetter) > +static inline RenderText* firstRenderTextInFirstLetter(RenderBoxModelObject* firstLetter) > { > if (!firstLetter) > - return 0; > + return nullptr;
Maybe you could just remove this helper? Only one call site needs the null test.
Andreas Kling
Comment 3
2013-11-03 16:35:41 PST
(In reply to
comment #2
)
> (From update of
attachment 215879
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=215879&action=review
> > > Source/WebCore/editing/TextIterator.cpp:672 > > -static inline RenderText* firstRenderTextInFirstLetter(RenderObject* firstLetter) > > +static inline RenderText* firstRenderTextInFirstLetter(RenderBoxModelObject* firstLetter) > > { > > if (!firstLetter) > > - return 0; > > + return nullptr; > > Maybe you could just remove this helper? Only one call site needs the null test.
I like that it provides a home for the FIXME. I don't know what to do about that FIXME, otherwise I'd be fixing it. :(
Andreas Kling
Comment 4
2013-11-03 16:37:38 PST
Committed
r158551
: <
http://trac.webkit.org/changeset/158551
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug