* 590813ff3 Roll Skia from aecf8d517143 to df2dbad1a87d (9 revisions) (flutter/engine#26168)
* bce27b631 Roll Fuchsia Mac SDK from a6aB7cNgl... to 9-tG_VdU_... (flutter/engine#26169)
* 5de7fc17e Roll Skia from df2dbad1a87d to bc8e0d8ba0d4 (1 revision) (flutter/engine#26171)
* 4b3966ba4 Reland "Fix a11y placeholder on desktop; auto-enable engine semantics" (flutter/engine#26134)
* d8b83b71f Roll Fuchsia Linux SDK from RT1RbBM69... to q_v1AFsEq... (flutter/engine#26173)
* 570e51cf4 Roll Fuchsia Mac SDK from 9-tG_VdU_... to PVI875Hyp... (flutter/engine#26174)
* 3cd2eb547 Roll Skia from bc8e0d8ba0d4 to bc7c754ce395 (1 revision) (flutter/engine#26175)
* 1c769b441 Roll Fuchsia Linux SDK from q_v1AFsEq... to lU-S8er5G... (flutter/engine#26176)
* dad87569f Roll Fuchsia Mac SDK from PVI875Hyp... to TB587FHc5... (flutter/engine#26177)
* f426368f2 Roll Skia from bc7c754ce395 to f91ce0201328 (1 revision) (flutter/engine#26178)
* 00e1c1067 Remove counter from eintr wrapper (flutter/engine#26124)
In https://github.com/flutter/flutter/pull/82577, I landed a version
bump of package shelf and package flutter_template_images. This local
override should have been part of that patch but was missed in the
checkin.
The version bumps themselves happened in the previous patch; this just
ensures we don't accidentally 'upgrade' back to version 1.0.2.
* Add cmdline tools to docker image.
This is to make the flutter doctor new checks to pass.
Bug: https://github.com/flutter/flutter/issues/82565
* Use correct package name.
* Add version to sdkmanager command.
* 0f28cd6fd [uwptool] Add uninstall command (flutter/engine#26122)
* cf1898369 Fix composition when multiple platform views and layers are combined (flutter/engine#25900)
* c118a134f Add missing semantics flag for embedder (flutter/engine#25932)
* e0418d2c5 [fuchsia] rename SessionConnection to DefaultSessionConnection (flutter/engine#26104)
* 589f51479 add `TextLeadingDistribution` to webui `TextStyle` (flutter/engine#25777)
* 2ef73bf47 Add support for System.channelWriteEtc and System.channelQueryAndReadEtc. (flutter/engine#26050)
* 247d1d998 Roll Fuchsia Linux SDK from WYD7atCH7... to uffIHSwYt... (flutter/engine#26131)
* 7e34f1ff0 Revert "SceneBuilder.addPicture returns the layer (#26074)" (flutter/engine#26133)
* 26a48f100 Roll Dart SDK from c119194b23d9 to ba8506bdcef7 (2 revisions) (flutter/engine#26135)
* 0fc5600f5 Fix GIR transfer annotation
* b8072ae65 Roll Skia from ca9f6a855071 to 3193a04b09d8 (21 revisions) (flutter/engine#26136)
* 2071b03fd Roll Fuchsia Mac SDK from mdsssGtoC... to y3xw-lhxW... (flutter/engine#26137)
* 6fb2f9423 web: improve engine dev cycle on Windows (flutter/engine#25812)
* 877329553 Windows: UWP ViewController accepts a CoreApplicationView and exposes to plugins (flutter/engine#25879)
* 0507f4a9a Revert "Fix composition when multiple platform views and layers are combined (#25900)" (flutter/engine#26142)
Adds UwpTool.install and UwpTool.uninstall methods. Refactors the
PowerShell-based install code to move the powershell-related bits out of
the Device class and into UwpTool so that when we swap out the
PowerShell-based install for the uwptool-based install, it's transparent
to the WindowsUWPDevice class.
Adds implementations for:
* WindowsUWPDevice.isAppInstalled
* WindowsUWPDevice.uninstallApp
Refactors:
* WindowsUWPDevice.installApp