Chris Bracken
83dcf51c7b
Use string_view inputs for conversion functions ( flutter/engine#26031 )
...
This offers a small improvement in performance in cases where the input
is a raw char* or wchar_t* string due to not having to perform an
implicit conversion to std::string/std::wstring.
Code cleanup covered by existing tests, which already use raw C strings.
2021-05-08 11:17:41 -07:00
Dan Field
2e2d3b74a5
Make SceneBuilder.push* not return nullable objects ( flutter/engine#25991 )
2021-05-07 23:39:01 -07:00
Chris Bracken
d27dbba25a
Extract FML command_line target ( flutter/engine#26028 )
...
Command-line argument parsing is valuable even in the absence of the
rest of FML's functionality.
This is pre-factoring for uwptool, which adds an adb-like helper tool
for install, uninstall, and launch of UWP applications for Windows
platforms.
See: https://github.com/flutter/flutter/issues/81756
2021-05-07 23:12:34 -07:00
Chris Bracken
4018a4f45b
Extract Windows string_conversion target ( flutter/engine#26029 )
...
String conversion between UTF-8 and UTF-16 encodings is useful even in
the absence of other common Windows functionality.
This is pre-factoring for uwptool, which adds an adb-like helper tool
for install, uninstall, and launch of UWP applications for Windows
platforms.
See: https://github.com/flutter/flutter/issues/81756
2021-05-07 23:12:27 -07:00
skia-flutter-autoroll
4f6a961a3c
Roll Skia from 72de83df3a03 to dabb2891c4a1 (4 revisions) ( flutter/engine#26025 )
2021-05-07 20:44:01 -07:00
Chris Bracken
50fc2bdb60
Add dependency on Windows SDK CIPD package ( flutter/engine#26003 )
...
We now build against a specific Windows SDK rather than whatever happens
to be installed on the host machine.
This also rolls the buildroot to include change
https://github.com/flutter/buildroot/pull/448 , which generates the WinRT
headers from the CIPD Windows SDK.
This also rolls an updated version of cppwinrt that includes supports
for long paths.
This also re-enables the UWP builder.
2021-05-07 17:08:28 -07:00
skia-flutter-autoroll
7a4bf11f83
Roll Skia from c411429239e9 to 72de83df3a03 (1 revision) ( flutter/engine#26024 )
2021-05-07 15:39:01 -07:00
skia-flutter-autoroll
afda40e6b4
Roll Fuchsia Linux SDK from 4numS0K6T... to -FIIsjZj2... ( flutter/engine#26023 )
2021-05-07 15:34:02 -07:00
Jason Simmons
82c4619f35
Exclude third_party/dart/third_party/devtools from the license script ( flutter/engine#25918 )
2021-05-07 14:34:02 -07:00
Ferhat
28c8b21329
Move more parts to libraries. ( flutter/engine#25863 )
2021-05-07 14:25:14 -07:00
skia-flutter-autoroll
c3a505f0ab
Roll Skia from 115645ee9b1b to c411429239e9 (7 revisions) ( flutter/engine#26018 )
2021-05-07 13:09:01 -07:00
Hunter Freyer
54bc92e051
[build_fuchsia_artifacts] Move license copying into BuildBucket(). ( flutter/engine#25815 )
...
Currently, the licenses are copied into the bucket just before
uploading it. Copying the licenses is definitely more about "building"
the bucket than it is about "processing the CIPD package", but
concretely, some tools complain if the license files arent there, and
I'd like to be able to use the cipd tool to upload the bucket
directly.
Co-authored-by: Hunter Freyer <hjfreyer@google.com>
2021-05-07 12:51:02 -07:00
Felipe Archondo
155f71c9b0
[vsync_waiter] add AwaitVSyncForSecondaryCallback() ( flutter/engine#25787 )
2021-05-07 15:29:05 -04:00
Kaushik Iska
2fead370b3
Streamline frame timings recording ( flutter/engine#25892 )
2021-05-07 12:14:01 -07:00
Rich Kadel
ec987a9868
Fixes BUILD.gn if is_fuchsia (legacy embedder) and is_debug ( flutter/engine#25858 )
...
Current recommended build methods may not trigger this issue, but
while trying different options, building flutter for the first time, I
noticed a build error because `defines` was assigned twice.
If building with both options is ever supported, I think this
fixes the error.
2021-05-07 10:57:33 -07:00
David Worsham
1e82ae9b8e
fuchsia: Fix multi-views fallout ( flutter/engine#25984 )
2021-05-07 10:53:07 -07:00
Dan Field
b26e387750
Delete unused method from engine_layer.h ( flutter/engine#25924 )
2021-05-07 10:34:01 -07:00
skia-flutter-autoroll
78e98b40d2
Roll Skia from 1dc2d0fe0fa0 to 115645ee9b1b (2 revisions) ( flutter/engine#26012 )
2021-05-07 10:19:01 -07:00
skia-flutter-autoroll
10195cb533
Roll Skia from adadb95a9f1e to 1dc2d0fe0fa0 (98 revisions) ( flutter/engine#26009 )
2021-05-07 08:54:03 -07:00
Matej Knopp
5f6eb6479b
Implement smooth resizing for Linux ( flutter/engine#25884 )
2021-05-07 08:44:01 -07:00
Ferhat
d9c668cf82
[web] Fix incorrect physical size due to visualviewport api on iOS ( flutter/engine#25895 )
2021-05-06 21:02:08 -07:00
Jason Simmons
4d71fc5b8b
Ensure that AutoIsolateShutdown drops its reference to the DartIsolate on the intended task runner ( flutter/engine#25899 )
2021-05-06 20:24:02 -07:00
gaaclarke
1734ce7f8a
Moved PlatformMessage's to unique_ptrs ( flutter/engine#25860 )
2021-05-06 20:19:01 -07:00
J-P Nurmi
4268ae8f75
[Linux] revise dark theme detection ( flutter/engine#25535 )
2021-05-06 20:14:01 -07:00
Alexander Aprelev
2ba8ec34d3
Roll buildroot to pick change to cppwinrt invocation ( flutter/engine#25993 )
...
* Roll buildroot to pick change to cppwinrt invocation
* disable uwp builders
2021-05-06 19:09:00 -07:00
skia-flutter-autoroll
e2f1ecc73d
Roll Skia from 537293bf155f to adadb95a9f1e (1 revision) ( flutter/engine#25905 )
2021-05-03 19:54:01 -07:00
skia-flutter-autoroll
511600d018
Roll Skia from bf688645acf9 to 537293bf155f (1 revision) ( flutter/engine#25904 )
2021-05-03 17:39:02 -07:00
George Wright
65d744bcdf
Don't call release_proc when attempting to wrap an SkSurface which fails ( flutter/engine#25901 )
2021-05-03 16:42:51 -07:00
Tong Mu
0184cd3c70
[Win32] Don't redispatch ShiftRight keydown event ( flutter/engine#25882 )
...
Makes Win32 stop redispatching ShiftRight keydown event even if the framework does not handle it.
2021-05-03 15:33:02 -07:00
skia-flutter-autoroll
e8afb83d19
Roll Skia from 75b43ce6ccd3 to bf688645acf9 (6 revisions) ( flutter/engine#25897 )
2021-05-03 15:29:01 -07:00
Yegor
fa6511a20f
Revert "Fix a11y placeholder on desktop; auto-enable engine semantics ( #25830 )" ( flutter/engine#25898 )
...
It broke an integration test on the framework side.
This reverts commit 9e8cb6ac312e41bd70945f8178b0077b44a5241d.
2021-05-03 14:44:58 -07:00
chunhtai
b80e0baf75
Fixes ios accessibility send focus request to an unfocusable node ( flutter/engine#25738 )
2021-05-03 13:39:01 -07:00
skia-flutter-autoroll
232681c0ad
Roll Skia from 671177905d22 to 75b43ce6ccd3 (1 revision) ( flutter/engine#25891 )
2021-05-03 12:24:01 -07:00
Dan Field
ce6f1f5fd0
Avoid calling Dart_HintFreed more than once every five seconds ( flutter/engine#25827 )
2021-05-03 12:19:01 -07:00
Yegor
9e8cb6ac31
Fix a11y placeholder on desktop; auto-enable engine semantics ( flutter/engine#25830 )
...
* auto-enable semantics
* fix a11y placeholder on desktop
2021-05-03 11:30:24 -07:00
Mouad Debbar
d05c96d8fa
[web] Fix some regex issues in the sdk_rewriter ( flutter/engine#25866 )
2021-05-03 11:10:11 -07:00
skia-flutter-autoroll
bb198fa5e0
Roll Skia from ec79349bad50 to 671177905d22 (4 revisions) ( flutter/engine#25888 )
2021-05-03 10:04:01 -07:00
xster
7e60885377
Fix crash when both FlutterFragmentActivity and FlutterFragment are destroyed and recreated ( flutter/engine#25851 )
2021-05-03 09:35:45 -07:00
skia-flutter-autoroll
0c02550af0
Roll Skia from ff8b52df55ff to ec79349bad50 (1 revision) ( flutter/engine#25886 )
2021-05-03 08:29:01 -07:00
skia-flutter-autoroll
a88472ae56
Roll Skia from c779d432f336 to ff8b52df55ff (2 revisions) ( flutter/engine#25881 )
2021-05-03 00:39:01 -07:00
skia-flutter-autoroll
4ac6613be8
Roll Skia from 5c95bcb48b9b to c779d432f336 (1 revision) ( flutter/engine#25880 )
2021-05-02 23:14:02 -07:00
skia-flutter-autoroll
d2baac2779
Roll Skia from 5dfb3f40684b to 5c95bcb48b9b (1 revision) ( flutter/engine#25876 )
2021-05-02 00:49:02 -07:00
Dan Field
72f9b50bcd
deflake ( flutter/engine#25864 )
2021-04-30 21:11:03 -07:00
skia-flutter-autoroll
4fe52eda2e
Roll Skia from 097263bb5089 to 5dfb3f40684b (1 revision) ( flutter/engine#25870 )
2021-04-30 19:54:01 -07:00
skia-flutter-autoroll
0b65f2597e
Roll Skia from 31fddc376993 to 097263bb5089 (1 revision) ( flutter/engine#25865 )
2021-04-30 18:24:01 -07:00
David Worsham
e5f652a8af
fuchsia: Reliably forward View insets ( flutter/engine#25381 )
2021-04-30 16:24:06 -07:00
skia-flutter-autoroll
bab326a795
Roll Skia from 5276ba274b38 to 31fddc376993 (14 revisions) ( flutter/engine#25862 )
2021-04-30 15:19:01 -07:00
Dan Field
b09dbac3d5
Remove flake inducing timeouts ( flutter/engine#25847 )
2021-04-30 14:51:38 -07:00
heke123
c59ffe8b9a
Use "blur_sigma" instead of "blur_radius" in Shadow. ( flutter/engine#25760 )
2021-04-30 14:34:02 -07:00
Ferhat
c3bebcf344
Move path part files to libraries ( flutter/engine#25842 )
2021-04-30 11:14:46 -07:00