1. 14 Apr, 2017 1 commit
  2. 09 Apr, 2017 1 commit
  3. 07 Apr, 2017 2 commits
  4. 31 Mar, 2017 1 commit
  5. 29 Mar, 2017 2 commits
  6. 16 Mar, 2017 1 commit
  7. 15 Mar, 2017 1 commit
  8. 08 Mar, 2017 1 commit
  9. 04 Mar, 2017 1 commit
  10. 03 Mar, 2017 1 commit
  11. 01 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      [devFS] Use URI to represent paths on device (#8446) · 17057bb4
      Michael Goderbauer authored
      * [devFS] Use URI to represent paths on device
      
      Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways.
      
      * review comments
      
      * switch to file paths
      
      * fix tests on Windows
      
      * review comments
      17057bb4
  12. 23 Feb, 2017 1 commit
  13. 18 Feb, 2017 1 commit
  14. 15 Feb, 2017 1 commit
  15. 14 Feb, 2017 1 commit
  16. 08 Feb, 2017 1 commit
  17. 06 Feb, 2017 1 commit
    • Jacob Richman's avatar
      Small Flutter strong mode cleanup fixes. (#7825) · 53fc96da
      Jacob Richman authored
      * Small Flutter strong mode cleanup fixes.
      
      These are cases where strong mode down cast composite errors
      generally indicated cases that would performance or correctness
      issues if Flutter code was run in a strong mode VM.
      
      * Fix Command API so that it is always in terms of Map<String,String>.
      
      * Fix typedef
      53fc96da
  18. 02 Feb, 2017 2 commits
  19. 01 Feb, 2017 1 commit
    • Jason Simmons's avatar
      Some fixes for the microbenchmarks (#7781) · 59cacd71
      Jason Simmons authored
      * Return null from VM.mainView if no view exists
      * Retry in connectToServiceProtocol if a view is not yet available
      * Do not explicitly call exit from the benchmarks - it will not cleanly shut down the engine
      59cacd71
  20. 23 Jan, 2017 1 commit
  21. 12 Jan, 2017 1 commit
  22. 09 Jan, 2017 1 commit
  23. 12 Dec, 2016 1 commit
  24. 09 Dec, 2016 1 commit
  25. 01 Dec, 2016 1 commit
  26. 28 Nov, 2016 3 commits
  27. 22 Nov, 2016 1 commit
  28. 01 Nov, 2016 1 commit
  29. 27 Oct, 2016 1 commit
  30. 21 Oct, 2016 1 commit
    • Devon Carew's avatar
      Reload pause (#6459) · 55a374d4
      Devon Carew authored
      * add a pause parameter to the reload command
      
      * encode OperationResult as json
      
      * reverse isOk logic
      55a374d4
  31. 20 Oct, 2016 1 commit
  32. 12 Oct, 2016 1 commit
  33. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  34. 15 Sep, 2016 1 commit
  35. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677