fixes#57802
For users without git installed, flutter on windows bundles mingit. This needs to be added to the PATH in the main script, not the executed script, so that it is available to the tool
* 141ee78b8 Roll Dart SDK from 2b917f5b6a0e to 0fab083e1c2b (15 revisions) (flutter/engine#18974)
* f5ab179e7 Call Shell::NotifyLowMemoryWarning on Android Trim and LowMemory events (flutter/engine#18979)
* 4dabac999 Roll Fuchsia Linux SDK from 8AiUM... to ThzHh... (flutter/engine#18976)
* 50cae024a Reland: Add RAII wrapper for EGLSurface (flutter/engine#18977)
* db7f226c5 Include the memory header as unique_ptr is used in ASCII Trie. (flutter/engine#18978)
* b19a17d5d Implement an EGL resource context for the Linux shell. (flutter/engine#18918)
* ca26b7558 Make Linux shell plugin constructor descriptions consistent (flutter/engine#18940)
* efd1452a4 Roll Skia from 9c401e7e1ace to f69e40841eb9 (11 revisions) (flutter/engine#18983)
* e5845af42 Put JNI functions under an interface (flutter/engine#18903)
* 1ddc6e1d3 Call destructor and fix check (flutter/engine#18985)
* 7f71f1d90 Roll Fuchsia Mac SDK from oWhyp... to gAD3P... (flutter/engine#18982)
* 74291b73b Roll Dart SDK from 0fab083e1c2b to e62b89c56d01 (10 revisions) (flutter/engine#18987)
* 2739bbfcf [web] Provide a hook to disable location strategy (flutter/engine#18969)
* 336d000b4 Roll Skia from f69e40841eb9 to 553496b66f12 (2 revisions) (flutter/engine#18992)
* b82769bdf Roll Skia from 553496b66f12 to 0ad37b87549b (2 revisions) (flutter/engine#18993)
* f5ca58b18 Roll Dart SDK from e62b89c56d01 to b0d2b97d2cd7 (4 revisions) (flutter/engine#18994)
* 2a82a0832 [dart] Account for compiler api change (flutter/engine#19002)
* 369e0a9b9 Add ui_benchmarks (flutter/engine#18945)
* a0a92d6c6 Roll Skia from 0ad37b87549b to de175abede4d (1 revision) (flutter/engine#18995)
* cea5a9c7a Roll Dart SDK from b0d2b97d2cd7 to f043f9e5f6ea (6 revisions) (flutter/engine#18997)
* d417772d7 Roll Fuchsia Mac SDK from gAD3P... to Wj0yo... (flutter/engine#19001)
* 45386229e Roll Skia from de175abede4d to 32d5cfa1f35e (15 revisions) (flutter/engine#19005)
* 71fce02dd Fix shift-tab not working by adding more GTK->GLFW key mappings. (flutter/engine#18988)
* 5ddc122f0 Fix inverted check in creating resource surface (flutter/engine#18989)
* 87d888804 Show warning if method response errors occur and error not handled. (flutter/engine#18946)
* 5171fbdc7 Roll Skia from 32d5cfa1f35e to 21bbfc6c2dfe (5 revisions) (flutter/engine#19006)
* 4bd6aea07 Always send key events, even if they're used for text input. (flutter/engine#18991)
* 9f898e98c Don't process key events when the text input is not requested (flutter/engine#18990)
* 48d709164 Roll buildroot for Windows warning update (flutter/engine#19000)
* 5f37029a2 Roll Dart SDK from f043f9e5f6ea to f0ea02bc51f8 (22 revisions) (flutter/engine#19010)
* ac809b48c onBeginFrame JNI (flutter/engine#18866)
* e1c622b4a Make SKSL caching test work on Fuchsia on arm64 (flutter/engine#18572)
* 2651beba0 Exit before pushing a trace event when layer tree holder is empty (flutter/engine#19008)
* acf048bd0 Remove log added for local testing (flutter/engine#19012)
* 1f3aa23e2 Roll Dart SDK from f0ea02bc51f8 to 0b64f5488965 (9 revisions) (flutter/engine#19013)
* 8dcc95dbd Roll Fuchsia Mac SDK from Wj0yo... to gR0Zc... (flutter/engine#19015)
* f6455fa6f Roll Dart SDK from 0b64f5488965 to 50836c171e91 (4 revisions) (flutter/engine#19017)
* b2fea9dcf Roll Skia from 21bbfc6c2dfe to 30212b7941d6 (6 revisions) (flutter/engine#19009)
* 006564625 Roll Skia from 30212b7941d6 to 3d6bf04366f6 (17 revisions) (flutter/engine#19020)
* 0a852d8ad Revert "Call Shell::NotifyLowMemoryWarning on Android Trim and LowMemory events (#18979)" (flutter/engine#19023)
* 194acdfae apply null safety syntax to mobile dart:ui (flutter/engine#18933)
* b0a0e0e32 Roll Skia from 3d6bf04366f6 to 637838d20abd (2 revisions) (flutter/engine#19021)
* be499ab46 Roll Fuchsia Mac SDK from gR0Zc... to H-uAk... (flutter/engine#19022)
* 8c24c41a0 Roll Skia from 637838d20abd to ac16760df463 (1 revision) (flutter/engine#19025)
* 7cb7003a1 onEndFrame JNI (flutter/engine#18867)
* e3fdb2330 [fuchsia] Add ability to configure separate data and asset dirs (flutter/engine#18858)
* 983b6e198 Call Shell::NotifyLowMemory when backgrounded/memory pressure occurs on Android (flutter/engine#19026)
* f7d241fd8 Wire up channel for restoration data (flutter/engine#18042)
* e84d497b9 Fix hit testing logic in fuchsia a11y (flutter/engine#19029)
* 801559ac4 Revert to last-known-good-rev of Dart SDK (flutter/engine#19031)
This reverts the flutter command to use shlock when flock isn't available. It seems that the mkdir method isn't as reliable as we want. I think that this is because the trap isn't always be executed, which is why I think that shlock uses PIDs to help it be more reliable. Unfortunately, that means that we're back to not working over network shares (which is where things were before I moved to the mkdir method, so not really a regression). I did leave in the mkdir method for platforms that have neither flock nor shlock (which should be very few and far between, but still), so at least we'll do some locking there now.
This engine version contains the Dart SDK that has been unforked for the
null-safety feature.
9b905d3f0 Manual roll of Dart 617bc54b71...39e0e75fcf (#18215)
7e205b37e Roll src/fuchsia/sdk/mac from 1MVsE... to 4MCVP... (#18217)
9193d8ff8 Roll src/third_party/skia 0dc207f836da..a14084ba1b41 (3 commits) (#18219)
403931ff2 Add FlValue (#18185)
46a6d966a [SkParagraph] Copy text height behavior to the Skia paragraph style (#18178)
e7ee47d91 [web] Implement matrix parameter for linear gradient (#18208)
28d99854a Reland again "Remove layer integral offset snapping #17112" (#18160)
5e361f57d Roll src/third_party/skia c66cd987f7c0..0dc207f836da (5 commits) (#18212)
716dbf00c Refactor GLFW embedding to support headless mode (#18205)
23cca3211 Manual Roll of Dart 39e0e75fcf...ce62ad2e8b (#18211)
15f72b8c0 Support EventChannel C++ plugin API for Linux/Windows (#17015)
e5a7ca577 Handle leak of message handle when no engine present (#18157)
d3bde19c1 add docs to platformviewios (and some drive-by changes) (#17593)
b582d774f Roll src/third_party/skia 0066adefa97d..c66cd987f7c0 (4 commits) (#18206)
5e7d6d05f Roll src/third_party/skia edea19858ccc..0066adefa97d (3 commits) (#18203)
88b9d4240 Remove the global engine entry timestamp (#18182)
0dffdd5de Roll src/third_party/dart e86e4d61834a..ce62ad2e8b40 (13 commits) (#18201)
56fe6d255 Roll src/third_party/skia 2871ab0727bf..edea19858ccc (3 commits) (#18198)
bcdf99121 Fixed ChildSceneLayer elevation issue on Fuchsia. (#18144)
ede658e2d [profiling] CPU Profiling support for iOS (#18087)
d043923d7 Roll src/third_party/skia e3d1de7c5281..2871ab0727bf (1 commits) (#18197)
807f1914e Roll src/third_party/dart 733153eb517c..e86e4d61834a (6 commits) (#18195)
fe3f8df81 Roll src/third_party/skia 3b2db26c59d6..e3d1de7c5281 (4 commits) (#18192)
34b062998 Roll fuchsia/sdk/core/mac-amd64 from jMJqf... to 1MVsE... (#18194)
e9b2afefd Roll fuchsia/sdk/core/linux-amd64 from RpHTv... to MhpFP... (#18191)
35fa00629 Roll src/third_party/skia 88d04cb51acf..3b2db26c59d6 (1 commits) (#18190)
e54bb9e20 Roll src/third_party/dart 4da5b40fb6dc..733153eb517c (23 commits) (#18188)
0c35a3417 Roll src/third_party/skia f5132a05c893..4baa7326ccfb (1 commits) (#18003)
f07712bbf Roll src/third_party/skia 5f56cb1d3b4f..f5132a05c893 (6 commits) (#17999)
103c9c78f Bumped up the timeout for testAccessibilityFocusOnTextSemanticsProducesCorrectIosViews (#17988)
a1fdff6b1 Roll src/third_party/skia 81ef385c1fcd..5f56cb1d3b4f (14 commits) (#17991)
22479ca5e Roll Dart to 726d3c772554924f62db0b9e0d4c280dbbddc824 (#17993)
494a63c41 Trial PR to enable null safety unfork in the Dart SDK. (#17818)
887efcbc9 Roll fuchsia/sdk/core/linux-amd64 from eapIV... to 3h-X9... (#17987)
50ae2b997 Set SkSL asset manager in RunConfiguration ctor (#17948)
5f437fb4f Started ignoring remote keyboard notifications. (#17981)
027eff8b1 Reenable flutter scenic test to identify crashes and follow up on fixes. (#17979)
992a55c90 Update buildroot (#17978)
d5587dfa7 Roll src/third_party/skia 78debd6f6d83..81ef385c1fcd (1 commits) (#17976)
aa00d5039 [web] Don't allow empty initial route (#17936)
3b0e4153b Roll fuchsia/sdk/core/mac-amd64 from 9O3Ef... to arZdZ... (#17975)
66af9ea70 Roll src/third_party/skia 981d590e8eba..78debd6f6d83 (5 commits) (#17972)
732bf22b3 Manual roll of Dart to 03429b20cd67f85d65cc589b529ab8c1a4780912...a53d336b9fd4bbb415d2f1e3f4c653aa107f31c7 (#17971)
cad81c721 Roll src/third_party/skia 1ae3e75a0b4c..981d590e8eba (1 commits) (#17968)
eed05dd00 Add initial unit tests for the android embedding (#17921)
168a65fac Roll src/third_party/dart 2e438d1baffc..a53d336b9fd4 (4 commits) (#17967)
742adb8b8 Roll src/third_party/skia 97cfb05aabe4..1ae3e75a0b4c (2 commits) (#17966)
805ef7c59 Roll fuchsia/sdk/core/mac-amd64 from 2CE6x... to 9O3Ef... (#17963)
11c6a18f2 Roll src/third_party/skia c12aad9485a9..97cfb05aabe4 (3 commits) (#17957)
4e29e5741 Roll fuchsia/sdk/core/mac-amd64 from 9-v-E... to 2CE6x... (#17955)
4f3b9295e Roll src/third_party/dart 216e3df4526c..2e438d1baffc (7 commits) (#17950)
4f888d662 Change the repo fetch script used in integration tests (#17943)
3999ef913 Roll src/third_party/skia 1e21d14f2b8b..c12aad9485a9 (20 commits) (#17942)
d01de3ba4 Roll src/third_party/dart a69cb6d700f5..216e3df4526c (16 commits) (#17945)
2589d07ee Fix accessibility focus loss when first focusing on text field (#17803)
3af2b1a78 Roll fuchsia/sdk/core/linux-amd64 from _dAFU... to G4HpJ... (#17938)
d132ac576 [web] Fix exception when getting boxes for rich text range (#17933)
cade0e90c [web] Batch systemFontChange messages (#17885)