- 17 Mar, 2022 16 commits
-
-
Yegor authored
-
Emmanuel Garcia authored
-
jellynoone authored
-
Liam Appelbe authored
-
engine-flutter-autoroll authored
* 7fe613a77 Roll Dart SDK from 5bc905e69609 to ad5a250935d5 (4 revisions) (flutter/engine#32079) * 3a954ba78 Disable several tests due to flakiness (flutter/engine#32059) * 05bba9bb2 [web] Log all goldctl commands (flutter/engine#32072) * 86b2c8d18 Roll Skia from 9301fe3779bb to 02ebd1a23381 (4 revisions) (flutter/engine#32067) * abb1bce17 Roll Fuchsia Linux SDK from mVqiTwaVa... to RAyopISUl... (flutter/engine#32069) * 481f4bc2c Roll Fuchsia Mac SDK from vWlaMIVkM... to -JEG0j8mn... (flutter/engine#32077) * 560243c4a Roll Dart SDK from ad5a250935d5 to 5168cdd236a0 (1 revision) (flutter/engine#32081) * e2e6b49ee Roll Skia from 02ebd1a23381 to 5e035c66da3c (19 revisions) (flutter/engine#32082) * e4056c511 ensure _futurize does not leak uncaught errors into the zone (flutter/engine#32070)
-
Christopher Fujino authored
-
Yegor authored
* [web] roll Chromium dep to 96.2 Roll Chromium 96.2. This is the second attempt to roll it. The previous attempt (https://github.com/flutter/flutter/pull/99725) failed due to a LUCI cache issue. * cache-bust CIPD dependency by changing its name * specify chrome_and_driver version in canvaskit tests * fix CRC corruption in kTransparentImage
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 09d7bccc0 Optionally specify the target dir in tools/gn (flutter/engine#32065) * a00ba24e9 Fix done button click not blur in iOS keyboard (flutter/engine#31718) * 81547d1f7 Add a display list op to clear to transformation stack. (flutter/engine#32050) * 2309bcc8c Add WASM target in gn (flutter/engine#31670) * 852e800f4 [web] Remove the --passfail flag when calling goldctl in post-submit (flutter/engine#32071) * eb1c50d46 Fix issues with nested gradients in html renderer. (flutter/engine#31887) * fb0fd744e Update the magic number for JPEG to just FF D8 FF. (flutter/engine#32076) * 233c17cb7 Wrap the global timeline event handler callback in a std::atomic (flutter/engine#32073) * dfde2aad7 Roll Dart SDK from 24bf86f16411 to 5bc905e69609 (9 revisions) (flutter/engine#32075)
-
Emmanuel Garcia authored
-
Chris Bracken authored
This changes the default build architectures for Flutter macOS apps to x86_64 and arm64. Previously, we manually excluded arm64 builds via the EXCLUDE_ARCHS Xcode setting in Flutter's generated xcconfig file. This eliminates setting EXCLUDE_ARCHS during the build and updates the default architectures in the tool and in the macos_assemble.sh wrapper. Issue: https://github.com/flutter/flutter/issues/97681 Umbrella issue: https://github.com/flutter/flutter/issues/60113
-
Kate Lovett authored
-
wangying authored
-
Brian Quinlan authored
-
engine-flutter-autoroll authored
* 9f13454ae [windows] Support win_debug_x86 compilation target in engine (flutter/engine#30417) * c5e958ebd Make tracing safe (flutter/engine#32042) * cf875d425 [macOS] Forward key events to NSTextInputContext when there's composing text (flutter/engine#32051) * ffd5c9c32 Roll Fuchsia Linux SDK from Ee9OX2o6P... to mVqiTwaVa... (flutter/engine#32055) * b0018c3bc Roll Skia from a9bc6c643791 to 8afe53fd76d3 (1 revision) (flutter/engine#32056) * df1232122 Roll Skia from 8afe53fd76d3 to 0d81bc7bb04e (2 revisions) (flutter/engine#32057) * 398a2747c Roll Fuchsia Mac SDK from jvlI1s78T... to vWlaMIVkM... (flutter/engine#32060) * 3ffa9cfb9 Roll Skia from 0d81bc7bb04e to e253cc3e55d3 (1 revision) (flutter/engine#32063) * 275cd2b5f [web] Position spans absolutely within paragraph (flutter/engine#31907) * 46c2ccae2 Roll Skia from e253cc3e55d3 to 9301fe3779bb (1 revision) (flutter/engine#32064)
-
Harsh Bhikadia authored
-
- 16 Mar, 2022 12 commits
-
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Kevin Chisholm authored
* create cherry-pick template * Remove placeholders for all required fields
-
Taha Tesser authored
-
Gary Qian authored
-
Zachary Anderson authored
This reverts commit 509ddfda.
-
Emmanuel Garcia authored
-
moko256 authored
-
engine-flutter-autoroll authored
* 0199e90fd [macOS] fix text selection when there's composing text (flutter/engine#31936) * 0ca0ce10e Roll Skia from 9565f4bd902b to a48a3c9417c0 (3 revisions) (flutter/engine#32044) * a60e8c3c6 Switch the renderer to impeller based on the presence of a command line flag. (flutter/engine#31959) * 24051b68d Roll Fuchsia Mac SDK from EOVjR8JSN... to jvlI1s78T... (flutter/engine#32047) * fef62323d Roll Skia from a48a3c9417c0 to ffb49630eb1a (3 revisions) (flutter/engine#32048) * 5a80834bd [ci.yaml] Migrate remaining targets to cocoon scheduler (flutter/engine#32018) * cd7a1e2f1 Support stencil buffers on OpenGL for Windows and Android (flutter/engine#31967) * dc22c4c7f Add DlColorSource objects to hold information for SkShaders (flutter/engine#31981)
-
Christopher Fujino authored
-
iroiroys authored
-
- 15 Mar, 2022 11 commits
-
-
Sahaj Rana authored
* Add 'mouseCursor' to TextFormField Added 'mouseCursor' to TextFormField. Related issue: https://github.com/flutter/flutter/issues/99770 * added test for 'mouseCursor' in TextFormField. added test for 'mouseCursor' in TextFormField. * Update packages/flutter/test/material/text_form_field_test.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Update packages/flutter/test/material/text_form_field_test.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Minor update: Added a space. * Removed icon & minor updates. Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
-
engine-flutter-autoroll authored
-
dependabot[bot] authored
-
Lau Ching Jun authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 8b0eeb32e Roll Skia from 02527b7182ea to 44263c5d0827 (1 revision) (flutter/engine#32002) * f8be10237 Add missing `#include <algorithm>` (flutter/engine#32003) * be3d772b9 Roll Skia from 44263c5d0827 to 4ee8dab839e8 (1 revision) (flutter/engine#32005) * 2e1e32ab0 Roll Dart SDK from 55b9ec4e382a to eab48bbaad87 (5 revisions) (flutter/engine#32004) * 90cd956ea Revert: Partially remove setSystemUiVisibility() usages (flutter/engine#32007) * e1e4cfc17 Roll Skia from 4ee8dab839e8 to c9e9131f44e2 (1 revision) (flutter/engine#32008) * 75e82a729 Roll Skia from c9e9131f44e2 to 23cb29441338 (3 revisions) (flutter/engine#32010) * b6cba42c0 Roll Dart SDK from eab48bbaad87 to 24bf86f16411 (5 revisions) (flutter/engine#32011) * 14b3cac81 Roll Skia from 23cb29441338 to ff138c94d600 (4 revisions) (flutter/engine#32014) * 4fbf7c626 [ci.yaml] Migrate bringup targets to cocoon scheduler (flutter/engine#32012) * 57c05b364 Roll Fuchsia Linux SDK from P8RdLi_Y_... to Ee9OX2o6P... (flutter/engine#32016)
-
- 14 Mar, 2022 1 commit
-
-
Greg Spencer authored
Engine roll is blocked because the analysis script has been timing out trying to run the snippets tool, but only on Cirrus bots. This changes the timeout to 5 minutes from 30 seconds.
-