1. 16 9月, 2016 1 次提交
    • A
      Polish dart:ui API (#3032) · a9714825
      Adam Barth 提交于
      This patch makes three API changes:
      
       * The dart:ui library now always communicates in physical pixels. The
         framework is responsible for converting to whatever logical coordinate
         system it wishes to use.
       * The textBaselien property is now on TextStyle rather than ParagraphStyle,
         which will let us choose which baseline to use on a per-span basis rather
         than on a per-paragraph basis.
       * This patch also removes the old MojoServices function endpoints.
      
      Fixes https://github.com/flutter/flutter/issues/3779
      Fixes https://github.com/flutter/flutter/issues/1360
      a9714825
  2. 15 9月, 2016 6 次提交
  3. 14 9月, 2016 5 次提交
  4. 13 9月, 2016 3 次提交
  5. 12 9月, 2016 4 次提交
  6. 11 9月, 2016 1 次提交
  7. 10 9月, 2016 1 次提交
  8. 09 9月, 2016 2 次提交
  9. 08 9月, 2016 5 次提交
  10. 07 9月, 2016 2 次提交
    • A
      Introduce UnzipperProvider (#3004) · ca17c1cf
      Adam Barth 提交于
      This patch abstracts where the content of the zip file is stored.
      Currently, zip files are stored in the file system, but in Fuchsia,
      we're going to store them in memory (at least for the time being).
      Rather than represent a zip file as a path in the file system, we
      instead use an UnzipperProvider, which can create zip::UniqueUnzipper
      objects on demand.
      ca17c1cf
    • A
      Switch to //lib/zip (#3003) · 81574be6
      Adam Barth 提交于
      81574be6
  11. 03 9月, 2016 3 次提交
  12. 02 9月, 2016 5 次提交
  13. 01 9月, 2016 2 次提交