1. 03 Mar, 2016 1 commit
    • Adam Barth's avatar
      Disable test that's causing bot to hang · 59664e4f
      Adam Barth authored
      This test causes the buildbot to hang. We don't currently have any hang
      protection, which means this test ends up killing the bot. Disable the
      test for now why we work on the root issues.
      59664e4f
  2. 22 Jan, 2016 1 commit
  3. 16 Dec, 2015 1 commit
  4. 01 Dec, 2015 1 commit
  5. 23 Nov, 2015 1 commit
  6. 16 Nov, 2015 1 commit
    • Hixie's avatar
      More resilient Widget tests · d041f3ea
      Hixie authored
      - force the time dilation to 1.0 for the Widget tests, so that a local
        change doesn't break all the tests during development.
      - add missing license block to all the files.
      - set ui.window.onBeginFrame to null when you use WidgetTester, so that
        the engine doesn't trigger any confusing frames after our fake frames.
      d041f3ea
  7. 15 Oct, 2015 1 commit
  8. 10 Oct, 2015 1 commit
  9. 09 Oct, 2015 1 commit
  10. 01 Oct, 2015 3 commits
  11. 25 Sep, 2015 1 commit
  12. 31 Aug, 2015 1 commit
    • Hixie's avatar
      Remove the inner SizeObserver from ScrollableWidgetList. · 820137b7
      Hixie authored
      Adds a HomogeneousViewport class that works like MixedViewport but
      handles only children that have all the same height.
      
      Converts ScrollableWidgetList to use that, so that we don't waste a
      frame looking at the size of the contents each time we change size.
      
      This allows a number of seemingly pointless double-pumps in the tests
      to be removed.
      
      Other changes that were necessary to support the above:
      
       - RenderBlock now supports minExtent (think 'min-height' in CSS)
       - RenderBlock now supports itemExtent (forces the height of each
         child to be the same, so that the itemExtent passed to the fixed-
         height scrollables are all authoritative instead of a source of
         bugs when they don't match)
       - RenderBlockViewport now supports horizontal scrolling
       - improved the style of the isInfinite assert in box.dart
       - fixed the position of a comment in mixed_viewport.dart
       - added a test
       - made the logic for how many items to show be more precise
      820137b7
  13. 26 Aug, 2015 3 commits