- 28 Apr, 2020 1 commit
-
-
Jonah Williams authored
Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior. - Updates tests that were previously mocking FlutterViews to use real views - Moves the FlutterView cache from VM to FlutterDevice - Catch SentinelException during Isolate.kill
-
- 27 Apr, 2020 4 commits
-
-
Jenn Magder authored
This reverts commit a18e6361.
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 2e50fd75.
-
Jonah Williams authored
Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior. - Updates tests that were previously mocking FlutterViews to use real views - Moves the FlutterView cache from VM to FlutterDevice - Catch SentinelException during Isolate.kill
-
- 17 Apr, 2020 2 commits
-
-
Anna Gringauze authored
* Add flag to enable expression evaluation for web Added flag --web-enable-expression-evaluation to flutter run commmand that enables expression evaluation from IDEs for web target. Disabled by default. Helps https://github.com/flutter/flutter/issues/54520 * Update packages/flutter_tools/lib/src/build_runner/resident_web_runner.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
Anna Gringauze authored
-
- 14 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 02 Apr, 2020 1 commit
-
-
Anna Gringauze authored
-
- 24 Mar, 2020 1 commit
-
-
Jonah Williams authored
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
-
- 18 Mar, 2020 1 commit
-
-
Jonah Williams authored
Update to latest dwds APIs, moving back to dwds driven hot restart and enabling future work on expression evaluation.
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 26 Feb, 2020 1 commit
-
-
Alexander Aprelev authored
* Fix expression evaluation test leaking flutter_tester processes. Let flutter_tester process complete, wait for it completion, kill the test only if didn't complete on time. * Type annotation
-
- 14 Feb, 2020 1 commit
-
-
Yegor authored
* Fix stack trace parsing on non-debug builds; add e2e tests
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Dec, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 05 Dec, 2019 2 commits
-
-
Jenn Magder authored
This reverts commit 2a113165.
-
Jonah Williams authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 26 Nov, 2019 1 commit
-
-
Danny Tuppeny authored
Resume isolate before terminating tests to prevent flutter_tester leaks in integration tests (#45248) * Resume isolate before terminating tests to prevent flutter_tester leak * Fix lint * Catch exceptions from resume() as well as timeout() * Formatting fixes * Don't try to resume if there's no vm service * Fix handling of timeouts to not leak futures
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 10 Nov, 2019 1 commit
-
-
Yegor authored
-
- 11 Oct, 2019 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/42359
-
- 27 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 09 Aug, 2019 1 commit
-
-
Yegor authored
update dependencies; add a Web smoke test
-
- 24 Jul, 2019 1 commit
-
-
Ian Hickson authored
-
- 22 Jul, 2019 1 commit
-
-
Danny Tuppeny authored
Plus: - Resume the app being run after expression has been evaluated to prevent the test run being forcefully terminated because it didn't end - Skip non-JSON when waiting for JSON (eg. when running in verbose mode for debugging locally) - Pass defaultTimeout in waitForJson (otherwise the assert in _timeoutWithMessages fails when it's not provided) Closes https://github.com/flutter/flutter/issues/26518 (the original reason for skip was fixed in https://github.com/dart-lang/sdk/issues/34224).
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 30 May, 2019 1 commit
-
-
Jason Simmons authored
This relands flutter/flutter#33163 with a fix to the integration_ui test.
-
- 22 May, 2019 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-