Split createLineBoxesFromBidiRuns out from layoutRunsAndFloats
Created attachment 92161 [details] Patch
Created attachment 92163 [details] Patch
Comment on attachment 92163 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92163&action=review > Source/WebCore/rendering/RenderBlockLineLayout.cpp:930 > + if (bidiRuns.runCount() && hyphenated) > + bidiRuns.logicallyLastRun()->m_hasHyphen = true; > + > BidiRun* trailingSpaceRun = !lineInfo.previousLineBrokeCleanly() ? handleTrailingSpaces(bidiRuns, resolver.context()) : 0; Are you certain that handleTrailingSpaces won't be affected by assigning the value to m_hasHyphen earlier?
Created attachment 92172 [details] Patch for landing
The commit-queue encountered the following flaky tests while processing attachment 92172 [details]: http/tests/inspector/console-websocket-error.html bug 57392 (authors: pfeldman@chromium.org and yutak@chromium.org) The commit-queue is continuing to process your patch.
Comment on attachment 92172 [details] Patch for landing Clearing flags on attachment: 92172 Committed r85732: <http://trac.webkit.org/changeset/85732>
All reviewed patches have been landed. Closing bug.