1. 18 Jul, 2023 1 commit
  2. 08 Jun, 2023 1 commit
  3. 15 May, 2023 1 commit
  4. 06 Apr, 2023 1 commit
  5. 30 Mar, 2023 1 commit
  6. 29 Mar, 2023 1 commit
  7. 17 Mar, 2023 1 commit
  8. 28 Feb, 2023 1 commit
  9. 23 Feb, 2023 1 commit
  10. 17 Feb, 2023 1 commit
  11. 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
  12. 01 Feb, 2023 1 commit
  13. 24 Jan, 2023 1 commit
  14. 21 Jan, 2023 1 commit
  15. 11 Dec, 2022 1 commit
  16. 08 Nov, 2022 2 commits
  17. 17 Sep, 2022 1 commit
  18. 14 Aug, 2022 1 commit
  19. 10 Aug, 2022 1 commit
  20. 05 Aug, 2022 1 commit
  21. 28 Jul, 2022 2 commits
  22. 25 Jul, 2022 1 commit
  23. 12 Jul, 2022 1 commit
  24. 30 Jun, 2022 1 commit
  25. 27 Jun, 2022 1 commit
  26. 23 Jun, 2022 1 commit
  27. 07 Jun, 2022 1 commit
  28. 18 May, 2022 1 commit
  29. 14 May, 2022 1 commit
  30. 12 May, 2022 1 commit
  31. 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
  32. 04 May, 2022 1 commit
  33. 28 Apr, 2022 1 commit
  34. 27 Apr, 2022 1 commit
  35. 14 Apr, 2022 1 commit
  36. 08 Apr, 2022 1 commit
  37. 29 Mar, 2022 1 commit
  38. 25 Feb, 2022 1 commit