skia-flutter-autoroll
ea2b2c2768
Roll Skia from fc8cf91cee9f to 681e409625b9 (1 revision) ( flutter/engine#26611 )
2021-06-07 09:14:01 -07:00
skia-flutter-autoroll
d9f27ee343
Roll Skia from 14eee314b1f4 to fc8cf91cee9f (2 revisions) ( flutter/engine#26609 )
2021-06-07 07:14:01 -07:00
skia-flutter-autoroll
fdd15ffae7
Roll Fuchsia Linux SDK from 6CBxGudrv... to XClZ-9fkt... ( flutter/engine#26607 )
2021-06-06 23:49:02 -07:00
skia-flutter-autoroll
52ff946e8e
Roll Skia from aad4b80fa625 to 14eee314b1f4 (1 revision) ( flutter/engine#26605 )
2021-06-06 23:09:02 -07:00
skia-flutter-autoroll
bc0c8aae1d
Roll Skia from bcfdc1d43872 to aad4b80fa625 (1 revision) ( flutter/engine#26603 )
2021-06-06 10:29:01 -07:00
skia-flutter-autoroll
d96ffd2822
Roll Fuchsia Linux SDK from 7jqSNhU_b... to 6CBxGudrv... ( flutter/engine#26601 )
2021-06-06 10:24:02 -07:00
LongCatIsLooong
f2d4eff14c
[Android KeyEvents] Split AndroidKeyProcessor into separate classes ( flutter/engine#25628 )
2021-06-04 18:54:01 -07:00
skia-flutter-autoroll
270cc23b0f
Roll Skia from 8cb7c3be75a7 to bcfdc1d43872 (5 revisions) ( flutter/engine#26597 )
2021-06-04 17:09:01 -07:00
Dan Field
c32ac6533a
Docs, debugDisposed for ImmutableBuffer ( flutter/engine#26591 )
2021-06-04 16:14:01 -07:00
Kaushik Iska
c43fc8128d
Wait for the native callbacks from the spawned isolate ( flutter/engine#26593 )
...
I think the problem here is that `Dart_InitializeIsolateCallback` which sets the message handler for the spawned/child isolate isn't guaranteed to be called from the same thread as the parent isolate. This is resulting in the following case:
```
void child(String message) {
print('Child isolate got message: ' + message);
notifyNative();
}
void main() {
Isolate.spawn(child, 'Hello from main isolate.');
notifyNative();
}
```
The `main` isolate could spawn a child and if we were to kill the main isolate before the native notifications were waited for, we could end up in a bad place.
The ideal solution would be to guarantee that isolate shutdown ensures
that all the spawned/child isolates are shutdown before shutting down
the main isolate.
2021-06-04 17:37:21 -05:00
skia-flutter-autoroll
73a78e8400
Roll Skia from bb04e3d47ef8 to 8cb7c3be75a7 (5 revisions) ( flutter/engine#26592 )
2021-06-04 14:14:01 -07:00
skia-flutter-autoroll
e394447763
Roll Skia from 08d0d86b8180 to bb04e3d47ef8 (13 revisions) ( flutter/engine#26589 )
2021-06-04 12:44:02 -07:00
LongCatIsLooong
949b10ee70
[iOSTextInputPlugin] bypass UIKit floating cursor coordinates clamping ( flutter/engine#26486 )
2021-06-04 12:19:01 -07:00
George Wright
a7db818527
Add support for compositing using Metal on macOS ( flutter/engine#26554 )
2021-06-04 11:52:27 -07:00
skia-flutter-autoroll
063b395f23
Roll Fuchsia Linux SDK from 3Xj5uw866... to 7jqSNhU_b... ( flutter/engine#26587 )
2021-06-04 11:29:01 -07:00
skia-flutter-autoroll
9e261f8b0a
Roll Skia from 2692b0dd119f to 08d0d86b8180 (2 revisions) ( flutter/engine#26584 )
2021-06-04 11:19:02 -07:00
Sam Rawlins
3fb3e5fdb8
Remove "unnecessary" imports. ( flutter/engine#26580 )
2021-06-04 11:14:04 -07:00
chunhtai
1d81ba27ca
fixes crash when sets mouseTrackingMode before view is loaded ( flutter/engine#26576 )
2021-06-04 11:09:02 -07:00
skia-flutter-autoroll
166cc98d99
Roll Skia from 568ef84d3f8a to 2692b0dd119f (1 revision) ( flutter/engine#26582 )
2021-06-03 23:14:01 -07:00
LongCatIsLooong
4e1ca7bbd2
[iOSTextInput] fix potential dangling pointer access ( flutter/engine#26547 )
2021-06-03 20:54:01 -07:00
skia-flutter-autoroll
ca12816fa0
Roll Skia from 7aa7939a60b9 to 568ef84d3f8a (2 revisions) ( flutter/engine#26579 )
2021-06-03 19:39:01 -07:00
xubaolin
b925680397
fix a LateInitializationError ( flutter/engine#26492 )
2021-06-03 16:44:02 -07:00
Nico Teufel
0cd5eb3217
Fix Fragment not transparent in Texture render mode ( flutter/engine#26446 )
2021-06-03 15:54:01 -07:00
David Worsham
90b1f10ab7
fuchsia: Delete unused compilation_trace code ( flutter/engine#20535 )
2021-06-03 15:44:01 -07:00
skia-flutter-autoroll
6abe0e140c
Roll Skia from 7856eb88eda0 to 7aa7939a60b9 (4 revisions) ( flutter/engine#26572 )
2021-06-03 14:54:02 -07:00
Vyacheslav Egorov
02f38aa2e8
Fix create_arm_gen_snapshot target ( flutter/engine#26538 )
2021-06-03 14:49:01 -07:00
gaaclarke
ec7c6f08d8
Added more descriptive error to StandardMessageCodec for types that override toString() ( flutter/engine#26527 )
2021-06-03 14:44:02 -07:00
Hunter Freyer
84d62201b6
Replace flutter_runner::Thread with fml::Thread. ( flutter/engine#26193 )
2021-06-03 14:39:04 -07:00
sagallea
5bf41ddae1
Add physical view insets to FlutterWindowMetricsEvent ( flutter/engine#26442 )
...
This is needed to propagate inset values through Flutter.
Bug: b/181683254
2021-06-03 14:37:05 -07:00
skia-flutter-autoroll
a6e2af1180
Roll Skia from 053eb1ba91d5 to 7856eb88eda0 (5 revisions) ( flutter/engine#26571 )
2021-06-03 13:29:01 -07:00
skia-flutter-autoroll
27b296003e
Roll Fuchsia Linux SDK from DvgL0sNJV... to 3Xj5uw866... ( flutter/engine#26569 )
2021-06-03 13:09:02 -07:00
skia-flutter-autoroll
f502599abd
Roll Skia from 357e67e7af3b to 053eb1ba91d5 (3 revisions) ( flutter/engine#26567 )
2021-06-03 11:59:01 -07:00
Ferhat
fa7b61e7dc
Reland reverted #26384 ( flutter/engine#26566 )
2021-06-03 10:50:37 -07:00
skia-flutter-autoroll
44121cb1ff
Roll Skia from 7b6a92818d23 to 357e67e7af3b (5 revisions) ( flutter/engine#26565 )
2021-06-03 10:29:01 -07:00
chunhtai
dde172a2f6
Docuements the new flag in BrowserHistory.setRouteName ( flutter/engine#26519 )
2021-06-03 10:14:01 -07:00
Jeff Ward
0998ae3840
Fix incorrectly inserting Float32List in the wrong location in encodable_value. ( flutter/engine#26537 )
2021-06-03 09:09:01 -07:00
skia-flutter-autoroll
e1c5c715a0
Roll Skia from 6f4bacb9df54 to 7b6a92818d23 (1 revision) ( flutter/engine#26563 )
2021-06-03 09:04:01 -07:00
Darren Chan
f41e276f91
Migrate flutter_runner to Scenic.CreateSessionT. ( flutter/engine#26536 )
2021-06-03 08:49:02 -07:00
skia-flutter-autoroll
1b7a9e3774
Roll Skia from cb66e25d23d8 to 6f4bacb9df54 (2 revisions) ( flutter/engine#26559 )
2021-06-03 00:29:01 -07:00
skia-flutter-autoroll
cd54b33c8b
Roll Fuchsia Linux SDK from MVkOwZQtv... to DvgL0sNJV... ( flutter/engine#26557 )
2021-06-02 23:44:01 -07:00
skia-flutter-autoroll
7414a70c3b
Roll Skia from 6e82db35a695 to cb66e25d23d8 (1 revision) ( flutter/engine#26556 )
2021-06-02 23:09:01 -07:00
skia-flutter-autoroll
3974209ad4
Roll Skia from 03e783020013 to 6e82db35a695 (1 revision) ( flutter/engine#26555 )
2021-06-02 20:34:01 -07:00
skia-flutter-autoroll
8e4a5271de
Roll Skia from b8416d27be1e to 03e783020013 (3 revisions) ( flutter/engine#26550 )
2021-06-02 18:19:01 -07:00
skia-flutter-autoroll
191142f666
Roll Skia from 2e76c84b8b8a to b8416d27be1e (12 revisions) ( flutter/engine#26546 )
2021-06-02 16:54:01 -07:00
freiling
0067ff89de
[fuchsia] Migrate shader warmup to be triggered by Dart code. ( flutter/engine#26114 )
2021-06-02 16:45:17 -07:00
Ian Hickson
8d205a203e
Add the images for TileMode.decal ( flutter/engine#26482 )
2021-06-02 16:44:01 -07:00
Kaushik Iska
1692a5f722
Guard task queue id for fuchsia ( flutter/engine#26542 )
2021-06-02 14:00:50 -07:00
Jeff Ward
cf4c1e15c7
Add Float32List support to the Linux standard message codec
2021-06-03 08:38:45 +12:00
Harry Terkelsen
93570a88ba
[canvaskit] Set a maximum number of overlay canvases. ( flutter/engine#25994 )
2021-06-02 12:54:31 -07:00
skia-flutter-autoroll
de2a344b90
Roll Skia from d51fbe1a78b5 to 2e76c84b8b8a (9 revisions) ( flutter/engine#26541 )
2021-06-02 12:54:01 -07:00