- 15 Dec, 2022 7 commits
-
-
engine-flutter-autoroll authored
* df430c4fd Revert "[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets." (flutter/engine#38292) * 41dd4f5e1 Revert "Revert "[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets." (#38292)" (flutter/engine#38301) * 8ce9a3f71 Roll Skia from 3171deabd88a to b368746d696a (13 revisions) (flutter/engine#38294) * 4881fe25e Revert "Revert "reland "Migrate darwin common "framework_shared" target to ARC #37049" (#37219)" (#37320)" (flutter/engine#37883) * 3b2302c8d [Impeller] Remove validation log when the pipeline library is collected before pipeline is setup. (flutter/engine#38306) * a04997c81 [Impeller] Disable impeller_unittests. (flutter/engine#38307) * fc71faad0 License script improvements (flutter/engine#38148) * 6a2560c35 [Windows] Synthesize modifier keys events on pointer events (flutter/engine#38138) * b1d407563 Roll Skia from b368746d696a to 3f81f95176ce (11 revisions) (flutter/engine#38312) * b25fcf748 Roll Skia from 3f81f95176ce to 46e8f2a18a3d (3 revisions) (flutter/engine#38314) * 948699bba Collapse bounds calculations into DisplayListBuilder (flutter/engine#34365) * 38367de84 Roll Fuchsia Mac SDK from u-tC0QEGUT4xQ4KOo... to VEOIaacOA75U7PYyz... (flutter/engine#38316) * 29196519c Roll Skia from 46e8f2a18a3d to 9f728d78f10d (1 revision) (flutter/engine#38317)
-
Martin Kustermann authored
This improves the documentation of the `compute()` function as follows: * Instead of making `compute` a top-level constant, we make it a function. This allows the generated API docs to show a function signature with parameters and their names, making it *much* clearer to users what function is being documented. * We mention that on web-backends this is running `compute()` on the normal eventloop whereas on on native platforms it runs in a separate isolate. * We mention that callback, message and result have to be sendable across isolates. We also mention that they may be copied. * We link to both `Isolate.run` & `SendPort.send` for more information. * We use `M` for the type of `message` instead the rather confusing `Q`.
-
Justin McCandless authored
Just two small typo fixes.
-
engine-flutter-autoroll authored
* 00b77e4cc Roll Flutter from 15af8178 to 028c6e29 (13 revisions) (flutter/plugins#6843) * b2cdcb69a [camera_android_camerax] `unnecessary_parenthesis` lint fix (flutter/plugins#6841) * 3a093e49b [various] Enable avoid_print (flutter/plugins#6842) * 78de28ca2 [webview_flutter_platform_interface] Updates platform interface to new interface (flutter/plugins#6846)
-
Jonah Williams authored
This reverts commit e331dcda.
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* 1a1b1feee Roll Skia from 537e1e8c1ca6 to 729ccbfb87bc (7 revisions) (flutter/engine#38277) * 3b18821e1 Roll Fuchsia Linux SDK from A0jnUUORf2LQu1z2V... to e2lfUFBW5ddtTZBbw... (flutter/engine#38280) * beb94ea2c Roll Skia from 729ccbfb87bc to 3171deabd88a (4 revisions) (flutter/engine#38279) * 8f9071ab9 Roll Fuchsia Mac SDK from FQQdl8AGAsALFniHl... to u-tC0QEGUT4xQ4KOo... (flutter/engine#38282) * aa78cd8d6 add link to website (flutter/engine#38273) * 955447b35 pylint all Python scripts under testing/ (flutter/engine#38268) * 3f22e1958 [web] correct float count in runtime effect (flutter/engine#38288) * 479bb736f Fix issues related to keyboard inset (flutter/engine#37719) * 6cd85616b [macOS] Refactor rendering infrastructure (flutter/engine#37789) * d1533d12b [web] Make Canvaskit's malloc more useful (flutter/engine#38130) * db5605ea7 Fix new `unnecessary_parenthesis` diagnostics. (flutter/engine#38291)
-
- 14 Dec, 2022 17 commits
-
-
Michael Goderbauer authored
-
Tomasz Gucio authored
-
Darren Austin authored
-
Siva authored
skia-flutter-autoroll Roll Dart SDK from f32c7b011906 to 358d0d1aa3e7 (2 revisions) (#38274)
-
Phil Quitslund authored
-
Taha Tesser authored
* [reland] Add Material 3 support for `ListTile` - Part 1 * Update doc
-
Alexander Markov authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
10c029399 [local_auth]: Bump fragment from 1.5.4 to 1.5.5 in /packages/local_auth/local_auth_android/android (flutter/plugins#6826) (#117078)
-
godofredoc authored
The packaging recipe is now checking the enabled branches property. Bug: https://github.com/flutter/flutter/issues/115492
-
Flutter GitHub Bot authored
-
Loïc Sharma authored
* Fix * Format * DO NOT MERGE! Test in presubmit * Revert "DO NOT MERGE! Test in presubmit" This reverts commit 41c7186c723d844c288cb4e5fab3284a803f82ae.
-
Taha Tesser authored
-
engine-flutter-autoroll authored
* cda2be86e Some fixes for dart2wasm (flutter/engine#38167) * 14194c40e Roll Fuchsia Mac SDK from Cd_ZtrDVcpQ85HRL3... to FQQdl8AGAsALFniHl... (flutter/engine#38269)
-
engine-flutter-autoroll authored
-
Daniel Flores Medina authored
-
Greg Spencer authored
* Make some minor changes in preparation for updating the Time Picker to M3 * Revert OutlineInputBorder.borderRadius type change * Revert more OutlineInputBorder.borderRadius changes. * Convert TimePicker to Material 3 * Add example test * Revert OutlineInputBorder.borderRadius type change * Fix test * Review Changes * Merge changes * Some sizing and elevation fixes * Fix localization tests
-
- 13 Dec, 2022 16 commits
-
-
engine-flutter-autoroll authored
a327b48ca Roll Skia from 280ac8882cff to 537e1e8c1ca6 (9 revisions) (flutter/engine#38264) (#117025)
-
Daniel Iglesia authored
* Add AppBar.forceMaterialTransparency (#101248) Allows gestures to reach widgets beneath the AppBar (when Scaffold.extendBodyBehindAppBar is true).
-
Greg Spencer authored
-
engine-flutter-autoroll authored
* b5d19f86e Manual roll of Skia from 971c342c3030 to 280ac8882cff (flutter/engine#38257) * 82dafdfc1 Roll Fuchsia Linux SDK from 8O5rMR_ehMaL3YhZ5... to A0jnUUORf2LQu1z2V... (flutter/engine#38258)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* f863b1978 Roll Skia from c83eef7dc2a3 to 971c342c3030 (2 revisions) (flutter/engine#38248) * 9872cc7ad Clarify file sharing flags in FML filesystem APIs on Windows (flutter/engine#38164)
-
engine-flutter-autoroll authored
* 13818023c [camera] Attempt to fix flaky new Android test (flutter/plugins#6831) * da4321d01 [google_maps_flutter] Modified `README.md` to fix minor syntax issues (flutter/plugins#6631) * e8c9731f1 Roll Flutter from eefbe85c to bd0791be (25 revisions) (flutter/plugins#6832) * 2eb616545 Reland "[google_maps_flutter] ios: re-enable test with popup #5312" (flutter/plugins#6783) * 738bd91d8 Update FlutterFire link (flutter/plugins#6835) * ec2041f82 Roll Flutter from bd0791be to 15af8178 (27 revisions) (flutter/plugins#6837)
-
engine-flutter-autoroll authored
74a9c7e0f Roll Fuchsia Mac SDK from aMW0DjntzFJj4RoR3... to Cd_ZtrDVcpQ85HRL3... (flutter/engine#38242) (#116973)
-
engine-flutter-autoroll authored
afc2f9559 Roll Skia from 9abf4b1bf242 to c83eef7dc2a3 (3 revisions) (flutter/engine#38243) (#116970)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
64a661d6d Roll Skia from 08dc0c9e4e70 to 9abf4b1bf242 (4 revisions) (flutter/engine#38240) (#116955)
-
Michael Thomsen authored
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
* remove RenderEditable textPainter height hack * Still applies the hack on web * unskip web
-
engine-flutter-autoroll authored
290f3a35e Roll Skia from 788fe69e7ade to 2e417d4f7993 (3 revisions) (flutter/engine#38235) (#116941)
-
engine-flutter-autoroll authored
* b97d3545f [Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets. (flutter/engine#38229) * 99f3d1931 Web trackpad pan (flutter/engine#36346) * e144f81e9 [impeller] Fix typo in compiller help (flutter/engine#38214)
-