- 08 Mar, 2022 11 commits
-
-
Kate Lovett authored
-
Felix authored
Fixes a typo mutidex to multidex in a console hint to the user.
-
Jenn Magder authored
-
Darren Austin authored
Also added the Card tokens to the exported list.
-
Kate Lovett authored
-
Andrei Diaconu authored
-
Mahesh Jamdade authored
-
Chris Bracken authored
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>
-
Mahesh Jamdade authored
-
Kate Lovett authored
-
Kate Lovett authored
-
- 07 Mar, 2022 6 commits
-
-
Taha Tesser authored
-
Kate Lovett authored
-
Jesús S Guerrero authored
-
Anurag Roy authored
-
Jonah Williams authored
-
Markus Aksli authored
-
- 05 Mar, 2022 2 commits
-
-
Jenn Magder authored
-
Taha Tesser authored
-
- 04 Mar, 2022 10 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Taha Tesser authored
-
Reza Mirzaee authored
-
Taha Tesser authored
-
Viren Khatri authored
-
Taha Tesser authored
-
Michael Goderbauer authored
-
Mathieu Dubois-Briand authored
-
chunhtai authored
-
- 03 Mar, 2022 8 commits
-
-
Michael Goderbauer authored
-
Kate Lovett authored
-
Greg Spencer authored
This fixes a race condition in test/integration.shard/cache_test.dart which allowed the test to fail if the machine took a very long time to acquire a lock or launch a process.
-
Greg Spencer authored
This change adds some localizations for keyboard keys that will be used in creating shortcut descriptions in menus.
-
Taha Tesser authored
Part of #72926
-
Michael Goderbauer authored
-
Tomasz Gucio authored
-
joellurcook authored
Simplify SafeArea test for maintainBottomViewPadding to ensure maintainBottomViewPadding is always respected (#97646)
-
- 02 Mar, 2022 3 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
xubaolin authored
-