1. 18 9月, 2020 2 次提交
  2. 12 9月, 2020 2 次提交
  3. 10 9月, 2020 2 次提交
  4. 07 9月, 2020 1 次提交
    • C
      Enable lazy-async-stacks by-default in all modes (Take 3) (#20895) · 575a5194
      Clement Skau 提交于
      Lazy async stacks were already enabled by-default in AOT mode in [0] - which made the
      gen_snapshot invocations use "--lazy-async-stacks --no-causal-async-stacks".
      
      This change does the same with the engine defaults, which makes this be enabled
      by-default in JIT mode as well.
      
      See go/dart-10x-faster-async for more information.
      
      This is a re-land: A fix for what we believe to have caused the last revert has landed upstream in Dart in dart-lang/sdk@0004589
      
      [0] flutter/flutter@3478232
      575a5194
  5. 04 9月, 2020 1 次提交
  6. 01 9月, 2020 2 次提交
  7. 29 8月, 2020 1 次提交
  8. 26 8月, 2020 1 次提交
    • D
      Revert hint_freed (#20746) · 4a88d5e1
      Dan Field 提交于
      This caused over-aggressive GCs, which vastly increased CPU usage benchmarks.
      
      * Revert "fix build (#20644)"
      
      This reverts commit b59793ee.
      
      * Revert "Hint freed (#19842)"
      
      This reverts commit 3930ac1b.
      4a88d5e1
  9. 25 8月, 2020 1 次提交
  10. 20 8月, 2020 2 次提交
  11. 19 8月, 2020 2 次提交
  12. 17 8月, 2020 1 次提交
  13. 15 8月, 2020 1 次提交
  14. 14 8月, 2020 2 次提交
  15. 12 8月, 2020 1 次提交
  16. 01 8月, 2020 2 次提交
  17. 31 7月, 2020 1 次提交
  18. 29 7月, 2020 2 次提交
  19. 23 7月, 2020 1 次提交
  20. 27 6月, 2020 1 次提交
    • D
      Move fuchsia/scenic integration behind #define (#19003) · 220a8310
      David Worsham 提交于
      Additionally create "_next" permutations for all of the test binaries
      on Fuchsia, in order to test both code-paths.
      
      Using the #define follow-up CLs can also create a flutter_runner_next
      binary that does not contain any legacy integration code.
      
      BUG: 53847
      220a8310
  21. 26 6月, 2020 1 次提交
  22. 25 6月, 2020 1 次提交
  23. 19 6月, 2020 2 次提交
    • M
      Word substitutions (#19111) · ed5df03d
      Michael Goderbauer 提交于
      ed5df03d
    • F
      [shell] Adds a shell test for timezone fetches (#19108) · 1551b742
      Filip Filmar 提交于
      Adds a test that verifies that the view of the local time is the same in
      the Dart isolate and the process that is running the test.
      
      Specifically, this test is useful to verify that the code paths for
      timezone retrieval do not break while the underlying FIDL protocols are
      being refactored.
      
      However, since the check is generally useful, the test is written as a
      general flutter test.
      
      Running this on Fuchsia required adding `fuchsia.intl.ProfileProvider`
      to the CMX file that is used for all build Fuchsia packages.
      
      Testing is a bit involved on Fuchsia.  You must build the Fuchsia
      package `fluter/shell/common:shell_tests` and publish it to the dev
      repository for your Fuchsia device.  It seems that a way to do so is to
      modify the script `flutter/tools/fuchsia/build_fuchsia_artifacts.py` and
      modify its function `GetTargetsToBuild` like so:
      
      ```
      def GetTargetsToBuild(product=False):
        targets_to_build = [
          'flutter/shell/platform/fuchsia:fuchsia',
          'flutter/shell/common:shell_tests',
        ]
        return targets_to_build
      ```
      
      Next, the Fuchsia packages need to be compiled and published.
      
      Once done, the following `fx` invocation will run the test, assuming
      that you have your Fuchsia setup:
      
      ```
      fx shell run \
          fuchsia-pkg://fuchsia.com/shell_tests#meta/shell_tests.cmx \
          -- --gtest_filter=ShellTest.LocaltimesMatch
      ```
      1551b742
  24. 18 6月, 2020 1 次提交
  25. 11 6月, 2020 1 次提交
  26. 27 5月, 2020 1 次提交
  27. 16 5月, 2020 1 次提交
  28. 11 4月, 2020 1 次提交
  29. 10 4月, 2020 1 次提交
  30. 09 4月, 2020 1 次提交