- 19 Dec, 2018 6 commits
-
-
engine-flutter-autoroll authored
* 8190e939f Simplify conversion of numeric types in the message codec on iOS (flutter/engine#7097) * 42c62a944 Fix destruction of the child object list in the iOS accessibility bridge (flutter/engine#7108) * 951edf3e1 Simplify nested try-with-resources statements (flutter/engine#7239) * f79f7f631 Allow inferred types using diamond syntax (flutter/engine#7237) * 5c63303c2 Revert spelling correction in licence matcher (flutter/engine#7242) * fbce2bf14 Fix linter errors in ResourceUpdater (flutter/engine#7240) * ba117366e Compute cull_rect and optimize in Layer::Preroll (flutter/engine#6923) * e8f4968d6 Update iOS unit test for the removal of hex string encoding of uint64 data (flutter/engine#7246) * 370cc67d9 Roll src/third_party/skia e6f635476da3..4b75254560d4 (61 commits) (flutter/engine#7247) * 526e0e3af Roll src/third_party/skia 4b75254560d4..67761eb35f97 (6 commits) (flutter/engine#7249)
-
MH Johnson authored
* Themable elevation on dialogs. * AlertDialogs Title/Content text styles * Themable elevation on dialogs. AlertDialogs Title/Content text styles * finish merging change * fixing tests * Docs fixes * Change const to final to fix analyzer errors * Fix analyzer errors * Remove dart:ui import * Hans Comments
-
tonyzhao1 authored
-
Stanislav Baranov authored
-
xster authored
-
- 18 Dec, 2018 16 commits
-
-
Hans Muller authored
* Video Demo instrumentation * Video Demo instrumentation * Updated per review * Fixed a typo
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/5af435098d34...08465e800035 git log 5af435098d34..08465e800035 --no-merges --oneline 08465e800 Verify RunConfiguration is valid before running (flutter/engine#6922) f986a12e2 Correct spelling in doc comments (flutter/engine#7179) 67cd7d4d3 Compile embedder unit test Dart to kernel (flutter/engine#7231) 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.
-
Stanislav Baranov authored
This version honors flutter tool's --build-number/--build-name flags.
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
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 4 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
-