Commit Graph

4382 Commits

Author SHA1 Message Date
Stephen (Alex) Wallen
9a34a60c0c [macOS] Bring up "flutter_gallery_macos__compile" devicelab, compilation test for x86. (#110356) 2022-08-26 17:29:39 +00:00
Stephen (Alex) Wallen
80a635e4a9 [macOS] Bring up "basic_material_app" devicelab, compile tests for x64 macs. (#110296) 2022-08-26 15:29:14 +00:00
dependabot[bot]
5c7fa38559 Bump debian from 11.3-slim to 11.4-slim in /dev/ci/docker_linux (#107865) 2022-08-26 14:59:28 +00:00
Loïc Sharma
4898f1f5c5 [Windows] Add app startup integration test (#110114)
Add a basic integration test for the Windows's app startup. In a subsequent change (https://github.com/flutter/flutter/pull/109816), this test will be updated to verify the app's window isn't visible until after the first frame has been drawn.

Part of https://github.com/flutter/flutter/issues/41980
2022-08-25 18:54:20 -07:00
Stephen (Alex) Wallen
27bfc511ba [macOS] Bring up "complex_layout" devicelab, startup tests for x64 (#110100) 2022-08-25 23:35:00 +00:00
Greg Spencer
fefb2b00ba Re-Land "Refactor StrokeAlign to allow double values." (#108339) (#110234) 2022-08-25 20:56:24 +00:00
Yegor
6e57ed6088 [web] fix hot restart in entrypoint generated by flutter create (#110229) 2022-08-25 20:30:00 +00:00
Christopher Fujino
db51e5d944 [flutter_tools] unpin path_provider_android and roll (#110216) 2022-08-25 19:42:21 +00:00
Darren Austin
5454bab6c1 Added support for M3 filled and filled tonal buttons. (#107382) 2022-08-25 11:36:03 -07:00
hellohuanlin
5217f89dcf [platform_view]delete previously installed app if needed (#110201) 2022-08-25 03:27:42 +00:00
Stephen (Alex) Wallen
d71a8a7093 [macOS] Bring up "hello_world" devicelab, compilation test for x86. (#109891) 2022-08-24 18:04:42 +00:00
Pierre-Louis
ac905b29a4 Add option to specify class name (#109865) 2022-08-24 18:53:27 +02:00
Qun Cheng
c0c3874c77 Revert "Reland: Set IconButton.visualDensity default to VisualDensity.standard (#109432)" (#110119)
This reverts commit 79013b2be8.
2022-08-23 15:41:03 -07:00
keyonghan
8027842393 Copy artifacts to applicationBinaryPath when specified for build+test separation (#109879) 2022-08-23 16:32:39 +00:00
hellohuanlin
111a7d016c [platform_view]retry launch if it fails to launch for xcuitest (#110030) 2022-08-23 01:14:44 +00:00
Zachary Anderson
d79a3d7a19 Remove most benchmarks of SkSL warmup (#110040) 2022-08-22 22:31:54 +00:00
Kate Lovett
7e12b37111 Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
Greg Spencer
957a8da4a2 Revert "Re-Land "Refactor StrokeAlign to allow double values." (#109805)" (#109955)
This reverts commit b3aba4d9c8 because it breaks Google tests.
2022-08-21 20:18:09 +02:00
Michael Goderbauer
ba8bc53825 Add some logs to catch flake (#109887) 2022-08-19 23:30:19 +00:00
hellohuanlin
74f5a1fe2c [platform_view]fix typo in xcuitest (#109884) 2022-08-19 23:28:36 +00:00
Greg Spencer
b3aba4d9c8 Re-Land "Refactor StrokeAlign to allow double values." (#109591) (#109805) 2022-08-19 19:36:11 +00:00
Kate Lovett
b6f7289b18 Update Ballistic animation & ClampingScrollSimulation (#107735) 2022-08-19 17:24:03 +00:00
Qun Cheng
79013b2be8 Reland: Set IconButton.visualDensity default to VisualDensity.standard (#109432)
* Revert "Revert "Set `IconButton.visualDensity` default to `VisualDensity.standard` (#109349)" (#109421)"

Co-authored-by: Qun Cheng <quncheng@google.com>
2022-08-18 09:46:13 -07:00
hellohuanlin
04f4dd8e54 [platform_view]terminate the app in tear down for platform view xcuitest (#109720) 2022-08-18 02:53:55 +00:00
Alexander Aprelev
bfdc9a6cfa Introduce stubbed exclusive parameter to File.create-overridden method (#109646)
* Introduce stubbed `exclusive` parameter to `File.create`-overridden method.

This is to soften landing of a breaking change https://github.com/dart-lang/sdk/issues/49647
2022-08-17 13:26:08 -07:00
Bernardo Ferrari
01f3fca3f5 Improve ShapeDecoration performance. (#108648) 2022-08-17 19:25:06 +00:00
Camille Simon
7db25c36ad Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
yaakovschectman
4e068a613e Bring up new Windows start-up tests (#109618)
* Add Windows startup test

* Add new tests for Windows desktop

* Bring up complex layout tests for Win Desktop

* Bring up flutter_view startup test for Windows

* Add Platform View startup test for Windows

* Fix typo in .ci.yaml

* Make basename variable final

* Link to bug in .ci.yaml
2022-08-17 09:38:41 -04:00
Jonah Williams
0ba88d8b43 Revert "Add Spellcheck to EditableText (Android) (#109334)" (#109631)
This reverts commit ff9fe35682.
2022-08-16 14:30:03 -07:00
Camille Simon
ff9fe35682 Add Spellcheck to EditableText (Android) (#109334) 2022-08-16 18:22:45 +00:00
Casey Hillers
370fc483e3 Revert "Refactor StrokeAlign to allow double values." (#109591) 2022-08-16 06:56:07 +00:00
yaakovschectman
bba2ac83b1 Add Compilation DeviceLab test for Windows (#109540)
* Add Windows compilation test (hello_world_windows__compile)

* Add devicelab target to .ci.yaml

* Bringup on new target

* Add license to generated files

* Indicate test ownership

* Delete asset from repo

* Add Windows compilation test (hello_world_windows__compile)

* Add devicelab target to .ci.yaml

* Bringup on new target

* Add license to generated files

* Indicate test ownership

* Delete icon

* Use path.basename

Re triggering tests

* Update test owner to desktop team
2022-08-15 16:26:02 -04:00
Bernardo Ferrari
dd8573b871 Refactor StrokeAlign to allow double values. (#108339) 2022-08-15 20:23:20 +00:00
Ian Hickson
97901da149 Cleaner test.dart output. (#109206) 2022-08-14 08:53:54 +00:00
Christopher Fujino
b79c216845 [flutter_tools] Pin path_provider_android (#109429) 2022-08-12 01:18:41 +00:00
Christopher Fujino
675f67d611 Revert "Roll pub packages (#109408)" (#109424)
This reverts commit da036da69f.
2022-08-11 16:29:05 -07:00
Qun Cheng
625d96a1c6 Revert "Set IconButton.visualDensity default to VisualDensity.standard (#109349)" (#109421)
This reverts commit 3070baf175.
2022-08-11 15:29:19 -07:00
Flutter GitHub Bot
da036da69f Roll pub packages (#109408) 2022-08-11 20:53:11 +00:00
Peter Eliasson
41f13d2087 Free library even if proc lookup fails (#108312) 2022-08-11 20:45:03 +00:00
Jim Graham
fe70a2b0f7 add page delays to the fullscreen versions of the textfield perf benchmarks (#107746) 2022-08-11 19:11:06 +00:00
Qun Cheng
3070baf175 Set IconButton.visualDensity default to VisualDensity.standard (#109349)
* Set IconButton's visualDensity to standard

Co-authored-by: Qun Cheng <quncheng@google.com>
2022-08-11 10:59:51 -07:00
Ian Hickson
de938e508c Fix HTML in skeletons (ampersands must be escaped) (#109360) 2022-08-11 15:39:17 +00:00
Ian Hickson
9b2668a451 Minor fix compendium (#107874) 2022-08-11 02:33:07 +00:00
Greg Spencer
e3b42e5e2f Revert "Roll pub packages (#109348)" (#109363)
Committing to green the build.
2022-08-10 19:15:18 -07:00
Ian Hickson
a1af1bb92f Actually run customer_testing shard on Windows (#109336) 2022-08-10 23:25:23 +00:00
Flutter GitHub Bot
5a06e2bd5f Roll pub packages (#109348) 2022-08-10 22:40:38 +00:00
Ian Hickson
7ded3d91da API documentation cleanup (#108500) 2022-08-10 22:03:20 +00:00
Kevin Chisholm
21d3c3f255 replace engine and framework mirror args with github username arg (#109239) 2022-08-10 21:03:32 +00:00
godofredoc
ac2f6ed237 Copy doc files from new to old location. (#109316) 2022-08-10 17:14:07 +00:00
Xilai Zhang
72cd152f46 [flutter roll] Revert "Reland "Add shadowColor and surfaceTintColor to Dialog and Di… (#109170) 2022-08-08 18:57:09 +00:00