- 02 Sep, 2018 1 commit
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/017dafd42660...a4471589f2cd git log 017dafd42660..a4471589f2cd --no-merges --oneline a4471589f Roll src/third_party/skia e8e12e89c46b..8534723c7be1 (1 commits) (flutter/engine#6140) db3484f27 Fix crash in text layout when GetMinikinFontCollectionForStyle returns null. (flutter/engine#6139) 0f7bfeaf4 Roll src/third_party/skia 6487e5ca6f10..e8e12e89c46b (1 commits) (flutter/engine#6138) f25d89a2d Fix windows embedder builds. (flutter/engine#6137) b3c778fe9 Allow embedders to specify software renderer configs. (flutter/engine#6133) da419912d Roll src/third_party/skia 7bfe8438a94b..6487e5ca6f10 (6 commits) (flutter/engine#6136) f44c0008b Roll src/third_party/skia 62db8d577931..7bfe8438a94b (20 commits) (flutter/engine#6134) fbf672643 Mark deprecated Flutter iOS APIs as unavailable (flutter/engine#6124) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
- 01 Sep, 2018 1 commit
-
-
xster authored
-
- 31 Aug, 2018 19 commits
-
-
Amir Hardon authored
This was a bug, when e.g a LongPressGestureRecognizer was in the gesture arena, the android view gesture team may not yet win the arena when the last pointer was up. This change allows AndroidView to win the gesture even after all pointers are up.
-
Amir Hardon authored
-
Chris Bracken authored
-
Chris Bracken authored
-
liyuqian authored
-
Chris Bracken authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f612a761c2f0...017dafd42660 git log f612a761c2f0..017dafd42660 --no-merges --oneline 017dafd42 Roll buildroot to 35959f6255c341eee550884ed69afd6b2891bd53 (unbreaks Windows) (flutter/engine#6132) 842546824 Roll buildroot to pick up new NDK r17b (flutter/engine#6131) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Michael Goderbauer authored
-
Chris Bracken authored
DevFS.update only runs in Dart 2 mode when the generator parameter is supplied. In Dart 2 mode, both mainPath and pathToReload are required parameters; this patch marks them as such. generator is required for running in Dart 2. All call sites other than tests already explicitly set this value. Note the statements on line 510 and line 516 for why mainPath and pathToReload are required.
-
Chris Bracken authored
Its type uses a generic type which is limited to library-visibility. Eliminating compilationQueue from ResidentCompiler's public interface makes it possible to mock in tests.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/90faf8531c00...f612a761c2f0 git log 90faf8531c00..f612a761c2f0 --no-merges --oneline f612a761c Roll src/third_party/skia 8ff2f13f3817..62db8d577931 (21 commits) (flutter/engine#6130) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a114659c4a83...90faf8531c00 git log a114659c4a83..90faf8531c00 --no-merges --oneline 90faf8531 Roll src/third_party/skia f8592a69428e..8ff2f13f3817 (1 commits) (flutter/engine#6129) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Mikkel Nygaard Ravn authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/dc7b5eb89da3...a114659c4a83 git log dc7b5eb89da3..a114659c4a83 --no-merges --oneline a114659c4 Roll src/third_party/skia 381efe73499e..f8592a69428e (1 commits) (flutter/engine#6127) 21ac961df Roll src/third_party/skia 8e318fda76df..381efe73499e (11 commits) (flutter/engine#6126) e7767ae9b Add license file patching instructions to README (flutter/engine#6125) 51d4be774 Add a `-[FlutterViewController splashScreenView]` property (flutter/engine#6112) a047fd20f Roll src/third_party/skia 7ed0eae0cd13..8e318fda76df (17 commits) (flutter/engine#6123) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
liyuqian authored
This fixes https://github.com/flutter/flutter/issues/20746
-
xster authored
-
Jonah Williams authored
-
-
Chris Bracken authored
Flutter commands all default to --preview-dart-2. Eliminate support for the use of this option and the previewDart2 parameter in dev/devicelab tests.
-
- 30 Aug, 2018 15 commits
-
-
Alexander Aprelev authored
Normalize file path to non-Windows so string path comparison works.
-
Chris Bracken authored
Clarify the intent of these tests.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/252da4808277...dc7b5eb89da3 git log 252da4808277..dc7b5eb89da3 --no-merges --oneline dc7b5eb89 Use Skia normalize again after Skia precision fix. (flutter/engine#6121) 1c7682418 entering a character with a selection deletes the selection (flutter/engine#6113) 9fc355d2c Roll src/third_party/skia cd7907b57d76..7ed0eae0cd13 (1 commits) (flutter/engine#6120) 6586016da Roll src/third_party/skia f7c723c93d26..cd7907b57d76 (1 commits) (flutter/engine#6119) 1fa5fe6a0 Roll src/third_party/skia eb0bb732f43f..f7c723c93d26 (3 commits) (flutter/engine#6118) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Alexander Aprelev authored
* Pass uri instead of filepaths when hot-reloading. Bug: https://github.com/flutter/flutter/issues/21168 * Remove imports. Enable another test * Restore skipping of test on mac
-
Suvorov Daniil authored
-
Alan Russian authored
-
Hans Muller authored
-
Greg Spencer authored
This adds links to the already existing animated diagrams in the asset-for-api-docs repo.
-
Jonah Williams authored
-
Alexander Aprelev authored
* Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart. This allows to run analysis step with command line arguments that are only applicable to flutter analyze(like --dart-sdk, needed for dart-flutter-engine head-head-head bot). * Add forgotten dev/bots/analyze.dart * Refactor common code from analyze.dart and test.dart into run_command.dart * Remove comments, add header
-
Mikkel Nygaard Ravn authored
-
MH Johnson authored
* [FAB] Updated tooltip touch target. * Remove "new" keyword * [FAB] Updated tooltip touch target. * "long press button edge" * remove new * remove new * put "new" keywords back in * Remove check for childless tooltip * Added regression test - tooltip works on edge of FAB which has no child. Added helper method to find the right edge of a in the tests. * Changed "find.byType(text)" to "find.text('Add')"
-
Greg Spencer authored
When switching between channels, we were leaving around the version freshness stamp file (bin/cache/flutter_version_check.stamp), which meant that the flutter tool would read from that file to see what the cached date of the most recent commit to the current channel (branch) was. The problem was that since the file was created while on the previous channel, the cached date was for the wrong channel, so if you switch from master to beta, flutter would think that the channel was out of date, and a new version was available, at least for three days after the first time it checked (after three days since the last time the freshness was checked, the cached date would get updated). This PR modifies the channel command to remove that stamp file whenever the user switches channels, so that the cached date will be from the right channel when it is recreated. Fixes #21134
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a02a94e0182c...252da4808277 git log a02a94e0182c..252da4808277 --no-merges --oneline 252da4808 Roll src/third_party/skia 1b714becff8b..eb0bb732f43f (2 commits) (flutter/engine#6116) cba35d33a Roll Tonic (flutter/engine#6114) 7a599658d Roll src/third_party/skia 1f0fb09d5e35..1b714becff8b (11 commits) (flutter/engine#6115) 4a6990734 Fix libtxt unit tests (flutter/engine#6111) c765bee59 Fix tilt by using custom normalize impl to avoid strange skia normalize behavior (flutter/engine#6106) 9fde6e0d8 Roll src/third_party/skia a81c2be75adc..1f0fb09d5e35 (13 commits) (flutter/engine#6110) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Jonah Williams authored
-
- 29 Aug, 2018 4 commits
-
-
-
Jonah Williams authored
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/pull/21143.
-
Alexander Aprelev authored
Workaround is not needed since real fix has landed in dart sdk: https://dart-review.googlesource.com/c/sdk/+/62729.
-