1. 21 Oct, 2018 1 commit
  2. 16 Oct, 2018 1 commit
  3. 08 Oct, 2018 1 commit
  4. 04 Oct, 2018 1 commit
  5. 02 Oct, 2018 1 commit
  6. 01 Oct, 2018 2 commits
  7. 14 Sep, 2018 2 commits
  8. 12 Sep, 2018 1 commit
  9. 23 Aug, 2018 1 commit
  10. 21 Aug, 2018 1 commit
  11. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Performance test cleanup (#20652) · 1993a673
      Ian Hickson authored
      * Fix TODO syntax.
      * Clarify messages for some timeouts, to aid debugging.
      * Increase some other timeouts that were a needlessly short, to reduce sources of flakes.
      * Remove some more timeouts that were mostly redundant, to remove complexity.
      * Minor style cleanup.
      * Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
      1993a673
  12. 06 Aug, 2018 1 commit
  13. 03 Aug, 2018 1 commit
  14. 02 Aug, 2018 3 commits
  15. 27 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 20 Jul, 2018 2 commits
  18. 16 Jul, 2018 2 commits
  19. 14 Jul, 2018 1 commit
  20. 09 Jul, 2018 1 commit
  21. 02 Jul, 2018 1 commit
  22. 28 Jun, 2018 1 commit
  23. 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
  24. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  25. 08 Jun, 2018 1 commit
  26. 05 Jun, 2018 1 commit
  27. 30 May, 2018 2 commits
  28. 18 May, 2018 1 commit
  29. 15 May, 2018 1 commit
  30. 04 May, 2018 2 commits
  31. 03 May, 2018 1 commit
    • Andrew Davies's avatar
      [frdp] Adds DartVM events/driver support. (#17170) · 5d590afa
      Andrew Davies authored
      This change adds Dart VM event support (listening for when a VM starts/stops by using a periodic heartbeat).
      
      This also adds support to connect to a specific `IsolateRef` through the flutter driver, so that when an application spawns, it can immediately be driven (as shown in included example code).
      5d590afa
  32. 20 Apr, 2018 1 commit