- 03 Mar, 2016 1 commit
-
-
Adam Barth authored
The mojo_sdk has cleaned up its dependencies, so we no longer need to depend on package:test from package:flutter.
-
- 03 Feb, 2016 1 commit
-
-
Adam Barth authored
People writing their own tests will want to mock services as well.
-
- 01 Feb, 2016 1 commit
-
-
Hixie authored
-
- 28 Jan, 2016 1 commit
-
-
Hixie authored
-
- 16 Jan, 2016 1 commit
-
-
Hixie authored
The dart bindings changed semantics in a non-compatible way.
-
- 16 Dec, 2015 1 commit
-
-
Ian Hickson authored
-
- 29 Oct, 2015 1 commit
-
-
Adam Barth authored
This patch combines embedder.dart and shell.dart into one thing. We should now handle a bunch of error cases better. * embedder.connectToApplication has moved to shell.connectToApplication, matching the rest of the mojo universe. * embedder.connecttoService has moved to shell.connnectToService (and merged with shell.requestService). * shell.requestService is now shell.connectToService, matching the rest of the mojo universe. * serviceRegistry has moved from embedder.serviceRegistry to a top-level getter. Fixes #1803
-
- 10 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 20 Sep, 2015 1 commit
-
-
Adam Barth authored
We were just missing a few type casts in tests to make the analyzer happy.
-
- 18 Sep, 2015 1 commit
-
-
Jason Simmons authored
This will ensure that the width of an empty Input is consistent with the width of an Input that contains text. Also add a unit test for the Input widget and a way for tests to provide mock implementations of Mojo services such as the keyboard.
-