- 25 Aug, 2020 5 commits
-
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Reland: Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64498)
-
- 24 Aug, 2020 18 commits
-
-
engine-flutter-autoroll authored
-
xubaolin authored
* fix bug when tap ListTitle when tristate enable #63846 * fix bug when tap ListTitle when tristate enable #63846 * code style * improve the unit test case * bow to convention
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 8b52e6a8.
-
engine-flutter-autoroll authored
-
Hans Muller authored
-
Hans Muller authored
-
Yuqian Li authored
-
Todd Volkert authored
* Add GestureDetector.onDoubleTapDown() * Review comments
-
Todd Volkert authored
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
-
Apurv Jha authored
-
Alex Li authored
-
Jonah Williams authored
Removes more mockito to unblock migration of all tests to sound null safety. #62886
-
David Reveman authored
-
Jonah Williams authored
-
- 22 Aug, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Jonah Williams authored
Revert "Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64350)" (#64372) This reverts commit f07f4120.
-
- 21 Aug, 2020 15 commits
-
-
Tong Wu authored
-
Yuqian Li authored
-
LongCatIsLooong authored
Reland "Prevent material switch from recreating its render object when it becomes disabled (#61398)", reverted in #64062 (#64354)
-
Jonah Williams authored
On a local benchmark, removing compute is faster than compute in both debug and release mode on a Pixel 4. On a MotoG4, a much larger text sample (800 Kb) takes 50 ms, so we cannot simple remove the limit. Increase to 50 Kb which should take at most a ms or two on an older device, and only microseconds on newerones.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
godofredoc authored
Bug: https://github.com/flutter/flutter/issues/64070
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
xubaolin authored
-
Jonah Williams authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Jonah Williams authored
More work towards removal of mockito to facilitate strong null safety tests. #62886
-
Todd Volkert authored
The remaining uses of this pattern were all due to wanting to have the child's slot when `Element.forgetChild()` was called. However, when that method is called, the child's `slot` value is still valid in the context of the parent, so the uses can just use `child.slot`. This is the final round of cleanup from the fallout of #63269
-