Jonah Williams
0734db62ca
[flutter_tools] remove handling of error that is fixed ( #58557 )
...
The linked error has been fixed, removed work around. Updates the test cases to only test for exit instead of error message
#33050
2020-06-03 13:27:47 -07:00
Jonah Williams
7e942b6229
[flutter_tools] iOS VM Service logs should include stderr ( #58551 )
2020-06-03 12:53:02 -07:00
Jenn Magder
e72e7f9fb0
Don't elapse real time during IOSDevice.startApp tests ( #58538 ) ( #58622 )
2020-06-03 12:43:02 -07:00
keyonghan
98a77e2aff
remove test ( #58617 )
2020-06-03 12:36:50 -07:00
Dan Field
c5318f7f07
Make debugSemantics available to profile mode ( #58620 )
2020-06-03 12:32:35 -07:00
Jonah Williams
e216eec7b4
[flutter_tools] Allow the tool to suppress compilation errors. ( #58539 )
...
Suppress compilation errors on startup so they are not duplicated from the native build step.
2020-06-03 12:00:03 -07:00
engine-flutter-autoroll
216e15990d
Roll Engine from 6589dcb2d459 to 859d892f1fca (4 revisions) ( #58545 )
2020-06-03 11:58:02 -07:00
MH Johnson
4bae771509
[Line Heights] Add textHeightBehavior to SelectableText. ( #58530 )
2020-06-03 11:53:02 -07:00
Jenn Magder
79e2409419
Fake out DeviceManager.getDevices in test ( #58541 )
2020-06-03 11:48:37 -07:00
Jenn Magder
37bc900860
Revert "Don't elapse real time during IOSDevice.startApp tests ( #58538 )" ( #58618 )
...
This reverts commit 27186c784f593af47c43efe89cd01c50af37d540.
2020-06-03 11:26:29 -07:00
Jenn Magder
27186c784f
Don't elapse real time during IOSDevice.startApp tests ( #58538 )
2020-06-03 09:33:02 -07:00
Jonah Williams
01b9bf8ea6
[flutter_tools] deprecate flutter generate and codegen ( #58328 )
2020-06-03 09:28:02 -07:00
liyuqian
8033da2558
Fix broken URL again.
2020-06-03 09:24:10 -07:00
liyuqian
717fa69247
Fix broken URL
2020-06-03 09:20:26 -07:00
Jenn Magder
2ece1c3a17
Revert "Build iOS apps using Swift Packages ( #58522 )" ( #58549 )
...
This reverts commit 2054f37aaf476bfff32fb2a04651a183f43cbf76.
2020-06-02 19:00:12 -07:00
engine-flutter-autoroll
7c22057f60
Roll Engine from 2a024ead01e7 to 6589dcb2d459 (4 revisions) ( #58520 )
2020-06-02 18:08:03 -07:00
Ian Hickson
67881172fd
Error message improvements ( #58204 )
2020-06-02 18:03:03 -07:00
Yegor
1a9530af8a
benchmark updating many child layers ( #58513 )
...
* benchmark updating many child layers
2020-06-02 17:59:41 -07:00
MariaMelnik
7f65c6a8c6
Stopped all animation controllers after toggleable has been detached. ( #57809 )
2020-06-02 17:58:03 -07:00
Jenn Magder
2054f37aaf
Build iOS apps using Swift Packages ( #58522 )
2020-06-02 17:57:11 -07:00
Jenn Magder
34ba3e85ce
Remove outdated disable_input_output_paths from example project Podfiles ( #58524 )
2020-06-02 17:56:27 -07:00
Justin McCandless
c940282bf3
InteractiveViewer Widget ( #56409 )
2020-06-02 17:53:05 -07:00
Jonah Williams
37a86c483c
Revert "[flutter_tools] Put a heap size limit on the frontend_server" ( #58525 )
...
* Revert "[flutter_tools] Put a heap size limit on the frontend_server (#58039 )"
2020-06-02 17:52:20 -07:00
Ian Hickson
74a2e6a5e0
Various bits of trivial cleanup ( #58203 )
2020-06-02 13:53:01 -07:00
engine-flutter-autoroll
a436fe768a
Roll Engine from 5a085ac3c6a2 to 2a024ead01e7 (5 revisions) ( #58509 )
2020-06-02 13:23:01 -07:00
Tong Mu
729ba11bc4
Add doc and test for Container's hitTest behavior ( #57522 )
2020-06-02 13:18:01 -07:00
Tong Mu
0bda633509
InkWell uses MaterialStateMouseCursor and defaults to clickable ( #58448 )
...
* Adds support for material state mouse cursor to InkWell and InkResponse
* Set their default cursors to be MaterialStateMouseCursor.clickable.
2020-06-02 12:27:11 -07:00
Jenn Magder
145d70c197
Rename integration test ios_app_with_watch_companion -> ios_app_with_extensions ( #58458 )
2020-06-02 11:00:19 -07:00
Jonah Williams
442f9c107c
[devicelab] mark ios transition_perf as non-flaky ( #58499 )
2020-06-02 10:48:01 -07:00
Dan Field
a7f998f0ac
Do not assume imageCache is created when handleMemoryPressure is called ( #58503 )
...
* Do not assume imageCache is created when handleMemoryPressure is called
* comment for test
2020-06-02 10:27:50 -07:00
Jenn Magder
c34d6e27c9
Revert "Remove outdated disable_input_output_paths from example project Podfiles ( #58444 )" ( #58504 )
...
This reverts commit 8adaea90833418c8eac8f3ff103ab9b38006b187.
2020-06-02 10:04:57 -07:00
VisheshAtWork
df45748de6
Added Documentation for AnimationController.repeat() ( #58098 )
2020-06-02 09:16:28 -07:00
engine-flutter-autoroll
c911aefbc0
Roll Engine from e39301f23f32 to 5a085ac3c6a2 (6 revisions) ( #58460 )
2020-06-02 09:08:01 -07:00
Jenn Magder
8adaea9083
Remove outdated disable_input_output_paths from example project Podfiles ( #58444 )
2020-06-02 09:03:01 -07:00
Jonah Williams
6135091de9
Revert "[flutter_tools] only copy cached dill after startup ( #58188 )" ( #58454 )
...
This reverts commit 39d1e4b7e9222394d6013aa21731968b36b30cc7.
1.19.0-3.0.pre
2020-06-01 17:17:03 -07:00
engine-flutter-autoroll
cf17e8bc44
Roll Engine from c5234bce6e9f to e39301f23f32 (2 revisions) ( #58449 )
2020-06-01 16:58:01 -07:00
Jonah Williams
39d1e4b7e9
[flutter_tools] only copy cached dill after startup ( #58188 )
...
Remove copying from the shutdown stage since that seems risky. If the tool copies the first compilation there will still be a decent dill for initialization.
2020-06-01 16:31:27 -07:00
Jonah Williams
4845df906a
[flutter_tools] do not include material icon incorrectly ( #58335 )
...
If a dependency specified uses-material-design: true and the main pubspec specifies uses-material-design: false, then the MaterialIcons font would be included in the font manifest, but not in the AssetManifest or final bundle. Remove it from the FontManifest if this occurs
2020-06-01 16:30:43 -07:00
engine-flutter-autoroll
eb236bd614
c5234bce6 Roll Skia from 8c5786622b4e to 502eab4fc913 (2 revisions) (flutter/engine#18707) ( #58443 )
2020-06-01 15:43:01 -07:00
Jonah Williams
584e4f2534
[flutter_tools] cleanup to devfs Operations ( #58332 )
...
removes globals from devFS operations and cleans up testing to be context free. Removes unused and unnecessarily temp directory in testing.
2020-06-01 15:28:38 -07:00
engine-flutter-autoroll
bb6c1e050f
Roll Engine from 923687f0e7ff to d501c49cce4c (5 revisions) ( #58436 )
2020-06-01 14:38:01 -07:00
Jonah Williams
cd7dfd0a0a
[flutter_driver] make timeline request in chunks ( #58430 )
...
Work-around large timeline data killing devicelab machines by requesting data in 1 second intervals and combining at the end. Non-breaking change to the driver API.
2020-06-01 13:58:44 -07:00
Jenn Magder
f4d26a3b85
Change iOS device discovery from polling to long-running observation ( #58137 )
2020-06-01 12:33:01 -07:00
LongCatIsLooong
bbb95e5787
EditableText.bringIntoView calls showOnScreen ( #58346 )
2020-06-01 12:08:01 -07:00
Greg Spencer
5267d98772
Revert flutter command to shlock when flock isn't available ( #58281 )
...
This reverts the flutter command to use shlock when flock isn't available. It seems that the mkdir method isn't as reliable as we want. I think that this is because the trap isn't always be executed, which is why I think that shlock uses PIDs to help it be more reliable. Unfortunately, that means that we're back to not working over network shares (which is where things were before I moved to the mkdir method, so not really a regression). I did leave in the mkdir method for platforms that have neither flock nor shlock (which should be very few and far between, but still), so at least we'll do some locking there now.
2020-06-01 11:24:53 -07:00
Ekaterina Gerasimova
3115c14e43
Fix typo in error message in flutter doctor ( #58421 )
2020-06-01 11:23:02 -07:00
stuartmorgan
a3b9e20a6b
Fix non-local-engine Linux release builds ( #58372 )
2020-06-01 11:03:02 -07:00
Mehmet Fidanboylu
1d395c5e18
Revert "Add clipBehavior to widgets with clipRect ( #55977 )" ( #58344 )
...
This reverts commit cd593dae1961ca2bc5c045a310f16e6cdffc8294.
1.19.0-2.0.pre
2020-05-31 07:41:50 -07:00
engine-flutter-autoroll
eb1a6efe16
Roll Engine from 3dfbe722b965 to 923687f0e7ff (2 revisions) ( #58340 )
2020-05-30 18:58:02 -07:00
Jim Graham
7261b98e81
Enabling the ImageFiltered(ImageFilter.matrix) page of macrobenchmark ( #58277 )
2020-05-30 18:53:01 -07:00