24043 Commits

Author SHA1 Message Date
Jonah Williams
298f18b592
[flutter_tools] remove mocks from devices test (#82369) 2021-05-12 20:50:14 -07:00
engine-flutter-autoroll
66cb378647
Roll Engine from f3847febb247 to a33937429616 (11 revisions) (#82388)
* b6293383b Roll Skia from c1b6b6c615a7 to d9a7c5953df3 (2 revisions) (flutter/engine#26089)

* 5d67ad105 Get licenses check deps from gclient rather than pub (flutter/engine#26077)

* b2104fa23 Roll Dart SDK from d59cb89f73fe to 934cc986926d (1 revision) (flutter/engine#26090)

* b82539624 Roll Fuchsia Linux SDK from 1PbnXEErn... to MoY7UVVro... (flutter/engine#26091)

* 2b5b0b81f Roll Skia from d9a7c5953df3 to 827bb729a84d (2 revisions) (flutter/engine#26093)

* e834ec3be Remove "unnecessary" imports. (flutter/engine#25736)

* da5aaf826 Roll Skia from d9a7c5953df3 to 827bb729a84d (2 revisions) (flutter/engine#26096)

* e13e345e2 Roll Skia from 827bb729a84d to 433d25c947e4 (3 revisions) (flutter/engine#26097)

* 99021da09 Sped up the objc standard message codec (flutter/engine#25998)

* d7229e95d Roll Skia from 433d25c947e4 to 0270bf5d10be (5 revisions) (flutter/engine#26100)

* a33937429 Move more parts to libs. Move bitmap/dom canvas to /html (flutter/engine#26072)
2021-05-12 20:47:45 -07:00
Chris Bracken
53c2f7086b
[flutter_tools] support flutter run -d winuwp (#82373)
Allow flutter run to work end-to-end with a UWP device.

Uses win32/ffi for the actual launch of the application, injected via
the native API class. This is structured to avoid a g3 dependency.

Install and amuid require powershell scripts for now.

Actually connecting to the observatory requires running a command in an
elevated prompt. Instructions are presented to the user if a terminal is
attached.

This is a rebased version of https://github.com/flutter/flutter/pull/79684
by @jonahwilliams, updated to remove `NativeApi` and replace is with calls
to `uwptool`.

Part of https://github.com/flutter/flutter/issues/82085
2021-05-12 20:45:30 -07:00
Yegor
d6fc44ba67
shuffle tests in web_long_running_tests shard (#82394) 2021-05-12 18:04:03 -07:00
Jan Mewes
b1c1bdbfba
Fix typos (#82319) 2021-05-12 17:34:02 -07:00
Jenn Magder
a66e5a7fa0
Turn on win_build_tests_2_3 shard, skip 'build windows' tests (#82386) 2021-05-12 17:16:13 -07:00
Jenn Magder
fe43a8c64a
Mark animated_image_gc_perf not flaky (#82385) 2021-05-12 17:14:37 -07:00
Jenn Magder
8c15202872
Mark linux_platform_channels_benchmarks not flaky (#82384) 2021-05-12 17:14:23 -07:00
Michael Goderbauer
7837d3eae1
Upgrade to stable flutter_lints 1.0.0 (#82365) 2021-05-12 17:14:03 -07:00
Jason Simmons
258158774e
Activate DevTools before running an integration test that uses DevTools (#82393) 2021-05-12 17:13:04 -07:00
gaaclarke
f53fb34ba9
fixed typo in prod_builders for ios platform channels benchmark (#82359) 2021-05-12 17:09:03 -07:00
Ian Hickson
59d3b3228d
Add flutter_tools to trigger list for skp_generator (#82239) 2021-05-12 15:14:04 -07:00
keyonghan
51d0139b82
Add initial test owners for framework post-submit tests (#81864) 2021-05-12 15:09:04 -07:00
Yegor
0420d56335
consolidate all web integration tests under the same shard (#82307)
* consolidate all web integration tests under the same shard
2021-05-12 15:01:11 -07:00
Abhishek Ghaskata
13a72114b2
chagne the elevation from int to double (#82340) 2021-05-12 13:26:40 -07:00
Jenn Magder
1ff5665fdd
Force LANG=en_US.UTF-8 in test runner (#82308) 2021-05-12 10:49:02 -07:00
Alexandre Ardhuin
7d46d43635
use throwsXxx instead of throwsA(isA<Xxx>()) (#82328) 2021-05-12 09:59:02 -07:00
stuartmorgan
ab2aa31944
Roll plugins to 0c99a3ba749bbdc57b0d8895cdfaeef835119613 (#82356)
Manual plugin roll to account for a rename of the script used to run
analysis.
2021-05-12 09:58:32 -07:00
Jonah Williams
335a3181c2
[flutter_tools] remove mocks from hot test (#82301) 2021-05-12 09:33:05 -07:00
engine-flutter-autoroll
f6842f78bb
Roll Engine from 9a0aff0667d0 to f3847febb247 (2 revisions) (#82331) 2021-05-12 09:14:02 -07:00
engine-flutter-autoroll
0566b03c75
Roll Engine from 3f6ceb720538 to 9a0aff0667d0 (3 revisions) (#82322) 2021-05-12 01:34:02 -07:00
Alexandre Ardhuin
c03e7488b4
remove noop primitive operations (#82297) 2021-05-12 00:04:02 -07:00
engine-flutter-autoroll
c9fe3bab9b
3f6ceb720 Roll Skia from 0c9962a7c8a5 to 8fac6c13fa59 (3 revisions) (flutter/engine#26084) (#82314) 2021-05-11 23:39:02 -07:00
Alexandre Ardhuin
4881b33515
use throwsA matcher instead of try-catch-fail (#82290) 2021-05-11 23:34:02 -07:00
engine-flutter-autoroll
e621ebfb34
Roll Engine from 44ba0c7c4bfd to 8e332453b809 (3 revisions) (#82312) 2021-05-11 20:29:03 -07:00
Chris Bracken
29767d0514
Roll Engine to 44ba0c7c4bfd (5 revisions) (#82310)
flutter/engine@3c93ad4...44ba0c7

2021-05-11 chris@bracken.jp Formatting cleanup for CONTRIBUTING.md
(flutter/engine#26080)
2021-05-11 chris@bracken.jp Add uwptool.exe (flutter/engine#26038)
2021-05-11 bkonyi@google.com Manual SDK roll for DevTools SDK
integration (flutter/engine#26075)
2021-05-11 skia-flutter-autoroll@skia.org Roll Skia from 96bc12d19b9e to
7c328b4b42c5 (5 revisions) (flutter/engine#26071)

2021-05-11 iska.kaushik@gmail.com Unique frame number for each frame
(flutter/engine#26021)

In https://github.com/flutter/engine/pull/26075 we rolled the Dart SDK
to the engine. This included updates to parameter names to Iterable.map
and Iterable.expand which triggers lints about renaming method
parameters in CachingIterable.map and CachingIterable.expand.
2021-05-11 19:24:06 -07:00
Casey Hillers
3fe3719022
Lock prod_builders.json/try_builders.json (#82305) 2021-05-11 17:24:02 -07:00
Shi-Hao Hong
633edb649f
[gen-l10n] Cleans up formatting of the generated file (#79517) 2021-05-11 17:19:05 -07:00
engine-flutter-autoroll
53e060ccd8
3c93ad4c5 [web] Resolve OS as iOs for iDevice Safari requesting desktop version of app. (flutter/engine#25957) (#82300) 2021-05-11 17:14:04 -07:00
Renan
293756455c
Re-land: Allow users to pass in Xcode build settings as env variables to flutter build macos FLUTTER_XCODE_ (#82298) 2021-05-11 17:09:09 -07:00
Taha Tesser
0d50604a56
[reland] Adding vscode path installed via snap (#81989) 2021-05-11 17:04:03 -07:00
Abhishek Ghaskata
38840b41a9
ExpansionPanelList elevation as double (#81813) 2021-05-11 16:59:03 -07:00
Kate Lovett
212e3f4e2e
More mouse tweaks (#82293) 2021-05-11 15:24:02 -07:00
Yegor
99d49edc32
remove web e2e and smoke test builders (#82292) 2021-05-11 15:08:16 -07:00
engine-flutter-autoroll
8583c8ab2f
Roll Engine from 507828e31264 to af0a96bf4299 (3 revisions) (#82291) 2021-05-11 14:59:02 -07:00
Jenn Magder
c1c12aa365
Add posix permission chown suggestion to io error handling (#81942) 2021-05-11 14:54:02 -07:00
Viren Khatri
0581c05c88
📝 Added tests for toString to increase coverage (#82235) 2021-05-11 14:44:02 -07:00
Abhishek Ghaskata
d10afc41df
migrate web_complie_tests to null safety (#81630) 2021-05-11 14:25:55 -07:00
Christopher Fujino
84b2f3cadb
delete skipped test (#81843) 2021-05-11 14:19:01 -07:00
LongCatIsLooong
b970f40646
Let RenderEditable.delete directly delete from the controller text. (#82215) 2021-05-11 13:44:03 -07:00
engine-flutter-autoroll
5ebf4885eb
Roll Engine from 5f9eb39f7dd0 to 507828e31264 (2 revisions) (#82279) 2021-05-11 13:34:02 -07:00
Jenn Magder
e8b4c3e6de
Prevent macOS individual pod framework signing (#82048) 2021-05-11 13:29:03 -07:00
Christopher Fujino
aae92d66a0
Fix prepare_package.dart not updating base_url (#81941) 2021-05-11 13:24:03 -07:00
Christopher Fujino
a5318173fe
apply cherrypicks (#81936) 2021-05-11 13:19:05 -07:00
Yegor
6b2f3bc113
add web e2e and smoke tests to the long running test shard (#82281) 2021-05-11 13:15:36 -07:00
Valentin Vignal
43d06c8ea7
Add draggable parameter to ReorderableDragStartListener (#81396) 2021-05-11 13:14:03 -07:00
Rick Krystianne Lim
aa81ac6008
Modify CupertinoSearchTextField's prefix icon. (#81100) 2021-05-11 13:09:03 -07:00
engine-flutter-autoroll
b7dd9acbed
5f9eb39f7 Roll Skia from abdffd5d0055 to bb006430ae82 (1 revision) (flutter/engine#26066) (#82274) 2021-05-11 10:49:02 -07:00
Nguyen Phuc Loi
3cfbb958b3
[flutter_driver] support log communication for WebFlutterDriver (#81150) 2021-05-11 10:44:01 -07:00
Greg Spencer
af3337b676
Add Enter and Tab back in to ios and macos key maps (#81865)
I noticed that tab traversal stopped working on iOS when #73440 was landed.

It seems to be that the control characters were excluded from the list of logical keys, and so they ended up being generated values.

This PR just adds "Enter" and "Tab" to the list for both macOS and iOS.
2021-05-11 10:23:11 -07:00