- 06 Jun, 2022 1 commit
-
-
Elliott Brooks (she/her) authored
-
- 01 Jun, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 26 May, 2022 1 commit
-
-
Anna Gringauze authored
-
- 17 May, 2022 1 commit
-
-
engine-flutter-autoroll authored
* e0f736dab Set error handler (flutter/engine#33402) * dcd596a99 Roll Dart SDK from 381855557df2 to f3bf9025c141 (1 revision) (flutter/engine#33411) * 5c2a16e07 Roll Fuchsia Linux SDK from F0_B8WVKY... to IZ7_b83xC... (flutter/engine#33415) * 4958a245a Roll dart sdk to 1bdb83bddf96c41cc046810c697a2c80bfaaaf19 (flutter/engine#33416) * d2fd3d852 Roll Fuchsia Mac SDK from t_ky8l6nb... to egBfZMmTP... (flutter/engine#33417) * d58fc83f1 Roll Dart SDK from 1bdb83bddf96 to 0bc104c3e959 (1 revision) (flutter/engine#33419) * 8ab172029 Roll Skia from 0a5146ca3ffd to 16fa353926b8 (28 revisions) (flutter/engine#33420) * Remove fraction translation * Update codesign.dart Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
- 14 May, 2022 1 commit
-
-
Chris Bracken authored
Roll dependendencies This rolls depdendencies to latest using flutter update-packages --force-upgrade This change includes three code changes: * Removes charcode from the dependencies allowlist since it no longer appears in the transitive closure of dependencies of the flutter, flutter_test, flutter_driver, flutter_localizations, and integration_test packages. * Uses Resolver.create instead of the deprecated Resolver constructor. The default Resolver constructor has been deprecated in favour of the static Resolver.create() factory function, which unfortunately happens to be async. Propagated the async-ness up the chain. This change was partially reverted and the deprecation ignored in this patch until package:coverage can be rolled internally at Google. * Eliminates the use of the deprecated packagesPath parameter to HitMap.parseJson. This parameter was deprecated and 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 change was partially reverted and the deprecation ignored in this patch until package:coverage can be rolled internally at Google. This is a pre-update prior to updating flutter_template_images in https://github.com/flutter/flutter/pull/103739 Issue: https://github.com/flutter/flutter/issues/103371 Issue: https://github.com/flutter/flutter/issues/103775 Issue: https://github.com/flutter/flutter/issues/103830 When re-applying the partially-reverted changes to code coverage, we'll need to patch host_entrypoint.dart internally to await the Future that we'll be returning rather than a non-async value.
-
- 13 May, 2022 1 commit
-
-
engine-flutter-autoroll authored
* c4b899f63 Roll dart sdk to 7b24ff4d92e2d2136020fc5bedadfe7025861510 (flutter/engine#33309) * 7956603cc [web] Migrate Flutter Web DOM usage to JS static interop - 12. (flutter/engine#33241) * 1d0c2ae6f Roll Skia from 1e43dce386c9 to f6e31bf1dcfb (6 revisions) (flutter/engine#33320) * ed5a2fef0 Roll Skia from f6e31bf1dcfb to 69fecd6c2d85 (1 revision) (flutter/engine#33322) * 10e0e1534 Revert "[web] Migrate Flutter Web DOM usage to JS static interop - 12. (#33241)" (flutter/engine#33321) * fix local tests Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
- 12 May, 2022 1 commit
-
-
Casey Hillers authored
-
- 11 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 10 May, 2022 1 commit
-
-
Christopher Fujino authored
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 06 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 May, 2022 1 commit
-
-
engine-flutter-autoroll authored
-
- 29 Apr, 2022 1 commit
-
-
Kevin Chisholm authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2022 1 commit
-
-
engine-flutter-autoroll authored
* b2ca1ce53 [web] Migrate Flutter Web to JS static interop - 14. (flutter/engine#32683) * d3886d6c5 Roll Fuchsia Linux SDK from MbA1RtjV4... to YyokSAVV4... (flutter/engine#32907) * 0aca7c0a1 Roll Skia from 4f33f5bef8eb to f8e52b27aa70 (4 revisions) (flutter/engine#32911) * ccf075470 Roll Skia from f8e52b27aa70 to 74742130b08d (2 revisions) (flutter/engine#32913) * a2d8df99e Roll Skia from 74742130b08d to 82146a7fcde2 (1 revision) (flutter/engine#32914) * 1e19613db Roll Fuchsia Mac SDK from JVNKiIJWP... to Jki3kG8_P... (flutter/engine#32916) * 65bc7e348 Roll Dart SDK from 865c2ff0940e to e89b629ed91d (1 revision) (flutter/engine#32917) * 79152137a Revert "[web] Migrate Flutter Web to JS static interop - 14. (#32683)" (flutter/engine#32919) * Add impellerc to conductor codesigning list * Update coductor codesigning for libtessellator.dylib Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
-
- 20 Apr, 2022 1 commit
-
-
Kevin Chisholm authored
* update console output to specify post release steps * move post release instructions * update instructions for beta vs stable * add logic to differentiate beta and stable steps
-
- 15 Apr, 2022 1 commit
-
-
engine-flutter-autoroll authored
-
- 13 Apr, 2022 1 commit
-
-
Christopher Fujino authored
-
- 12 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Apr, 2022 1 commit
-
-
Anna Gringauze authored
* Run update-packages * Update DwdsLauncher, disable failing test * Fix analyze error Co-authored-by: Jenn Magder <magder@google.com>
-
- 30 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Mar, 2022 2 commits
-
-
Michael Goderbauer authored
-
Christopher Fujino authored
-
- 25 Mar, 2022 2 commits
-
-
Christopher Fujino authored
-
Casey Hillers authored
-
- 18 Mar, 2022 1 commit
-
-
Christopher Fujino authored
-
- 16 Mar, 2022 1 commit
-
-
Christopher Fujino authored
-
- 10 Mar, 2022 1 commit
-
-
Ben Konyi authored
-
- 01 Mar, 2022 1 commit
-
-
Christopher Fujino authored
-
- 25 Feb, 2022 2 commits
-
-
Christopher Fujino authored
[flutter_conductor] log to stderr but do not crash conductor if branch name validation fails (#99181)
-
Jenn Magder authored
-
- 19 Feb, 2022 1 commit
-
-
Christopher Fujino authored
-
- 18 Feb, 2022 1 commit
-
-
Ben Konyi authored
-
- 02 Feb, 2022 2 commits
-
-
Zachary Anderson authored
-
Pierre-Louis authored
* update packages * implement * remove trailing spaces * Revert "remove trailing spaces" This reverts commit d3bffbef57d142a4a5d98dea4c3e9b6db856c9bb. * Revert "implement" This reverts commit 6b6172a827c84985c5fe09e676096878fba43306.
-
- 13 Jan, 2022 2 commits
-
-
Christopher Fujino authored
-
Emmanuel Garcia authored
* Bump video_player in flutter gallery * Update packages * Update dependencies * Bump device_info * Update dev/devicelab/bin/tasks/build_ios_framework_module_test.dart Co-authored-by: Jenn Magder <magder@google.com> * Update dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart Co-authored-by: Jenn Magder <magder@google.com> * Update dev/devicelab/bin/tasks/module_test.dart Co-authored-by: Jenn Magder <magder@google.com> * Remove deprecated device_info from ios-frameworks test Co-authored-by: Jenn Magder <magder@google.com>
-
- 10 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 15 Dec, 2021 1 commit
-
-
Christopher Fujino authored
* support commits past tagged stable release * make better expectations
-
- 11 Dec, 2021 1 commit
-
-
Christopher Fujino authored
* update * more
-
- 07 Dec, 2021 1 commit
-
-
Anna Gringauze authored
-