14332 Commits

Author SHA1 Message Date
skia-flutter-autoroll
1fce953e6d Roll Skia from 31df6806c06b to 62d42db2829d (1 revision) (flutter/engine#27834) 2021-07-30 17:54:02 -07:00
skia-flutter-autoroll
ca869b19c4 Roll Skia from ae2171eba699 to 31df6806c06b (3 revisions) (flutter/engine#27830) 2021-07-30 16:29:02 -07:00
Chris Bracken
61a2cbcda4 Migrate Python script invocations to Python 3 (flutter/engine#27832)
Rolls buildroot to 300678066c63df763a632943fac3eed0512684b3.
2021-07-30 16:26:14 -07:00
skia-flutter-autoroll
8f58e70278 Roll Skia from 126788e087af to ae2171eba699 (3 revisions) (flutter/engine#27827) 2021-07-30 13:39:01 -07:00
Tong Mu
b2924176cc [Keyboard] Send empty key events when no key data should (flutter/engine#27774)
The keyboard system on each platform now sends an empty key data instead of nothing if no key data should be sent.
2021-07-30 13:35:39 -07:00
Ferhat
f8f66aa5eb [web] Update CanvasPool documentation (flutter/engine#27823) 2021-07-30 12:22:09 -07:00
skia-flutter-autoroll
a88f1fa7f9 Roll Skia from ab7ff17156a3 to 126788e087af (5 revisions) (flutter/engine#27821) 2021-07-30 11:29:01 -07:00
Ferhat
488931d830 [web] Code cleanup (flutter/engine#27815) 2021-07-30 11:25:13 -07:00
Kaushik Iska
6ac3632741 [fuchsia] Fix DynamicLibrary.open path on Fuchsia (flutter/engine#27819) 2021-07-30 11:19:18 -07:00
Jia Hao
8180d547f6 Revert "Revert "Use preDraw for the Android embedding (#27645)" (#27788)" (flutter/engine#27811) 2021-07-30 10:59:02 -07:00
skia-flutter-autoroll
e9cb4a3ead Roll Skia from 14d87226b3ad to ab7ff17156a3 (1 revision) (flutter/engine#27816) 2021-07-30 10:04:01 -07:00
Mouad Debbar
9c40609d37 [web] Fixing clipping not being applied when height is zero (flutter/engine#27771) 2021-07-30 09:38:21 -07:00
skia-flutter-autoroll
a0ce21ec57 Roll Skia from 8adb6255053f to 14d87226b3ad (5 revisions) (flutter/engine#27814) 2021-07-30 08:39:01 -07:00
skia-flutter-autoroll
6a9fcdccf4 Roll Skia from d31b15da6e33 to 8adb6255053f (1 revision) (flutter/engine#27813) 2021-07-30 07:14:01 -07:00
skia-flutter-autoroll
437d7f5591 Roll Skia from 44600f613652 to d31b15da6e33 (4 revisions) (flutter/engine#27810) 2021-07-30 00:44:02 -07:00
Zachary Anderson
5c4431a610 Use a pool for dart actions to avoid OOMs (flutter/engine#27781)
* Use a pool for dart actions to avoid OOMs

* Add Windows support
2021-07-29 23:43:49 -07:00
skia-flutter-autoroll
5fce17645f Roll Skia from 3d019ddabc78 to 44600f613652 (8 revisions) (flutter/engine#27807) 2021-07-29 23:19:02 -07:00
Jason Simmons
497e812a04 Add a run_tests flag that captures core dumps from engine unit tests and runs a GDB script (flutter/engine#27742) 2021-07-29 23:09:04 -07:00
Renzo Olivares
ceb3cb1d1a Add support for IME_FLAG_NO_PERSONALIZED_LEARNING on Android (flutter/engine#27691) 2021-07-29 23:04:02 -07:00
Zachary Anderson
407d7bbe5d Revert "Unskip iOS launch URL tests (#27777)" (flutter/engine#27802)
This reverts commit f52ef4b5e1ac158ee6f9643a1615d3d668f578f8.
2021-07-29 22:40:51 -07:00
Ferhat
b4d1cd9a42 [web] update TODO format to match flutter repo and fix names, more code cleanup (flutter/engine#27796) 2021-07-29 15:01:03 -07:00
skia-flutter-autoroll
8558dab48d Roll Skia from 21c2af2dca60 to 3d019ddabc78 (2 revisions) (flutter/engine#27794) 2021-07-29 13:19:01 -07:00
Jenn Magder
f52ef4b5e1 Unskip iOS launch URL tests (flutter/engine#27777) 2021-07-29 13:14:02 -07:00
skia-flutter-autoroll
c95b09326a Roll Skia from 131410a7d139 to 21c2af2dca60 (1 revision) (flutter/engine#27792) 2021-07-29 11:49:01 -07:00
chunhtai
d1c5086b7e Sets accessibility panel title when route changes (flutter/engine#27713) 2021-07-29 10:34:01 -07:00
skia-flutter-autoroll
9ae0002c46 Roll Skia from ff9ee6787256 to 131410a7d139 (9 revisions) (flutter/engine#27791) 2021-07-29 10:24:02 -07:00
skia-flutter-autoroll
f7be85dd1f Roll Skia from 0d9a07907931 to ff9ee6787256 (1 revision) (flutter/engine#27789) 2021-07-29 08:59:01 -07:00
Jia Hao
014270f859 Revert "Use preDraw for the Android embedding (#27645)" (flutter/engine#27788)
This reverts commit bd6e47b7d0ac5ddda308e70a16b8f8e1d6c66e25.
2021-07-29 23:02:06 +08:00
skia-flutter-autoroll
61ebfbcc81 Roll Skia from ef721154a758 to 0d9a07907931 (1 revision) (flutter/engine#27785) 2021-07-29 01:04:02 -07:00
skia-flutter-autoroll
4686c00662 Roll Skia from 8cd8e27c2ceb to ef721154a758 (1 revision) (flutter/engine#27784) 2021-07-28 23:39:01 -07:00
Jia Hao
573de315ec Fix crash when splash screen is not specified for FlutterFragmentActivity (flutter/engine#27062) 2021-07-28 20:09:01 -07:00
Jia Hao
bd6e47b7d0 Use preDraw for the Android embedding (flutter/engine#27645) 2021-07-28 19:59:02 -07:00
skia-flutter-autoroll
5b3ff311a9 Roll Skia from 17eaf6216046 to 8cd8e27c2ceb (12 revisions) (flutter/engine#27779) 2021-07-28 19:54:02 -07:00
Casey Hillers
f89e5d2ddb [ci.yaml] Fix open_jdk dep naming (flutter/engine#27776) 2021-07-28 17:19:02 -07:00
skia-flutter-autoroll
52891dfe4c Roll Skia from 3a21d497bddb to 17eaf6216046 (2 revisions) (flutter/engine#27769) 2021-07-28 12:24:01 -07:00
Ferhat
ec4f6c11c0 [web] Code cleanup (flutter/engine#27766) 2021-07-28 11:47:04 -07:00
skia-flutter-autoroll
79d594d7ff Roll Skia from 222c1c16317c to 3a21d497bddb (4 revisions) (flutter/engine#27765) 2021-07-28 10:49:02 -07:00
Casey Hillers
5823d1ac30 [ci_yaml] Add autoroller builder (flutter/engine#27731) 2021-07-28 09:28:57 -07:00
skia-flutter-autoroll
bcc4c6ee95 Roll Skia from c7218f57add1 to 222c1c16317c (1 revision) (flutter/engine#27762) 2021-07-28 08:29:02 -07:00
skia-flutter-autoroll
9ceaed73c0 Roll Skia from 5def25af3f9a to c7218f57add1 (1 revision) (flutter/engine#27758) 2021-07-28 01:04:02 -07:00
skia-flutter-autoroll
4d3edbaaf1 Roll Skia from 77292ac4a12f to 5def25af3f9a (1 revision) (flutter/engine#27756) 2021-07-27 23:39:01 -07:00
skia-flutter-autoroll
ad614c8110 Roll Skia from 2527fd0b8d5e to 77292ac4a12f (1 revision) (flutter/engine#27754) 2021-07-27 22:14:01 -07:00
skia-flutter-autoroll
c7a2e609df Roll Skia from dc409946e9f0 to 2527fd0b8d5e (1 revision) (flutter/engine#27753) 2021-07-27 20:49:01 -07:00
skia-flutter-autoroll
b33f4e9b28 Roll Skia from 32e07ae6bc26 to dc409946e9f0 (1 revision) (flutter/engine#27752) 2021-07-27 19:24:01 -07:00
Jim Graham
69211de5c2 Frame timings clone fix (flutter/engine#27751) 2021-07-27 18:44:02 -07:00
skia-flutter-autoroll
d002b4067d Roll Skia from 310178c7b790 to 32e07ae6bc26 (1 revision) (flutter/engine#27750) 2021-07-27 17:59:02 -07:00
skia-flutter-autoroll
82dc154cfd Roll Skia from 66deeb27162c to 310178c7b790 (2 revisions) (flutter/engine#27747) 2021-07-27 16:34:01 -07:00
skia-flutter-autoroll
027bf268ed Roll Skia from 6ad47a0ad606 to 66deeb27162c (6 revisions) (flutter/engine#27746) 2021-07-27 15:09:01 -07:00
Jason Simmons
27d018d498 Log all Skia trace events if the --trace-skia flag is passed (flutter/engine#27680) 2021-07-27 14:34:02 -07:00
Matej Knopp
9bfd5820b9 macOS: Do not use dispatch queue when canceling idle callback (flutter/engine#27732)
Fixes https://github.com/flutter/flutter/issues/86932

Relying on dispatch queue to bump call on main thread in this instance
is problematic because platform plugin can hold the dispatch queue.
Using performSelectorOnMainThread: instead works, because it is
processed by the CFRunLoop independent of dispatch queue.
2021-07-27 14:06:17 -07:00