1. 27 Sep, 2018 3 commits
    • asiva's avatar
      Fix quotes. · 556568ff
      asiva authored
      556568ff
    • asiva's avatar
      Fix error message. · 5024871a
      asiva authored
      5024871a
    • asiva's avatar
      Roll engine to version d80c1de7b53af81a0b4385eb3f13de1ef77f0d2d · aef98047
      asiva authored
      Contains the following changes:
      
      d80c1de7b (HEAD -> master, upstream/master) Roll src/third_party/skia ab3144c3abb9..656cefe65d62 (11 commits) (#6362)
      edf6249e0 Add pushOffset to SceneBuilder (#6349)
      3a01f3956 Change log level from ERROR to WARNING (#6361)
      5ae470845 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (#6360)
      763627fff Do not export libdart symbols (#6337)
      3052dbd79 SystemNavigator.pop can pop w/o UINavigationController (#6341)
      0c096f798 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (#6359)
      b8c2a17a1 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (#6356)
      c589b312a Expose push/popRoute on FlutterViewController (#6347)
      075b3fcca Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (#6355)
      2dd9b99aa Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (#6354)
      5b799381f Dont make any binaries specify an X11 dependency. (#6353)
      309ac4e1b V0.8.2 fix compile problem with xcode10 (#6339)
      26fdd1e4f Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (#6351)
      cc44ca5d0 Perform persistent cache stores on the IO thread outside the frame workload. (#6350)
      f2a3df97e Wire up the Skia persistent GPU related artifacts cache. (#6278)
      aef98047
  2. 12 Sep, 2018 1 commit
  3. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  4. 02 Feb, 2018 1 commit
  5. 01 Sep, 2017 1 commit
  6. 09 Aug, 2017 1 commit
  7. 25 Apr, 2017 1 commit
  8. 13 Mar, 2017 1 commit
    • Ian Hickson's avatar
      Make hot mode a little less aggressive about catching errors. (#8743) · 0edc4d2a
      Ian Hickson authored
      It was resulting in weird situations where the tool would dump an
      error message and stack but not quit, or would fail hard but then just
      hang.
      
      Instead, specifically catch errors you expect. As an example of this,
      there's one error we expect from the DartDependencySetBuilder, so we
      catch that one, turn it into a dedicated exception class, then in the
      caller catch that specific exception.
      0edc4d2a
  9. 10 Mar, 2017 1 commit
  10. 07 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      Faster hot reload (#8600) · 644e7b13
      Michael Goderbauer authored
      This implements the `DartDependencySetBuilder` completely in Dart instead of calling out to `sky_snapshot` (Linux/Mac) or `gen_snapshot` (Windows) and allows us to use the same code path on all supported host platforms.
      
      It also slightly reduces hot reload times on Linux from ~750ms to ~690ms for the unchanged flutter_gallery app and significantly reduces hot reload times on Windows from almost 1.5s to just slightly slower than on Linux.
      
      This change will also allow us to retire `sky_snapshot` completely in the future.
      644e7b13
  11. 04 Mar, 2017 2 commits
  12. 02 Mar, 2017 1 commit
  13. 01 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      Roll forward #8467 (#8477) · 65835af4
      Michael Goderbauer authored
      * Revert "Revert "Simplify path handling logic in dependency checker and devFS (#8414)" (#8467)"
      
      This reverts commit 96ba7f76.
      
      * Intentionally use a self-package URI in flutter_gallery
      
      * tests to catch problems with self-package imports
      65835af4
  14. 28 Feb, 2017 1 commit
  15. 27 Feb, 2017 1 commit
  16. 14 Feb, 2017 1 commit
  17. 06 Feb, 2017 1 commit
  18. 26 Jan, 2017 1 commit
  19. 09 Jan, 2017 1 commit
  20. 15 Dec, 2016 1 commit
    • John McCutchan's avatar
      DependencyChecker with tests (#7268) · 2546259a
      John McCutchan authored
      - [x] Introduce DependencyChecker which can determine if any dependencies have been modified.
      - [x] Move the DartDependencyBuilder into a separate file.
      - [x] Add unit tests for DartDependencyBuilder.
      - [x] Add unit tets for DependencyChecker
      
      Part of #7014 
      2546259a