13710 Commits

Author SHA1 Message Date
skia-flutter-autoroll
9041bbae64 Roll Skia from 2c9a6ec3a0d0 to 5b5a4c6bf5d1 (5 revisions) (flutter/engine#26631) 2021-06-08 01:29:02 -07:00
David Worsham
9afd7d6af8 fuchsia: Delete all the legacy code! (flutter/engine#26422) 2021-06-07 17:29:39 -07:00
skia-flutter-autoroll
dc09b635b0 Roll Fuchsia Linux SDK from qqVmyK6TU... to TqViQQzJo... (flutter/engine#26625) 2021-06-07 17:10:41 -07:00
skia-flutter-autoroll
35abf66a9f Roll Skia from 8aef107f6d58 to 2c9a6ec3a0d0 (1 revision) (flutter/engine#26624) 2021-06-07 16:59:02 -07:00
skia-flutter-autoroll
af2ec4d29a Roll Skia from 9aa5c2c86089 to 8aef107f6d58 (2 revisions) (flutter/engine#26621) 2021-06-07 15:34:02 -07:00
skia-flutter-autoroll
df3761c94a Roll Skia from dc03537758f3 to 9aa5c2c86089 (2 revisions) (flutter/engine#26620) 2021-06-07 14:09:01 -07:00
skia-flutter-autoroll
6e0b12d71c Roll Fuchsia Linux SDK from XClZ-9fkt... to qqVmyK6TU... (flutter/engine#26618) 2021-06-07 13:14:01 -07:00
skia-flutter-autoroll
354d71835c Roll Skia from 681e409625b9 to dc03537758f3 (5 revisions) (flutter/engine#26616) 2021-06-07 12:44:02 -07:00
Chris Bracken
f411050a16 Fix Android imports stamp file write mode (flutter/engine#26614) 2021-06-07 12:29:02 -07:00
Jason Simmons
e9cc9be7e1 Provide the isolate cleanup callback to Dart_CreateIsolateInGroup (flutter/engine#26599) 2021-06-07 12:24:03 -07:00
chunhtai
ed25a24355 Fixes handleNavigationMessage in order (flutter/engine#26596) 2021-06-07 12:19:02 -07:00
Kaushik Iska
9012899d9c Fix issues with RunExpiredTasksWhileFirstTaskUnMergesThreads (flutter/engine#26612) 2021-06-07 11:17:56 -07:00
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