1. 06 Jun, 2022 1 commit
  2. 01 Jun, 2022 1 commit
  3. 26 May, 2022 1 commit
  4. 17 May, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from fce741dd83cf to 8ab17202937d (7 revisions) (#103982) · 9651f1d7
      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: 's avatarJonah Williams <jonahwilliams@google.com>
      9651f1d7
  5. 14 May, 2022 1 commit
    • Chris Bracken's avatar
      Roll dependendencies (#103771) · 27c6cdb4
      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.
      27c6cdb4
  6. 13 May, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 58193a3b6ef1 to 10e0e15347d3 (5 revisions) (#103742) · 7d234c96
      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: 's avatarJonah Williams <jonahwilliams@google.com>
      7d234c96
  7. 12 May, 2022 1 commit
  8. 11 May, 2022 1 commit
  9. 10 May, 2022 1 commit
  10. 06 May, 2022 1 commit
  11. 05 May, 2022 1 commit
  12. 29 Apr, 2022 1 commit
  13. 27 Apr, 2022 1 commit
  14. 26 Apr, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Engine from 4df9cf27052b to 79152137a94c (8 revisions) (#102551) · de6689aa
      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: 's avatarZachary Anderson <zanderso@users.noreply.github.com>
      de6689aa
  15. 20 Apr, 2022 1 commit
  16. 15 Apr, 2022 1 commit
  17. 13 Apr, 2022 1 commit
  18. 12 Apr, 2022 1 commit
  19. 08 Apr, 2022 1 commit
  20. 30 Mar, 2022 1 commit
  21. 29 Mar, 2022 2 commits
  22. 25 Mar, 2022 2 commits
  23. 18 Mar, 2022 1 commit
  24. 16 Mar, 2022 1 commit
  25. 10 Mar, 2022 1 commit
  26. 01 Mar, 2022 1 commit
  27. 25 Feb, 2022 2 commits
  28. 19 Feb, 2022 1 commit
  29. 18 Feb, 2022 1 commit
  30. 02 Feb, 2022 2 commits
  31. 13 Jan, 2022 2 commits
  32. 10 Jan, 2022 1 commit
  33. 15 Dec, 2021 1 commit
  34. 11 Dec, 2021 1 commit
  35. 07 Dec, 2021 1 commit