Tags: hailubeshada/flutter
Tags
Revert "Prevent exception being thrown on hasScrolledBody (flutter#31485 )" (flutter#34061) This reverts commit ab707ac.
Roll engine 661c24e..86aa014 (2 commits) (flutter#33869) flutter/engine@661c24e...86aa014 git log 661c24e..86aa014 --no-merges --oneline 86aa014 Fix platform views channel regression (flutter/engine#9185) bd358e7 Roll src/third_party/skia 806267973f8d..a4bb02063672 (10 commits) (flutter/engine#9184) 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 (bmparr@google.com), and stop the roller if necessary.
Roll engine f867609..a32df2c (3 commits) (flutter#33667) flutter/engine@f867609...a32df2c git log f867609..a32df2c --no-merges --oneline a32df2c Roll src/third_party/skia da95a75be1dd..c4fec06e5a3b (1 commits) (flutter/engine#9154) 79c6ce1 Preserve safe area (flutter/engine#8848) cbef680 Roll src/third_party/skia b9658153032a..da95a75be1dd (2 commits) (flutter/engine#9153) 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 (cbracken@google.com), and stop the roller if necessary.
Remove assert from Image._handleImageFrame() (flutter#33602) Tickers being disabled and re-enabled can cause the condition of a synchronous notification happening after image frames have been delivered, which is valid in that case. As such, this removes the assert. flutter#32374
Wrap Windows build invocation in a batch script (flutter#33443) Invoking msbuild with runInShell makes handling path escaping more error-prone, and substantially increases the chances of running into maximum path limits. This replaces the direct call with a .bat wrapper that calls vsvars64.bat then msbuild, and uses relative paths within the script to keep command lengths short. Fixes flutter#32792
Fix first focus determination. (flutter#33279) Replacing the algorithm for finding the first focusable item in the focus tree. Somehow it was a kind of gibberish before, and really didn't work or make sense.
Add macosPrefix to the pubspec schema for plugins (flutter#33287) Adds a new macosPrefix, which serves the same purpose as iosPrefix but for macOS plugins. It is not yet used by the tooling, but this allows for plugins to start to be written using it in preparation for tooling support for plugins. Part of flutter#32718
Slight clarification in the ImageCache docs (flutter#33195) It was easy to miss the reference to the top-level `imageCache` property before. This calls out the property a little more explicitly.
303a391 fix dartdevc build (flutter/engine#9036) (flutter#33155) flutter/engine@75963db...303a391 git log 75963db..303a391 --no-merges --oneline 303a391 fix dartdevc build (flutter/engine#9036) 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 (garyq@google.com), and stop the roller if necessary.
PreviousNext