33060 Commits

Author SHA1 Message Date
engine-flutter-autoroll
426cdd90cd
55bb8deaf [Impeller] Linear sample atlas glyphs when the CTM isn't translation/scale only (flutter/engine#39112) (#119098) 2023-01-25 03:09:27 +00:00
engine-flutter-autoroll
6414c36041
f1464b49c Manually roll ANGLE, vulkan-deps, SwiftShader (flutter/engine#38650) (#119097) 2023-01-25 02:29:35 +00:00
engine-flutter-autoroll
bbca694ef7
Roll Flutter Engine from bec40654a5d7 to 5405f2c26e85 (2 revisions) (#119095)
* 6aa30b294 Roll Skia from 1bc48bcb1201 to b72fececbdcc (14 revisions) (flutter/engine#39108)

* 5405f2c26 [Impeller] Switch to nearest sampling for the text atlas (flutter/engine#39104)
2023-01-25 01:45:25 +00:00
engine-flutter-autoroll
760fb21152
Roll Flutter Engine from d98926c32ee7 to bec40654a5d7 (2 revisions) (#119093)
* 4165d4b9b Improve crashes if messenger APIs are used incorrectly (flutter/engine#39041)

* bec40654a Roll Fuchsia Linux SDK from dWbkAZchFHtZE9Wt_... to E9m-Gk382PkB7_Nbp... (flutter/engine#39107)
2023-01-25 01:03:29 +00:00
engine-flutter-autoroll
2759f3f0b1
Roll Flutter Engine from 2499a5d9fca7 to d98926c32ee7 (2 revisions) (#119090)
* acb561092 [web] Remove dependency on 'profiling' subfolder of canvaskit. (flutter/engine#38169)

* d98926c32 [Impeller] Add and reorder FAQ entries. (flutter/engine#39106)
2023-01-25 00:11:36 +00:00
Greg Spencer
2f0dd56731
Refactor highlight handling in FocusManager (#119075)
* Add stack functionality to the FocusManager

* Separate out the highlight manager from the focus manager

* Revert more unrelated changes

* Review Changes
2023-01-24 23:37:57 +00:00
engine-flutter-autoroll
c35370cf0a
Roll Flutter Engine from 59ea78bfabda to 2499a5d9fca7 (2 revisions) (#119089)
* 334c92e56 [Impeller] drawAtlas blend mode. (flutter/engine#38335)

* 2499a5d9f Roll Fuchsia Mac SDK from HxpwvvbQdk54L6_8q... to MUvFS0baOnigVUIND... (flutter/engine#39105)
2023-01-24 23:33:29 +00:00
engine-flutter-autoroll
a788e1b311
Roll Flutter Engine from 71ee5f19bc16 to 59ea78bfabda (2 revisions) (#119087)
* 19b356e46 Roll Skia from 90fda2e72314 to 1bc48bcb1201 (4 revisions) (flutter/engine#39100)

* 59ea78bfa Roll Dart SDK from d1a0e860679e to de14a48187ce (1 revision) (flutter/engine#39099)
2023-01-24 22:54:12 +00:00
yaakovschectman
455e6aca50
Test integration test apps' runner files against current template app (#118646)
* Create template file test

* Add to .ci.yaml

* Add to TESTOWNERS

* Organize test script

* Push license to top of file

* Equals sign

* Utilize path.join

* Expand error message

Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>

* Fix missing newline string

* Move template file test to analyze.dart

* Fix newline

* Var name

* Fix extension length

* Use ignore-list for filenames

* Update dev/bots/analyze.dart

Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>

* Indentation

Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
2023-01-24 17:00:22 -05:00
Michael Goderbauer
50ed8a34b0
Enable unnecessary_null_comparison check (#118849)
* Enable unnecessary_null_comparison outside of packages

* fix snippet

* enable for all
2023-01-24 21:24:11 +00:00
Gary Qian
5dabe102a2
Fix path name to discover debug apk on add2app builds (#117999) 2023-01-24 13:19:09 -08:00
engine-flutter-autoroll
d20dd9e4bf
Roll Flutter Engine from 7d3233d26d09 to 71ee5f19bc16 (15 revisions) (#119081)
* 22084db7a Remove unnecessary null checks in doc snippet (flutter/engine#39071)

* f91890636 Roll Skia from f6a5c806294d to 1ccf2093cfa9 (2 revisions) (flutter/engine#39028)

* f02a70492 Roll Fuchsia Mac SDK from rQtxqj3gePeR-nTLv... to HxpwvvbQdk54L6_8q... (flutter/engine#39075)

* 42eec6280 [Impeller] uniform offsets account for size (flutter/engine#39077)

* b6a348a82 Ability to disable browser context menu (flutter/engine#38682)

* 1b51696eb Roll Skia from 1ccf2093cfa9 to 0328e12ab195 (59 revisions) (flutter/engine#39078)

* d83a705ef [embedder] Fix getting vkGetInstanceProcAddr (flutter/engine#39051)

* 973b01c40 Fix doc analyzer breakage (flutter/engine#39082)

* 55e9eafab Roll Dart SDK from 107a1280a61f to d1a0e860679e (2 revisions) (flutter/engine#39084)

* fa07c546c Roll Skia from 0328e12ab195 to 50d78376d30c (3 revisions) (flutter/engine#39086)

* 17abf1a9e Roll Fuchsia Linux SDK from GLRbnjiO5SbZKX-Us... to dWbkAZchFHtZE9Wt_... (flutter/engine#39087)

* 5c46d75f7 Roll Skia from 50d78376d30c to 90fda2e72314 (4 revisions) (flutter/engine#39089)

* 5b4e331a6 Add mmap dependency to flutter_frontend_server (flutter/engine#39090)

* 7f38d0d4f Migrate `@FfiNative` to `@Native` (flutter/engine#39034)

* 71ee5f19b Remove superfluous words from comments (flutter/engine#39068)
2023-01-24 19:38:19 +00:00
stuartmorgan
e3c51a2f2a
Add Windows unit tests to plugin template (#118638)
* Add Windows unit tests to plugin template

Adds an example native unit test to the plugin template for Windows,
matching the format we use for our 1P plugin example app unit tests.
Once these have been added for all platforms+languages, they will be
documented on a new plugin development page to explain their use.

Since we don't appear to be running our current plugin e2e tests for
Windows, this adds a new configuration to run them. I haven't
`led`-tested this, so it may not work, but this will give a starting
point for getting them running.

Part of https://github.com/flutter/flutter/issues/82458

* Minor fix

* Add test owner

* Fix typo

* Fix test feature flag
2023-01-24 18:23:57 +00:00
Polina Cherkasova
4d250302aa
Add leak_tracker as dev_dependency. (#118952) 2023-01-24 12:42:45 -05:00
Nicholas Shahan
3735231841
Cleanup old Dart SDK layout compatibility (#118819)
The changes to the Dart SDK have rolled so the backward compatibility
is no longer needed.
2023-01-24 09:22:13 -08:00
Ahmed Ashour
c35efdaa68
Remove superfluous words. (#119008)
* Remove superfluous words.

* Update packages/flutter/lib/src/widgets/slotted_render_object_widget.dart

Co-authored-by: Michael Goderbauer <goderbauer@google.com>
2023-01-24 01:57:00 +00:00
Christopher Fujino
64b4c69bcc
roll pub deps and remove archive, crypto, typed_data from allow-list (#119018)
* roll pub deps and remove archive, crypto, typed_data from allow-list

* un-comment code
2023-01-24 01:55:06 +00:00
Jenn Magder
2e8dd9dd69
Run integration_ui_test_test_macos in prod (#118919) 2023-01-24 01:37:52 +00:00
Michael Goderbauer
0de8bef744
Remove unnecessary null checks in flutter/cupertino (#119020) 2023-01-24 01:36:50 +00:00
Michael Goderbauer
720bea0265
Remove unnecessary null checks in flutter/widgets (#119028)
* dart fix --apply

* manual fixes
2023-01-24 01:36:48 +00:00
engine-flutter-autoroll
1906ce5d43
7d3233d26 [web] Build multiple CanvasKit variants (using toolchain_args) (flutter/engine#38448) (#119021) 2023-01-24 01:34:59 +00:00
Michael Goderbauer
59767e5fc2
Remove unnecessary null checks in flutter/material (#119022)
* dart fix --apply

* manual fixes
2023-01-24 01:33:53 +00:00
Jenn Magder
65486163ac
Remove animated_complex_opacity_perf_macos__e2e_summary bringup (#118916) 2023-01-24 01:31:59 +00:00
Greg Spencer
df4420835d
Remove ThemeData.buttonColor references (#118658)
* Remove ThemeData.buttonColor references

* Fix test

* Remove more buttonColors

* Macro the definition of color scheme

* remove doc reference
2023-01-24 01:31:58 +00:00
Péter Ferenc Gyarmati
e8b7f4b201
[examples] Fix typo in refresh_indicator example (#119000) 2023-01-24 01:31:56 +00:00
Ricardo Amador
84071aa2aa
Add todo for linux defines test. (#119035)
* Add todo for linux defines test.

* Update the linux android defines test to make it bringup: true
2023-01-23 17:29:16 -08:00
Ricardo Amador
332aed9c88
Revert "Update the Linux Android defines test to use dimensions when selecting a build bot (#118930)" (#119023)
This reverts commit 392dffeb08157a43b840e9de199a6f4d8c60a757.
2023-01-23 21:45:07 +00:00
Michael Goderbauer
38630b6bd1
Remove unnecessary null checks in flutter_tool (#118857)
* dart fix --apply

* manual fixes

* fix after merge conflicts

* review
2023-01-23 21:43:08 +00:00
Drew Roen
edb571e49b
Update README.md (#118803)
This updates the OSSF scorecards link to a more readable page detailing the scorecards information
2023-01-23 21:27:13 +00:00
yaakovschectman
5e50ed972b
Test Utf8FromUtf16 (#118647) 2023-01-23 16:07:55 -05:00
Ricardo Amador
392dffeb08
Update the Linux Android defines test to use dimensions when selecting a build bot (#118930)
* Round 2 with dimensions

* Try with stringified keys

* Forgot a comma

* trying a list of maps.

* Try key value pairs

* Try with kvm only

* try with swarming_dimensions

* Updated with fix in swarming.star
2023-01-23 20:34:07 +00:00
Michael Goderbauer
19dfde6989
Remove unnecessary null checks in flutter/{foundation,services,physics} (#118910)
* Remove unnecessary null checks in flutter/foundation

* Remove unnecessary null checks in flutter/services

* Remove unnecessary null checks in flutter/physics
2023-01-23 19:29:48 +00:00
Michael Goderbauer
a63e19ba0f
Remove unnecessary null checks in flutter_localizations (#118863) 2023-01-23 19:26:07 +00:00
Michael Goderbauer
6cd4945540
Remove unnecessary null checks in flutter_web_plugins (#118862) 2023-01-23 19:26:05 +00:00
Michael Goderbauer
224e6aa18c
Remove unnecessary null checks in flutter/gestures (#118926) 2023-01-23 19:20:19 +00:00
engine-flutter-autoroll
90ffb1c659
94fc0728f Roll Dart SDK from c52810968747 to 107a1280a61f (1 revision) (flutter/engine#39069) (#119010) 2023-01-23 17:30:27 +00:00
Xilai Zhang
71a42563db
Revert "[Re-land] Button padding m3 (#118640)" (#118962)
This reverts commit 973cff40b4022edd59dbf44475ffc569bece1ea8.
2023-01-23 09:27:10 -08:00
engine-flutter-autoroll
e71e8daa20
76998e529 Roll Fuchsia Linux SDK from f613tOkDB282hW2tA... to GLRbnjiO5SbZKX-Us... (flutter/engine#39067) (#119009) 2023-01-23 15:56:31 +00:00
Mouad Debbar
3bf79607dd
[web] Fix paths fetched by flutter.js (#118684) 2023-01-23 15:02:58 +00:00
engine-flutter-autoroll
bd7bee0f9e
Roll Flutter Engine from 92313596d77b to 8e7bc509e0d7 (3 revisions) (#119004)
* a92d0960a Roll Fuchsia Mac SDK from R4F4q-h902yt4s7ow... to rQtxqj3gePeR-nTLv... (flutter/engine#39064)

* eda11d252 Bump github/codeql-action from 2.1.38 to 2.1.39 (flutter/engine#39065)

* 8e7bc509e Roll Dart SDK from 608a0691a1d7 to c52810968747 (1 revision) (flutter/engine#39066)
2023-01-23 12:12:26 +00:00
engine-flutter-autoroll
6ae7ad72c1
92313596d Roll Dart SDK from 548678dd684c to 608a0691a1d7 (1 revision) (flutter/engine#39063) (#118990) 2023-01-23 05:35:35 +00:00
engine-flutter-autoroll
696a84b1ed
1e4e11ad1 Add more flexible image loading API (flutter/engine#38905) (#118989) 2023-01-23 04:01:41 +00:00
engine-flutter-autoroll
b974eac8ee
b3da52d8c Roll Fuchsia Linux SDK from l3c_b-vRr-o6ZFX_M... to f613tOkDB282hW2tA... (flutter/engine#39061) (#118987) 2023-01-23 02:48:16 +00:00
engine-flutter-autoroll
044e344a7b
a8522271c Roll Fuchsia Mac SDK from 5TQ9IL4-Yu3KHCR-H... to R4F4q-h902yt4s7ow... (flutter/engine#39058) (#118984) 2023-01-22 23:58:30 +00:00
engine-flutter-autoroll
f33e8d3701
2a2dfaafb Roll Fuchsia Mac SDK from l7jVM3Urw73TVWfee... to 5TQ9IL4-Yu3KHCR-H... (flutter/engine#39056) (#118969) 2023-01-22 08:00:25 +00:00
engine-flutter-autoroll
cf628add49
aa194347a Roll Fuchsia Linux SDK from S6wQW1tLFe-YnReaZ... to l3c_b-vRr-o6ZFX_M... (flutter/engine#39055) (#118968) 2023-01-22 07:08:26 +00:00
engine-flutter-autoroll
68b6e720cf
406dce64f Roll Fuchsia Mac SDK from ZTKDeVL1HDAwsZdhl... to l7jVM3Urw73TVWfee... (flutter/engine#39050) (#118964) 2023-01-22 00:35:56 +00:00
Samina Rahman Purba
80658873bc
Add transform flip (#116705)
* Added Transform.flip

* Add tests for Transform.flip

* fix: failing tests

* fix the failing test

* fix test according to review

* Make z component constant, update doc

* Disabled changing alignment

* Apply suggested definition

Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>

Co-authored-by: nayeemtby <nayeemtby@gmail.com>
Co-authored-by: Nayeem Hasan <71181265+nayeemtby@users.noreply.github.com>
Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
2023-01-21 19:20:28 +00:00
engine-flutter-autoroll
b1f4070d5b
ef7b1856a Roll Dart SDK from 8c2eb20b5376 to 548678dd684c (1 revision) (flutter/engine#39049) (#118944) 2023-01-21 12:42:25 +00:00
engine-flutter-autoroll
5ccdb8107e
bb4e8dfe2 Roll Fuchsia Linux SDK from rPo4_TYHCtkoOfRup... to S6wQW1tLFe-YnReaZ... (flutter/engine#39048) (#118942) 2023-01-21 11:25:18 +00:00