- 27 Aug, 2015 12 commits
-
-
Hixie authored
Provide a fast path for MultiChildRenderObjectWrapper.syncRenderObject() when the children lists are identical. This isn't so much for performance so much as because I don't want to have to keep checking that the main syncChildren() function maintains the invariant of not screwing up when the two lists are actually the same list.
-
Ian Fischer authored
-
Adam Barth authored
Scheduler should be able to cancel a queued callback
-
Ian Fischer authored
Start "sky_tool listen" with a refresh
-
Ian Fischer authored
Have “sky_tool listen” start with a refresh so that iOS devices don’t wait on a black screen for the first filesystem change.
-
Adam Barth authored
Previously, once a callback was in the execution queue, it couldn't be canceled. Now we check whether the callback was canceled before executing it.
-
Ian Hickson authored
Abstract out syncChildren().
-
Adam Barth authored
-
Viktor Lidholt authored
Adds counting of coins in demo game
-
Alhaad Gokhale authored
-
Adam Barth authored
Add logging to help diagnose image loading failures
-
Adam Barth authored
For debugging #801
-
- 26 Aug, 2015 28 commits
-
-
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.)
-
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.
-
Adam Barth authored
Merge pumpPaintFrame and pumpFrame in WidgetTester
-
Adam Barth authored
We can make all the test pass by removing more of the mocks and using the real code.
-
Collin Jackson authored
Test year selection for date picker
-
Viktor Lidholt authored
-
Collin Jackson authored
-
Hans Muller authored
Fix ProgressIndicators and add a regression test Added some unit test infrastucture for checking layers.
-
Hans Muller authored
Added some unit test infrasture for checking layers.
-
Ian Hickson authored
Generalise RenderBlockViewport so that it can be used by a Widget that knows its children's dimensions.
-
Hixie authored
- add debugDescribeSettings to a few classes that were missing it - fix some minor bugs in RenderShrinkWrapWidth and ShrinkWrapWidth - introduce RenderShrinkWrapHeight and ShrinkWrapHeight
-
Hixie authored
Generalise RenderBlockViewport so that it can be used by a Widget that knows its children's dimensions.
-
Adam Barth authored
-
Andrew Wilson authored
-
Eric Seidel authored
I'll write the Widget wrapper in the next CL, including adding support for padding at the Widget layer. @Hixie
-
Ian Hickson authored
Make RenderBlockViewport shrink-wrap its children in the main axis direction
-
Adam Barth authored
Add a basic test for DatePicker
-
Adam Barth authored
Most of this work in this patch is building out the test framework to the point where we can write this test.
-
Ian Hickson authored
Update the documentation on sizing, make another assert point to it.
-
Hixie authored
-
Viktor Lidholt authored
Moves GameObjectFactory and PlayerState to their own files in demo game
-
Viktor Lidholt authored
-
Jim Beveridge authored
Fixes #454.
-
Viktor Lidholt authored
Adds power ups to demo game
-
Viktor Lidholt authored
-
Andrew Wilson authored
-
Adam Barth authored
Turn big_circle.dart into a test
-
Collin Jackson authored
-