18746 Commits

Author SHA1 Message Date
skia-flutter-autoroll
addd5742fd Roll Skia from df16e5713326 to 360d91b10367 (1 revision) (flutter/engine#35097) 2022-08-02 18:54:06 +00:00
godofredoc
f9969e3e34 Zip the dsym artifacts. (flutter/engine#35075) 2022-08-02 18:13:04 +00:00
Kaushik Iska
ff46c634a2 [Impeller] [Vulkan] Generate descriptor set layouts in backend agnostic way (flutter/engine#35091) 2022-08-02 18:01:05 +00:00
skia-flutter-autoroll
956364829c Roll Skia from ae50bb0abc7b to df16e5713326 (4 revisions) (flutter/engine#35095) 2022-08-02 17:32:04 +00:00
Michael Goderbauer
2f17e2784f Remove ffi_native_unexpected_number_of_parameters ignore (flutter/engine#35093) 2022-08-02 17:06:04 +00:00
Michael Goderbauer
f6aab09ca3 Remove unnecessary exceptions from analysis_options.yaml (flutter/engine#35054) 2022-08-02 16:20:03 +00:00
Xilai Zhang
582dc03a0c [gn] Mac entitlement config for font subset (flutter/engine#34989) 2022-08-02 15:52:04 +00:00
Xilai Zhang
6effb999a6 [gn] entitlement config for macos framework zip (flutter/engine#34987) 2022-08-02 15:51:08 +00:00
skia-flutter-autoroll
12fffaac9d Roll Skia from 81eadfa35cd5 to ae50bb0abc7b (4 revisions) (flutter/engine#35090) 2022-08-02 15:38:04 +00:00
skia-flutter-autoroll
88836a07c4 Roll Skia from 1db5b0b118ef to 81eadfa35cd5 (1 revision) (flutter/engine#35088) 2022-08-02 14:26:04 +00:00
skia-flutter-autoroll
6cdcb7aced Roll Skia from ffdc6195136d to 1db5b0b118ef (2 revisions) (flutter/engine#35081) 2022-08-02 08:59:05 +00:00
skia-flutter-autoroll
8ae2974854 Roll Fuchsia Linux SDK from v8t2ulUK5... to u_FbFbg2m... (flutter/engine#35078) 2022-08-02 07:25:08 +00:00
skia-flutter-autoroll
f632b833cc Roll Skia from 81bce3afeb8a to ffdc6195136d (1 revision) (flutter/engine#35079) 2022-08-02 07:19:07 +00:00
skia-flutter-autoroll
cb4c213a40 Roll Skia from 08ba24a351cf to 81bce3afeb8a (1 revision) (flutter/engine#35077) 2022-08-02 05:55:04 +00:00
godofredoc
cef8cee32a Add support relative path support to create_macos_framework. (flutter/engine#35011) 2022-08-02 03:13:04 +00:00
Chinmay Garde
4772ea7548 [Impeller] Add additional trace around acquisition of next Metal drawable. (flutter/engine#35074) 2022-08-01 19:08:25 -07:00
Brandon DeRosier
91d348e6e3 Move Sigma<->Radius conversion to geometry (flutter/engine#35069) 2022-08-02 01:05:05 +00:00
skia-flutter-autoroll
ac315d9d39 Roll Skia from 6e967a35611f to 08ba24a351cf (2 revisions) (flutter/engine#35070) 2022-08-02 00:40:04 +00:00
skia-flutter-autoroll
6b3bef9097 Roll Skia from 06ff6f6c64ab to 6e967a35611f (2 revisions) (flutter/engine#35068) 2022-08-01 23:26:04 +00:00
Jia Hao
8de3c46804 Javadoc for background platform chnanels (flutter/engine#34774) 2022-08-01 22:43:04 +00:00
Chinmay Garde
dc18c5be1a Fix detection of Mac target specification as a host build. (flutter/engine#35063) 2022-08-01 22:13:03 +00:00
skia-flutter-autoroll
841557d1cd Roll Skia from 79c3cf00a31b to 06ff6f6c64ab (3 revisions) (flutter/engine#35065) 2022-08-01 22:11:04 +00:00
Chinmay Garde
6a65c72d43 Don't insist on modules when attempting to include the Flutter umbrella header. (flutter/engine#35060) 2022-08-01 22:09:04 +00:00
Chinmay Garde
0c8848577c [Impeller] Use portable geometry constants. (flutter/engine#35064) 2022-08-01 22:00:04 +00:00
Chinmay Garde
2bd509563a [Impeller] Remove redundant GN flags. (flutter/engine#35062) 2022-08-01 21:54:03 +00:00
Tong Mu
1f64120a78 [Window, Keyboard] Fix repeat events of modifier keys (flutter/engine#35046) 2022-08-01 21:41:03 +00:00
skia-flutter-autoroll
33d4861ecd Roll Skia from 07b833fd6c79 to 79c3cf00a31b (5 revisions) (flutter/engine#35061) 2022-08-01 20:59:04 +00:00
Tong Mu
b5c58a0a9b [macOS, Keyboard] Fix Khmer layout crashing (flutter/engine#35044)
Fix test

Impl
2022-08-01 13:58:29 -07:00
Chris Bracken
f33f5c486e [Windows] Merge PlatformHandlerWin32 to superclass (flutter/engine#35056)
With the removal of the UWP embedder, we can merge Win32-specific
implementation classes with their abstract superclasses where those
superclasses existed only to support both UWP and Win32.

No new tests since this is purely a restructuring of existing code
within the Win32 embedder, with no expected change in behaviour.
Covered by existing tests in task_runner_unittests.cc.

Issue: https://github.com/flutter/flutter/issues/108386
2022-08-01 21:12:36 +01:00
Kaushik Iska
8b4cc52f2d [impeller] Set binding base for fragment shaders (flutter/engine#35052)
Fixes: https://github.com/flutter/flutter/issues/108739
2022-08-01 15:24:03 -04:00
Chris Bracken
374899e94b [Windows] Merge TaskRunnerWin32 into TaskRunner (flutter/engine#35029)
With the removal of the UWP embedder, we can merge Win32-specific
implementation classes with their abstract superclasses where those
superclasses existed only to support both UWP and Win32.

No new tests since this is purely a restructuring of existing code
within the Win32 embedder, with no expected change in behaviour.

Issue: https://github.com/flutter/flutter/issues/108386
2022-08-01 20:09:01 +01:00
Jaeheon Yi
392af31793 [fuchsia] Convert Gfx PlatformView to use modern TouchSource API (flutter/engine#35018)
Original PR: #32877

Revert of #32877: commit 6a1def3db7da00641f9fabab3d09d7326a7bdfd6 (#33471)

*This* patch: Revert of #33471

fxbug.dev/85125
2022-08-01 12:06:23 -07:00
Michael Goderbauer
b4e3ce9aa3 Minor adjustment to analysis_options.yaml (flutter/engine#35051) 2022-08-01 17:43:03 +00:00
skia-flutter-autoroll
352a1acf9d Roll Fuchsia Linux SDK from 13FsbGdE9... to v8t2ulUK5... (flutter/engine#35049) 2022-08-01 17:37:04 +00:00
joshualitt
9a9136c045 [web] Changes to support dart:wasm. (flutter/engine#34991) 2022-08-01 10:26:26 -07:00
skia-flutter-autoroll
305dcf41aa Roll Skia from c65c95a453b2 to 07b833fd6c79 (7 revisions) (flutter/engine#35050) 2022-08-01 17:23:04 +00:00
Michael Goderbauer
9a813d3f15 Enable conditional_uri_does_not_exist (flutter/engine#35021) 2022-08-01 16:27:03 +00:00
Michael Goderbauer
a58436c1b8 Enable avoid_returning_null & native_function_body_in_non_sdk_code (flutter/engine#35015) 2022-08-01 16:25:04 +00:00
skia-flutter-autoroll
9f3c4bd70a Roll Skia from 1dabe55b7969 to c65c95a453b2 (2 revisions) (flutter/engine#35048) 2022-08-01 16:15:04 +00:00
skia-flutter-autoroll
bc685bc0e1 Roll Skia from f21a717e1347 to 1dabe55b7969 (1 revision) (flutter/engine#35047) 2022-08-01 14:48:05 +00:00
skia-flutter-autoroll
b7dbaa7948 Roll Skia from 3a6550ab8965 to f21a717e1347 (3 revisions) (flutter/engine#35043) 2022-08-01 12:54:04 +00:00
skia-flutter-autoroll
c76b181f2c Roll Fuchsia Linux SDK from DSF8WZl3m... to 13FsbGdE9... (flutter/engine#35037) 2022-08-01 00:23:04 +00:00
skia-flutter-autoroll
9399bec26a Roll Fuchsia Linux SDK from JwHw3ASor... to DSF8WZl3m... (flutter/engine#35035) 2022-07-31 11:20:04 +00:00
skia-flutter-autoroll
bed2c26427 Roll Skia from 37fe66fea5d8 to 3a6550ab8965 (1 revision) (flutter/engine#35034) 2022-07-31 08:28:05 +00:00
skia-flutter-autoroll
50cbc127ff Roll Fuchsia Linux SDK from ImnAu2xKC... to JwHw3ASor... (flutter/engine#35030) 2022-07-30 21:59:03 +00:00
Chris Bracken
75fbd93951 [Windows] Merge SettingsPluginWin32 and superclass (flutter/engine#35019)
This merges SettingsPluginWin32 into SettingsPlugin.

With the removal of the UWP embedder, we can merge Win32-specific
implementation classes with their abstract superclasses where those
superclasses existed only to support both UWP and Win32.

No new tests since this is purely a restructuring of existing code
within the Win32 embedder, with no expected change in behaviour.

Issue: https://github.com/flutter/flutter/issues/108386
2022-07-30 19:07:20 +01:00
skia-flutter-autoroll
508df1fcdd Roll Skia from 1582bbea8620 to 37fe66fea5d8 (1 revision) (flutter/engine#35027) 2022-07-30 08:46:03 +00:00
skia-flutter-autoroll
f985a08b3b Roll Fuchsia Linux SDK from 7DouPH3On... to ImnAu2xKC... (flutter/engine#35026) 2022-07-30 08:35:04 +00:00
skia-flutter-autoroll
797ce3b963 Roll Skia from 3605b5fd7e1e to 1582bbea8620 (4 revisions) (flutter/engine#35023) 2022-07-30 03:09:04 +00:00
skia-flutter-autoroll
281e73a8e9 Roll Skia from e9e06c11b723 to 3605b5fd7e1e (1 revision) (flutter/engine#35017) 2022-07-30 02:02:03 +00:00