- 18 Feb, 2023 5 commits
-
-
engine-flutter-autoroll authored
* 9c6993e52 [gn + codesign] mac code sign configuration for FlutterMacOS.framework.zip (flutter/engine#35707) * 2fdce9a96 Revert "[gn + codesign] mac code sign configuration for FlutterMacOS.framework.zip (#35707)" (flutter/engine#39735)
-
engine-flutter-autoroll authored
* 1d7f0c66c Integrate ios_engine debug, profile and release. (flutter/engine#39724) * a37e27b77 [web] Don't include end-of-line characters in line boundary (flutter/engine#39693)
-
Michael Goderbauer authored
* Remove more references to dart:ui.window * two more doc referenes * revert icon_color_test.dart
-
Qun Cheng authored
Co-authored-by: Qun Cheng <quncheng@google.com>
-
engine-flutter-autoroll authored
2b2780185 Roll Skia from 0e444e355607 to 4b79e398dfe0 (5 revisions) (flutter/engine#39725) (#121016)
-
- 17 Feb, 2023 19 commits
-
-
engine-flutter-autoroll authored
e7fde3f72 [web] Make glassPaneElement and glassPaneShadow non-nullable (flutter/engine#39692) (#121009)
-
engine-flutter-autoroll authored
0a27673d7 Roll Skia from 02890036028e to 0e444e355607 (9 revisions) (flutter/engine#39723) (#121008)
-
chunhtai authored
* Fix scrollable to clear inner semantics node if it does not use two panel * g * add more check
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
Jenn Magder authored
-
Mouad Debbar authored
-
engine-flutter-autoroll authored
* 6a2a46a28 Roll Dart SDK from 3ec7f1f92216 to 7642080abaf7 (2 revisions) (flutter/engine#39702) * f6bb7ae5f Roll Skia from d0df677ffd5e to ba60fed7f075 (6 revisions) (flutter/engine#39703) * 27696d2b7 Cached DisplayList opacity inheritance fix (flutter/engine#39690) * 1ae94738d Roll Dart SDK from 7642080abaf7 to 42829b6f80b1 (1 revision) (flutter/engine#39707) * 676201790 Roll Fuchsia Linux SDK from yT4JLKTCWWwbRwB0l... to tMm2Lzb-LE20Rxwm9... (flutter/engine#39709) * 26f1f251f Roll Skia from ba60fed7f075 to 5637cd56be32 (3 revisions) (flutter/engine#39710) * 4b0b8f053 Roll Dart SDK from 42829b6f80b1 to c7ec16304216 (1 revision) (flutter/engine#39711) * 1f7aad3a4 Roll Fuchsia Mac SDK from haDvcC5VzWVdQs9Rs... to _wymybZYKzX_3iFd6... (flutter/engine#39715) * 067369d22 Migrate skia png codec call to public interface (flutter/engine#39714) * 7e190a49c Roll Dart SDK from c7ec16304216 to 8a7dc36cadf6 (1 revision) (flutter/engine#39716) * 83a896250 Roll Skia from 5637cd56be32 to 02890036028e (2 revisions) (flutter/engine#39717) * 6d9387433 [linux] Eliminate mirrors support (flutter/engine#39701) * adc0ebd97 Adds a Linux Fuchsia FEMU config that enables CSO (flutter/engine#39718) * 0378b3406 [impeller] support generating mip-maps on Vulkan (flutter/engine#39689) * 5212ac439 [Impeller] Device default attachment pixel formats (flutter/engine#39655) * bd37a3992 Rollback Dart SDK to unblock the roller (flutter/engine#39722)
-
Taha Tesser authored
-
engine-flutter-autoroll authored
* cd09d9d31 [ci] Update iOS simulator (flutter/plugins#7131) * 016c3b7f1 Roll Flutter from df41e58f to 22e17bb7 (28 revisions) (flutter/plugins#7186) * 7160f55e8 [ios_platform_images] Update minimum version to iOS 11 (flutter/plugins#6874) * ea048a249 [in_app_purchase] Update minimum Flutter version to 3.3 and iOS 11 (flutter/plugins#6873) * 530442456 [google_sign_in_web] Migrate to the GIS SDK. (flutter/plugins#6921) * 9a3a77e6c [image_picker] Fix images changing to incorrect orientation (flutter/plugins#7187) * 8f3419be5 Roll Flutter from 22e17bb7 to 298d8c76 (20 revisions) (flutter/plugins#7190)
-
Renzo Olivares authored
Co-authored-by: Renzo Olivares <roliv@google.com>
-
yim authored
* Modify the updateChildren method deep copy _children * add test * fix some small nits * Simplified newChildren declaration in updateChildren
-
Jackson Gardner authored
-
Casey Hillers authored
This reverts commit 2df140f4.
-
engine-flutter-autoroll authored
6e92c0c28 Roll Fuchsia Mac SDK from xl9Y8o-9FDyvPogki... to haDvcC5VzWVdQs9Rs... (flutter/engine#39700) (#120950)
-
engine-flutter-autoroll authored
52a4fb4c5 Roll Skia from b1800a8b9595 to d0df677ffd5e (13 revisions) (flutter/engine#39699) (#120947)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Loïc Sharma authored
The `Linux docs_test` target has timed out repeatedly. This is a short-term mitigation to prevent unnecessary framework tree closures. In the future we should remove docset generation from post-submit `Linux docs_test`. See: https://github.com/flutter/flutter/issues/120901. See this similar change: https://github.com/flutter/flutter/pull/120718
-
engine-flutter-autoroll authored
* 7cf63a03f [Impeller] use IPSampleDecal in advanced blends. (flutter/engine#39523) * 9da851557 Remove extraneous if (flutter/engine#39683) * 6602fc753 [macOS] Implement platform view mutators (flutter/engine#38699)
-
- 16 Feb, 2023 16 commits
-
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
* 9ee3221d0 [Impeller] align SSBOs to 16 bytes to fix iOS shader validation issue. (flutter/engine#39654) * 65a79237f Roll Dart SDK from 09361aea2ca8 to 3ec7f1f92216 (1 revision) (flutter/engine#39686) * e213d1c5c Uses `int64_t` instead of `int` for the |view_id| parameter. (flutter/engine#39618) * 94e33ae50 test (flutter/engine#39630) * bddfc1c4d [Impeller] Match position attribute name across runtime effect stages (flutter/engine#39552)
-
Qun Cheng authored
-
Greg Price authored
Fixes #120341. The scroll protocol makes an important assumption about the behavior of ScrollPhysics implementations, and this requirement hasn't been clearly documented. Add documentation for it. Parts of the text are modelled on similar language at StatelessWidget.build and StatefulWidget.build. It does feel a bit uncomfortable to juxtapose this description of a required invariant with three issues where the framework doesn't satisfy it. Fortunately two of them apply by default only in uncommon cases: #120340 macOS touchpad flinging, and #109675 never. The third is #120338, affecting default scrolling on Android and other non-Apple platforms. I'll send a PR to fix that shortly, and another for #109675. As discussed at #120338, it's quite possible we'll remove this invariant in the future. But that's been attempted before, and is complicated: the invariant is a useful one. Removing it would almost certainly involve a breaking change for ScrollPhysics subclasses. So I think even if we had an immediate plan to remove it, we'd need some kind of documentation for it, if only to explain the breaking change.
-
stuartmorgan authored
* Fix binary path * Enable in presubmit
-
engine-flutter-autoroll authored
* bb786316b Roll Skia from 10c9e3b2185f to b1800a8b9595 (9 revisions) (flutter/engine#39684) * 4a90fbcd6 Delete dead statusBarPadding iOS code (flutter/engine#39682)
-
engine-flutter-autoroll authored
* 3be7ed4c2 Enable the same tests in linux host for v2 and legacy recipes. (flutter/engine#39635) * e4cb80e22 Roll Skia from f2c67bb88bc6 to 10c9e3b2185f (2 revisions) (flutter/engine#39680)
-
Michael Goderbauer authored
* migrate to integration_test framework * Update embedding
-
Danny Tuppeny authored
Sometimes when the integration tests run Flutter apps they get this output (perhaps based on timing of file modification times). Some of the tests want to verify strict output but not fail just based on these lines before the app starts. See https://github.com/flutter/flutter/issues/120015 / https://github.com/flutter/flutter/pull/120016.
-
engine-flutter-autoroll authored
2be7253c9 Roll Fuchsia Linux SDK from q7u2WyX2BSRBIzyTW... to yT4JLKTCWWwbRwB0l... (flutter/engine#39679) (#120898)
-
engine-flutter-autoroll authored
* 98dd386db Roll Dart SDK from ce9397c5fc8f to 09361aea2ca8 (3 revisions) (flutter/engine#39678) * 0d8d93306 Roll Skia from 7b3fb04bc3d4 to f2c67bb88bc6 (1 revision) (flutter/engine#39677)
-
engine-flutter-autoroll authored
d699b4a91 Roll Flutter from e3471f08 to df41e58f (83 revisions) (flutter/plugins#7184) (#120888)
-
engine-flutter-autoroll authored
c8b1d2ffa Roll Fuchsia Mac SDK from YpQKlqmyn8r_snx06... to xl9Y8o-9FDyvPogki... (flutter/engine#39675) (#120887)
-
engine-flutter-autoroll authored
ea1d087c4 Roll Skia from b8b36146c7a0 to 7b3fb04bc3d4 (3 revisions) (flutter/engine#39673) (#120860)
-
engine-flutter-autoroll authored
* d90898798 Roll Skia from bb3d8185f067 to f24059cf165a (4 revisions) (flutter/engine#39670) * 9fa2a5c3c Roll Skia from f24059cf165a to b8b36146c7a0 (2 revisions) (flutter/engine#39671)
-
engine-flutter-autoroll authored
* b7ec9ce18 [macOS] Improve TextInputPlugin test readability (flutter/engine#39664) * a6e8fb134 Roll Dart SDK from a594e34e85b6 to ce9397c5fc8f (1 revision) (flutter/engine#39667) * 3fc40ca5b ++ (flutter/engine#39617)
-