- 06 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 19 Dec, 2016 1 commit
-
-
Devon Carew authored
-
- 15 Dec, 2016 3 commits
-
-
John McCutchan authored
- [x] Introduce DependencyChecker which can determine if any dependencies have been modified. - [x] Move the DartDependencyBuilder into a separate file. - [x] Add unit tests for DartDependencyBuilder. - [x] Add unit tets for DependencyChecker Part of #7014
-
Ian Hickson authored
-
Ian Hickson authored
-
- 13 Dec, 2016 3 commits
-
-
Jason Simmons authored
Without this, an FLX with no assets may be completely empty in AOT mode. This will result in a warning when the engine's unzip library tries to parse the FLX. Fixes https://github.com/flutter/flutter/issues/7060
-
-
Chinmay Garde authored
-
- 12 Dec, 2016 3 commits
-
-
Yegor authored
-
John McCutchan authored
-
Devon Carew authored
-
- 09 Dec, 2016 1 commit
-
-
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
-
- 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 2 commits
-
-
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 5 commits
-
-
Dan Rubel authored
-
Dan Rubel 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
-
- 05 Dec, 2016 1 commit
-
-
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.
-
- 02 Dec, 2016 2 commits
-
-
Dan Rubel 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.
-
- 01 Dec, 2016 1 commit
-
-
Dan Rubel authored
* reapply handle new Observatory URL changes Fixes https://github.com/flutter/flutter/issues/6843 * allow non numeric IPv4 addresses Fixes https://github.com/flutter/flutter/issues/7051
-
- 30 Nov, 2016 1 commit
-
-
Todd Volkert authored
With this change, they're run via instance methods on an object obtained through the context. This will allow us to substitute that object in tests with replay/record versions to allow us to mock out the os-layer in tests.
-
- 29 Nov, 2016 3 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
- 28 Nov, 2016 3 commits
-
-
Dan Rubel authored
-
Ian Hickson authored
- 23 Nov, 2016 2 commits
-
-
Devon Carew authored
-
John McCutchan authored
-
- 22 Nov, 2016 4 commits
-
-
John McCutchan authored
- [x] Remove the two stage initial boot process. - [x] Remove the loader screen app. - [x] Don't report reload times for the initial reload because we are switching from a snapshot to source and that will always be worst case.
-
Devon Carew authored
-
Todd Volkert authored
#6972
-
Dan Rubel authored
-