1. 28 Aug, 2018 1 commit
  2. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
  3. 16 Aug, 2018 1 commit
  4. 15 Aug, 2018 2 commits
  5. 14 Aug, 2018 1 commit
  6. 07 Aug, 2018 1 commit
    • liyuqian's avatar
      Roll engine to 7f083e54fe75 (#20310) · 57d8930d
      liyuqian authored
      * Roll engine to 7f083e54fe75
      
      7f083e54f Don't implicitly fall through in switch statement (flutter/engine#5964)
      c7ce6dd69 Apply translation to accessibility tree when in landscape (flutter/engine#5950)
      aef94b73d Reland "Updated background execution implementation for Android" (flutter/engine#5954)
      3421bca7a Roll src/third_party/skia 36216fb0acbc..177742435e52 (15 commits) (flutter/engine#5963)
      9d1e67399 Temporarily add travis/analyze.sh back for Chrome bot (flutter/engine#5961)
      4386afdaa Roll src/third_party/skia e6d0618f677c..36216fb0acbc (11 commits) (flutter/engine#5960)
      7cef3da03 Roll src/third_party/skia 01d9a344b575..e6d0618f677c (1 commits) (flutter/engine#5958)
      ad82cb154 Roll src/third_party/skia fdf05f4ff4e9..01d9a344b575 (1 commits) (flutter/engine#5957)
      6ea410cfe Revert "Roll Dart to 17b54c76ce9b945c6f013ad08c19268409c0694a (flutter/engine#5955)" (#5956)
      f20c58f65 Roll Dart to 17b54c76ce9b945c6f013ad08c19268409c0694a (flutter/engine#5955)
      ed1938e99 Roll src/third_party/skia 641ac7daa81c..fdf05f4ff4e9 (3 commits) (flutter/engine#5953)
      5f04e00d7 Remove travis directory (flutter/engine#5935)
      5442c0a7d Revert "Updated background execution implementation for Android" (flutter/engine#5949)
      a5215ce50 Add hasImplicitScrolling SemanticFlag and support in Android bridge (flutter/engine#5941)
      4681351af Roll src/third_party/skia 6e487e67a3f3..641ac7daa81c (16 commits) (flutter/engine#5948)
      bc885f319 Updated background execution implementation for Android
      5770cbd2a Roll src/third_party/skia 12fb9cfeee07..6e487e67a3f3 (8 commits) (flutter/engine#5946)
      f4464a8d9 Roll src/third_party/skia 2e77f54f46e8..12fb9cfeee07 (1 commits) (flutter/engine#5945)
      c6baaaf75 Replace acquire+release thread annotation with excludes (flutter/engine#5944)
      63ede2e35 Roll src/third_party/skia 59aabbcf3b0d..2e77f54f46e8 (1 commits) (flutter/engine#5943)
      97aea093e Roll src/third_party/skia 71fe8baccc01..59aabbcf3b0d (1 commits) (flutter/engine#5942)
      aaf4a9a24 Roll src/third_party/skia 4c3b63e289c5..71fe8baccc01 (3 commits) (flutter/engine#5940)
      
      * Sync framework changes
      57d8930d
  7. 06 Aug, 2018 1 commit
  8. 02 Aug, 2018 3 commits
  9. 01 Aug, 2018 1 commit
  10. 27 Jul, 2018 1 commit
  11. 23 Jul, 2018 1 commit
  12. 21 Jul, 2018 1 commit
  13. 20 Jul, 2018 1 commit
  14. 16 Jul, 2018 2 commits
  15. 13 Jul, 2018 2 commits
  16. 09 Jul, 2018 1 commit
  17. 02 Jul, 2018 1 commit
  18. 26 Jun, 2018 1 commit
  19. 20 Jun, 2018 1 commit
  20. 19 Jun, 2018 1 commit
  21. 05 Jun, 2018 1 commit
  22. 18 May, 2018 1 commit
    • Todd Volkert's avatar
      Add support for custom test error reporters (#17727) · 1808ac33
      Todd Volkert authored
      This allows test environments other than `flutter test` to have a hook
      into the test exception reporting. Some test environments, for example,
      don't just dump error details to the console, but rather require them
      to be reported to a separate server.
      1808ac33
  23. 10 May, 2018 1 commit
  24. 09 May, 2018 1 commit
  25. 08 May, 2018 1 commit
    • Todd Volkert's avatar
      Make runAsync() run in child zone, not root zone (#17359) · 2ba0deb7
      Todd Volkert authored
      Some APIs (such as the ones in package:test) assume you're running
      in a child zone of the test zone by attempting to extract information
      from the zone values. When we run runAsync() in the root zone, those
      zone values are lost, and such API methods don't work.
      
      The solution is to run in a child zone, but with a specification that
      says to use the Root zone for task scheduling (both timers and
      microtakss).
      2ba0deb7
  26. 07 May, 2018 1 commit
    • Todd Volkert's avatar
      Golden file fixes (#17299) · 52e46056
      Todd Volkert authored
      1. Make goldenFileComparator getter return `null` if it's set to the
         uninitialized comparator, which matches the behavior of the setter
         (it sets it to the uninitialized comparator if the caller specifies
         `null`).
      2. Make the uninitialized comparator return trivial success (and print
         a message) when asked to compare as opposed to throwing. This ensures
         that the comparator will play nicely with live widget bindings
      3. Augment documentation
      4. Add assert that test doesn't modify the value of `autoUpdateGoldenFiles`
      52e46056
  27. 04 May, 2018 1 commit
    • Todd Volkert's avatar
      Expose generateTestBootstrap() as public API in test harness (#17290) · be09a200
      Todd Volkert authored
      This will allow external tools that wrap our test harness to share the
      code that generates the test bootstrap.
      
      This change exposed an issue whereby the LocalGoldenFileComparator
      was being too strict in its URI handling, so this changes relaxes
      that constraint as well (and adds associated tests).
      be09a200
  28. 03 May, 2018 1 commit
  29. 01 May, 2018 1 commit
  30. 30 Apr, 2018 2 commits
  31. 28 Apr, 2018 2 commits
  32. 19 Mar, 2018 1 commit
  33. 02 Mar, 2018 1 commit