- 18 Dec, 2018 9 commits
-
-
Stanislav Baranov authored
These tests were actually failing, but were silently ignored due overly broad exception catching logic.
-
Gary Qian authored
-
Gary Qian authored
-
Michael Goderbauer authored
-
Justin McCandless authored
* InputDecorator param for alignment of label * Put baseline/center code in the right place where label is layed out * Fix existing test * Test top label positioning * Rename to alignLabelWithHint, and make it a bool * Test for TextField with and without alignLabelWithHint set * alignLabelWithHint in theme as well * debugFillProperties addition and test * Small style fixes for review * Fix analyze const error
-
Hans Muller authored
-
Danny Tuppeny authored
Fixes #25201.
-
Alexandre Ardhuin authored
-
liyuqian authored
For https://github.com/flutter/flutter/issues/24712 This test verifies that https://github.com/flutter/engine/pull/6923 will speedup the average rasterize time of this test from ~150ms to ~10ms Please see non-auto-generated files in https://github.com/flutter/flutter/pull/25381/commits/37b21d9fb4756a8d8d12ae0def1d0640740c8818
-
- 17 Dec, 2018 9 commits
-
-
liyuqian authored
See https://github.com/flutter/flutter/issues/25481
-
Devon Carew authored
* don't warn for non-matching device discoverers * remove an out of date test
-
Dan Field authored
-
Devon Carew authored
-
Justin McCandless authored
* Revert "Add imports section to sample code templates, and more docs. (#25184)" This reverts commit 95b01247. * Revert "Use stderr instead of stdout to contain errors in flutter attach test (#25305)" This reverts commit 2b819dd2. * Revert "Allow detection of taps on TabBar (#23919)" This reverts commit 01694ab6. * Revert "a549981da Roll src/third_party/skia a69b10312977..5eb29448dfbd (1 commits) (flutter/engine#7211) (#25333)" This reverts commit a37099f3. * Revert "Revert "obscureText and enableInteractiveSelection defaults (#24527)" (#25335)" This reverts commit c5457068. * Password fields are no longer selectable nor copiable
-
Zachary Anderson authored
-
Hans Muller authored
-
Danny Tuppeny authored
* Fall back to ANDROID_SDK_ROOT if ANDROID_HOME is not set And update descriptions to use the non-deprecated ANDROID_SDK_ROOT. Fixes #15114. * Remove trailing whitespace * Update dev/devicelab/lib/framework/adb.dart Co-Authored-By: DanTup <danny@tuppeny.com> * Reformat long line
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/494112582932...5af435098d34 git log 494112582932..5af435098d34 --no-merges --oneline 5af435098 Roll src/third_party/skia cb8157e6266c..e6f635476da3 (1 commits) (flutter/engine#7233) 6c4e90731 Roll src/third_party/skia 2e6db18c4309..cb8157e6266c (1 commits) (flutter/engine#7232) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
- 16 Dec, 2018 1 commit
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/101b27da7a1b...494112582932 git log 101b27da7a1b..494112582932 --no-merges --oneline 494112582 Revert "Compile embedder unit test Dart to kernel (#7227)" (flutter/engine#7230) f7d91d6fa Roll src/third_party/skia 282ec5dc6ca7..2e6db18c4309 (1 commits) (flutter/engine#7228) ac9e521a1 Compile embedder unit test Dart to kernel (flutter/engine#7227) 828acc739 Roll src/third_party/skia d4962e7e07c0..282ec5dc6ca7 (1 commits) (flutter/engine#7226) 8a7ae957f Undeprecated BigInteger support, but document what it actually does. (flutter/engine#6903) 17789249d Offset.fromDirection and Size.aspectRatio (flutter/engine#6805) 9ae82173a Roll src/third_party/skia 8b78d70b9a10..d4962e7e07c0 (1 commits) (flutter/engine#7225) a987b1700 Roll src/third_party/skia a1bded9a4f28..8b78d70b9a10 (1 commits) (flutter/engine#7224) ac0599357 Roll src/third_party/skia 16d00eeef7d1..a1bded9a4f28 (2 commits) (flutter/engine#7223) 91bb1f8f4 Roll src/third_party/skia f391d0f771c6..16d00eeef7d1 (4 commits) (flutter/engine#7222) 6c40f84a5 [vulkan] Fix Fuchsia build 4f148edf0 Roll src/third_party/skia f6206f91b3c1..f391d0f771c6 (4 commits) (flutter/engine#7220) 1bc7ccf60 Support real fonts in 'flutter test' (flutter/engine#6913) 5244cf429 Roll src/third_party/skia 59c9f1595ecd..f6206f91b3c1 (1 commits) (flutter/engine#7219) 0f10d3f99 Roll src/third_party/skia 42e7a7ed6511..59c9f1595ecd (3 commits) (flutter/engine#7218) 167642182 Roll src/third_party/skia 21a7be0741ac..42e7a7ed6511 (1 commits) (flutter/engine#7217) 1a2714bbe Adds force cursor support (flutter/engine#6945) b50e3491c Roll src/third_party/skia cb6b4bde0c2e..21a7be0741ac (3 commits) (flutter/engine#7216) 826f34264 [Fuchsia] Depend on libtrace when that is what's really meant (flutter/engine#7214) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
- 15 Dec, 2018 4 commits
-
-
Michael Goderbauer authored
This reverts commit ea7d086e. The revert did not fix the flakiness.
-
Jonah Williams authored
-
Stanislav Baranov authored
-
Hans Muller authored
-
- 14 Dec, 2018 12 commits
-
-
jslavitz authored
* Adds support for floating cursor.
-
Jonah Williams authored
-
S McDowall authored
-
David Shuckerow authored
* Add ipv6 and observatory port support to the attach command. * Remove whitespace * Explain why a name change is useful here * Refactor common flags out into the parent * Add an additional test case for when observatory port is provided but debug port is not * Remove whitespace * Fix flag validation
-
Jonah Williams authored
-
Hans Muller authored
-
Jonah Williams authored
-
Michael Goderbauer authored
This reverts commit 5c1f1d76. Reverting to see if that fixes flakiness of flutter_gallery__transition_perf_with_semantics in devicelab.
-
Jonah Williams authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a549981da706...101b27da7a1b git log a549981da706..101b27da7a1b --no-merges --oneline 101b27da7 Roll src/third_party/skia f9e824b8e749..cb6b4bde0c2e (7 commits) (flutter/engine#7215) eff5e6735 Fallback font match caching to fix emoji lag. (flutter/engine#7208) 18a4e33c2 Downloading and installation of dynamic updates on Android (flutter/engine#7207) 8e56b549a Roll src/third_party/skia 5eb29448dfbd..f9e824b8e749 (10 commits) (flutter/engine#7212) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
Jonah Williams authored
This reverts commit 46878d84.
-
jslavitz authored
* Adds support for floating cursor!
-
- 13 Dec, 2018 5 commits
-
-
Greg Spencer authored
Adds documentation for the stateless widget template, and adds an "imports" section to both templates.
-
David Shuckerow authored
-
Jasper van Riet authored
-
engine-flutter-autoroll authored
a549981da Roll src/third_party/skia a69b10312977..5eb29448dfbd (1 commits) (flutter/engine#7211) (#25333) https://github.com/flutter/engine/compare/921b1ccebb8f...a549981da706 git log 921b1ccebb8f..a549981da706 --no-merges --oneline a549981da Roll src/third_party/skia a69b10312977..5eb29448dfbd (1 commits) (flutter/engine#7211) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
Justin McCandless authored
This reverts commit f8f5953d.
-