Commit Graph

33001 Commits

Author SHA1 Message Date
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 392dffeb08.
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 973cff40b4.
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
engine-flutter-autoroll
8d60a8c0bb Roll Flutter Engine from 7b68d71b8d03 to 3a444b36657c (3 revisions) (#118938)
* 2ee82578c [ios_platform_view] MaskView pool to reuse maskViews. (flutter/engine#38989)

* c137b3b33 Roll Fuchsia Mac SDK from GvtVLigysBcywNN9T... to ZTKDeVL1HDAwsZdhl... (flutter/engine#39044)

* 3a444b366 Roll Dart SDK from 807077cc5d1b to 8c2eb20b5376 (2 revisions) (flutter/engine#39047)
2023-01-21 08:44:24 +00:00
engine-flutter-autoroll
2baea2f62b 7b68d71b8 Roll Dart SDK from 03d35455a8d8 to 807077cc5d1b (1 revision) (flutter/engine#39042) (#118933) 2023-01-21 03:18:33 +00:00
Michael Goderbauer
7272c809ea Remove unnecessary null checks in flutter/{animation,semantics,scheduler} (#118922)
* Remove unnecessary null checks in flutter/animation

* Remove unnecessary null checks in flutter/semantics

* Remove unnecessary null checks in flutter/scheduler
2023-01-21 02:20:24 +00:00
Michael Goderbauer
5d74b5cbf1 Remove unnecessary null checks in flutter/painting (#118925) 2023-01-21 02:16:10 +00:00
Michael Goderbauer
c757df3bfa Remove unnecessary null checks in dev/bots (#118846) 2023-01-21 01:39:19 +00:00
Michael Goderbauer
70cecf6c9e Remove unnecessary null checks in dev/*_tests (#118844) 2023-01-21 01:36:12 +00:00
Jenn Magder
25843bdb5a Remove macOS impeller benchmarks (#118917)
* Remove macOS impeller benchmarks

* TESTOWNERS
2023-01-21 01:34:53 +00:00
Michael Goderbauer
9837eb6fc5 Remove unnecessary null checks in flutter/rendering (#118923) 2023-01-21 01:34:50 +00:00
Ricardo Amador
bae4c1d243 Revert "Update android defines test to use emulator (#118808)" (#118928)
This reverts commit 49e025d8ac.
2023-01-21 01:06:14 +00:00