1. 17 Feb, 2023 1 commit
  2. 08 Feb, 2023 1 commit
    • Greg Price's avatar
      Fix hang on successful dev/bots/analyze.dart (#117660) · 98b3e48e
      Greg Price authored
      Fixes #117659
      
      It turns out this was due to the output-suppression timer introduced
      recently as part of cleaning up the output (#109206); on success, the
      script would wait 10 minutes for the timeout to expire.  This didn't
      affect CI because this feature doesn't apply in CI (as detected by
      lack of color on stdout.)
      
      Fix the issue by cleaning up the timer on success in the same way
      as on failure.
      
      While here, clean up the final summary messages slightly,
      and also cut the trailing space that printProgress was leaving
      on each line.
      98b3e48e
  3. 01 Feb, 2023 1 commit
  4. 24 Jan, 2023 1 commit
  5. 21 Jan, 2023 1 commit
  6. 11 Dec, 2022 1 commit
  7. 08 Nov, 2022 2 commits
  8. 17 Sep, 2022 1 commit
  9. 14 Aug, 2022 1 commit
  10. 10 Aug, 2022 1 commit
  11. 05 Aug, 2022 1 commit
  12. 28 Jul, 2022 2 commits
  13. 25 Jul, 2022 1 commit
  14. 12 Jul, 2022 1 commit
  15. 30 Jun, 2022 1 commit
  16. 27 Jun, 2022 1 commit
  17. 23 Jun, 2022 1 commit
  18. 07 Jun, 2022 1 commit
  19. 18 May, 2022 1 commit
  20. 14 May, 2022 1 commit
  21. 12 May, 2022 1 commit
  22. 09 May, 2022 1 commit
    • Greg Spencer's avatar
      Adds `menuBarMenuLabel`, and removes unneeded key localizations (#102100) · 6504f289
      Greg Spencer authored
      When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part.
      
      Also, added menuBarMenuLabel for an accessibility label for menu bar menus.
      
      I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
      6504f289
  23. 04 May, 2022 1 commit
  24. 28 Apr, 2022 1 commit
  25. 27 Apr, 2022 1 commit
  26. 14 Apr, 2022 1 commit
  27. 08 Apr, 2022 1 commit
  28. 29 Mar, 2022 1 commit
  29. 25 Feb, 2022 2 commits
  30. 15 Feb, 2022 1 commit
  31. 07 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Update platform shims in dev/manual_tests (#94616) · 3750beac
      Greg Spencer authored
      Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there.
      
      Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure.
      
      The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
      3750beac
  32. 15 Dec, 2021 2 commits
  33. 14 Dec, 2021 1 commit
  34. 12 Dec, 2021 1 commit
  35. 19 Nov, 2021 1 commit
  36. 09 Nov, 2021 1 commit