DescriptionRender string sequences of more than 64k characters.
InlineBox can only handle sequences of text that fits in an
unsigned short and while that is normally not a problem,
it can be a problem for someone trying to upload a long
chunk of data in an <input> field. <input> uses normal
text layout to render the text so it gets the same limitations
as document text.
The symptoms of this overflow is typically missing text.
This fixes the problem by splitting BidiRun objects that would
have referred to too-long sequences of characters into multiple
BidiRun objects.
BUG=155241, 448424, 448425
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188548
Patch Set 1 #Patch Set 2 : Fixed tests. #
Total comments: 4
Patch Set 3 : Documentation. #
Messages
Total messages: 8 (2 generated)
|