Bug 140776

Summary: Simple line layout: Make trailing whitespace handling more explicit.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, koivisto, kondapallykalyan, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+, zalan: commit-queue-

Description zalan 2015-01-22 11:44:52 PST
By introducing committed and uncommitted trailing whitespace.
Comment 1 zalan 2015-01-22 11:49:23 PST
Created attachment 245152 [details]
Patch
Comment 2 Antti Koivisto 2015-01-22 13:16:46 PST
Comment on attachment 245152 [details]
Patch

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

> Source/WebCore/rendering/SimpleLineLayout.cpp:301
> +    unsigned uncommittedStart = 0;

{ 0 } is more fashionable.
Comment 3 zalan 2015-01-22 13:54:48 PST
Committed r178939: <http://trac.webkit.org/changeset/178939>