Bug 125824

Summary: WebKit creates unnecessary fake runs for isolates
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: aharon, igor.oliveira, jonlee, koivisto, mmaxfield
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-12-16 18:42:51 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/02bca0ac6f09e150df9f8bf210959cc4112322a1 Currently Blink creates a fake run for a given isolated span once during each call to createBidiRunsForLine. However in some cases the added fake run is not necessary. This patch uses the same logic in RenderBlockFlow::appendRunsObject to create fake runs just when they are really needed.
Attachments
Aharon (Vladimir) Lanin
Comment 4 2014-01-08 02:16:36 PST
Note You need to log in before you can comment on or make changes to this bug.