1. 01 Sep, 2017 14 commits
  2. 31 Aug, 2017 13 commits
  3. 30 Aug, 2017 9 commits
  4. 29 Aug, 2017 4 commits
    • Michael Goderbauer's avatar
      Exclude SemanticNodes that are fully covered by an overlapping sliver (#11826) · bfa78851
      Michael Goderbauer authored
      * Exclude SemanticNodes that are fully covered by an overlapping sliver
      
      * simplification
      
      * formatting
      
      * nits
      
      * add test for center widget
      bfa78851
    • Adam Barth's avatar
      Add RTL support to Positioned (#11810) · 98c8366b
      Adam Barth authored
      This patch adds Positioned.directional and PositionedDirectional. The
      former is useful when you already know the TextDirection. The latter is
      useful when you want to use the ambeient Directionality.
      
      Fixes #11390
      98c8366b
    • Alexander Aprelev's avatar
      Roll engine forward (#11821) · 62962051
      Alexander Aprelev authored
      * Roll engine forward
      
      * Update engine dep one commit further
      
      * Update engine dep one commit further
      62962051
    • Chris Bracken's avatar
      Extract snapshotting logic to Snapshotter class (#11820) · 27d3e8a4
      Chris Bracken authored
      Extract a Snapshotter class that can be shared between FLX snapshotting,
      AOT snapshotting, and assembly AOT snapshotting. Allows for better
      testability of snapshotting logic.
      
      * Extracts script snapshotting used in FLX build.
      * Adds tests for snapshot checksumming, build invalidation/skipping.
      
      Remaining work: disentangle + extract AOT snapshotting and Assembly AOT
      snapshotting logic from build_aot.dart.
      27d3e8a4