1. 18 Apr, 2023 1 commit
  2. 05 Apr, 2023 1 commit
  3. 17 Mar, 2022 1 commit
    • Yegor's avatar
      Roll chrome 96 attempt 2 (#100073) · c2409797
      Yegor authored
      * [web] roll Chromium dep to 96.2
      
      Roll Chromium 96.2.
      
      This is the second attempt to roll it. The previous attempt
      (https://github.com/flutter/flutter/pull/99725) failed due to a LUCI
      cache issue.
      
      * cache-bust CIPD dependency by changing its name
      * specify chrome_and_driver version in canvaskit tests
      * fix CRC corruption in kTransparentImage
      c2409797
  4. 11 Mar, 2022 1 commit
  5. 10 Mar, 2022 1 commit
  6. 21 May, 2021 1 commit
  7. 20 May, 2021 2 commits
  8. 14 May, 2021 1 commit
  9. 13 May, 2021 1 commit
  10. 04 May, 2021 2 commits
  11. 26 Apr, 2021 1 commit
  12. 23 Apr, 2021 1 commit
  13. 04 Feb, 2021 1 commit
  14. 01 Feb, 2021 2 commits
  15. 09 Nov, 2020 1 commit
  16. 08 Sep, 2020 1 commit
  17. 24 Feb, 2020 1 commit
    • Nurhan Turgut's avatar
      [web] Smoke tests for web engine (#51003) · 9ba4eb04
      Nurhan Turgut authored
      * smoke test for web
      
      * fix comments and remove logs
      
      * addressing reviewer comments
      
      * fix analyzer issue
      
      * running the test on cirrus
      
      * cirrus yaml syntax error
      
      * pub get for web_drivers
      
      * go to the examples directory before running the flutter app
      
      * cirrus is not able to find chromedriver. add a sleep to see if timing is the issue.
      
      * run chrome driver in the background
      
      * After PR #51084, flutter drive command can build and run a web app. Clean flutter run command from cirrus.yml
      
      * enable web
      9ba4eb04