Bug 141090

Summary: Simple line layout: Improve FlowContentsIterator::TextFragment's encapsulation.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description zalan 2015-01-30 11:41:43 PST
by making members private.
Comment 1 zalan 2015-01-30 11:48:27 PST
Created attachment 245729 [details]
Patch
Comment 2 Andreas Kling 2015-01-30 18:50:16 PST
Comment on attachment 245729 [details]
Patch

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

Nice :) r=me

> Source/WebCore/rendering/SimpleLineLayoutFlowContentsIterator.h:66
> +        unsigned m_end  { 0 };

Might as well fix the double space before { here.
Comment 3 zalan 2015-01-30 20:57:26 PST
Created attachment 245770 [details]
Patch
Comment 4 zalan 2015-01-30 21:41:30 PST
Created attachment 245771 [details]
Patch
Comment 5 WebKit Commit Bot 2015-01-30 22:26:00 PST
Comment on attachment 245771 [details]
Patch

Clearing flags on attachment: 245771

Committed r179438: <http://trac.webkit.org/changeset/179438>
Comment 6 WebKit Commit Bot 2015-01-30 22:26:03 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Alexey Proskuryakov 2015-01-31 09:53:26 PST
This caused a crash (assertion failure): https://build.webkit.org/results/Apple%20Yosemite%20Debug%20WK1%20(Tests)/r179440%20(1938)/fast/forms/basic-textareas-simple-lines-crash-log.txt

Alan, Andreas, do you happen to be available to investigate soon?
Comment 8 zalan 2015-01-31 09:58:42 PST
(In reply to comment #7)
> This caused a crash (assertion failure):
> https://build.webkit.org/results/Apple%20Yosemite%20Debug%20WK1%20(Tests)/
> r179440%20(1938)/fast/forms/basic-textareas-simple-lines-crash-log.txt
> 
> Alan, Andreas, do you happen to be available to investigate soon?

Thanks. Looking at it now.
Comment 9 zalan 2015-01-31 11:30:31 PST
(In reply to comment #7)
> This caused a crash (assertion failure):
> https://build.webkit.org/results/Apple%20Yosemite%20Debug%20WK1%20(Tests)/
> r179440%20(1938)/fast/forms/basic-textareas-simple-lines-crash-log.txt
> 
> Alan, Andreas, do you happen to be available to investigate soon?

Bug 141121