19110 Commits

Author SHA1 Message Date
Mehmet Fidanboylu
eddba97d9a
Fix behavior change due to incorrect initial floating setting (#55651) 2020-04-28 10:44:03 -07:00
Gary Qian
6cf9c7cc17
Prevent use of TextInputType.text when also using TextInputAction.newLine via assert (#55636) 2020-04-28 10:39:03 -07:00
James D. Lin
b7fd24a7dc
[flutter tools] Move _informUserOfCrash into crash_reporting.dart (#55614) 2020-04-28 10:34:03 -07:00
Jonah Williams
0663bf5fd4
mark attach test flaky (#55876) 2020-04-28 10:31:37 -07:00
Jonah Williams
c15aa87442
restore quit timeout, adjust some integration test behaviors (#55812) 2020-04-28 10:05:52 -07:00
Jonah Williams
ffcf1db3ca
[flutter_tools] reland migrate FlutterViews to package:vm_service (#55797)
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
2020-04-27 17:41:42 -07:00
Jenn Magder
5cc87a5ea5
Remove dead variable from xcode_backend (#55790) 2020-04-27 17:05:54 -07:00
Jose Alba
4f8634e7d1
Removing Deprecated flag (#55782) 2020-04-27 16:39:02 -07:00
Kaushik Iska
057a25cd45
[timeline] Sort timeline events before summarizing (#55771) 2020-04-27 16:34:02 -07:00
Jenn Magder
958ab9336f
Revert "[flutter_tools] reland migrate FlutterView to new vmservice (#55774)" (#55788)
This reverts commit a18e6361cf7b5b56ddc8c13fbc871dd10348e00c.
2020-04-27 16:19:25 -07:00
Jonah Williams
a18e6361cf
[flutter_tools] reland migrate FlutterView to new vmservice (#55774) 2020-04-27 15:54:59 -07:00
Jenn Magder
d40699a3b8
Remove v prefix in doctor version (#55773) 2020-04-27 15:48:22 -07:00
Emmanuel Garcia
e524a303a4
Print stdout and stderr when the ssh command failed (#55762) 2020-04-27 15:44:01 -07:00
Christopher Fujino
069dc9c72d
[flutter_tools] catch ProcessException and throw ToolExit during upgrade (#55759) 2020-04-27 15:04:02 -07:00
Jonah Williams
2aa9016652
[flutter_tools] ensure etag headers are ascii (#55704) 2020-04-27 15:02:15 -07:00
michaellee8
34b8f830b8
[flutter_tools] add --dart-define option for fuchsia build (#55715) 2020-04-27 14:59:03 -07:00
Jose Alba
7eb3df4a11
Default to use V2 Slider (#55599)
* Instead of changing test I just flipped flag so the test uses the proper slider

* Use Depracated annotation

* Updated depracation notice

* Updated depracation notice again

* Ignore analyze issues

* flutter analyze .

* ignore analyzer

* // ignore: deprecated_member_use

* Ignoring notice

* indentation
2020-04-27 17:57:42 -04:00
Greg Spencer
7ab8767a5f
Fix focus traversal regions to account for transforms. (#55600) 2020-04-27 14:54:04 -07:00
chunhtai
a60e4d1f36
Relands Fix FlutterError.onError in debug mode (#55500) 2020-04-27 14:49:03 -07:00
Jonah Williams
1ab3878996
[flutter_tools] support --enable-experiment in flutter test (#55564)
Support --enable-experiment in flutter test (for flutter_tester). Required minor change for null safety.
2020-04-27 14:47:43 -07:00
Jonah Williams
07c451fea9
Revert "[flutter_tools] migrate FlutterView to new vm_service (#55341)" (#55772)
This reverts commit 2e50fd75eb06f593947437ed921e401dcab40259.
2020-04-27 14:26:56 -07:00
Jonah Williams
2e50fd75eb
[flutter_tools] migrate FlutterView to new vm_service (#55341)
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
2020-04-27 14:16:28 -07:00
rami-a
fc77aea34e
Enable configuring minHeight for LinearProgressIndicator and update default to match spec (#55482) 2020-04-27 14:09:02 -07:00
Kaushik Iska
cb88d2a3af
Revert "[timeline] Sort timeline events before summarizing (#55763)" (#55769)
This reverts commit 265168170d04fb1fd395dfd235588e1df3dad664.

Co-authored-by: Kaushik Iska <kaushikiska@google.com>
2020-04-27 14:05:52 -07:00
Kate Lovett
be0076f3f9
Prioritize scrolling away nested overscroll (#55069) 2020-04-27 14:04:10 -07:00
Kate Lovett
c849ffd3b8
FlutterErrorDetails.context docs fix (#55001) 2020-04-27 14:04:04 -07:00
Kaushik Iska
265168170d
[timeline] Sort timeline events before summarizing (#55763) 2020-04-27 14:03:43 -07:00
Fedor Korotkov
3c37db0520
[ci] pin macOS image (#55748)
To avoid spontaneous failures when `catalina-flutter` alias changes.
2020-04-27 13:25:12 -07:00
gaaclarke
a1a22a7665
Roll engine 2b94311a7764..4f888d66250e (10 commits) (#55749)
2b94311a77...4f888d6625

git log 2b94311a7764..4f888d66250e --first-parent --oneline
2020-04-25 nurhan@google.com Change the repo fetch script used in integration tests (flutter/engine#17943)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/skia 1e21d14f2b8b..c12aad9485a9 (20 commits) (flutter/engine#17942)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart a69cb6d700f5..216e3df4526c (16 commits) (flutter/engine#17945)
2020-04-24 xster@google.com Fix accessibility focus loss when first focusing on text field (flutter/engine#17803)
2020-04-24 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from _dAFU... to G4HpJ... (flutter/engine#17938)
2020-04-24 mouad.debbar@gmail.com [web] Fix exception when getting boxes for rich text range (flutter/engine#17933)
2020-04-24 ferhat@gmail.com [web] Batch systemFontChange messages (flutter/engine#17885)
2020-04-24 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from kpECk... to _dAFU... (flutter/engine#17929)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/skia b965ff597315..1e21d14f2b8b (25 commits) (flutter/engine#17928)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart 94178e920ee8..a69cb6d700f5 (22 commits) (flutter/engine#17926)
2020-04-27 11:18:03 -07:00
Jonah Williams
dd88b20435
[flutter_tools] quality pass on Linux build (#55556)
- Update the Linux build to support most of the build configuration, though like windows most only make sense for profile/release.
- Ensure VERBOSE_SCRIPT_LOGGING is set when the logger is verbose
- Automatically run pub get like other build commands
2020-04-25 19:02:03 -07:00
Jonah Williams
d72eea539e
[flutter_tools] precache and unpack updates for desktop release artifacts (#55510)
- Update windows precache to include placeholder profile/release artifacts
- Update Linux and windows unpack to account for the cpp_client_wrapper code to live separate from the engine binaries
- Cleanup testing in unpack_linux and remove test cases that are covered in build_system_test.dart
2020-04-25 14:27:55 -07:00
Tianguang
0c4a659d18
Support New and Custom FAB Locations (#51465) 2020-04-24 22:24:01 -07:00
Jonah Williams
c5554cdf41
[flutter_tools] remove trailing eth info from fuchsia package server (#55617) 2020-04-24 21:35:23 -07:00
Justin McCandless
de8cf8b530
Customizable obscuringCharacter (#55415) 2020-04-24 17:59:02 -07:00
Christopher Fujino
4552af155c
[flutter_tools] enable flutter upgrade to support force pushed branches (#55594) 2020-04-24 17:55:16 -07:00
Leonardo Emili
f37a91a7bf
Add searchFieldStyle (#54674) 2020-04-24 17:54:01 -07:00
Jonah Williams
cf0fcd4536
[flutter_tools] detect ipv6 in fuchsia server url (#55605) 2020-04-24 17:03:04 -07:00
Jonah Williams
35edbe3d9d
Revert "[flutter_tools] fix version tag v stripping (#55385)" (#55577)
This reverts commit c91a3a74ec284c876cc34223444d7385eed241e1.
2020-04-24 09:38:49 -07:00
engine-flutter-autoroll
1d432b8a02
Roll engine d2ec21221e29..2b94311a7764 (5 commits) (#55562) 2020-04-24 09:14:01 -07:00
Peter Lauri
c91a3a74ec
[flutter_tools] fix version tag v stripping (#55385) 2020-04-24 09:11:54 -07:00
Jonah Williams
2f0d41b2a6
[flutter_tools] set test directory base as additional root, allow running without index.html (#55531) 2020-04-24 09:09:53 -07:00
Anna Gringauze
873b21ec04
fixed flutter pub get failure in tests (#55499) 2020-04-24 09:09:01 -07:00
Jonah Williams
4844a3335b
Revert "Roll engine 8fff8da38da2..d2ec21221e29 (8 commits) (#55522)" (#55560)
This reverts commit e0c63cd35e15e407a80dc44281cc392535fcce25.
2020-04-24 07:39:56 -07:00
engine-flutter-autoroll
e0c63cd35e
Roll engine 8fff8da38da2..d2ec21221e29 (8 commits) (#55522) 2020-04-23 19:29:01 -07:00
liyuqian
83c8c4d13c
Revert "Roll engine 8fff8da38da2..a544b45f26cc (3 commits) (#55492)" (#55521)
This reverts commit 7d2620be0f859aa3a4870a91847bb278d41bed89.

TBR: @flar @iskakaushik 

Fixes the broken devicelab tests.
2020-04-23 18:25:21 -07:00
engine-flutter-autoroll
7d2620be0f
Roll engine 8fff8da38da2..a544b45f26cc (3 commits) (#55492) 2020-04-23 15:29:02 -07:00
Christopher Fujino
37ac9015ad
[flutter_tools] check first for stable tag, then dev tag (#55342) 2020-04-23 15:19:27 -07:00
Tianguang
f582246af6
Use relative path for flutter. (#55485) 2020-04-23 13:29:02 -07:00
Dmitry Mostovenko
9f92ec2651
Add error message about missing unzip utility (#55315) 2020-04-23 12:53:31 -07:00
engine-flutter-autoroll
796d706273
8fff8da38 [web] autofill hints (flutter/engine#17887) (#55480) 2020-04-23 12:49:01 -07:00