1. 15 Dec, 2021 2 commits
  2. 14 Dec, 2021 2 commits
  3. 12 Dec, 2021 1 commit
  4. 10 Dec, 2021 2 commits
  5. 09 Dec, 2021 1 commit
  6. 07 Dec, 2021 1 commit
  7. 06 Dec, 2021 1 commit
  8. 01 Dec, 2021 1 commit
  9. 24 Nov, 2021 2 commits
  10. 19 Nov, 2021 2 commits
  11. 12 Nov, 2021 1 commit
  12. 11 Nov, 2021 1 commit
  13. 09 Nov, 2021 2 commits
  14. 08 Nov, 2021 1 commit
  15. 05 Nov, 2021 1 commit
  16. 29 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Differentiate between TalkBack versions for semantics tests. (#92602) · 5883a662
      Greg Spencer authored
      Makes the android_semantics_testing test not fail for newer versions of Talkback.
      
      Also, since the test now depends on pub_semver, upgraded the pubspec files.
      
      The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
      5883a662
  17. 28 Oct, 2021 1 commit
  18. 26 Oct, 2021 1 commit
  19. 21 Oct, 2021 1 commit
  20. 19 Oct, 2021 2 commits
  21. 15 Oct, 2021 1 commit
  22. 13 Oct, 2021 1 commit
  23. 12 Oct, 2021 1 commit
  24. 08 Oct, 2021 3 commits
  25. 05 Oct, 2021 1 commit
  26. 04 Oct, 2021 5 commits
    • Janice Collins's avatar
      Update dartdoc to 4.0.0 (#91252) · 35fe52cb
      Janice Collins authored
      35fe52cb
    • Greg Spencer's avatar
      983cbb27
    • Greg Spencer's avatar
      Force building of snippets package executable. (#91110) · 7b8a3c1b
      Greg Spencer authored
      This fixes an issue with the Dart Head-Head-Head CI bot, where it was seeing failures because of concurrent execution of the snippets tool.
      
      It adds a single run of the snippets tool right after activation to force the compiling of the package executable, which is what has trouble with concurrent invocation.
      
      This is a temporary measure until dart pub global run is fixed.
      7b8a3c1b
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
    • Ian Hickson's avatar
  27. 01 Oct, 2021 1 commit