Nguyen Phuc Loi
3cfbb958b3
[flutter_driver] support log communication for WebFlutterDriver ( #81150 )
2021-05-11 10:44:01 -07:00
Ren You
7f1d1414cc
Revert "Migrate to ChannelBuffers.push ( #81235 )" ( #81829 )
...
This reverts commit 35ad43f20c
.
2021-05-04 06:17:19 -07:00
Ian Hickson
35ad43f20c
Migrate to ChannelBuffers.push ( #81235 )
2021-05-03 17:14:03 -07:00
Dan Field
0866005f70
Add benchmark for number of GCs in animated GIF ( #81240 )
2021-04-27 10:39:02 -07:00
Angjie Li
b74df388e1
Revert "Migrate to ChannelBuffers.push ( #76288 )" ( #81226 )
...
This reverts commit c26ed03c8a
.
2021-04-26 12:57:17 -07:00
Ian Hickson
c26ed03c8a
Migrate to ChannelBuffers.push ( #76288 )
...
* Migrate to ChannelBuffers.push
* Move TestDefaultBinaryMessenger to its own file
* Apply deprecations and fix usages
2021-04-23 15:39:34 -07:00
Kaleb Hermes
1912f7dea2
[flutter_driver] Add waitForTappable to flutter_driver ( #79581 )
2021-04-14 16:54:02 -07:00
Dan Field
d377c1baed
Always write full timeline before summary ( #79310 )
2021-03-31 13:01:28 -07:00
Kaushik Iska
2e7e5b4530
Add timeline summary entries to capture vsync frame lag ( #79090 )
2021-03-26 19:44:01 -07:00
Michael Goderbauer
a7e3b1a35d
Clean up ignores that are not ignoring anything ( #78493 )
2021-03-19 15:32:46 -07:00
Michael Goderbauer
cb867bbedc
Enable unnecessary_await_in_return lint ( #77434 )
2021-03-05 18:38:15 -08:00
Michael Goderbauer
807bb29888
enable prefer_function_declarations_over_variables lint ( #77398 )
2021-03-05 18:29:04 -08:00
Michael Goderbauer
7b251f5f37
Enable use_function_type_syntax_for_parameters lint ( #77163 )
2021-03-04 08:59:17 -08:00
Sam Rawlins
9e28f61549
Remove "unnecessary" imports in flutter_driver ( #76158 )
2021-02-16 16:41:05 -08:00
Wyte Krongapiradee
6db3d61ed4
fix(flutter_driver): Properly declare socket as nullable ( #75769 )
2021-02-11 10:51:04 -08:00
Han van Venrooij
09fd46a199
Widen getText support for RichText with multiple text spans in driver ( #75603 )
2021-02-10 17:01:08 -08:00
Michael Goderbauer
147bb4db3f
More null-safety fixes for flutter_driver ( #75343 )
2021-02-03 15:26:03 -08:00
Michael Goderbauer
cf7a6319e0
Reland "Make flutter_driver be usable from a null-safe app ( #75175 )" ( #75269 )
2021-02-02 14:56:05 -08:00
Michael Goderbauer
ada04e6cfa
Revert "Make flutter_driver be usable from a null-safe app ( #75175 )" ( #75266 )
...
This reverts commit 9fd5242e65
.
2021-02-03 03:32:29 +08:00
Michael Goderbauer
9fd5242e65
Make flutter_driver be usable from a null-safe app ( #75175 )
2021-02-02 10:34:11 -08:00
Dan Field
d3092541e2
Reland integration_test NNBD ( #75074 )
...
* Revert "Revert "NNBD integration_test (#74922 )" (#75030 )"
This reverts commit 87b043658b
.
* fix bad merge issues
2021-02-01 10:19:14 -08:00
Ian Hickson
87b043658b
Revert "NNBD integration_test ( #74922 )" ( #75030 )
...
This reverts commit cca9592f0e
.
2021-01-29 15:46:21 -08:00
Dan Field
cca9592f0e
NNBD integration_test ( #74922 )
2021-01-29 14:31:06 -08:00
Dan Field
3ece9c63d9
Flutter_driver nnbd ( #74856 )
2021-01-27 23:55:26 -08:00
Dan Field
d1538320d2
Roll packages to null safe (vm_service, test, etc.) ( #74671 )
2021-01-26 09:15:54 -08:00
Kate Lovett
aed4518569
Remove deprecated WaitUntil[NoTransientCallbacks, NoPendingFrame, FirstFrameRasterized] methods from flutter_driver ( #73754 )
2021-01-20 16:19:03 -08:00
voobel
ea7017d3a8
enableFlutterDriverExtension: optionally disable text entry emulation ( #71656 )
2020-12-16 09:09:22 -08:00
darshankawar
a078405349
Link the API docs on waitFor() to the docs for runUnsynchronized() ( #69761 )
2020-12-07 11:50:54 -08:00
Jonah Williams
cf6c33e58a
[flutter_tools] fix port leak in flutter_driver ( #70999 )
2020-11-21 14:04:01 -08:00
Ian Hickson
6cff33832e
More lints ( #70500 )
2020-11-16 11:07:37 -08:00
Greg Spencer
bbc0161669
Remove references to Window
, and switch usages to PlatformDispatcher
or SingletonFlutterWindow
( #69617 )
...
* Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate
* remove new test platform dispatchers
* Amend documentation
2020-11-09 15:26:29 -08:00
Greg Spencer
88809aa247
Standardize dartdoc macro names ( #69445 )
2020-11-02 13:28:05 -08:00
Greg Spencer
c0ef94780c
Fix spelling errors ( #69451 )
...
My yearly pass to fix spelling errors in the API dartdocs.
2020-10-31 03:12:27 -07:00
Yegor
2fa03438de
add web_long_running_tests shard containing long-running web tests ( #67324 )
2020-10-29 14:23:02 -07:00
Jonah Williams
246bf60fb3
[flutter_tools] allow default driver log to fail due to IO error ( #69316 )
2020-10-29 12:52:30 -07:00
Dan Field
36f9af3f55
reland driver vm_service migration ( #69126 )
...
* One more reland of "Driver vm service (#68654 )" (#69074 )" (#69077 )" (#69089 )"
This reverts commit e5814756a2
.
* pub run test
2020-10-27 11:30:24 -07:00
Dan Field
e5814756a2
Revert "Revert "Revert "Driver vm service ( #68654 )" ( #69074 )" ( #69077 )" ( #69089 )
...
This reverts commit 05ab0eba19
.
2020-10-27 01:47:03 -07:00
Dan Field
05ab0eba19
Revert "Revert "Driver vm service ( #68654 )" ( #69074 )" ( #69077 )
...
This reverts commit 19ce7a86af
.
2020-10-26 19:22:25 -07:00
Jonah Williams
19ce7a86af
Revert "Driver vm service ( #68654 )" ( #69074 )
...
This reverts commit 3ecac303b4
.
Co-authored-by: Dan Field <dfield@gmail.com>
2020-10-26 18:56:34 -07:00
Dan Field
3ecac303b4
Driver vm service ( #68654 )
...
Migrate flutter_driver to use package:vm_service
2020-10-26 17:09:14 -07:00
Dan Field
9951638f3b
retry getting the main isolate ( #68894 )
2020-10-23 15:55:32 -07:00
Marcin Jeleński
d2d072199b
Flutter Driver: command extensions and extension feature cleanup ( #67916 )
2020-10-16 22:29:47 -07:00
Sam Rawlins
12bea61c29
Mark unusuallyLongTimeout as internal ( #68038 )
2020-10-14 15:57:04 -07:00
Marcin Jeleński
439992472a
Export finder factory ( #67779 )
2020-10-09 16:50:54 -07:00
Jonah Williams
92702a28ec
Revert "Flutter driver patch: export finder factory ( #67769 )" ( #67777 )
...
This reverts commit be5830cdf0
.
2020-10-09 15:16:24 -07:00
Marcin Jeleński
be5830cdf0
Flutter driver patch: export finder factory ( #67769 )
2020-10-09 14:49:45 -07:00
Marcin Jeleński
759ddb1ccd
Reland "Flutter Driver - Create widget finders from serialized finders extensions" with null safety ( #67711 )
...
* Flutter Driver - Create widget finders from serialized finders extensions
2020-10-09 13:28:25 -07:00
Jonah Williams
4f2fcca6a9
Reland "[null-safety] reland: migrate app side flutter driver to null-safety" ( #67570 )
2020-10-08 17:42:02 -07:00
Jonah Williams
4042eb97b9
Revert "Flutter Driver - Create widget finders from serialized finders extensions ( #67456 )" ( #67687 )
...
This reverts commit 74f6fa4564
.
2020-10-08 15:34:55 -07:00
Marcin Jeleński
74f6fa4564
Flutter Driver - Create widget finders from serialized finders extensions ( #67456 )
2020-10-08 15:27:02 -07:00