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
skia-flutter-autoroll
36e5741c32
Roll Skia from 9c81a4b7047d to 0b04b6b16f1f (1 revision) ( flutter/engine#26957 )
2021-06-24 19:56:01 -07:00
skia-flutter-autoroll
e303763b22
Roll Skia from 559185ad34e1 to 9c81a4b7047d (3 revisions) ( flutter/engine#26950 )
2021-06-24 15:36:01 -07:00
Harry Terkelsen
8eae346c44
Roll CanvasKit to 0.28.0 ( flutter/engine#26944 )
...
* Roll CanvasKit to 0.28.0
* Skip test on Safari
2021-06-24 15:01:17 -07:00
Anthony
a9d2396ddd
Remove unused assemble.py, spirv-assembler.cc is what is used ( flutter/engine#26949 )
2021-06-24 17:12:28 -04:00
Mouad Debbar
7cf398ef9e
[web] Honor background color when rendering text to dom ( flutter/engine#26908 )
2021-06-24 14:02:20 -07:00
Jason Simmons
d7bc71a47c
Log an error in DoMakeRasterSnapshot if Skia can not create a GPU render target ( flutter/engine#26772 )
2021-06-24 13:26:01 -07:00
Arjunsinh Jadeja
3cbfde36c2
Fix splash screen with theme references crash on Android API 21 ( flutter/engine#26083 )
2021-06-24 13:21:02 -07:00
Ahmed Ashour
6949cee7a7
Fix typo in tests names ( flutter/engine#26852 )
...
Fixes https://github.com/flutter/flutter/issues/84927
2021-06-24 13:11:53 -07:00
godofredoc
c08f5d8a25
Builder configuration for windows_host_engine. ( flutter/engine#26946 )
2021-06-24 13:11:01 -07:00
Viren Khatri
43e192d3d1
[docs] Add Gradient.sweep and TileMode.decal images ( flutter/engine#26848 )
...
Added missing Gradient.sweep images to TileMode and missing TileMode.decal images to Gradient.
Fixes flutter/flutter#84837
2021-06-24 13:10:09 -07:00
Ben Hagen
e6966a545d
Remove invalid texture error message ( flutter/engine#26816 )
...
This unifies the behaviour with other embedders.
Fixes flutter/flutter#84855
2021-06-24 13:08:37 -07:00
Rafal Walczyna
6024e186a2
Initialize EventChannel state ( flutter/engine#26761 )
...
OnCancel was firing randomly on event channel registering
because of uninitialized is_listening_ variable.
This PR fixes : flutter/flutter#84632
2021-06-24 13:07:56 -07:00
Robert Ancell
3fa5f09847
Re-enable non-smooth scrolling. ( flutter/engine#26549 )
...
Since 0561c75b4d events are now handled in a GtkEventBox and the duplicate
scroll events no longer occur.
Fixes https://github.com/flutter/flutter/issues/73823
2021-06-24 13:06:05 -07:00
skia-flutter-autoroll
edefd0add8
Roll Skia from 3722d3195be5 to bd7ed7434a65 (4 revisions) ( flutter/engine#26943 )
2021-06-24 13:01:01 -07:00
Dan Field
225eefb97f
font-subset builds its own zip bundle and adds a README ( flutter/engine#26927 )
2021-06-24 12:36:55 -07:00
Chase Latta
6c40a784a2
Make fuchsia python scripts work with python3 ( flutter/engine#26924 )
2021-06-24 12:11:02 -07:00
Darren Chan
7a203330e1
Emit viewRefFocused events in the flutter runner. ( flutter/engine#26791 )
...
Fulfill HostView.getCurrentFocusState and HostView.getNextFocusState platform message requests to deliver focus-related events to dart code.
Consolidate focus functionality (including requestFocus handling) to a new "FocusDelegate" class.
See https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.ui.views/view_ref_focused.fidl for details about focus state transitions and their meanings.
See https://fxbug.dev/77481 .
2021-06-24 14:48:10 -04:00
skia-flutter-autoroll
41bb96425a
Roll Skia from c5a65cb22d36 to 3722d3195be5 (1 revision) ( flutter/engine#26940 )
2021-06-24 11:36:01 -07:00
Kate Lovett
ea1ff8ab3b
[Engine] Support for Android Fullscreen Modes ( flutter/engine#25785 )
2021-06-24 10:56:01 -07:00
skia-flutter-autoroll
2a6abe950b
Roll Skia from ecee7cc6fe88 to c5a65cb22d36 (1 revision) ( flutter/engine#26937 )
2021-06-24 10:01:02 -07:00
skia-flutter-autoroll
4bf8facf67
Roll Skia from 2bf88911b930 to ecee7cc6fe88 (1 revision) ( flutter/engine#26936 )
2021-06-24 08:36:01 -07:00
skia-flutter-autoroll
4c2d394e67
Roll Skia from 8c3036c14570 to 2bf88911b930 (4 revisions) ( flutter/engine#26933 )
2021-06-24 02:11:01 -07:00
skia-flutter-autoroll
e24ce3cb4c
Roll Skia from 83420eb81773 to 8c3036c14570 (1 revision) ( flutter/engine#26930 )
2021-06-23 23:16:02 -07:00
skia-flutter-autoroll
9cefcd803e
Roll Skia from aa938cea3385 to 83420eb81773 (1 revision) ( flutter/engine#26929 )
2021-06-23 21:36:01 -07:00
skia-flutter-autoroll
1319f31d16
Roll Skia from 9a2d3d1e19e7 to aa938cea3385 (1 revision) ( flutter/engine#26926 )
2021-06-23 20:16:02 -07:00
skia-flutter-autoroll
6b93f119b5
Roll Skia from b1e8f85fb802 to 9a2d3d1e19e7 (1 revision) ( flutter/engine#26923 )
2021-06-23 17:41:01 -07:00
skia-flutter-autoroll
1ea6586f26
Roll Skia from d1d0a9f1f334 to b1e8f85fb802 (1 revision) ( flutter/engine#26920 )
2021-06-23 16:16:02 -07:00
Jason Simmons
8f6b21db2b
Symbolize crash backtraces using the Abseil debugging library ( flutter/engine#26916 )
2021-06-23 15:41:01 -07:00
skia-flutter-autoroll
8bb5ef3b71
Roll Skia from 80c83a1225d9 to d1d0a9f1f334 (19 revisions) ( flutter/engine#26918 )
2021-06-23 14:51:01 -07:00
Zachary Anderson
d4b386da55
Make clang_tidy test more hermetic ( flutter/engine#26910 )
2021-06-23 14:48:11 -07:00
chunhtai
9cca57abef
Reland ios accessibility scrolling support ( flutter/engine#26860 )
2021-06-23 13:36:16 -07:00
Zachary Anderson
6ec4ac1011
Fix tools/luci/build.py script ( flutter/engine#26895 )
2021-06-23 09:34:22 -07:00
Martin Kustermann
fde57f1f1d
Remove usages of --no-causal-async-stacks ( flutter/engine#26877 )
...
Passing the --causal-async-stacks flag to the VM will cause it to error
on VM startup. The VM will remove the flag entirely, but before doing so
we'll have to remove usages of the negated version of the flag, namely
--no-causal-async-stacks.
2021-06-23 14:30:26 +02:00
Dan Field
42ef4abc81
fix javadoc ( flutter/engine#26892 )
2021-06-22 23:01:01 -07:00
Zachary Anderson
39f533c8b8
Make ci/lint.dart more idiomatic and move to tools/clang_tidy ( flutter/engine#26722 )
2021-06-22 20:36:01 -07:00
skia-flutter-autoroll
0c22542504
Roll Skia from e2c4e7e62dad to 80c83a1225d9 (1 revision) ( flutter/engine#26893 )
2021-06-22 19:06:02 -07:00
Zachary Anderson
46d0947985
Add a python script for doing prod rebuilds ( flutter/engine#26889 )
2021-06-22 18:09:16 -07:00