31930 Commits

Author SHA1 Message Date
engine-flutter-autoroll
140a57e960
Roll Flutter Engine from ba390f2a7b7d to 223a485ceb02 (3 revisions) (#114732)
* aeae6afb7 Roll Dart SDK from b2aad7caafc9 to d97d5ad98893 (1 revision) (flutter/engine#37333)

* 396be860f [Impeller] Remove cached pipelines when RuntimeStage is hot reloaded (flutter/engine#37307)

* 223a485ce Handle include paths the same way as output paths (flutter/engine#37335)
2022-11-05 02:44:21 +00:00
engine-flutter-autoroll
6265610b05
Roll Flutter Engine from 28e1ea0cc5b1 to ba390f2a7b7d (3 revisions) (#114728)
* 24c3a9f51 fix recursive self calls (flutter/engine#37321)

* 2a1be6d4d Roll Skia from dc49f35e1ac6 to 7a98accb20d5 (6 revisions) (flutter/engine#37328)

* ba390f2a7 [web] Unify JS configuration. Make it available from initEngine. (flutter/engine#37187)
2022-11-05 01:50:38 +00:00
xubaolin
1aada6fc5c
[New Feature]Support mouse wheel event on the scrollbar widget (#109659)
* rebase master and add a test

* fix the test

* fix the test

* fix the test
2022-11-05 00:57:52 +00:00
engine-flutter-autoroll
96f9ca8302
Roll Flutter Engine from 0933ca485a07 to 28e1ea0cc5b1 (4 revisions) (#114720)
* d413cc511 Add unreachable for vulkan switches (flutter/engine#37324)

* e32bff47e Copy Windows gen_snapshot to a standard location (flutter/engine#37318)

* af1a2da13 Increase Win32 trackpad polling rate, fix repeated swipes issue (flutter/engine#37154)

* 28e1ea0cc Roll Fuchsia Mac SDK from JKfnEvEVIL_Cg3_9f... to jAKH68TYoKUA5HNS2... (flutter/engine#37325)
2022-11-05 00:11:49 +00:00
godofredoc
4fd0a92532
Remove auto_cleanup of xcode caches. (#114719)
After all the caches have been cleaned and the logic to cleanup runtimes
has landed we may not need to always delete the caches.

Bug: https://github.com/flutter/flutter/issues/114656
2022-11-05 00:08:15 +00:00
engine-flutter-autoroll
d68af26ae3
Roll Flutter Engine from 6950689ed775 to 0933ca485a07 (3 revisions) (#114714)
* cf22fc23f Revert "reland "Migrate darwin common "framework_shared" target to ARC #37049" (#37219)" (flutter/engine#37320)

* 3c5712bef Roll Dart SDK from 35b0cc8ac48b to b2aad7caafc9 (1 revision) (flutter/engine#37322)

* 0933ca485 Revert "Roll Clang from a93d03310e2c to bca75abc01f3 (#37076)" (flutter/engine#37323)
2022-11-04 22:30:01 +00:00
Flutter GitHub Bot
91a56cf15f
roll packages (#114366) 2022-11-04 22:27:56 +00:00
Chris Bracken
01507bab56
Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637)" (#114715)
Causes analysis errors:

```
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:513:5 • always_specify_types
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:514:10 • always_specify_types
   info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:11 • avoid_dynamic_calls
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:48 • always_specify_types
   info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:77 • always_put_control_body_on_new_line
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:516:7 • always_specify_types
   info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:11 • avoid_dynamic_calls
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:51 • always_specify_types
   info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:77 • always_put_control_body_on_new_line
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:519:7 • always_specify_types
   info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:521:11 • avoid_dynamic_calls
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:21 • always_specify_types
   info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:58 • always_put_control_body_on_new_line
  error • The argument type 'dynamic' can't be assigned to the parameter type 'String' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:524:38 • argument_type_not_assignable
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:540:5 • always_specify_types
   info • Avoid escaping inner quotes by converting surrounding quotes • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:541:14 • avoid_escaping_inner_quotes
   info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:542:5 • always_specify_types
  error • The argument type 'dynamic' can't be assigned to the parameter type 'List<dynamic>' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:544:45 • argument_type_not_assignable
   info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:114:55 • unnecessary_string_escapes
   info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:204:55 • unnecessary_string_escapes
   info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:289:55 • unnecessary_string_escapes
```

This reverts commit b187bc474e93aa9b0d58cd194b8d67b2bdf5eeec.
2022-11-04 14:00:16 -07:00
Naud Ghebre
b187bc474e
Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637)
* [fuchsia_remote_debug_protocol] Switch the way we retrieve the vm_service_port from /hub to iquery, on device.

* [fuchsia_remote_debug_protocol] Switch the way we retrieve the vm_service_port from /hub to iquery, on device.
2022-11-04 16:39:53 -04:00
engine-flutter-autoroll
6ea01e6aec
Roll Flutter Engine from 5117e858ed1e to 6950689ed775 (3 revisions) (#114710)
* 9584880f4 Use iOS 16 APIs to rotate orientation (flutter/engine#37302)

* 2ac9c73f6 Move primitive type to pipeline descriptor (flutter/engine#37315)

* 6950689ed Roll Skia from 7a45d3123f8b to dc49f35e1ac6 (6 revisions) (flutter/engine#37319)
2022-11-04 20:29:48 +00:00
engine-flutter-autoroll
be83c98edd
5117e858e Fix typo in overlay platform view iOS test (flutter/engine#37262) (#114705) 2022-11-04 19:26:26 +00:00
chunhtai
80bf355192
Support keyboard selection in SelectabledRegion (#112584)
* Support keyboard selection in selectable region

* fix some comments

* addressing comments
2022-11-04 10:55:28 -07:00
engine-flutter-autoroll
cfb2f158d6
Roll Flutter Engine from 287a3ab59269 to e947833ceb5b (2 revisions) (#114696)
* f3d0b6af7 Fix TextField performing both new line and input action (flutter/engine#36893)

* e947833ce Roll Skia from 1272b520c082 to 7a45d3123f8b (4 revisions) (flutter/engine#37316)
2022-11-04 17:52:43 +00:00
Jenn Magder
c1d2b854ef
Change some required nullable parameters in tool to non-null (#114115) 2022-11-04 17:36:01 +00:00
Callum Moffat
48457d736b
WidgetController.startGesture trackpad support (#114631) 2022-11-04 17:13:53 +00:00
engine-flutter-autoroll
e1166e43f8
287a3ab59 Roll Skia from c901cb6ae66f to 1272b520c082 (1 revision) (flutter/engine#37314) (#114691) 2022-11-04 17:08:22 +00:00
engine-flutter-autoroll
5233fd9224
Roll Plugins from 5c11747ae143 to a279b9dd839a (6 revisions) (#114689)
* f8122dc89 [ci]Temporarily disable starqlteue on firebase device lab (flutter/plugins#6657)

* 38c93242a [video_player]add integration test for inverted aspect ratio bug (flutter/plugins#6662)

* dd8245e32 Roll Flutter (stable) from 6928314d505d to e99c9c7cd9f6 (2 revisions) (flutter/plugins#6667)

* 8cfa2652c Roll Flutter from 0e98194681fd to e6300da2c39f (46 revisions) (flutter/plugins#6668)

* 897ec59cd [ci] Removes unnecessary overrides. (flutter/plugins#6669)

* a279b9dd8 Roll Flutter from e6300da2c39f to 55e8cd178621 (17 revisions) (flutter/plugins#6670)
2022-11-04 16:38:04 +00:00
engine-flutter-autoroll
77d6ecb83b
805b145d7 [web] Improve line breaker test exceptions (flutter/engine#37244) (#114688) 2022-11-04 16:25:08 +00:00
engine-flutter-autoroll
55e8cd1786
449fcc8b8 Roll Skia from 7eac7e7547e7 to c901cb6ae66f (1 revision) (flutter/engine#37313) (#114683) 2022-11-04 12:20:25 +00:00
engine-flutter-autoroll
4b7106c5b6
c5cc559db Roll Fuchsia Linux SDK from -0Xq1c-TncmWBWzqg... to 7e3H7isxOF6vqMDTT... (flutter/engine#37311) (#114678) 2022-11-04 09:59:11 +00:00
engine-flutter-autoroll
55fac571b3
2f90bda40 Merge AccessibilityBridge and AccessibilityBridgeDelegate (flutter/engine#36597) (#114674) 2022-11-04 08:47:31 +00:00
engine-flutter-autoroll
43606d1368
0a2d451b3 Roll Skia from b8209dce9a48 to 7eac7e7547e7 (1 revision) (flutter/engine#37309) (#114670) 2022-11-04 08:08:09 +00:00
engine-flutter-autoroll
7bee6e8afd
4b970fca0 Roll Dart SDK from c6e0307f3849 to 35b0cc8ac48b (2 revisions) (flutter/engine#37308) (#114668) 2022-11-04 07:24:23 +00:00
engine-flutter-autoroll
fca260a15a
Roll Flutter Engine from fb7cde697062 to 69a275300a28 (7 revisions) (#114667)
* 49acbfb08 Make iOS PlatformView to reuse VisualEffectView when possible. (flutter/engine#37263)

* 48f31a539 Roll Skia from 8e48bb8ea52e to 10acfb0efbc9 (2 revisions) (flutter/engine#37300)

* af61d4092 [Impeller] Add non-rrect polygon to shadow test (flutter/engine#37296)

* 97fb982f3 [web] Improve CPU usage when building wasm_release (flutter/engine#37294)

* ca0755adc Roll Skia from 10acfb0efbc9 to b8209dce9a48 (1 revision) (flutter/engine#37303)

* 44398ccf5 Make hot reload work (flutter/engine#37304)

* 69a275300 Roll Fuchsia Mac SDK from mOXbRSWGSdWRXIefR... to JKfnEvEVIL_Cg3_9f... (flutter/engine#37305)
2022-11-04 06:47:16 +00:00
engine-flutter-autoroll
44b6cd2ec7
Roll Flutter Engine from ed31c3d76df5 to fb7cde697062 (2 revisions) (#114651)
* 3593f34b9 Roll Skia from bddba32af857 to 8e48bb8ea52e (5 revisions) (flutter/engine#37297)

* fb7cde697 [Impeller] Support YUV external textures on iOS (flutter/engine#36685)
2022-11-04 03:02:22 +00:00
Casey Hillers
9f6090c9ad
Revert "Fix text field label animation duration and curve" (#114646)
* Revert "Fix text field label animation duration and curve (#105966)"

This reverts commit d5c53b82e910d157b0e041c635904a970f473c62.

* Add doubleTapTimer.cancel back
2022-11-03 18:47:54 -07:00
engine-flutter-autoroll
125b9a769e
Roll Flutter Engine from e3c51631a9b5 to ed31c3d76df5 (2 revisions) (#114648)
* 2c9a6d668 [Impeller] validate that SkSL has no user supplied inputs (flutter/engine#37293)

* ed31c3d76 Move the two remaining engine v2 builds to prod. (flutter/engine#37274)
2022-11-04 00:18:59 +00:00
Casey Hillers
009fa69f3c
Revert "Scribble mixin (#104128)" (#114647)
This reverts commit b571abfbfd17b9ab7bdf73ac9758bbd87264979a.
2022-11-03 17:17:30 -07:00
hellohuanlin
8a9ddade9a
[tools]validation basic Xcode settings for build ipa (#113412) (#114634) 2022-11-03 22:29:07 +00:00
engine-flutter-autoroll
2ce62b3a0f
Roll Flutter Engine from 66b244d9fa0a to e3c51631a9b5 (2 revisions) (#114643)
* 2a9491710 Roll Skia from af0582c7b223 to bddba32af857 (6 revisions) (flutter/engine#37291)

* e3c51631a Roll Dart SDK from 433f075a852b to c6e0307f3849 (1 revision) (flutter/engine#37292)
2022-11-03 22:26:20 +00:00
engine-flutter-autoroll
44ecbbcc54
Roll Flutter Engine from 840a7b346216 to 66b244d9fa0a (25 revisions) (#114640)
* 27972e7d5 [fuchsia] mouse-input test (flutter/engine#37221)

* 491032cfc Update docs to mention felt build --host (flutter/engine#37224)

* 51089422d [macOS, multiwindow] Compositor gets FlutterView lazily (flutter/engine#36392)

* 2e89bce45 Enter a scope before calling Dart APIs in ThrowIfUIOperationsProhibited (flutter/engine#37226)

* 7843ae80c [Impeller] Correct the ordering of filters in 'Paint::WithFilters' (flutter/engine#37239)

* 2cbe38be0 Produce both ddc and dart2js platform files. (flutter/engine#37162)

* 2e3bc8052 Apply internal cl for C++20 prep (flutter/engine#37266)

* c183e7701 Roll Dart SDK from 883ab3f70e3d to 94ac8f6cc756 (1 revision) (flutter/engine#37267)

* d21f34673 Roll Fuchsia Mac SDK from BPxzJkBzD8R9GFg1n... to 8OZH-l7aK1-73Hyrf... (flutter/engine#37270)

* edbba9108 Roll Fuchsia Linux SDK from 9P-WnaDSnineZtFz0... to np4MU3wmDOuhlg6CR... (flutter/engine#37269)

* c7b2230e9 [Impeller] Wire-up AndroidSurfaceImpellerVulkan (flutter/engine#37249)

* 73c588119 [Impeller] dont call SPIRV_CROSS_THROW in SkSL backend (flutter/engine#37273)

* 893f5cd30 Roll Skia from f41fa8bffd58 to 78927395bf5c (20 revisions) (flutter/engine#37275)

* 2a7f3d0c1 Roll Skia from 78927395bf5c to fe751b616832 (1 revision) (flutter/engine#37276)

* fbe98c079 Roll Dart SDK from 94ac8f6cc756 to 8e089c61be58 (2 revisions) (flutter/engine#37277)

* 95b9b5d83 [Impeller] Add blit command to copy texture to buffer (flutter/engine#37198)

* 50c0fbc39 Roll Dart SDK from 8e089c61be58 to 866f5cfad18a (1 revision) (flutter/engine#37278)

* 138acebc6 Roll Skia from fe751b616832 to fdfa00287cff (1 revision) (flutter/engine#37279)

* 224b4013f Roll Fuchsia Mac SDK from 8OZH-l7aK1-73Hyrf... to mOXbRSWGSdWRXIefR... (flutter/engine#37282)

* 74f021922 Announce alerts through SemanticsService on Windows (flutter/engine#37173)

* a828fbb4a Roll Dart SDK from 866f5cfad18a to 433f075a852b (1 revision) (flutter/engine#37284)

* 49165f1b0 Roll Fuchsia Linux SDK from np4MU3wmDOuhlg6CR... to -0Xq1c-TncmWBWzqg... (flutter/engine#37285)

* d06616ecf Roll Skia from fdfa00287cff to cf3fa752a958 (2 revisions) (flutter/engine#37288)

* 0b79b5c3f Roll Skia from cf3fa752a958 to af0582c7b223 (5 revisions) (flutter/engine#37290)

* 66b244d9f [Impeller] validate calls to texture in SkSL (flutter/engine#37289)
2022-11-03 13:55:23 -07:00
godofredoc
0186b1496b
Fix the path where footer is written. (#114469)
The footer file was being written in dev/bot instead of dev/docs.

Bug: https://github.com/flutter/flutter/issues/113805
2022-11-03 18:15:07 +00:00
Phil Quitslund
33b81ed954
fixes for incoming linter (#113794)
* fixes for incomming linter

* + todo

* todo format fix

* justify ignore

* --
2022-11-03 10:56:59 -07:00
Jason Simmons
a440c4689f
Do not assume that pub is the first command run by "flutter create" (#114621)
The "flutter create" command on macOS may run other commands such as
openssl when it calls _getCodeSigningIdentityDevelopmentTeam
2022-11-03 10:46:18 -07:00
Zachary Anderson
0943693e85
Revert "[tools]validation basic Xcode settings for build ipa (#113412)" (#114615)
This reverts commit e6300da2c39ff230d943eeccb80ba3ccfa1e3759.
2022-11-03 15:23:03 +00:00
hellohuanlin
e6300da2c3
[tools]validation basic Xcode settings for build ipa (#113412) 2022-11-03 02:38:17 +00:00
engine-flutter-autoroll
92a66683a1
Roll Flutter Engine from e43555ad3b94 to 840a7b346216 (4 revisions) (#114546) 2022-11-02 20:50:38 +00:00
Chris Bracken
15867a612f
Roll gallery to b6728704a6441ac37a21e433a1e43c990780d47b (#114537) 2022-11-02 20:47:06 +00:00
engine-flutter-autoroll
b23c7809fc
Roll Flutter Engine from edb049257b52 to e43555ad3b94 (1 revision) (#114540) 2022-11-02 19:53:06 +00:00
Darren Austin
89418ef85f
Added tokens for Snackbar widget. (#114466) 2022-11-02 12:02:46 -07:00
engine-flutter-autoroll
475ccd4edf
Roll Flutter Engine from 4d1d7a41ebd2 to edb049257b52 (2 revisions) (#114534) 2022-11-02 18:50:10 +00:00
Christopher Fujino
0211df9cfc
[flutter_tools] provide --timeout option to flutter drive (#114458) 2022-11-02 18:43:42 +00:00
Danny Tuppeny
3b0f8335ee
[flutter_tools/dap] Add a base Flutter adapter class to avoid duplication between adapters (#114533) 2022-11-02 18:38:46 +00:00
engine-flutter-autoroll
78dbe6661b
Roll Flutter Engine from cdfd9d0ad69b to 4d1d7a41ebd2 (1 revision) (#114532) 2022-11-02 17:49:22 +00:00
Danny Tuppeny
307987339e
[flutter_tools/dap] Map org-dartlang-sdk URIs to the location of the source files found by the analyzer (#114369) 2022-11-02 17:07:58 +00:00
Flutter GitHub Bot
1f7bacff42
Marks Linux build_tests_2_3 to be unflaky (#114527) 2022-11-02 16:56:04 +00:00
Kate Lovett
0e70a97e2e
Refactor Animated[List, Grid, SliverList, SliverGrid] to share common code (#113793) 2022-11-02 16:54:11 +00:00
Jonah Williams
1cfdac4b23
Always invoke impeller ios shader target (#114451) 2022-11-02 16:43:07 +00:00
engine-flutter-autoroll
db381d75b1
Roll Flutter Engine from fed311918037 to cdfd9d0ad69b (2 revisions) (#114513) 2022-11-02 16:28:45 +00:00
htoor3
9f23391733
[web] Changes to web keyboard selection shortcuts for more consistent behavior (#114264) 2022-11-02 15:41:05 +00:00