- 08 Nov, 2022 2 commits
-
-
Kate Lovett authored
* allow marking a golden check as flaky * add matchesFlutterGolden to analyze.dart; no tags for flutter_goldens/lib * Pause * ++ * ++ * Analyzer therapy * Once more with feeling * Nits * Review feedback * Silly oops * Test progress * More tests * Finish * Nits * Analyzer * Review feedback Co-authored-by: Yegor Jbanov <yjbanov@google.com>
-
engine-flutter-autoroll authored
* 55ed37fb4 Roll Skia from dec7a930c0b7 to aef6d301c0b5 (4 revisions) (flutter/engine#37393) * e7d7edab9 clang-tidy: Added an environment variable that allows fix to print the (flutter/engine#37024)
-
- 07 Nov, 2022 26 commits
-
-
engine-flutter-autoroll authored
-
Greg Spencer authored
Fix `CastError` in `StadiumBorder.lerpTo` and `StadiumBorder.lerpFrom` when using `BorderRadiusDirectional` (#114826) * Fix casting in StadiumBorder lerp * Add tests * Fix made-up names
-
engine-flutter-autoroll authored
* 3d9f48580 [Embedder API] Introduce new semantics update callback (flutter/engine#37129) * b673ce3c3 Roll Skia from da9fad017aee to dec7a930c0b7 (10 revisions) (flutter/engine#37390) * df602070a [Web] Synthesize modifiers key up based on known logical key (flutter/engine#37280)
-
engine-flutter-autoroll authored
a81a715ce Revert "Remove deprecated calls to updateSemantics in `PlatformDispatcher` (#36673)" (flutter/engine#37388) (#114842)
-
Jonah Williams authored
-
Bruno Leroux authored
* Use upper AnnotatedRegion properties when no bottom one found (and vice versa) * Update comments Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
-
Bruno Leroux authored
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
-
engine-flutter-autoroll authored
ee48c0392 Roll Fuchsia Mac SDK from 5XOj9l5e2wkSpMKT1... to sa5bVGimNo3JwLV27... (flutter/engine#37386) (#114836)
-
Pedro Massango authored
InteractiveViewer.alignment parameter
-
Justin McCandless authored
Relands the "Scribble mixin" PR, which was reverted due to breaking a Google test in the last roll. Breaks the Scribble feature out of TextInputClient in order to avoid breaking changes.
-
engine-flutter-autoroll authored
4e03d059d [Android] Speed up the method 'FlutterRenderer.getBitmap' (flutter/engine#37342) (#114833)
-
Victoria Ashworth authored
* exclude xcworkspace that begins with a period * fix if spacing, add comment * add unit test for when no xcworkspace found * update to use xcodeWorkspace, make it nullable and refactor * check if hostAppRoot exists before trying to get xcworkspace * use local variables to take advantage of type promotion * only check if not null, don't need to check if exists * readd exist check for migrate * readd missing line at end of file
-
engine-flutter-autoroll authored
-
Justin McCandless authored
Adds support for Mac/iOS's behavior of scrolling (but not moving the cursor) when using page up/down in a text field.
-
陈昱 authored
* fix text field hint style overflow not work, keep default ellipsis. * fix cupertino text field hint style overflow not work, keep default ellipsis. * add Cupertino placeholder style test.
-
Jason Simmons authored
This restores the updateSemantics capability in TestWindow that had been removed in https://github.com/flutter/flutter/pull/113382
-
engine-flutter-autoroll authored
334549704 Roll buildroot to d13d64086f5e301bd0415eede895b34af220ef42 (flutter/engine#37380) (#114821)
-
Hans Muller authored
This reverts commit a6da1042.
-
engine-flutter-autoroll authored
92d9ad27f Roll Skia from 513f0fd34590 to da9fad017aee (2 revisions) (flutter/engine#37379) (#114816)
-
engine-flutter-autoroll authored
* 3ec3cc1e2 Add `Mac_x64 darwin_lint_podspecs` to LUCI (flutter/plugins#6637) * 0e5e90f6c [webview_flutter] Fix typo (flutter/plugins#6650) * f04ef7309 Roll Flutter from 55e8cd17 to e0e7027b (20 revisions) (flutter/plugins#6673) * 3ca34103d Roll Flutter from e0e7027b to 5ea5a533 (7 revisions) (flutter/plugins#6675)
-
engine-flutter-autoroll authored
891d4a357 Roll Skia from c3c31be8729b to 513f0fd34590 (2 revisions) (flutter/engine#37377) (#114802)
-
Chris Bracken authored
Increases the minimum macOS deployment target from macOS 10.13 (High Sierra) to 10.14 (Mojave) in the macOS app templates. Includes: * Update migration for macOS 10.11 apps to upgrade to 10.14 * Adds migration for macOS 10.13 apps to upgrade to 10.14 * Apply migration to all examples, and integration tests This does not increase version in the plugin templates since those will need to wait until the 10.14 framework rolls to stable channel, so new plugins can build with apps created with `flutter create` on stable channel. Issue: https://github.com/flutter/flutter/issues/114445 See RFC: http://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4 See previous patch: https://github.com/flutter/flutter/pull/107689
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
4e45cfb4a Roll Fuchsia Mac SDK from 9Jb1-3tRPQ2ZhpTQC... to 5XOj9l5e2wkSpMKT1... (flutter/engine#37369) (#114789)
-
engine-flutter-autoroll authored
-
Hans Muller authored
-
- 06 Nov, 2022 6 commits
-
-
engine-flutter-autoroll authored
ecd3c4857 Roll Fuchsia Mac SDK from sNXsQVxntMX8f42LE... to 9Jb1-3tRPQ2ZhpTQC... (flutter/engine#37363) (#114772)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
b8218eacc Roll Fuchsia Mac SDK from Ua8Jtf8Zka9uxIVdl... to sNXsQVxntMX8f42LE... (flutter/engine#37352) (#114760)
-
engine-flutter-autoroll authored
36cfa9e68 Apply the Windows friendly path solution in remaining spots (flutter/engine#37344) (#114759)
-
Chris Bracken authored
When testing whether a macOS deployment target version migration is unnecessary due to already being at the target version, we were previously checking the iOS deployment target version rather than the macOS version. This updates it to test MACOSX_DEPLOYMENT_TARGET instead.
-
Chris Bracken authored
These were marked flaky due to a timeout switching between items in the Studies list at the top of the screen, which had snap-to-item scroll physics. The same flake also affected new_gallery_impeller__transition_perf which was failing with the same flake, though was separately marked flaky due to a separate (engine crash) flake documented in: * https://github.com/flutter/flutter/issues/112577 * https://github.com/flutter/flutter/issues/112438 Leaving the latter marked flaky for the time being while that separate issue is investigated. Issue: https://github.com/flutter/flutter/issues/114025
-
- 05 Nov, 2022 6 commits
-
-
engine-flutter-autoroll authored
-
Tae Hyung Kim authored
* init * code generation * improve syntax error, add tests * add tests and fix bugs * code generation fix * fix all tests :) * fix bug * init * fix all code gen issues * FIXED ALL TESTS :D * add license * remove trailing spaces * remove print * tests fix * specify type annotation * fix test * lint * fix todos * fix subclass issues * final fix; flutter gallery runs * escaping for later pr * fix comment * address PR comments * more * more descriptive errors * last fixes
-
engine-flutter-autoroll authored
9c45b0ebe Roll Fuchsia Mac SDK from jAKH68TYoKUA5HNS2... to Ua8Jtf8Zka9uxIVdl... (flutter/engine#37345) (#114746)
-
engine-flutter-autoroll authored
* b74471702 Roll Fuchsia Linux SDK from 7e3H7isxOF6vqMDTT... to mDzQK4ZUk_Y4wfZa_... (flutter/engine#37337) * 2af329fa2 Roll Skia from 7a98accb20d5 to a34882309d04 (7 revisions) (flutter/engine#37334) * cf56eb556 32 cores (flutter/engine#37339)
-
engine-flutter-autoroll authored
* aeae6afb7 Roll Dart SDK from b2aad7caafc9 to d97d5ad98893 (1 revision) (flutter/engine#37333) * 396be860f [Impeller] Remove cached pipelines when RuntimeStage is hot reloaded (flutter/engine#37307) * 223a485ce Handle include paths the same way as output paths (flutter/engine#37335)
-
engine-flutter-autoroll authored
* 24c3a9f51 fix recursive self calls (flutter/engine#37321) * 2a1be6d4d Roll Skia from dc49f35e1ac6 to 7a98accb20d5 (6 revisions) (flutter/engine#37328) * ba390f2a7 [web] Unify JS configuration. Make it available from initEngine. (flutter/engine#37187)
-