Bug 66721

Summary: Attempt to clean up bidiNext usage
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, leviw, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 50912    
Attachments:
Description Flags
Patch
none
Patch none

Description Eric Seidel (no email) 2011-08-22 14:59:07 PDT
Attempt to clean up bidiNext usage
Comment 1 Eric Seidel (no email) 2011-08-22 15:04:06 PDT
Created attachment 104746 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-08-22 15:17:43 PDT
Created attachment 104750 [details]
Patch
Comment 3 Ryosuke Niwa 2011-08-22 15:28:05 PDT
Comment on attachment 104750 [details]
Patch

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

r=me. looks sane to me.

> Source/WebCore/ChangeLog:24
> +        In reviewing this code be aware that the previous bidiNext default was to "skip empty inlines" (skipInlines = true).
> +        Thus any caller who didn't pass true/false should now be calling bidiNextSkippingEmptyInlines instead.

These two lines appear to be much longer than the lines above.
Comment 4 WebKit Review Bot 2011-08-22 16:34:46 PDT
Comment on attachment 104750 [details]
Patch

Clearing flags on attachment: 104750

Committed r93559: <http://trac.webkit.org/changeset/93559>
Comment 5 WebKit Review Bot 2011-08-22 16:34:50 PDT
All reviewed patches have been landed.  Closing bug.