- 25 Apr, 2020 3 commits
-
-
Christopher Fujino authored
-
Leonardo Emili authored
-
Jonah Williams authored
-
- 24 Apr, 2020 8 commits
-
-
Jonah Williams authored
This reverts commit c91a3a74.
-
engine-flutter-autoroll authored
-
Peter Lauri authored
-
Jonah Williams authored
[flutter_tools] set test directory base as additional root, allow running without index.html (#55531)
-
Anna Gringauze authored
-
Jonah Williams authored
This reverts commit e0c63cd3.
-
engine-flutter-autoroll authored
-
- 23 Apr, 2020 17 commits
-
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
Tianguang authored
-
Dmitry Mostovenko authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Ayush Bherwani authored
* Adds tilePadding property to ExpansionTile
-
Dan Field authored
-
liyuqian authored
-
engine-flutter-autoroll authored
d3f1c08f5 Roll src/third_party/skia b920a0b91b1c..5e1a57f42120 (5 commits) (flutter/engine#17880) (#55418)
-
Yegor authored
* extract engine sub-metrics; change reported metrics - Extract sub-metrics reported by the Web engine: "preroll_frame", "apply_frame". - Add a concept of unreported metrics: displayed on the benchmark UI, but not on the dashboard. - Make "sceneBuildDuration" and "windowRenderDuration" unreported, which are too fine-grained. They are included in "drawFrameDuration" already. - Report outlier ratio instead of outlier average. The ratio is more useful of the two.
-
Michael Goderbauer authored
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment
-
- 22 Apr, 2020 12 commits
-
-
godofredoc authored
-
Kate Lovett authored
-
Jonah Williams authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Revert "[flutter_tools] default tree-shake-icons to enabled and improve performance (#54923)" (#55413) This reverts commit 0b93a921.
-
xster authored
remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353)
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
stuartmorgan authored
The arrow key and delete handling in RenderEditable was using single index values, which made it possible to move the cursor into the middle of a surrogate pair (allowing things like adding text at that insertion point), or to delete half of a surrogate pair. Since unpaired surrogate pairs aren't valid UTF-16, doing so would cause assertions in the text field. This makes the arrow key and delete key handling surrogate-aware (although not grapheme-cluster-aware, which is a larger fix that is out of scope here). Part of #55014
-
engine-flutter-autoroll authored
-