1. 27 Apr, 2022 1 commit
  2. 03 Feb, 2022 1 commit
  3. 08 Oct, 2021 3 commits
  4. 30 Aug, 2021 1 commit
  5. 15 Jul, 2021 1 commit
  6. 14 Jul, 2021 3 commits
  7. 13 Jul, 2021 2 commits
  8. 21 May, 2021 1 commit
  9. 14 May, 2021 1 commit
  10. 13 May, 2021 1 commit
  11. 04 May, 2021 2 commits
  12. 28 Apr, 2021 1 commit
  13. 26 Apr, 2021 1 commit
  14. 23 Apr, 2021 1 commit
  15. 21 Apr, 2021 1 commit
  16. 11 Mar, 2021 1 commit
  17. 06 Mar, 2021 1 commit
  18. 04 Mar, 2021 1 commit
  19. 02 Mar, 2021 2 commits
  20. 27 Jan, 2021 1 commit
  21. 07 Dec, 2020 1 commit
  22. 11 Nov, 2020 1 commit
  23. 28 Oct, 2020 1 commit
  24. 07 Oct, 2020 1 commit
  25. 21 Aug, 2020 2 commits
  26. 17 Aug, 2020 1 commit
  27. 11 Jun, 2020 1 commit
  28. 28 May, 2020 1 commit
  29. 10 Apr, 2020 1 commit
  30. 02 Apr, 2020 1 commit
    • Greg Spencer's avatar
      Add toggleable attribute to Radio (#53846) · a8b3d1b7
      Greg Spencer authored
      This adds a new toggleable attribute to the Radio widget. This allows a radio group to be set back to an indeterminate state if the selected radio button is selected again.
      
      Fixes #53791
      a8b3d1b7
  31. 18 Mar, 2020 1 commit
    • Yegor's avatar
      Fix web test flakiness; enable web golden tests (#52789) · 7b4c195f
      Yegor authored
      * Fix web test flakiness; enable web golden tests
      
      The fix is three-part:
      
      - Only allow one test to load _and_ test at any point in time.
      - Use a fresh Chrome instance for each test file.
      - Increase Cirrus resources.
      
      The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests.
      
      Other minor changes:
      
      - Remove test batching (it's no longer necessary)
      - Fix the Chrome class, which was using the wrong Completer.
      7b4c195f
  32. 21 Dec, 2019 1 commit