3efe1088668cd11a51aefe1db718f137e728d465
* preserve Window callback zones Run Window callbacks in the zone they are registered in. This is consistent with how other native API work, such as `scheduleMicrotask`, `Timer`, and `dart:io`. This also enables the developers to use the `Zone` API to capture and log unhandled Dart errors. * refactor wrapping * new line * fewer if checks; group getters/setters/fields * inline _invokeOnPointerDataPacket
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%