1. 15 Aug, 2018 13 commits
  2. 14 Aug, 2018 5 commits
  3. 13 Aug, 2018 6 commits
  4. 12 Aug, 2018 5 commits
  5. 11 Aug, 2018 2 commits
  6. 10 Aug, 2018 8 commits
  7. 09 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fix flutter_gallery_instrumentation_test (#20361) · 93b02651
      Ian Hickson authored
      Somehow I forgot to say "super.tap()" when calling "tap()" on the new
      superclass, so it was just recursing infinitely but ended up actually
      crashing on the first reuse of the finder.
      
      The error was previously swallowed, I made this print it instead.
      93b02651