1. 19 Aug, 2020 2 commits
  2. 03 Aug, 2020 1 commit
  3. 28 Jul, 2020 1 commit
  4. 24 Jul, 2020 2 commits
  5. 17 Jul, 2020 2 commits
  6. 16 Jul, 2020 3 commits
  7. 09 Jul, 2020 1 commit
  8. 07 Jul, 2020 1 commit
  9. 23 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [versions] update all versions and fix tool tests (#60127) · 37db92be
      Jonah Williams authored
      Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
      
      - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
      - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
      - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
      37db92be
  10. 19 Jun, 2020 1 commit
  11. 15 Jun, 2020 1 commit
  12. 11 Jun, 2020 1 commit
  13. 29 May, 2020 1 commit
  14. 16 May, 2020 1 commit
  15. 22 Apr, 2020 1 commit
  16. 15 Apr, 2020 2 commits
  17. 09 Apr, 2020 1 commit
  18. 07 Apr, 2020 1 commit
  19. 30 Mar, 2020 1 commit
  20. 18 Mar, 2020 1 commit
  21. 04 Mar, 2020 1 commit
  22. 18 Feb, 2020 2 commits
  23. 15 Feb, 2020 2 commits
  24. 12 Feb, 2020 1 commit
  25. 08 Jan, 2020 1 commit
  26. 03 Jan, 2020 1 commit
  27. 23 Dec, 2019 1 commit
  28. 20 Dec, 2019 1 commit
  29. 19 Dec, 2019 1 commit
  30. 18 Dec, 2019 1 commit
    • Angjie Li's avatar
      Flutter Web Driver Support (#45951) · 1ef0eadb
      Angjie Li authored
      * Support Flutter Driver test for Flutter Web application.
      
      * Support Flutter Driver test for Flutter Web application.
      
      * Fix documentation issues.
      
      * Support Flutter Driver test for Flutter Web application.
      
      * Fix documentation.
      
      * Remove unused file from dartdoc check.
      
      * Sync to date.
      
      * Revert change to dartdoc.
      
      * Address comments.
      
      * Apply suggestions from code review
      Co-Authored-By: 's avatarJonah Williams <jonahwilliams@google.com>
      
      * Update copyrights.
      
      * Update allowed list for browsers.
      
      * Verify command line arguments for Drive command is correctly parsed.
      
      * Make waitUntilFirstFrameRasterized throw unimplementedError for Flutter Web Driver.
      
      * Add comment for why sync WebDriver is used.
      
      * Update documentations.
      
      * Add more unit tests and update documentation.
      
      * Configure test.dart so that web_extension_test will be executed with --platform=chrome.
      
      * Revert unnecessary changes.
      
      * Add new file path for Windows to blacklist.
      
      * Reconstruct the structure of flutter_driver/test/src folder to remove filtering logic in dev/bots/test.dart/
      
      * Fix path to web_extension_test.dart.
      
      * Add instructions for how to use WebFlutterDriver.
      
      * Update getLayerTree to use sendCommand instead of _sendCommand.
      
      * Update pubspec files.
      1ef0eadb
  31. 14 Nov, 2019 1 commit
  32. 12 Nov, 2019 1 commit