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. 14 Apr, 2016 1 commit
  4. 31 Mar, 2016 1 commit
    • Kris Giesing's avatar
      Part 2 of independent layout pipelines · 9dfd5d40
      Kris Giesing authored
      Adds BuildOwner to manage the dirty list and build processing for
      widgets/elements, and adds a widget unit test to make sure separation
      is enforced.
      
      Fixes #2723
      9dfd5d40
  5. 16 Dec, 2015 1 commit
  6. 23 Nov, 2015 1 commit
  7. 10 Nov, 2015 2 commits
    • Adam Barth's avatar
      Don't run these benchmarks forever by default · f7d81007
      Adam Barth authored
      Running forever is useful for profiling but makes these scripts less useful for
      measurement.  :)
      f7d81007
    • 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