- 25 Jun, 2022 1 commit
-
-
Brandon DeRosier authored
* 9508a368d Roll Dart SDK from 692562354d6d to d3b8091c30f0 (1 revision) (flutter/engine#34273) * a2985c034 Roll Fuchsia Linux SDK from F1U6IH2Nf... to aRT7s0Yct... (flutter/engine#34251) * 54867f360 Roll Skia from bdd0205ae470 to 4345a2ea731a (1 revision) (flutter/engine#34268) * 98221a22d Clean up text input configuration in clearTextInputClient (flutter/engine#34209) * b9e02cc83 Adds a license check shard to CI (flutter/engine#34274) * 1daf7ba98 [Impeller] Metal:Reset Encoder viewport and scissor rect in case the command specifies no opinion (flutter/engine#34252) * 83b9a591a [Linux] remove duplicate clone_string() in favor of g_strdup() (flutter/engine#34031) * Don't use .packages * Another attempt Co-authored-by:
engine-flutter-autoroll <engine-flutter-autoroll@skia.org>
-
- 24 Jun, 2022 3 commits
-
-
Christopher Fujino authored
-
Jesús S Guerrero authored
-
Gustl22 authored
-
- 23 Jun, 2022 1 commit
-
-
Christopher Fujino authored
-
- 21 Jun, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 20 Jun, 2022 1 commit
-
-
Anurag Roy authored
-
- 18 Jun, 2022 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-
- 17 Jun, 2022 3 commits
-
-
Jonah Williams authored
-
Jesús S Guerrero authored
-
David Iglesias authored
-
- 16 Jun, 2022 3 commits
-
-
Sam Rawlins authored
-
Jesús S Guerrero authored
-
Loïc Sharma authored
Currently CMake is tested entirely through `build_linux_test.dart`. However, CMake is also used for Windows builds. This adds additional "generic" tests: 1. Parsing CMake files 2. Generating CMake config files. In the future, this will be used to test that generated CMake config files contain the expected version information, which will be used to flow version information to Windows executables. Part of https://github.com/flutter/flutter/issues/73652.
-
- 15 Jun, 2022 2 commits
-
-
Christopher Fujino authored
-
Jonah Williams authored
-
- 10 Jun, 2022 1 commit
-
-
Anurag Roy authored
-
- 09 Jun, 2022 2 commits
-
-
Lau Ching Jun authored
-
Lasse R.H. Nielsen authored
-
- 07 Jun, 2022 1 commit
-
-
Gary Qian authored
-
- 06 Jun, 2022 2 commits
-
-
Gary Qian authored
-
Christopher Fujino authored
-
- 03 Jun, 2022 8 commits
-
-
Jenn Magder authored
-
Gary Qian authored
-
Jesús S Guerrero authored
-
Jesús S Guerrero authored
-
Jenn Magder authored
-
Emmanuel Garcia authored
-
jensjoha authored
This PR adds extra timings for a hot reload. As an example, before a user might see > Performing hot reload... > Reloaded 1 of 788 libraries in 554ms. With this PR it would instead be something like > Performing hot reload... > Reloaded 1 of 788 libraries in 554ms (compile: 33 ms, reload: 153 ms, reassemble: 310 ms).
-
Elliott Brooks (she/her) authored
-
- 02 Jun, 2022 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 01 Jun, 2022 3 commits
-
-
Christopher Fujino authored
-
Christopher Fujino authored
-
Emmanuel Garcia authored
-
- 31 May, 2022 1 commit
-
-
Chris Bracken authored
In https://github.com/flutter/flutter/pull/103771, we rolled dependencies in Flutter, which triggered an update of package:coverage to v1.3.1. The new version includes https://github.com/dart-lang/coverage/pull/370 in which two deprecations landed: * The `Resolver` default constructor was deprecated and replaced with the `Resolver.create` static factory method, which unfortunately happens to be async. * The `packagesPath` parameter to `HitMap.parseJson`, which takes the path to the `.packages` file of the package for which coverage is to be collected, was deprecated. This parameter was replaced with `packagePath` in https://github.com/dart-lang/coverage/pull/370 which was part of the overall deprecation of the .packages file in Dart itself https://github.com/dart-lang/sdk/issues/48272. The overall goal being that end-user code shouldn't need to know about implementation details such as whether dependency information is stored in a .packages file or a package_info.json file, but rather use the package_config package to obtain the package metadata and perform other functions such as resolving its dependencies to filesystem paths. packagesPath was replaced by packagePath, which takes the path to the package directory itself. Internally, package:coverage then uses package_config to do the rest of the package/script URI resolution to filesystem paths. This migrates off the deprecated `packagesPath` parameter to the replacement `packagePath` paramter. Issue: https://github.com/flutter/flutter/issues/103830
-
- 27 May, 2022 2 commits
-
-
Darren Austin authored
-
David Iglesias authored
-
- 26 May, 2022 1 commit
-
-
Anna Gringauze authored
-