joshualitt
be4da063e8
add support for JS types ( flutter/engine#40310 )
2023-03-17 08:27:53 -07:00
skia-flutter-autoroll
ca850c0c80
Roll Skia from 1f63c4b0e59d to 3c8855f36d5e (1 revision) ( flutter/engine#40378 )
...
Roll Skia from 1f63c4b0e59d to 3c8855f36d5e (1 revision)
2023-03-17 10:42:22 +00:00
skia-flutter-autoroll
0658a81518
Roll Skia from 37a12ad56a79 to 1f63c4b0e59d (2 revisions) ( flutter/engine#40376 )
...
Roll Skia from 37a12ad56a79 to 1f63c4b0e59d (2 revisions)
2023-03-17 07:58:22 +00:00
skia-flutter-autoroll
7fc5dd5322
Roll Skia from 20fe0b3ce27a to 37a12ad56a79 (1 revision) ( flutter/engine#40375 )
...
Roll Skia from 20fe0b3ce27a to 37a12ad56a79 (1 revision)
2023-03-17 04:03:13 +00:00
skia-flutter-autoroll
366c893e3b
Roll Fuchsia Mac SDK from 3NfZ5JD61eNz4jJqB... to z32cF6YFs6CvZbY3g... ( flutter/engine#40374 )
...
Roll Fuchsia Mac SDK from 3NfZ5JD61eNz4jJqB... to z32cF6YFs6CvZbY3g...
2023-03-17 03:17:58 +00:00
skia-flutter-autoroll
4c8a83de24
Manual roll Dart SDK from 2cd913e06b8c to 05265d5fec65 (2 revisions) ( flutter/engine#40369 )
...
Manual roll Dart SDK from 2cd913e06b8c to 05265d5fec65 (2 revisions)
2023-03-17 02:59:45 +00:00
Zachary Anderson
d39891c432
Un-bitrot impeller_unittests; disable failing tests; disable non-metal backends ( flutter/engine#40339 )
2023-03-16 19:34:57 -07:00
Jonah Williams
a3207d2c37
dont tessellate texture rects ( flutter/engine#40370 )
...
[Impeller] dont tessellate rectangles in TextureContents
2023-03-17 02:20:56 +00:00
skia-flutter-autoroll
79c366da06
Roll Skia from 562cc981238b to 20fe0b3ce27a (1 revision) ( flutter/engine#40372 )
...
Roll Skia from 562cc981238b to 20fe0b3ce27a (1 revision)
2023-03-17 01:50:36 +00:00
gaaclarke
f3202c36cc
Fixed the conical gradient. ( flutter/engine#40371 )
...
Fixed the conical gradient.
2023-03-17 01:33:37 +00:00
skia-flutter-autoroll
584f49dcad
Roll Skia from 9b7c0ae5007a to 562cc981238b (3 revisions) ( flutter/engine#40368 )
...
Roll Skia from 9b7c0ae5007a to 562cc981238b (3 revisions)
2023-03-17 00:32:00 +00:00
Jason Simmons
f2d20c37e5
[Impeller] Apply only the alpha channel for bitmap text colors ( flutter/engine#40362 )
...
[Impeller] Apply only the alpha channel for bitmap text colors
2023-03-17 00:13:22 +00:00
Loïc Sharma
25727539bb
[Windows] Fix crash if clipboard is set to null ( flutter/engine#40238 )
...
Currently, the framework allows setting the clipboard to `null`. [Platforms handle this case inconsistently](https://github.com/flutter/flutter/issues/121976#issuecomment-1464721716 ), and we will update the framework to disallow setting the clipboard's data to `null`.
In the meantime, this change makes the Windows embedder resilient to unexpected clipboard messages. If your clipboard data's text is unexpected, you will now get an error instead of crashing your app.
Part of https://github.com/flutter/flutter/issues/121976
2023-03-16 16:52:27 -07:00
skia-flutter-autoroll
0433227123
Roll Fuchsia Linux SDK from bXql_WHqGrwP5ZIWm... to KkszhtIq-FnMtAGq7... ( flutter/engine#40367 )
...
Roll Fuchsia Linux SDK from bXql_WHqGrwP5ZIWm... to KkszhtIq-FnMtAGq7...
2023-03-16 22:49:59 +00:00
skia-flutter-autoroll
8aca36efd4
Roll Skia from fb9b061b6673 to 9b7c0ae5007a (3 revisions) ( flutter/engine#40365 )
...
Roll Skia from fb9b061b6673 to 9b7c0ae5007a (3 revisions)
2023-03-16 22:41:00 +00:00
Dan Field
7ccdcf1f9c
Update documentation on AccessibilityFeatures.boldText ( flutter/engine#40364 )
...
Update documentation on `AccessibilityFeatures.boldText`
2023-03-16 22:33:07 +00:00
Jackson Gardner
5508a04de1
Output web test artifacts to out directory. ( flutter/engine#40355 )
...
Output web test artifacts to out directory.
2023-03-16 22:19:55 +00:00
Brandon DeRosier
b543085d20
[Impeller] Update scene importer tests ( flutter/engine#40363 )
2023-03-16 15:09:11 -07:00
Greg Spencer
0efa11abc1
Handle error more gracefully, add test for same ( flutter/engine#40361 )
...
Handle error more gracefully, add test for same
2023-03-16 21:38:47 +00:00
Michael Goderbauer
c023f1986b
Remove work around for dart 3 compiler bug ( flutter/engine#40350 )
...
Remove work around for dart 3 compiler bug
2023-03-16 21:24:41 +00:00
Jonah Williams
88665559c5
[Impeller] mark decoded images as optimized for GPU access ( flutter/engine#40356 )
...
[Impeller] mark decoded images as optimized for GPU access
2023-03-16 21:23:50 +00:00
Robert Ancell
84c69f7df9
Fix incorrect usage of fl_method_error_response_new in documentation example ( flutter/engine#40288 )
2023-03-17 10:23:24 +13:00
Jonah Williams
e720d3c004
[Impeller] fix opacity inheritance test ( flutter/engine#40360 )
...
[Impeller] fix opacity inheritance test
2023-03-16 21:22:34 +00:00
Chris Bracken
753bf93b11
[macOS] Eliminate unnecessary dynamic declaration ( flutter/engine#40327 )
...
Since `view` is a property of `NSViewController`, it's unnecessary for
us to declare `@dynamic view` in `FlutterViewController`'s
implementation.
2023-03-16 13:19:42 -07:00
Jim Graham
eb3a75ef78
Revert "Reland "Sequester all Skia<->DL interactions into the skia sub-module" ( #40319 )" ( flutter/engine#40357 )
...
Revert "Reland "Sequester all Skia<->DL interactions into the skia sub-module""
2023-03-16 19:55:51 +00:00
skia-flutter-autoroll
d42d9ed86a
Roll Skia from d72d0daae5fe to fb9b061b6673 (2 revisions) ( flutter/engine#40354 )
...
Roll Skia from d72d0daae5fe to fb9b061b6673 (2 revisions)
2023-03-16 18:30:37 +00:00
yaakovschectman
c1df0b8413
Pass parameters by value to StreamHandlerError ( flutter/engine#40311 )
...
* Pass by value/rvalue
* Test pass by value
* Formatting
* Test nullptr
* Formatting
2023-03-16 14:00:30 -04:00
skia-flutter-autoroll
246f06127b
Roll Skia from 27c3b94a7cf5 to d72d0daae5fe (1 revision) ( flutter/engine#40353 )
...
Roll Skia from 27c3b94a7cf5 to d72d0daae5fe (1 revision)
2023-03-16 17:41:04 +00:00
Zachary Anderson
a76768bb9f
Print the malioc_diff.py command to update for new shaders ( flutter/engine#40322 )
2023-03-16 10:31:39 -07:00
Mouad Debbar
17f10a1e88
Reland "[web] Better way to detect CanvasKit variant ( #40154 )" ( flutter/engine#40347 )
...
Reland "[web] Better way to detect CanvasKit variant (#40154 )"
2023-03-16 17:29:39 +00:00
Jonah Williams
a5b764e4e7
[Impeller] Specialize RRect geometry ( flutter/engine#40337 )
...
[Impeller] Specialize RRect geometry
2023-03-16 17:23:21 +00:00
skia-flutter-autoroll
13f2066de2
Manual roll Dart SDK from e5d18aac86df to 2cd913e06b8c (1 revision) ( flutter/engine#40351 )
...
Manual roll Dart SDK from e5d18aac86df to 2cd913e06b8c (1 revision)
2023-03-16 17:04:35 +00:00
keyonghan
c5ba2bcbf1
add drone dimensions ( flutter/engine#40324 )
...
Add drone dimensions to `windows_android_aot_engine`
2023-03-16 16:25:12 +00:00
Zachary Anderson
c5363b0e21
Write entitlements for wasm-opt ( flutter/engine#40349 )
2023-03-16 09:24:38 -07:00
skia-flutter-autoroll
1444dad256
Roll Skia from 89fd0386af44 to 27c3b94a7cf5 (1 revision) ( flutter/engine#40348 )
...
Roll Skia from 89fd0386af44 to 27c3b94a7cf5 (1 revision)
2023-03-16 15:39:20 +00:00
Michael Goderbauer
dcc4b1b535
Reland: Bump lower Dart SDK constraints to 3.0 ( flutter/engine#40318 )
...
* WIP
Bump to 3.0.0-0
* fix lints
* drop web_ui
* opt pointer_converter.dart out of dart 3
* Revert "drop web_ui"
This reverts commit b97a015d5cd0d7e0380a4231be4c31aad36671f1.
2023-03-16 08:07:39 -07:00
skia-flutter-autoroll
ad02f2e84f
Roll Fuchsia Mac SDK from lfirU5p2GigxFWZVA... to 3NfZ5JD61eNz4jJqB... ( flutter/engine#40346 )
...
Roll Fuchsia Mac SDK from lfirU5p2GigxFWZVA... to 3NfZ5JD61eNz4jJqB...
2023-03-16 14:13:22 +00:00
skia-flutter-autoroll
ab3379de17
Roll Skia from 845f3b1f4a34 to 89fd0386af44 (1 revision) ( flutter/engine#40344 )
...
Roll Skia from 845f3b1f4a34 to 89fd0386af44 (1 revision)
2023-03-16 13:18:50 +00:00
skia-flutter-autoroll
7dd6359731
Roll Skia from a0c3c5653a84 to 845f3b1f4a34 (2 revisions) ( flutter/engine#40343 )
...
Roll Skia from a0c3c5653a84 to 845f3b1f4a34 (2 revisions)
2023-03-16 07:27:59 +00:00
skia-flutter-autoroll
cbeabaec91
Roll Fuchsia Linux SDK from YaWqKKuj-fAqfpKCm... to bXql_WHqGrwP5ZIWm... ( flutter/engine#40342 )
...
Roll Fuchsia Linux SDK from YaWqKKuj-fAqfpKCm... to bXql_WHqGrwP5ZIWm...
2023-03-16 06:29:06 +00:00
skia-flutter-autoroll
1b5dba4e6c
Manual roll Dart SDK from c766fffb626e to e5d18aac86df (14 revisions) ( flutter/engine#40341 )
...
Manual roll Dart SDK from c766fffb626e to e5d18aac86df (14 revisions)
2023-03-16 06:12:25 +00:00
skia-flutter-autoroll
e7b5a40de2
Roll Skia from a8b49a804a98 to a0c3c5653a84 (1 revision) ( flutter/engine#40340 )
...
Roll Skia from a8b49a804a98 to a0c3c5653a84 (1 revision)
2023-03-16 05:37:02 +00:00
godofredoc
103de523a7
Use 32 cores builder for linux v2 web engine. ( flutter/engine#40336 )
...
Use 32 cores builder for linux v2 web engine.
2023-03-16 02:47:54 +00:00
skia-flutter-autoroll
a67d37ffd3
Roll Skia from 4e218a8fe79a to a8b49a804a98 (1 revision) ( flutter/engine#40335 )
...
Roll Skia from 4e218a8fe79a to a8b49a804a98 (1 revision)
2023-03-16 01:44:07 +00:00
Chris Bracken
ec1d7bae5d
[macOS,Windows] Use static casts where possible ( flutter/engine#40334 )
...
[macOS,Windows] Use static casts where possible
2023-03-16 01:25:08 +00:00
Robert Ancell
c411d37046
Add fl_texture_get_id, so textures can be passed to Flutter ( flutter/engine#40290 )
...
Add fl_texture_get_id, so textures can be passed to Flutter
2023-03-16 01:10:07 +00:00
skia-flutter-autoroll
116271dad3
Roll Skia from 132ad29f753f to 4e218a8fe79a (11 revisions) ( flutter/engine#40333 )
...
Roll Skia from 132ad29f753f to 4e218a8fe79a (11 revisions)
2023-03-16 00:36:14 +00:00
Chris Bracken
970c2c031a
[macOS] Rename FlutterViewController.id to viewId ( flutter/engine#40323 )
...
[macOS] Rename FlutterViewController.id to viewId
2023-03-15 22:57:55 +00:00
Jim Graham
4107e5a226
Reland "Sequester all Skia<->DL interactions into the skia sub-module" ( flutter/engine#40319 )
...
Reland "Sequester all Skia<->DL interactions into the skia sub-module"
2023-03-15 22:56:01 +00:00
gaaclarke
bf20afaaa8
Revert "[web] Better way to detect CanvasKit variant ( #40154 )" ( flutter/engine#40329 )
...
This reverts commit 5799b8da8a224766eba773d3f221956cc47addc0.
2023-03-15 15:25:09 -07:00