Summary: | Attempt to clean up bidiNext usage | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> | ||||||
Component: | New Bugs | Assignee: | 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
Eric Seidel (no email)
2011-08-22 14:59:07 PDT
Created attachment 104746 [details]
Patch
Created attachment 104750 [details]
Patch
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 on attachment 104750 [details] Patch Clearing flags on attachment: 104750 Committed r93559: <http://trac.webkit.org/changeset/93559> All reviewed patches have been landed. Closing bug. |