13915 Commits

Author SHA1 Message Date
skia-flutter-autoroll
d3e8212100 Roll Skia from 4716a7681e4a to 62ce2488f744 (1 revision) (flutter/engine#27039) 2021-06-29 12:46:03 -07:00
skia-flutter-autoroll
ecca51cb1f Roll Skia from 1df8756419ee to 4716a7681e4a (7 revisions) (flutter/engine#27035) 2021-06-29 11:21:01 -07:00
LongCatIsLooong
fe8267a049 [iOS TextInput] Disables system keyboard for TextInputType.none (flutter/engine#26979) 2021-06-29 09:56:02 -07:00
J-P Nurmi
ab0e02d988 Android: add support for TextInputType.none (flutter/engine#26585) 2021-06-29 09:51:01 -07:00
Darren Chan
9e3b487842 [refactor] Migrate to View.focus.*. (flutter/engine#27005) 2021-06-29 09:41:01 -07:00
Jason Simmons
663678b9de Use unstripped executables when running tests on Linux (flutter/engine#26921) 2021-06-29 07:31:02 -07:00
skia-flutter-autoroll
adc618d5b1 Roll Skia from 78af79e98d66 to 1df8756419ee (1 revision) (flutter/engine#27031) 2021-06-29 07:06:01 -07:00
Darren Chan
a554250813 Always complete platform message requests. (flutter/engine#26994)
Functions/methods registered in `platform_message_handlers_` should return true or false, indicating whether the response was handled by them.
This makes it more explicit whether a platform message handler will asynchronously complete a response, versus if there was malformed/invalid request.

If the response was not handled, `CompleteEmpty` in `PlatformView::HandlePlatformMessage` to avoid hanging `Future`s in dart.

This fixes https://fxbug.dev/79056.
2021-06-29 09:58:31 -04:00
skia-flutter-autoroll
b68d3e0b8a Roll Fuchsia Linux SDK from 4udsaggtH... to qq5J5tHIA... (flutter/engine#27028) 2021-06-29 01:16:01 -07:00
skia-flutter-autoroll
c4d00d0f5d Roll Skia from a7d429464276 to 78af79e98d66 (1 revision) (flutter/engine#27029) 2021-06-29 01:11:01 -07:00
skia-flutter-autoroll
0c9bcf0686 Roll Skia from baae2dd7fb9d to a7d429464276 (2 revisions) (flutter/engine#27027) 2021-06-28 23:46:03 -07:00
skia-flutter-autoroll
fc9d6c677f Roll Skia from 1bddd42b9897 to baae2dd7fb9d (1 revision) (flutter/engine#27025) 2021-06-28 22:21:02 -07:00
Mouad Debbar
91e275c88f [web] Librarify keyboard files (flutter/engine#26917) 2021-06-28 19:28:13 -07:00
skia-flutter-autoroll
729797e45b Roll Skia from 661abd0f8d64 to 1bddd42b9897 (3 revisions) (flutter/engine#27023) 2021-06-28 19:06:01 -07:00
Yegor
d8df13fc74 [web] make analysis options delta of root options (flutter/engine#26991)
Import the root options and explicitly disable lints that our code
violates.

Fix several lint violations.
2021-06-28 18:59:30 -07:00
Kate Lovett
ae993b94fe Re-land Android fullscreen support (flutter/engine#27018) 2021-06-28 18:31:02 -07:00
Yegor
e562992ce6 [web] fix actions flags in SemanticsTester (flutter/engine#26992) 2021-06-28 17:27:36 -07:00
Casey Hillers
dbc93e9a2c Update ci.yaml documentation link (flutter/engine#26922) 2021-06-28 16:36:01 -07:00
skia-flutter-autoroll
73d8151314 Roll Skia from e5766b808045 to 661abd0f8d64 (7 revisions) (flutter/engine#27020) 2021-06-28 16:16:02 -07:00
Chinmay Garde
7cfb375a5e Configure contexts to reduce shader variations. (flutter/engine#27016)
Context creation options for each backend were spread across multiple
translation units. This makes setting options common across all backends hard to
configure. I have moved the creation of such common options into a separate
translation unit.

Fixes https://github.com/flutter/flutter/issues/84213
2021-06-28 15:37:14 -07:00
Harry Terkelsen
7645b70658 Roll CanvasKit to 0.28.1 (flutter/engine#27013) 2021-06-28 15:18:36 -07:00
Mouad Debbar
f5ff3cdf9c [web] Librarify paragraph/text files (flutter/engine#26888) 2021-06-28 14:07:24 -07:00
Chase Latta
38cc5181d8 Allow fuchsia_archive to accept a cml file and cmx file (flutter/engine#27012)
This adds support for adding a cml file to a fuchsia package. The
cml file will be compiled to a cm file and included in the archive.
2021-06-28 13:48:21 -07:00
skia-flutter-autoroll
f2a8976a9d Roll Skia from eef5b0e933e3 to e5766b808045 (12 revisions) (flutter/engine#27011) 2021-06-28 13:26:02 -07:00
Angjie Li
242a5501d8 Revert "[Engine] Support for Android Fullscreen Modes (#25785)" (flutter/engine#27014)
This reverts commit ea1ff8ab3b1b15b6dd4497dccd0afd081bfa09db.
2021-06-28 13:00:03 -07:00
Dan Field
844fa85973 Fix Fuchsia build on Mac (flutter/engine#27007) 2021-06-28 10:36:01 -07:00
skia-flutter-autoroll
36fe77872c Roll Fuchsia Linux SDK from TqViQQzJo... to 4udsaggtH... (flutter/engine#27006) 2021-06-28 10:26:02 -07:00
Jonah Williams
ccae44ffd0 Surface frame number identifier through window (flutter/engine#26785) 2021-06-28 10:16:01 -07:00
skia-flutter-autoroll
8428663dda Roll Skia from b1590f15a32b to eef5b0e933e3 (2 revisions) (flutter/engine#27001) 2021-06-28 10:06:01 -07:00
Chinmay Garde
d1e7b3a565 Remove presubmit flake reporting instructions from issue template. (flutter/engine#26997) 2021-06-28 10:01:02 -07:00
Kaushik Iska
465361fb7f Record raster end as soon as frame is submitted (flutter/engine#26970) 2021-06-28 09:59:52 -07:00
skia-flutter-autoroll
a78e1352fb Roll Skia from 0f1ac21185fe to b1590f15a32b (1 revision) (flutter/engine#27000) 2021-06-27 23:36:01 -07:00
skia-flutter-autoroll
7b68acbdd0 Roll Skia from 96a7f06201e6 to 0f1ac21185fe (1 revision) (flutter/engine#26998) 2021-06-27 17:41:01 -07:00
Zachary Anderson
c4922e97ae Use package:clang_tidy in git pre-push hook (flutter/engine#26986) 2021-06-26 22:13:26 -07:00
Yegor
6ce5ad5db0 [canvaskit] make picture disposal work on older browsers (flutter/engine#26981)
* [canvaskit] make picture disposal work on browsers that don't yet support FinalizationRegistry
2021-06-26 13:26:48 -07:00
skia-flutter-autoroll
a524961df1 Roll Skia from 1d9fe0090a7e to 96a7f06201e6 (1 revision) (flutter/engine#26989) 2021-06-26 12:51:01 -07:00
Zachary Anderson
422f4b85e7 Add missing license headers (flutter/engine#26988) 2021-06-26 09:19:10 -07:00
skia-flutter-autoroll
92b1798670 Roll Skia from 688d3180ab9d to 9f745d90d0e8 (1 revision) (flutter/engine#26983) 2021-06-25 20:26:02 -07:00
skia-flutter-autoroll
e3c4789c40 Roll Skia from 7bf799956d8b to 688d3180ab9d (8 revisions) (flutter/engine#26978) 2021-06-25 17:26:01 -07:00
Dan Field
3bc015dc10 Remove tech debt related to image disposal and layer GC (flutter/engine#26870)
* remove tech debt

* Fix test
2021-06-25 15:33:08 -07:00
skia-flutter-autoroll
71337d7d82 Roll Skia from d253088fc211 to 7bf799956d8b (5 revisions) (flutter/engine#26972) 2021-06-25 13:11:03 -07:00
Jason Simmons
864165a64d Reserve space for the line metrics styles created by ParagraphSkia::GetLineMetrics (flutter/engine#26909) 2021-06-25 11:11:01 -07:00
George Wright
f4aa3aad88 Add unit tests for Dart entrypoint arguments on Linux (flutter/engine#26951) 2021-06-25 11:05:24 -07:00
skia-flutter-autoroll
b78c9997b6 Roll Skia from bef379ba620a to d253088fc211 (6 revisions) (flutter/engine#26967) 2021-06-25 10:21:02 -07:00
skia-flutter-autoroll
d5534121c6 Roll Skia from 68d6983acd82 to bef379ba620a (2 revisions) (flutter/engine#26966) 2021-06-25 08:56:02 -07:00
skia-flutter-autoroll
5c5af0f9a2 Roll Skia from e58831cd9578 to 68d6983acd82 (1 revision) (flutter/engine#26965) 2021-06-25 07:31:01 -07:00
skia-flutter-autoroll
b6b75a75f7 Roll Skia from 3a35f0b263cb to e58831cd9578 (1 revision) (flutter/engine#26963) 2021-06-25 05:26:02 -07:00
skia-flutter-autoroll
2926a5a9da Roll Skia from cb316203573f to 3a35f0b263cb (1 revision) (flutter/engine#26961) 2021-06-25 00:51:01 -07:00
skia-flutter-autoroll
540433b14d Roll Skia from 0b04b6b16f1f to cb316203573f (1 revision) (flutter/engine#26960) 2021-06-24 23:31:01 -07:00
Dan Field
7d104db2ff Make const_finder a kernel snapshot rather than app_jit (flutter/engine#26958) 2021-06-24 21:10:24 -07:00