1. 05 Apr, 2019 1 commit
  2. 29 Mar, 2019 1 commit
  3. 28 Mar, 2019 1 commit
  4. 15 Mar, 2019 2 commits
  5. 10 Mar, 2019 1 commit
  6. 06 Mar, 2019 1 commit
    • Dan Field's avatar
      Test reporter (#28297) · 20e0f13c
      Dan Field authored
      * Wrap test.main with a custom processor
      * Report test results to bigquery table
      20e0f13c
  7. 01 Mar, 2019 1 commit
  8. 26 Feb, 2019 2 commits
  9. 23 Feb, 2019 1 commit
  10. 22 Feb, 2019 1 commit
  11. 20 Feb, 2019 1 commit
  12. 16 Feb, 2019 1 commit
  13. 15 Feb, 2019 1 commit
  14. 13 Feb, 2019 1 commit
  15. 07 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Add a keyboard key code generator. (#27620) · 2aad5931
      Greg Spencer authored
      This adds a keycode generator that incorporates input from the Chromium and Android source trees, as well as some local tables, to generate static constants for the LogicalKeyboardKey and PhysicalKeyboardKey classes, as well as mappings from each of the platforms we support so far (currently only Android and Fuchsia).
      
      This code generator parses the input files, generates an intermediate data structure (`key_data.json`) that is checked in, and then generates the Dart sources for these classes and some static maps that will also be checked in (but are not included in this PR).
      
      The idea is that these codes don't change often, and so we don't need to generate them on every build, but we would like to be able to update them easily in the future if new data becomes available. If the existing data disappears or becomes unusable, we can maintain the checked-in data structure by hand if necessary, and still be able to generate the code.
      
      This PR only contains the code generator, not the classes themselves. In another follow-on PR, I'll run the generator and check in the output of the generator.
      2aad5931
  16. 06 Feb, 2019 1 commit
  17. 29 Jan, 2019 1 commit
  18. 28 Jan, 2019 1 commit
  19. 26 Jan, 2019 1 commit
  20. 25 Jan, 2019 2 commits
  21. 22 Dec, 2018 1 commit
  22. 19 Nov, 2018 2 commits
  23. 15 Nov, 2018 2 commits
  24. 11 Nov, 2018 1 commit
  25. 09 Nov, 2018 1 commit
  26. 08 Nov, 2018 1 commit
  27. 07 Nov, 2018 1 commit
  28. 06 Nov, 2018 3 commits
  29. 02 Nov, 2018 3 commits
  30. 01 Nov, 2018 1 commit
  31. 19 Oct, 2018 1 commit
    • Chris Bracken's avatar
      Update coverage, linter to latest releases (#23304) · 8007e1bc
      Chris Bracken authored
      Coverage 0.12.3 includes a fix for dart-lang/coverage#194, which was
      causing errors on the flutter build bots.
      
      Linter was updated automatically as a side effect of running
      `flutter update-packages --force-upgrade`.
      8007e1bc