-
Notifications
You must be signed in to change notification settings - Fork 6k
Reland "Engine/LibTxt/dart:ui impl of TextHeightBehavior #15087" #16155
Conversation
This reverts commit 53baa7a.
Fixed a typo in the toString that was causing framework-side web tests to fail. |
'locale: ${ _encoded[0] & 0x400 == 0x400 ? _locale : "unspecified"}' | ||
'textHeightBehavior: ${ | ||
_encoded[0] & 0x040 == 0x040 ? | ||
TextHeightBehavior.fromEncoded(_encoded[6]).toString() : "unspecified"}, ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update framework side tests this would break before landing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would make the framework tests fail until this can roll, which seems to result in more tree-redness than just having autoroller be stopped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would also still block skia->engine since engine and framework tests are circularly dependent now.
*actually that may not be true, not sure what happens if framework is red, but engine framework tests can pass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We should wait to land this until the corresponding framework change has landed that removes the tests that are being moved here
* ee297aa Reland "Engine/LibTxt/dart:ui impl of TextHeightBehavior #15087" (flutter/engine#16155) * 6007c17 Roll src/third_party/skia dc49b0ca9816..a2a0c8a2c475 (4 commits) (flutter/engine#16197)
…ter#15087" (flutter#16155)" This reverts commit b7ccc90.
This was reverted to unblock rolls. Land again to attempt to manually roll engine again.
Relands #15087