1. 12 Dec, 2015 1 commit
  2. 21 Nov, 2015 1 commit
    • Adam Barth's avatar
      Fix analyzer warnings · 99d51f5f
      Adam Barth authored
      Should make Travis green again. Also, add better logging to
      dev/update_packages.dart.
      99d51f5f
  3. 20 Nov, 2015 1 commit
  4. 17 Nov, 2015 1 commit
  5. 07 Nov, 2015 1 commit
    • Adam Barth's avatar
      The FLX package should test itself · 00de3081
      Adam Barth authored
      Rather than using the Flutter unit tests to test FLX, we can just test FLX
      directly. Also, clean up the dependencies in the pubspec to match the code.
      00de3081
  6. 05 Nov, 2015 1 commit
  7. 02 Nov, 2015 1 commit
  8. 29 Oct, 2015 1 commit
    • Adam Barth's avatar
      Rationalize embedder.dart and shell.dart · fab160cf
      Adam Barth authored
      This patch combines embedder.dart and shell.dart into one thing. We should now
      handle a bunch of error cases better.
      
        * embedder.connectToApplication has moved to shell.connectToApplication,
          matching the rest of the mojo universe.
        * embedder.connecttoService has moved to shell.connnectToService (and merged
          with shell.requestService).
        * shell.requestService is now shell.connectToService, matching the rest of
          the mojo universe.
        * serviceRegistry has moved from embedder.serviceRegistry to a top-level
          getter.
      
      Fixes #1803
      fab160cf
  9. 26 Oct, 2015 1 commit
  10. 19 Oct, 2015 1 commit
    • Matt Perry's avatar
      Support verifying .flx signatures when updating. · dff3fa7e
      Matt Perry authored
      Adds a step to the updater to verify that the new .flx package is signed and
      untampered.
      
      Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash
      of the .flx contents. See bundle.dart for a description of the new .flx format.
      dff3fa7e
  11. 10 Oct, 2015 2 commits
  12. 30 Sep, 2015 1 commit
    • Matt Perry's avatar
      Implement working UpdateTask in Dart · af3a10f4
      Matt Perry authored
      Dart code now supports the full flow that the C++ code used to: version check,
      download, replace app bundle. Bonus: the Dart code is much easier to follow,
      thanks to async/await!
      
      This is part 2 of a 3-part change. The first part added new mojom
      interfaces, PathService and UpdateService, to the sky_services package.
      af3a10f4
  13. 23 Sep, 2015 1 commit