- 23 Aug, 2019 6 commits
-
-
Greg Spencer authored
This fixes the hashCode calculation for KeySet<T> so that it doesn't depend on the insertion order of the keys in the set. The fix involves switching from Set<T> to HashSet<T> internally, so that the iteration order is stable around the hash values of the inserted keys, and not the insertion order. This matters when hashList is called in KeySet<T>.hashCode to build the hash value of the contents of the internal set. Fixes #38919
-
Michael Thomsen authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/78ac65320bde...975a8aa5752e git log 78ac65320bde..975a8aa5752e --no-merges --oneline 2019-08-23 bkonyi@google.com Roll src/third_party/dart 022585cfe2..06d3769ac6 (12 commits) 2019-08-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia 941d0a365045..f17d1c952987 (1 commits) (flutter/engine#11393) 2019-08-23 chinmaygarde@google.com Wire up software rendering in the test compositor. (flutter/engine#11392) 2019-08-23 bkonyi@google.com Roll src/third_party/dart 88c0c11612..022585cfe2 (14 commits) 2019-08-23 yjbanov@google.com preventDefault on touchend to show iOS keyboard (flutter/engine#11390) 2019-08-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2a5954140b49..941d0a365045 (6 commits) (flutter/engine#11389) 2019-08-22 stuartmorgan@google.com Allow overriding the GLFW pixel ratio (flutter/engine#11388) 2019-08-22 stuartmorgan@google.com Allow non-resizable windows in GLFW embedding (flutter/engine#11386) 2019-08-22 yjbanov@google.com sync web engine; run web engine tests (flutter/engine#11031) 2019-08-22 garyq@google.com Reland "Track detailed LibTxt metrics with LineMetrics(#10127)" (flutter/engine#11064) 2019-08-22 egarciad@google.com Remove empty line in the pom file (flutter/engine#11382) 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.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/5f03c7e35d71...78ac65320bde git log 5f03c7e35d71..78ac65320bde --no-merges --oneline 2019-08-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 068af9e416cb..2a5954140b49 (8 commits) (flutter/engine#11383) 2019-08-22 stuartmorgan@google.com Switch to an incremental runloop for GLFW (flutter/engine#11368) 2019-08-22 dnfield@google.com Update scenarios readme (flutter/engine#11374) 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.
-
Mehmet Fidanboylu authored
-
Michael Goderbauer authored
TweenAnimationBuilder for building custom animations without managing an AnimationController (#38317)
-
- 22 Aug, 2019 19 commits
-
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/0345967a1964...5f03c7e35d71 git log 0345967a1964..5f03c7e35d71 --no-merges --oneline 2019-08-22 stuartmorgan@google.com Use of App.framework in macOS FlutterDartProject (flutter/engine#11380) 2019-08-22 bkonyi@google.com Roll src/third_party/dart 9fda4c1101..88c0c11612 (12 commits) 2019-08-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia c071fc92cd3d..068af9e416cb (3 commits) (flutter/engine#11379) 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.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/bb8e6e4dbcbb...0345967a1964 git log bb8e6e4dbcbb..0345967a1964 --no-merges --oneline 2019-08-22 amirh@users.noreply.github.com Include Java stack trace in method channel invocations (flutter/engine#11361) 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.
-
lisa-liao authored
BottomSheetThemeData has an additional field modalElevation which makes it possible to set different elevations between persistent and modal bottom sheets.
-
Shi-Hao Hong authored
-
ryenus authored
Otherwise the error messages would be executed as code when the output is supposed to be sourced, e.g. $(flutter bash-completion)
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/17f1b500f9db...bb8e6e4dbcbb git log 17f1b500f9db..bb8e6e4dbcbb --no-merges --oneline 2019-08-22 bkonyi@google.com Roll src/third_party/dart 1279641cdd..9fda4c1101 (3 commits) 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
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/fc27f80a1242...17f1b500f9db git log fc27f80a1242..17f1b500f9db --no-merges --oneline 2019-08-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 42c6af9182d2..c071fc92cd3d (6 commits) (flutter/engine#11372) 2019-08-22 skia-flutter-autoroll@skia.org Roll fuchsia/clang/mac-amd64 from 4uAyd... to NRiBy... (flutter/engine#11371) 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
-
engine-flutter-autoroll authored
fc27f80a1 1. Update license files to account for the new Dart License file (flutter/engine#11364) (#39028) git@github.com:flutter/engine.git/compare/3c695b131ce7...fc27f80a1242 git log 3c695b131ce7..fc27f80a1242 --no-merges --oneline 2019-08-22 a-siva@users.noreply.github.com 1. Update license files to account for the new Dart License file (flutter/engine#11364) 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.
-
engine-flutter-autoroll authored
3c695b131 Roll src/third_party/skia 9e081d164c81..42c6af9182d2 (3 commits) (flutter/engine#11366) (#39024) git@github.com:flutter/engine.git/compare/e6b983cefe2a...3c695b131ce7 git log e6b983cefe2a..3c695b131ce7 --no-merges --oneline 2019-08-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 9e081d164c81..42c6af9182d2 (3 commits) (flutter/engine#11366) 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.
-
Shi-Hao Hong authored
* Wire Window.systemGestureInsets to MediaQuery.systemGestureInsets * Add systemGestureInsets property to TestWindow
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/ccf5d619b58a...e6b983cefe2a git log ccf5d619b58a..e6b983cefe2a --no-merges --oneline 2019-08-22 jonahwilliams@google.com Build legacy web dart sdk (flutter/engine#11360) 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.
-
LongCatIsLooong authored
-
Chris Bracken authored
This fixes a breakage in fuchsia where package_config version 1.1.0 is required but flutter_tools is currently locked to 1.05.
-
Jenn Magder authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/3606f7bc2d06...ccf5d619b58a git log 3606f7bc2d06..ccf5d619b58a --no-merges --oneline 2019-08-21 chinmaygarde@google.com Dry up fixture comparison in embedder unit-tests. (flutter/engine#11359) 2019-08-21 egarciad@google.com Remove engine hash from pom filename (flutter/engine#11356) 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.
-
engine-flutter-autoroll authored
3606f7bc2 Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (flutter/engine#11354) (#39007) git@github.com:flutter/engine.git/compare/1efb5b770c97...3606f7bc2d06 git log 1efb5b770c97..3606f7bc2d06 --no-merges --oneline 2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (flutter/engine#11354) 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.
-
- 21 Aug, 2019 15 commits
-
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/ab097a59faf5...1efb5b770c97 git log ab097a59faf5..1efb5b770c97 --no-merges --oneline 2019-08-21 dnfield@google.com update sim script (flutter/engine#11355) 2019-08-21 dnfield@google.com Firebase test for Platform Views on iOS (flutter/engine#11350) 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.
-
Jenn Magder authored
-
LongCatIsLooong authored
-
Nigel Gott authored
-
Hans Muller authored
-
∂ω∂ authored
-
rami-a authored
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/29469f39c13a...ab097a59faf5 git log 29469f39c13a..ab097a59faf5 --no-merges --oneline 2019-08-21 stuartmorgan@google.com De-dup FILE output for each license (flutter/engine#10945) 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.
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/9f8b1d223ee8...29469f39c13a git log 9f8b1d223ee8..29469f39c13a --no-merges --oneline 2019-08-21 tamird@google.com [lsc] Remove fuchsia.net.SocketProvider (flutter/engine#11316) 2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia f99b7960f433..80bff5b3a2d7 (2 commits) (flutter/engine#11343) 2019-08-21 egarciad@google.com Remove engine hash from the output artifact (flutter/engine#11330) 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.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/ba51408257b6...9f8b1d223ee8 git log ba51408257b6..9f8b1d223ee8 --no-merges --oneline 2019-08-21 stuartmorgan@google.com Clean up Windows and Linux build output (flutter/engine#11324) 2019-08-21 stuartmorgan@google.com Roll angle licenses (flutter/engine#11035) 2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia 0b9801eadc12..f99b7960f433 (3 commits) (flutter/engine#11338) 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.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/05a0074580e1...ba51408257b6 git log 05a0074580e1..ba51408257b6 --no-merges --oneline 2019-08-21 chinmaygarde@google.com Reference the Flutter framework instead of the dylib in iOS tests. (flutter/engine#11337) 2019-08-21 jonahwilliams@google.com Reland remove kernel sdk script (flutter/engine#10814) 2019-08-21 stuartmorgan@google.com Fix change_install_name.py to be GN-friendly (flutter/engine#11309) 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.