1. 28 Aug, 2015 13 commits
  2. 27 Aug, 2015 23 commits
  3. 26 Aug, 2015 4 commits
    • Hixie's avatar
      Abstract out syncChildren(). · e6f34f86
      Hixie authored
      The core of MultiChildRenderObjectWrapper.syncRenderObject() could
      apply to any subclass that uses a flat child list, so this abstracts
      it out into the superclass.
      
      (Also, instead of requiring the callbacks of RenderBlockViewport to
      constrain their results, we just constrain it for them. Makes things a
      bit easier for users of that class.)
      e6f34f86
    • Adam Barth's avatar
      Rename layout_utils.dart to rendering_tester.dart · 07d96a23
      Adam Barth authored
      Also, rename build_utils.dart to widget_tester.dart. These files are now named
      for their most commonly used classes.
      
      Finally, add a .analysis_options to silence the (intentional) analyzer warnings
      in append_child_test.dart.
      07d96a23
    • Adam Barth's avatar
      Merge pull request #875 from abarth/merge_pump_frame · d8fdccc5
      Adam Barth authored
      Merge pumpPaintFrame and pumpFrame in WidgetTester
      d8fdccc5
    • Adam Barth's avatar
      Merge pumpPaintFrame and pumpFrame in WidgetTester · c405631c
      Adam Barth authored
      We can make all the test pass by removing more of the mocks and using the real
      code.
      c405631c