- 09 Dec, 2016 6 commits
-
-
Alexandre Ardhuin authored
-
Andrew Wilson authored
Fix _DragAvatar to display in the proper position for Overlays whose Point.origin is not the global Point.origin. (#7223)
-
Alexandre Ardhuin authored
-
Jason Simmons authored
The default rpc.Peer constructor was applying a transformer that filters out these errors. See https://github.com/flutter/flutter/issues/7174
-
Ian Hickson authored
-
Phil Quitslund authored
-
- 08 Dec, 2016 4 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
This tests against the failure that was fixed in #7189
-
Todd Volkert authored
-
Todd Volkert authored
This fixes an infinite loop in the code that walks the parent context chain looking for a variable. This also includes a fix in build_info.dart whereby if the context is set but the config is not yet set, we were trying to dereference null.
-
- 07 Dec, 2016 3 commits
-
-
Jason Simmons authored
-
Devon Carew authored
* have flutter run --machine log to stdout * add a test * add docs; fix type annotation lint
-
Collin Jackson authored
* s/sky/flutter/ in Android templates * update engine.version with a compatible engine version * replace more SkyActivity references with FlutterActivity
-
- 06 Dec, 2016 11 commits
-
-
Dan Rubel authored
-
Yegor authored
-
Dan Rubel authored
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
Jason Simmons authored
-
Todd Volkert authored
This argument will enable mocking of os-layer process invocations, where the mock behavior will come from replaying a previously- recorded set of invocations. At the point of process invocation, the key metadata for the invocation will be looked up in the recording's manifest, and iff a matching record exists in the manifest, the process will be mocked out with data derived from the corresponding recorded process (e.g. stdout, stderr, exit code).
-
Dan Rubel authored
This moves the various copies of port forwarding code in the Device subclasses into the ProtocolDiscovery class. * move port forwarding to a common location * throw exception if protocol Uri is not discovered or port forwarding fails * cancel discovery protocol subscriptions on iOS launches (wasn't happening before) * fix iOS port forwarding to match other implementations * add tests
-
Dan Rubel authored
-
Hans Muller authored
-
Chinmay Garde authored
-
- 05 Dec, 2016 6 commits
-
-
Chinmay Garde authored
It is not enabled by default in the VM because applications not launched via the tools may try to connect with the debugger. This causes the debugger and the IDE to hang on Mac.
-
Yegor authored
-
Jason Simmons authored
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/7035
-
Phil Quitslund authored
Includes fixes to the VM and analyzer. Hopefully final RC.
-
Luke Church authored
* Use touch to avoid race condition in file modification test * Remove unused import
-
- 04 Dec, 2016 1 commit
-
-
Devon Carew authored
-
- 03 Dec, 2016 1 commit
-
-
Yegor authored
-
- 02 Dec, 2016 5 commits
-
-
Dan Rubel authored
-
Hans Muller authored
-
Todd Volkert authored
* Add --record-to option to flutter tools This option will cause flutter tools to record all process invocations that occur and serialize their stdout and stderr to files that get added to a "recording" ZIP file. This is part of an effort to be able to test flutter tools in a hermetic environment. As a side-benefit, this recording should prove an excellent attachment to any bug report.
-
Jason Simmons authored
-
Yegor authored
-
- 01 Dec, 2016 3 commits
-
-
Jason Simmons authored
-
Alexandre Ardhuin authored
-
Hans Muller authored
-