1. 23 Oct, 2018 1 commit
  2. 17 Oct, 2018 1 commit
    • Michael Klimushyn's avatar
      Set `FlutterDevice.viewFilter` by CLI flag (#23026) · 4f8acd84
      Michael Klimushyn authored
      `FlutterDevice.views` is limited by a filter. Pipe this filter up as an
      option for the commands that instantiate `FlutterDevice`s. This is the
      first change necessary for the CLI tooling to target specific isolates
      (#22009).
      
      More work needs to be done after this patch.
      * Isolate names are dynamically generated and change every restart.
      * This just filters views, not background isolates (`VMService.isolates`).
      4f8acd84
  3. 10 Oct, 2018 1 commit
  4. 05 Oct, 2018 1 commit
  5. 02 Oct, 2018 1 commit
  6. 01 Oct, 2018 1 commit
  7. 28 Sep, 2018 1 commit
  8. 12 Sep, 2018 2 commits
  9. 07 Sep, 2018 1 commit
    • Chris Bracken's avatar
      Make FlutterDevice.generator final (#21555) · 05d557b9
      Chris Bracken authored
      Now that Dart 1 support has been eliminated, generator should always be
      populated to a kernel compiler instance.
      
      Also moves the constructor to the top of the class, and orders final
      fields before non-final fields, as dictated by the style guide.
      05d557b9
  10. 04 Sep, 2018 2 commits
  11. 31 Aug, 2018 2 commits
  12. 16 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 30 Jul, 2018 1 commit
    • Ian Hickson's avatar
      Clean up startProgress logic. (#19695) (#20009) · acf4b6c1
      Ian Hickson authored
      Disallow calling stop() or cancel() multiple times. This means that
      when you use startProgress you have to more carefully think about what
      exactly is going on.
      
      Properly cancel startProgress in non-ANSI situations, so that
      back-to-back startProgress calls all render to the console.
      acf4b6c1
  15. 26 Jul, 2018 2 commits
  16. 20 Jul, 2018 1 commit
  17. 19 Jul, 2018 1 commit
    • Danny Tuppeny's avatar
      Add `--machine` support for `flutter attach` (#19077) · ed9afbbc
      Danny Tuppeny authored
      * Extract some of startApp into a reusable method
      
      * Get basic attach --machine working
      
      * Attach --machine tweaks
      
      Move validation to validate method and create daemon early so we get the startup event before trying to get a connection.
      
      * Bump daemon version so we know whether it's valid to flutter attach
      
      * Tweak output text
      
      * Swap package imports for relative
      
      * Review tweaks (naming, formatting, typedefs)
      
      * Separate arguments from process spawning
      
      This will make calling attach easier
      
      * Add a basic test for flutter attach --machine
      
      * Fix crash if port unforward modifies the list of forwarded ports
      
      * Add a no-op port forwarder for flutter-tester
      
      * Switch to using BasicProject instead of our own inline code
      
      * Fix expectation in test now we have a portForwarder
      
      * Remove stale TODO (this is done)
      
      * Tweak formatting
      
      * Change some Completers to void to fix Dart 2 issues
      ed9afbbc
  18. 16 Jul, 2018 2 commits
  19. 12 Jul, 2018 1 commit
  20. 11 Jul, 2018 1 commit
  21. 14 Jun, 2018 1 commit
  22. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  23. 08 Jun, 2018 3 commits
    • Chris Bracken's avatar
      It's time to #deleteDart1 (again) (#18316) · 3daebd05
      Chris Bracken authored
      * It's time to #deleteDart1 (#18293)
      
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      
      * Fix indentation, remove no longer necessary .toList()
      
      * Only push udpated kernel if >0 invalidated srcs
      3daebd05
    • Chris Bracken's avatar
      Revert "It's time to #deleteDart1 (#18293)" (#18313) · 9495df4b
      Chris Bracken authored
      Several benchmarks started failing during kernel compile:
      1. Timeouts:
         * commands_test
         * hot_mode_dev_cycle__benchmark
         * run_machine_concurrent_hot_reload
         * service_extensions_test
      
      2. Kernel compiler crash:
         * hot_mode_dev_cycle_linux__benchmark
         * routing_test
      
      3. Unexpected termination:
         * hot_mode_dev_cycle_win__benchmark
      
      This reverts commit ed63e708.
      9495df4b
    • Chris Bracken's avatar
      It's time to #deleteDart1 (#18293) · ed63e708
      Chris Bracken authored
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      ed63e708
  24. 05 Jun, 2018 2 commits
  25. 04 Jun, 2018 2 commits
  26. 04 May, 2018 2 commits
  27. 23 Apr, 2018 1 commit
    • Yegor's avatar
      a11y traversal: sort locally; use new sorting algorithm (#16253) · d3540962
      Yegor authored
      New a11y traversal:
      
      - sort direct sibling SemanticsNodes only
      - use new sorting algorithm
      - implement RTL
      - test semantics in traversal order by default
      - add AppBar traversal test
      - breaking: remove nextNodeId/previousNodeId from the framework
      - breaking: remove DebugSemanticsDumpOrder.geometricOrder
      d3540962
  28. 24 Mar, 2018 1 commit
  29. 17 Mar, 2018 2 commits