Commit graph

28096 commits

Author SHA1 Message Date
Andrei Diaconu df7f05f710
Add Foldable support for modal routes (#92909) 2022-03-08 10:35:19 -08:00
engine-flutter-autoroll ffe64c6336
Roll Plugins from 675f91b3a3e2 to b906ea50c900 (4 revisions) (#99765) 2022-03-08 08:15:21 -08:00
engine-flutter-autoroll 33ab8ebad7
Roll Engine from 0fed94d050b1 to 5c760759feca (1 revision) (#99751) 2022-03-08 04:10:23 -08:00
Mahesh Jamdade 6e2d31459d
Fix: Date picker interactive sample not loading (#99401) 2022-03-08 03:05:14 -08:00
Chris Bracken b5d3c43280
Check string size before Win32 MultiByte <-> WideChar conversions (#99729)
This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.

This is to prevent resize() from failing if called with a count > std::string::max_size().

According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.

Authored by: Tomasz Gucio <tgucio@gmail.com>
2022-03-07 19:57:36 -08:00
engine-flutter-autoroll dfd8bde044
Roll Engine from 9c3f73864029 to 0fed94d050b1 (6 revisions) (#99728) 2022-03-07 19:06:11 -08:00
Mahesh Jamdade 67a0df41cd
Adds a Listview tile select example (#99165) 2022-03-07 18:56:17 -08:00
Kate Lovett 5ae4885e5e
Remove deprecated CupertinoTextField, TextField, TextFormField maxLengthEnforced (#98539) 2022-03-07 18:01:18 -08:00
engine-flutter-autoroll c15ec6a13e
Roll Engine from 9e1594bd741f to 9c3f73864029 (2 revisions) (#99721) 2022-03-07 17:41:12 -08:00
dependabot[bot] c188930554
Bump debian from bullseye-20220125-slim to bullseye-20220228-slim in /dev/ci/docker_linux (#99708) 2022-03-07 16:51:21 -08:00
Kate Lovett 23ea5120d4
Remove deprecated Overflow and Stack.overflow (#98583) 2022-03-07 16:46:14 -08:00
Christopher Fujino 8f58af8b8c
correct github account usernames (#99716) 2022-03-07 15:51:23 -08:00
dependabot[bot] 10805ca3fe
Bump github/codeql-action from 1.1.3 to 1.1.4 (#99711) 2022-03-07 15:26:17 -08:00
engine-flutter-autoroll 4c591bc755
Roll Engine from 1d581abd3f09 to 9e1594bd741f (1 revision) (#99709) 2022-03-07 15:21:20 -08:00
Taha Tesser 4f7d7b5619
CupertinoTabBar: Add clickable cursor on web (#96996) 2022-03-07 14:41:18 -08:00
Kate Lovett 66826e8fef
Remove deprecated RenderObjectElement methods (#98616) 2022-03-07 13:41:20 -08:00
engine-flutter-autoroll a491a81f78
Roll Engine from f4e3f227d9aa to 1d581abd3f09 (4 revisions) (#99705) 2022-03-07 13:06:21 -08:00
engine-flutter-autoroll 8f5b5492be
Roll Engine from 2664593c3876 to f4e3f227d9aa (2 revisions) (#99696) 2022-03-07 11:51:14 -08:00
Jesús S Guerrero fbbf3ec471
Support route on ios (#99078) 2022-03-07 11:31:21 -08:00
Anurag Roy b02150781f
[flutter_tools] Add timeout duration to error and handle exceptions for HttpHostValidator. (#98290) 2022-03-07 11:21:06 -08:00
Jonah Williams 67f25caf72
Remove package:typed_data from package:flutter dependencies (#99604) 2022-03-07 10:41:21 -08:00
engine-flutter-autoroll 252022eafd
Roll Engine from 898fadf19311 to 2664593c3876 (2 revisions) (#99690) 2022-03-07 09:01:18 -08:00
engine-flutter-autoroll f307db272e
Roll Plugins from ab66a4bf3c4e to 675f91b3a3e2 (7 revisions) (#99687) 2022-03-07 08:06:19 -08:00
Markus Aksli 5533b90fed
Re-invoke DismissIntent in Autocomplete if ignored (#99403) 2022-03-07 07:21:11 -08:00
engine-flutter-autoroll 436c350056
Roll Engine from 877bec343b35 to 898fadf19311 (1 revision) (#99666) 2022-03-07 01:56:21 -08:00
engine-flutter-autoroll 56cddc76cf
Roll Engine from 97302b98fbb5 to 877bec343b35 (1 revision) (#99660) 2022-03-07 00:46:18 -08:00
engine-flutter-autoroll 64a0138c93
Roll Engine from 1875f0ad3f54 to 97302b98fbb5 (1 revision) (#99657) 2022-03-06 23:41:20 -08:00
engine-flutter-autoroll 78039ea4f3
Roll Engine from 6576bd428ae1 to 1875f0ad3f54 (3 revisions) (#99649) 2022-03-06 18:51:15 -08:00
engine-flutter-autoroll dce7f869cc
Roll Engine from b2ba49443baf to 6576bd428ae1 (1 revision) (#99645) 2022-03-06 14:11:15 -08:00
engine-flutter-autoroll b67b722583
Roll Engine from e0648b42daaa to b2ba49443baf (1 revision) (#99630) 2022-03-06 07:01:20 -08:00
engine-flutter-autoroll de3fcc3a8e
Roll Engine from b6b301e2d563 to e0648b42daaa (1 revision) (#99624) 2022-03-06 03:26:11 -08:00
engine-flutter-autoroll ef6d625d13
Roll Engine from deace605c521 to b6b301e2d563 (2 revisions) (#99623) 2022-03-06 02:16:12 -08:00
engine-flutter-autoroll fab1fb7b34
Roll Engine from d0fe03eca4e5 to deace605c521 (1 revision) (#99620) 2022-03-06 01:11:11 -08:00
Jonah Williams 070c4943a7
Add vs_build dep to windows performance test (#99602) 2022-03-05 21:16:18 -08:00
engine-flutter-autoroll 3a842b2d2a
Roll Engine from 6b5f8d13c380 to d0fe03eca4e5 (1 revision) (#99611) 2022-03-05 16:11:19 -08:00
engine-flutter-autoroll 5f91ff43ca
Roll Engine from e0e88d8c146f to 6b5f8d13c380 (3 revisions) (#99609) 2022-03-05 12:06:07 -08:00
engine-flutter-autoroll 20d5e2741a
Roll Engine from 7b4905852d6f to e0e88d8c146f (1 revision) (#99594) 2022-03-05 03:26:20 -08:00
godofredoc ea0b771d98
Add version to xcode name cache. (#99586)
Engine and Flutter using different xcode versions with the same cache
name is causing multiple problems when trying to find the runtimes. To
prevent this issue we will need to use different cache names for
different xcode versions.

Bug: https://github.com/flutter/flutter/issues/99429
2022-03-04 22:34:01 -08:00
engine-flutter-autoroll ca9ecbc02d
Roll Engine from 42212138dfd0 to 7b4905852d6f (3 revisions) (#99581) 2022-03-04 19:26:13 -08:00
Jenn Magder 2641f79145
Mark Mac_ios simple_animation_perf_ios unflaky (#99579) 2022-03-04 18:56:18 -08:00
Jenn Magder 7596a3daf6
Add logging when first frame is not rendering (#99566) 2022-03-04 17:16:21 -08:00
Taha Tesser f1d88586e0
Make popup menu position configurable (#98979) 2022-03-04 17:06:21 -08:00
engine-flutter-autoroll 03c92a99fd
Roll Engine from 2f819b16e6bb to 42212138dfd0 (8 revisions) (#99571) 2022-03-04 16:11:15 -08:00
Jonah Williams 8e6d57b773
[framework] add gesture settings to draggable (#99567) 2022-03-04 15:46:21 -08:00
Jonah Williams 59859df126
Add Windows performance benchmark (#99564) 2022-03-04 15:41:14 -08:00
Taha Tesser 4b902c79ce
CupertinoButton: Add clickable cursor on web (#96863) 2022-03-04 15:31:16 -08:00
Reza Mirzaee d61caaad26
Improve container widget (#98389) 2022-03-04 15:11:19 -08:00
engine-flutter-autoroll 513df67edb
Roll Engine from 9126849d86b1 to 2f819b16e6bb (2 revisions) (#99565) 2022-03-04 13:26:23 -08:00
Taha Tesser 5733374841
Migrate Dialog to Material 3 (#98919) 2022-03-04 13:16:17 -08:00
Viren Khatri 671aa9e95e
complete migration of flutter repo to Object.hash* (#99505) 2022-03-04 12:56:21 -08:00