Tong Wu
|
c97f61a452
|
Fix the stage of ios_app_with_watch_companion (#54893)
|
2020-04-15 13:12:14 -07:00 |
|
Jenn Magder
|
c89b634b6d
|
Mark ios_app_with_watch_companion as flaky (#54891)
|
2020-04-15 12:41:13 -07:00 |
|
Jenn Magder
|
bc42a6c2f6
|
Specify the devicelab task simulator runtime to support Xcode 11.3 (#54887)
|
2020-04-15 12:31:59 -07:00 |
|
tauu
|
56b7c93584
|
[flutter_tools] fix build for projects with watchOS companion app (#51126)
Co-authored-by: Georg Wechslberger <wechslbe@ma.tum.de>
|
2020-04-15 12:13:06 -07:00 |
|
Jacob MacDonald
|
6399be62d2
|
remove flutter_test quiver dep, use fake_async and clock instead (#54125)
## Description
Removes the `flutter_test` dependency on `quiver`, instead using the more targeted `clock` and `fake_async` packages.
## Related Issues
https://github.com/flutter/flutter/issues/53908
## Tests
No changes to tests
## Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process.
- [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
- [x] I signed the [CLA].
- [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
- [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
- [x] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR.
- [x] I am willing to follow-up on review comments in a timely manner.
## Breaking Change
Did any tests fail when you ran them? Please read [Handling breaking changes].
- [ ] No, no existing tests failed, so this is *not* a breaking change.
- [x] Yes, this is a breaking change. *If not, delete the remainder of this section.*
- [x] I wrote a design doc: https://docs.google.com/document/d/1EkkLbECNBwHgddBQAZqEy7iQLTIxR1rgChKzxcLwhio/edit
- [x] I got input from the developer relations team, specifically from: @RedBrogdon
- [x] I wrote a migration guide: https://github.com/flutter/website/pull/3932
<!-- Links -->
[issue database]: https://github.com/flutter/flutter/issues
[Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Test Coverage]: https://github.com/flutter/flutter/wiki/Test-coverage-for-package%3Aflutter
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
|
2020-04-15 12:10:26 -07:00 |
|
Jonah Williams
|
c141a53f9a
|
[flutter_tools] support any as a special web-hostname (#54715)
|
2020-04-15 10:55:01 -07:00 |
|
Jonah Williams
|
2f23476cbb
|
[flutter_tools] dont supress analytics from re-entrant macos build (#54805)
|
2020-04-15 10:45:03 -07:00 |
|
Pierre-Louis
|
21588019bd
|
[flutter_driver] Fix browser check (#54741)
|
2020-04-15 10:40:03 -07:00 |
|
Jonah Williams
|
b6262e7c1c
|
[flutter_tools] remove runFromSource, move runInView to vm_service extension (#54700)
|
2020-04-15 10:35:01 -07:00 |
|
tauu
|
846e8fe812
|
force upgraded package dependencies (#54787)
Co-authored-by: Georg Wechslberger <wechslbe@ma.tum.de>
|
2020-04-14 18:21:14 -07:00 |
|
Jonah Williams
|
159710ecc5
|
[flutter_tools] fix response format of flutterVersion, flutterMemoryInfo (#54786)
|
2020-04-14 15:37:49 -07:00 |
|
Mehmet Fidanboylu
|
6a983e7341
|
Revert "Reland "Add API to services package that overrides HTTP ban (#54243)" (#54522)" (#54779)
This reverts commit d1e052815ea1448dcf98ebdc805e89503b3f3c8f.
|
2020-04-14 14:07:43 -07:00 |
|
Jenn Magder
|
a6b39a230f
|
Migrate Runner project base configuration (#54691)
|
2020-04-14 13:01:54 -07:00 |
|
Jenn Magder
|
ddf63a8b05
|
Remove Finder extended attributes from iOS project files (#54488)
|
2020-04-14 11:07:51 -07:00 |
|
Justin McCandless
|
f646e26e90
|
iOS Text Selection Menu Overflow (#54140)
Adds the ability for the iOS text selection menu to handle items that are too wide for the screen.
|
2020-04-14 09:49:16 -07:00 |
|
Zachary Anderson
|
57dd045cef
|
[flutter_tools] Handle empty gzip file on Windows (#54679)
* [flutter_tools] Handle empty gzip file on Windows
* Update packages/flutter_tools/test/general.shard/base/os_test.dart
Co-Authored-By: Jonah Williams <jonahwilliams@google.com>
* Update packages/flutter_tools/test/general.shard/base/os_test.dart
Co-Authored-By: Jonah Williams <jonahwilliams@google.com>
* Update packages/flutter_tools/test/general.shard/base/os_test.dart
Co-Authored-By: Jonah Williams <jonahwilliams@google.com>
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
|
2020-04-14 09:42:26 -07:00 |
|
Jonah Williams
|
9cc69d47a5
|
[flutter_tools] support machine and coverage together but for real (#54692)
|
2020-04-13 19:00:02 -07:00 |
|
Jonah Williams
|
8ed40ddd4b
|
[flutter_tools] refactor FlutterManifest to be context-free (#54555)
|
2020-04-13 18:55:01 -07:00 |
|
Jonah Williams
|
6262150796
|
fix run release test APK location (#54703)
|
2020-04-13 18:03:50 -07:00 |
|
Jonah Williams
|
6cb74eeac8
|
fix apk location for devicelab (#54697)
|
2020-04-13 16:56:27 -07:00 |
|
engine-flutter-autoroll
|
db36d3b98a
|
Roll engine 405fe37dcd10..deef2663aca4 (2 commits) (#54685)
|
2020-04-13 16:15:02 -07:00 |
|
Jonah Williams
|
723bc76847
|
[flutter_tools] update coverage collector to use vmservice api (#54682)
|
2020-04-13 16:10:02 -07:00 |
|
Yegor
|
14cceefe2b
|
Make Web shard count configurable via WEB_SHARD_COUNT (#54678)
|
2020-04-13 16:05:02 -07:00 |
|
Jonah Williams
|
ee43de0476
|
[flutter_tools] support enable-experiment in flutter analyze (#54613)
|
2020-04-13 16:00:03 -07:00 |
|
Jonah Williams
|
9cb9bfbd7c
|
[flutter_tools] use new output location for the apk (#54328)
|
2020-04-13 15:55:02 -07:00 |
|
Hans Muller
|
650592b3ef
|
Updated Nested SingleChildScrollView test for clarity (#54670)
|
2020-04-13 12:50:01 -07:00 |
|
engine-flutter-autoroll
|
80953eea0d
|
405fe37dc Roll src/third_party/skia 32c61af49cdb..4b4efe4d6f1f (3 commits) (flutter/engine#17675) (#54649)
|
2020-04-13 12:45:01 -07:00 |
|
kwkr
|
861b0b5749
|
remove outdated build_runner instructions (#54645)
|
2020-04-13 12:40:02 -07:00 |
|
Darren Austin
|
ff2358623b
|
Allow WIllPopCallback to return null or false to veto the pop. (#54640)
|
2020-04-13 12:35:03 -07:00 |
|
Mehmet Fidanboylu
|
d1e052815e
|
Reland "Add API to services package that overrides HTTP ban (#54243)" (#54522)
|
2020-04-13 12:30:02 -07:00 |
|
Jonah Williams
|
e21266294f
|
Revert "Do not wait for connections after process has exited (#54497)" (#54618)
This reverts commit 283ec9e2a119b0e565fc45e0805d750bc4b48355.
|
2020-04-13 11:04:31 -07:00 |
|
engine-flutter-autoroll
|
fe41c9726a
|
Roll engine 926f6fcbbc10..521c1d443125 (2 commits) (#54638)
|
2020-04-13 03:45:02 -07:00 |
|
engine-flutter-autoroll
|
812885c179
|
Roll engine cc7d2857a94e..926f6fcbbc10 (1 commits) (#54624)
|
2020-04-12 20:40:01 -07:00 |
|
engine-flutter-autoroll
|
8892ba4bbc
|
cc7d2857a Roll src/third_party/dart 23a8788f6a9c..8ef508ba3667 (2 commits) (flutter/engine#17668) (#54622)
|
2020-04-12 18:35:01 -07:00 |
|
engine-flutter-autoroll
|
88e0f9fe79
|
Roll engine beb8a7ec48f6..aef9986cf14a (4 commits) (#54603)
|
2020-04-12 15:55:01 -07:00 |
|
engine-flutter-autoroll
|
7f56b53de4
|
beb8a7ec4 Update editing state in InputConnectionAdaptor.setSelection (flutter/engine#17652) (#54570)
|
2020-04-12 09:00:01 -07:00 |
|
Emmanuel Garcia
|
54dba4cd59
|
Don't import plugins that don't support android in settings.gradle (#54407)
|
2020-04-12 08:55:03 -07:00 |
|
engine-flutter-autoroll
|
1118d24794
|
e66389398 Roll src/third_party/dart 9e2c8ef0009b..89b0f6726123 (8 commits) (flutter/engine#17658) (#54568)
|
2020-04-11 18:05:02 -07:00 |
|
engine-flutter-autoroll
|
9cd341d92a
|
Roll engine d6c1398a3f06..f0e489600aca (4 commits) (#54562)
|
2020-04-11 15:35:01 -07:00 |
|
Kaushik Iska
|
7b9aeb2ff2
|
[flutter_driver] Reland add SceneDisplayLag stats to timeline summary (#54490)
|
2020-04-11 15:30:01 -07:00 |
|
Pierre-Louis
|
da343dcc75
|
Add .last_build_id to gitignore (#54428)
|
2020-04-11 13:25:02 -07:00 |
|
Herbert Poul
|
3441743c5c
|
[macos] build: add build-number and buid-name arguments (#53928)
|
2020-04-11 13:20:01 -07:00 |
|
Mehmet Fidanboylu
|
35ed1ccc9a
|
Revert "Add API to services package that overrides HTTP ban (#54243)" (#54519)
This reverts commit 9eb2a2ad6a59d47bcd53c6b8414b4d540d198892.
|
2020-04-10 22:18:30 -07:00 |
|
engine-flutter-autoroll
|
39b9eb1968
|
Roll engine bed48056a651..d6c1398a3f06 (2 commits) (#54513)
|
2020-04-10 22:15:02 -07:00 |
|
Mehmet Fidanboylu
|
9eb2a2ad6a
|
Add API to services package that overrides HTTP ban (#54243)
|
2020-04-10 22:14:42 -07:00 |
|
engine-flutter-autoroll
|
813e0830c5
|
Roll engine 68fd83348896..bed48056a651 (2 commits) (#54508)
|
2020-04-10 19:35:03 -07:00 |
|
Yegor
|
559a27aaae
|
mark web benchmarks as not flaky (#54505)
|
2020-04-10 19:34:51 -07:00 |
|
engine-flutter-autoroll
|
8ecd5e8010
|
Roll engine adb4f9e9751b..68fd83348896 (2 commits) (#54496)
|
2020-04-10 16:55:02 -07:00 |
|
Yegor
|
283ec9e2a1
|
Do not wait for connections after process has exited (#54497)
|
2020-04-10 16:54:10 -07:00 |
|
Yegor
|
d119e5f1e4
|
Add A/B test mode to local devicelab runner (#54494)
* Add A/B test mode to local devicelab runner
|
2020-04-10 16:53:52 -07:00 |
|