1. 22 Apr, 2016 1 commit
  2. 21 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Make the widgets binding reusable. (#3479) · 0e11b0e6
      Ian Hickson authored
      Previously the widgets layer only provided a concrete binding, which
      makes it awkward to extend it compared to other bindings. This moves
      widgets to the same style as the other layers.
      
      In a subsequent patch I'll use this to make the tests layer saner.
      0e11b0e6
  3. 24 Mar, 2016 1 commit
  4. 16 Jan, 2016 1 commit
  5. 16 Dec, 2015 1 commit
  6. 23 Nov, 2015 1 commit
  7. 10 Nov, 2015 1 commit
    • Adam Barth's avatar
      Add some basic benchmarks of the Stocks app · 68eebaa5
      Adam Barth authored
       - animation_bench.dart. This benchmark measures the full main-thread pipeline
         for ticking the drawer entrance and exit animation.
       - build_bench.dart. This benchmark measures a full app rebuild when there's no
         state change.
       - layout_bench.dart. This benchmark measures a full relayout.
      68eebaa5