1. 30 Jan, 2020 1 commit
  2. 28 Jan, 2020 1 commit
  3. 27 Jan, 2020 2 commits
  4. 25 Jan, 2020 1 commit
  5. 24 Jan, 2020 1 commit
  6. 22 Jan, 2020 2 commits
  7. 21 Jan, 2020 3 commits
  8. 17 Jan, 2020 1 commit
  9. 16 Jan, 2020 1 commit
  10. 15 Jan, 2020 1 commit
  11. 14 Jan, 2020 3 commits
  12. 10 Jan, 2020 2 commits
  13. 09 Jan, 2020 1 commit
  14. 08 Jan, 2020 2 commits
  15. 07 Jan, 2020 4 commits
  16. 06 Jan, 2020 1 commit
  17. 03 Jan, 2020 1 commit
  18. 23 Dec, 2019 2 commits
  19. 20 Dec, 2019 1 commit
  20. 19 Dec, 2019 2 commits
  21. 18 Dec, 2019 2 commits
    • Dan Field's avatar
      b2323889
    • 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
  22. 17 Dec, 2019 2 commits
  23. 12 Dec, 2019 1 commit
    • Danny Tuppeny's avatar
      Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) · 4944622b
      Danny Tuppeny authored
      * Prposal for supporting URL tunnelling
      
      * Update daemon.md
      
      * Add the ability for daemon to call clients to expose URLs
      
      * Fix dwds mock in web_fs tests
      
      * Fix type error
      
      * Remove build_runner import from run
      
      * Move appStartedTime back to after the app has started
      
      * Remove nested DI scope and pass urlTunneller down
      
      * Fix import
      
      * Tweak TODO
      
      * Fix existing tests
      
      * Fix spec to use result instead of params for response object
      
      * Fix exposeUrl to use a url field, as spec'd
      
      * Test that the daemon's exposeUrl sends a request and handles the response
      4944622b
  24. 11 Dec, 2019 1 commit
  25. 10 Dec, 2019 1 commit