- 09 Feb, 2016 1 commit
-
-
Hixie authored
The "leaf merge" feature was getting confused when we reset the SemanticsNode. We now separately track whether the node itself is marked as being merged vs whether we inherited that state, and we don't reset the inherited state until you're reattached or reserialised. In the latter case, we do a "just in time" clearing of the flag just like we previously did a "just in time" setting of the flag, except now the flag we're setting or clearing is the inherited flag not the actual flag.
-
- 06 Feb, 2016 1 commit
-
-
Adam Barth authored
This patch includes documentation for transitions.dart and for scrollable.dart.
-
- 02 Feb, 2016 1 commit
-
-
Hixie authored
-
- 01 Feb, 2016 1 commit
-
-
Hixie authored
Port the tests to use the new interface.
-
- 31 Jan, 2016 1 commit
-
-
Adam Barth authored
These were introduced by the recent engine roll.
-
- 27 Jan, 2016 1 commit
-
-
Hixie authored
-