23037 Commits

Author SHA1 Message Date
Kate Lovett
74e5182147
Remove span deprecations (#73747) 2021-01-22 16:29:02 -08:00
Kate Lovett
5af0429fa5
Remove API (#73746) 2021-01-22 16:24:04 -08:00
Dan Field
1b373f45b7
Remove unused bigquery code and deps (#74532) 2021-01-22 16:21:01 -08:00
Shi-Hao Hong
5801f0e5fe
Expose DialogRoutes for state restoration support (#73829) 2021-01-22 16:20:44 -08:00
engine-flutter-autoroll
ea3aa674da
Roll Engine from 90641fa92385 to fdddf8708039 (32 revisions) (#74517)
* 5b2defd5c Roll Fuchsia Mac SDK from MrtHftV0U... to 7nZajqutF... (flutter/engine#23827)

* c8ffb20c6 Roll Skia from 87a055b02027 to e0d023562bd9 (1 revision) (flutter/engine#23829)

* 296902b8e implemented GetMainContext() for opengl (flutter/engine#23634)

* 5cf3eaed1 Roll Skia from e0d023562bd9 to 982127b7d57d (4 revisions) (flutter/engine#23831)

* fd9a079ac [iOS] Fixes DisplayLinkManager leaks (flutter/engine#22194)

* b241537cc Roll Fuchsia Linux Toolchain from git_revision:2c0536b76b35fa592ac7b4a0e4bb176eaf55af75 to IJxh_9dNS... (flutter/engine#23832)

* 5c2003f0e Roll Skia from 982127b7d57d to 6de1e52d0b12 (1 revision) (flutter/engine#23834)

* 5b9cd44b1 Automatically download Noto fonts as backup fonts in CanvasKit mode (flutter/engine#23728)

* 70a682493 Roll Dart SDK from 5e24a66b1bb8 to 704928da5702 (2 revisions) (flutter/engine#23838)

* b0c46d88e Roll Skia from 6de1e52d0b12 to 8a37fb2c605b (5 revisions) (flutter/engine#23836)

* d4132eafd Use references when iterating over SkParagraph text boxes (flutter/engine#23837)

* 87960d8b3 Fix typo in embedder unit tests (flutter/engine#23783)

* 7f6671483 iOS deeplink sends "path + query" instead of just path (flutter/engine#23562)

* 1474d0873 Roll Skia from 8a37fb2c605b to 37d16f135265 (4 revisions) (flutter/engine#23839)

* 3da13fccf Make android more lenient when it comes to out-of-order key event responses (flutter/engine#23604)

* 922307370 Fix background crash when FlutterView going appear while app goes background (flutter/engine#23175)

* 7c19824c6 Pass the filename directly to JNI for loading deferred component. (flutter/engine#23824)

* 5dc24693d Reland path vol tracker (flutter/engine#23840)

* e7e76f1d1 Roll Skia from 37d16f135265 to e89d8ea20b62 (2 revisions) (flutter/engine#23841)

* 07f486116 Roll Dart SDK from 704928da5702 to 1db2d4d95562 (1 revision) (flutter/engine#23846)

* 993ab786e Roll Skia from e89d8ea20b62 to c09761f57605 (1 revision) (flutter/engine#23843)

* a4836a61f Call Dart plugin registrant if available (flutter/engine#23813)

* 475a2349d Roll Fuchsia Linux SDK from UGavhI1zv... to mODEe2CNk... (flutter/engine#23848)

* b51da31eb Roll Skia from c09761f57605 to 450f8565c7f3 (5 revisions) (flutter/engine#23851)

* cb7106dd7 Roll Skia from 450f8565c7f3 to 372791761157 (1 revision) (flutter/engine#23855)

* 69980e5b8 Roll Fuchsia Mac SDK from 7nZajqutF... to tuJCioUf3... (flutter/engine#23857)

* 20ff574d8 Roll Skia from 372791761157 to ce75036b3eaf (4 revisions) (flutter/engine#23858)

* 0118b5439 Implements accessibility bridge in common library (flutter/engine#23491)

* ffc77f0da Search multiple paths when loading deferred component .so files. (flutter/engine#23849)

* 71d264dcf Revert "implemented GetMainContext() for opengl (#23634)" (flutter/engine#23859)

* fb4873562 Roll Skia from ce75036b3eaf to cc6961b9ac5e (3 revisions) (flutter/engine#23860)

* fdddf8708 Roll Dart SDK from 1db2d4d95562 to 82b4c77fb17f (2 revisions) (flutter/engine#23861)
2021-01-22 16:20:15 -08:00
Shi-Hao Hong
3f37d86fff
Document TableRowInkWell and DataTable interactions better (#73018) 2021-01-22 16:19:06 -08:00
Jenn Magder
9817cabf88
Remove build_gallery tests (#74463)
* Remove build_gallery tests

* Re-add deploy_gallery.sh
2021-01-22 13:10:06 -08:00
Jonah Williams
e599cdd414
[flutter_tools] fix web messaging (#74513) 2021-01-22 11:07:08 -08:00
Jonah Williams
1d3f697160
[flutter_tools] flag flip (#74444) 2021-01-22 09:29:57 -08:00
Zain Ur Rehman
46b0797b58
Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541)
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541)
ong <shihaohong@google.com>

Co-authored-by: Kate Lovett <katelovett@google.com>
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2021-01-22 17:48:49 +08:00
Jonah Williams
32db0fe791
[flutter_tools] provide correct sources and metadata for different base hrefs (#74452) 2021-01-21 23:04:03 -08:00
Ben Konyi
08068fd94c
Handle service disappeared RPCError when VM service connection disappears (#74424)
* Handle service disappeared RPCError when VM service connection
disappears while invoking a service extension registered by the
framework

* Add unit test, handle non-trivial cases
2021-01-21 22:51:03 -08:00
godofredoc
1f07fde45d
Remove devicelab mac android tasks from manifest.yaml (#74459)
All these tests are already running in luci and were added to
prod_builders.json file.

Bug: https://github.com/flutter/flutter/issues/71960
Bug: https://github.com/flutter/flutter/issues/74059
2021-01-21 19:15:35 -08:00
engine-flutter-autoroll
f67d6960a3
Roll Plugins from 07cf89a08b88 to 6fa2ead23e8d (2 revisions) (#74456) 2021-01-21 18:49:03 -08:00
xubaolin
5b1a771269
MaterialBanner alignment fixes and improvements (#74309) 2021-01-21 18:44:03 -08:00
engine-flutter-autoroll
747980294f
Roll Engine from 30486859d161 to 90641fa92385 (4 revisions) (#74427) 2021-01-21 17:44:01 -08:00
engine-flutter-autoroll
cfc01bbb73
Roll Plugins from faa26ec364cd to 07cf89a08b88 (5 revisions) (#74426) 2021-01-21 17:39:03 -08:00
Kate Lovett
eb9bac6489
ScaffoldMessenger only shows to root nested Scaffold (#74093) 2021-01-21 17:34:05 -08:00
xubaolin
4bdea117a4
fix a tap gesture exception (#73846) 2021-01-21 17:29:04 -08:00
Romain Rastel
0a668b9804
Add details to the iOS part integration_test (#74428) 2021-01-21 17:26:07 -08:00
Kate Lovett
550a85dabd
Remove deprecated Element methods (#72903) 2021-01-21 17:24:05 -08:00
Zain Ur Rehman
45cf27923a
[showModalBottomSheet] fix: showModalBottomSheet does not move along keyboard (#71636) 2021-01-21 17:19:04 -08:00
Christopher Fujino
6a2dfa9f4f
Revert "Manually close tree while devicelab staging is failing (#74434)" (#74438)
This reverts commit 444c954f439bb5dce0e9c130c7a37a424ccb5927.
2021-01-21 17:09:38 -08:00
Christopher Fujino
97c1dedef9
Revert "Add removeListenerWhileNotifying benchmark for ChangeNotifier (#71986)" (#74450)
This reverts commit 831ee22b065688e925a99412a2fa062f6d255981.
2021-01-21 15:56:38 -08:00
godofredoc
3c27a567f4
Block the tree on mac_android test failures running on luci. (#74441)
* Block the tree on  mac_android test failures running on luci.

Bug: https://github.com/flutter/flutter/issues/74431

* Set android_semantics and android_hot_mode as non flaky.

* Set microbenchmarks as non flaky.
2021-01-21 14:55:21 -08:00
Jonah Williams
cecb7f3b58
Revert "Update PopupMenuButton to match Material Design spec (#70160)" (#74439)
This reverts commit 79d0358ece1ea00d7007e83dacb4343c7db5b419.
2021-01-21 12:51:53 -08:00
Kenzie Schmoll
75dc45aba3
Fix bugs with ext.flutter.activeDevToolsServerAddress (#74423) 2021-01-21 11:51:02 -08:00
Jenn Magder
444c954f43
Manually close tree while devicelab staging is failing (#74434) 2021-01-21 11:31:09 -08:00
engine-flutter-autoroll
afe3d0d297
Roll Engine from 30bb7452f8f0 to 30486859d161 (2 revisions) (#74420) 2021-01-21 10:09:04 -08:00
Pierre-Louis
fe87bc69b6
Add material icons golden test (#74131)
* Create icons golden test

* Update icons_test.dart

* Update icons_test.dart

* Update icons_test.dart

* change test name

* Add ability to load material icon font for golden tests

* formatting

* Skip test for browser

* Add end of file newline

* Rewrite with different method

* Add skip for browser
2021-01-21 17:31:35 +01:00
engine-flutter-autoroll
5b0f69f961
Roll Engine from a05fc88f8f39 to 30bb7452f8f0 (2 revisions) (#74396) 2021-01-21 04:49:03 -08:00
engine-flutter-autoroll
d44fbb6468
Roll Engine from dde6b7e8ea0a to a05fc88f8f39 (2 revisions) (#74375) 2021-01-21 03:04:04 -08:00
Kenzie Schmoll
b45088c0cf
Print DevTools inspector links in RenderFlex Overflow errors (#74251) 2021-01-21 02:59:04 -08:00
engine-flutter-autoroll
eeb7c261f2
dde6b7e8e Roll Dart SDK from 0265477b0534 to 970d74c42472 (1 revision) (flutter/engine#23811) (#74371) 2021-01-20 20:04:03 -08:00
stuartmorgan
5aa6cba31d
Adjust desktop feature flag (#74348)
Prep to make https://github.com/flutter/flutter/issues/73857 easier in the future.
2021-01-20 19:22:08 -08:00
engine-flutter-autoroll
84722e6552
Roll Engine from ced7bff0c28b to 920a33a0fc3a (4 revisions) (#74369) 2021-01-20 18:59:04 -08:00
Justin McCandless
a8471a61f8
Material Desktop Context Menu (#74286)
Very simple right-click context menu for Windows and Linux in a Material-esque style.
2021-01-20 16:29:01 -08:00
Kate Lovett
aed4518569
Remove deprecated WaitUntil[NoTransientCallbacks, NoPendingFrame, FirstFrameRasterized] methods from flutter_driver (#73754) 2021-01-20 16:19:03 -08:00
engine-flutter-autoroll
a9b937479e
Roll Engine from 0c79393dde01 to ced7bff0c28b (12 revisions) (#74362) 2021-01-20 16:14:03 -08:00
Kate Lovett
97481e125a
Remove deprecated Layer.findAll (#73749) 2021-01-20 15:44:02 -08:00
Muskan Jain
d57512ce08
AdoptAWidget: ColorFiltered (#71093) 2021-01-20 15:34:03 -08:00
Jonah Williams
851ff68788
[flutter_tools] throwToolExit from archive failure (#74259) 2021-01-20 15:17:58 -08:00
Ian Hickson
80142d4560
Update the alt text to match recommendations in https://html.spec.whatwg.org/multipage/images.html#alt (#74089) 2021-01-20 15:14:03 -08:00
Jenn Magder
57d695a5df
Skip flutter_immediately_exit_test (#74359) 2021-01-20 15:07:37 -08:00
LongCatIsLooong
a4b27cbf63
Update CupertinoSlidingSegmentedControl (#73772) 2021-01-20 14:54:03 -08:00
LongCatIsLooong
e21344faa5
minor streetAddressLine2 documentation update (#73370) 2021-01-20 14:49:03 -08:00
LongCatIsLooong
61299b1621
Revert "[text_input] prepare for custom text input sources (#72803)" (#74349) 2021-01-20 13:54:06 -08:00
Michael Goderbauer
def31b42b1
Improve DebugCreator docs (#74341) 2021-01-20 13:42:21 -08:00
stuartmorgan
48b3e8bf3a
Don't use iOS font names for the macOS theme (#74342)
macOS was sharing the iOS font theme, but the names of the underlying
fonts differ between the two platforms, so this was actually using the
fallback font from the engine. Instead of using the underlying font
names on macOS, which is no longer allowed by CoreText, use the
meta-font returned by systemFontOfSize:

This has been verified on 10.15; older versions of macOS may need
different font names as the handling of these fonts have changed over
time. Fixing older versions as necessary will be handled in a follow-up.

See https://github.com/flutter/flutter/issues/57805
2021-01-20 13:21:07 -08:00
Justin McCandless
24e195d918
Mac context menu (#73882)
A very minimal right-click menu for Mac desktop.
2021-01-20 13:18:25 -08:00