1. 16 Jun, 2018 2 commits
  2. 15 Jun, 2018 15 commits
  3. 14 Jun, 2018 6 commits
  4. 13 Jun, 2018 9 commits
    • Michael Thomsen's avatar
      Fix outdated link for how to edit plugin code (#18069) · 87351bd9
      Michael Thomsen authored
      * Fix readme link to plugin edit instructions
      
      * Fix flutter tools link
      87351bd9
    • 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
    • xster's avatar
      Fix ListView dartdoc where a paragraph doesn't flow with the section heading... · 210e2fa3
      xster authored
      Fix ListView dartdoc where a paragraph doesn't flow with the section heading and the other paragraphs in the section (#18430)
      
      210e2fa3
    • Andrew Davies's avatar
      [frdb] Add support for env connection variable. (#18429) · 5ed02905
      Andrew Davies authored
      Similar to the flutter driver, now the fuchsia_remote_debug_protocol can
      connect via an environment variable. This can also be used to point to
      the SSH config location.
      
      This makes it so that tests written using the FRDB do not have to write
      extra information about where their device is on the network.
      5ed02905
    • Yegor's avatar
      fix some TextInputType dartdocs (#18427) · b401e765
      Yegor authored
      b401e765
    • Danny Tuppeny's avatar
      Minor flutter daemon doc fixes (#18447) · ed05e933
      Danny Tuppeny authored
      * Fix anchors for GitHub
      
      For some reason GitHub lowercases the anchor names so although these links all work in the local VS Code preview, the ones with capitals didn't work in the GitHub UI!
      
      * Fix some typos
      ed05e933
    • Florian Loitsch's avatar
      Roll engine. (#18452) · 211b6770
      Florian Loitsch authored
      flutter/engine@c3976b3 Revert "Added IsolateNameServer functionality (#5410)"
      flutter/engine@61a2d12 Added IsolateNameServer functionality
      flutter/engine@412f8b8 Roll src/third_party/skia 8ea971bfefb6..bb9ee9b4aa7d (10 commits)
      flutter/engine@3b1f381 Expose approximateBytesUsed for Picture
      flutter/engine@a4c8e1f Roll src/third_party/skia 2a2f67592602..8ea971bfefb6 (5 commits)
      211b6770
    • Florian Loitsch's avatar
      Roll the engine. (#18444) · 11a6a098
      Florian Loitsch authored
      * Roll the engine
      
      flutter/engine@6b1b887 Roll the Dart VM.
      11a6a098
    • Alexandre Ardhuin's avatar
  5. 12 Jun, 2018 7 commits
  6. 11 Jun, 2018 1 commit
    • Ian Hickson's avatar
      More flexible timeout logic in flutter_test (#18256) · dac2ebf0
      Ian Hickson authored
      This should reduce the number of flakes without actually increasing
      the timeout, so we'll still find out quickly if a test is hanging.
      
      The numbers here might need tweaking. Maybe the default two seconds is
      too short for CI bots.
      dac2ebf0