DescriptionMacViews: Enable RenderTextHarfBuzz to get Textfields to work.
Textfields require RenderTextHarfBuzz to work properly on the Mac because
RenderTextMac's implementation is not complete.
But RenderTextMac is used by the Cocoa UI to perform string sizing and elliding,
HarfBuzz will not give the same answers.
So for now we turn on HarfBuzz conditionally on OS_MACOSX and TOOLKIT_VIEWS.
TextFieldModel and StyledLabel unit tests now pass without failures.
BUG=378134
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276341
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix for msw #Messages
Total messages: 5 (0 generated)
|