13400 Commits

Author SHA1 Message Date
gaaclarke
46ccd1d5f3 Added exception if you try to reply with a non-direct ByteBuffer. (flutter/engine#25952) 2021-05-12 16:12:38 -07:00
skia-flutter-autoroll
b128338406 Roll Skia from 0270bf5d10be to 4e9d5e2bdf04 (5 revisions) (flutter/engine#26102) 2021-05-12 14:04:03 -07:00
Chris Bracken
2a789db343 Set exitcode to 0 on successful uwptool launch (flutter/engine#26105)
Also adds some user-friendly messages to stderr to aid with any
debugging, and emits the PID to stdout.

Part of https://github.com/flutter/flutter/issues/81756
2021-05-12 14:03:15 -07:00
Hrishikesh Kadam
578a22a54e Update documentation for embedding SplashScreen (flutter/engine#25943) 2021-05-12 13:59:02 -07:00
Ferhat
96734d1ed4 Move more parts to libs. Move bitmap/dom canvas to /html (flutter/engine#26072) 2021-05-12 12:54:35 -07:00
skia-flutter-autoroll
c000c18760 Roll Skia from 433d25c947e4 to 0270bf5d10be (5 revisions) (flutter/engine#26100) 2021-05-12 11:34:02 -07:00
gaaclarke
8fc40819e9 Sped up the objc standard message codec (flutter/engine#25998)
Sped up the StandardMessageCodec for iOS, tiny tweaks about 5% gain.
2021-05-12 10:45:36 -07:00
skia-flutter-autoroll
43f26dcae3 Roll Skia from 827bb729a84d to 433d25c947e4 (3 revisions) (flutter/engine#26097) 2021-05-12 10:09:01 -07:00
Sam Rawlins
ab389f1427 Remove "unnecessary" imports. (flutter/engine#25736)
In each library where an import is removed, the library uses some elements
provided by the import, BUT there is another import which provides all of the
same elements, and at least one more which the library uses.

In this change, we remove the imports which can be simply removed in favor of
the other already present imports.

See https://github.com/dart-lang/sdk/issues/44569 for more information.
2021-05-12 09:24:50 -07:00
skia-flutter-autoroll
3592fcec48 Roll Skia from d9a7c5953df3 to 827bb729a84d (2 revisions) (flutter/engine#26093) 2021-05-12 08:39:01 -07:00
skia-flutter-autoroll
0c8b1c41bc Roll Fuchsia Linux SDK from 1PbnXEErn... to MoY7UVVro... (flutter/engine#26091) 2021-05-12 08:19:01 -07:00
Zachary Anderson
a27d3d6fb1 Get licenses check deps from gclient rather than pub (flutter/engine#26077) 2021-05-12 08:09:02 -07:00
skia-flutter-autoroll
11597c94a2 Roll Skia from c1b6b6c615a7 to d9a7c5953df3 (2 revisions) (flutter/engine#26089)
https://skia.googlesource.com/skia.git/+log/c1b6b6c615a7..d9a7c5953df3

2021-05-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5d4a69b076e1 to 51f0f14b5681 (472 revisions)
2021-05-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from e2f083e4b0f5 to f0fdfa0d61df (1 revision)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC robertphillips@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2021-05-12 10:14:03 -04:00
skia-flutter-autoroll
abc630647f Roll Skia from 8fac6c13fa59 to c1b6b6c615a7 (1 revision) (flutter/engine#26088) 2021-05-11 23:24:02 -07:00
David Worsham
d77416d365 fuchsia: Fix first_layer handling (flutter/engine#26085) 2021-05-11 23:10:54 -07:00
Dan Field
51f1eb4284 SceneBuilder.addPicture returns the layer (flutter/engine#26074) 2021-05-11 20:11:30 -07:00
skia-flutter-autoroll
a52a4c4adc Roll Skia from 0c9962a7c8a5 to 8fac6c13fa59 (3 revisions) (flutter/engine#26084) 2021-05-11 18:44:01 -07:00
skia-flutter-autoroll
552bc2bb88 Roll Fuchsia Linux SDK from BTHMLi6Sh... to 1PbnXEErn... (flutter/engine#26082) 2021-05-11 17:49:01 -07:00
skia-flutter-autoroll
37713ca7c1 Roll Skia from 7c328b4b42c5 to 0c9962a7c8a5 (15 revisions) (flutter/engine#26079) 2021-05-11 17:19:02 -07:00
Chris Bracken
ef6d27f840 Formatting cleanup for CONTRIBUTING.md (flutter/engine#26080)
Re-wrap to 80 columns and use references for style guide links.

Unofficially, this is more about triggering a build than cleaning up.
2021-05-11 16:10:16 -07:00
Chris Bracken
82199aacc5 Add uwptool.exe (flutter/engine#26038)
uwptool is a helper tool used by the flutter command-line tool. It can
be thought of as analogous to adb for Android or libimobiledevice for
iOS.

Its core functions are:
* List installed apps. (included in this patch)
* Launch an app with a set of launch arguments. (included in this patch)
* Install an app (included in a later patch).
* Uninstall an app (included in a later patch).

Part of https://github.com/flutter/flutter/issues/81756
2021-05-11 15:01:24 -07:00
skia-flutter-autoroll
fdff189257 Roll Skia from 96bc12d19b9e to 7c328b4b42c5 (5 revisions) (flutter/engine#26071) 2021-05-11 14:04:02 -07:00
Kaushik Iska
415e234268 Unique frame number for each frame (flutter/engine#26021)
This gets created during vsync and stays for the
lifecycle of the frame.
2021-05-11 13:59:11 -07:00
David Iglesias
f008ec9958 [web] Resolve OS as iOs for iDevice Safari requesting desktop version of app. (flutter/engine#25957) 2021-05-11 13:59:01 -07:00
Ferhat
d9ba08c67b Revert "[web] Catch image load failures in --release builds (#25602)" (flutter/engine#26073)
This reverts commit 68aaf6df0a808f3cd407cc109172bb360d077d29.
2021-05-11 12:50:19 -07:00
Zachary Anderson
c5b6ecbb50 Use pub get --offline for flutter_frontend_server and const_finder (flutter/engine#26019) 2021-05-11 09:45:25 -07:00
Ferhat
68aaf6df0a [web] Catch image load failures in --release builds (flutter/engine#25602) 2021-05-11 09:17:14 -07:00
skia-flutter-autoroll
fd70ae6ed6 Roll Skia from bb006430ae82 to 96bc12d19b9e (3 revisions) (flutter/engine#26069) 2021-05-11 08:59:02 -07:00
skia-flutter-autoroll
d845cf0e24 Roll Skia from abdffd5d0055 to bb006430ae82 (1 revision) (flutter/engine#26066) 2021-05-11 07:29:01 -07:00
Michael Ludwig
be14e77dc7 Skip SimpleRasterizerStatistics test on Fuchsia (flutter/engine#26053)
* Skip SimpleRasterizerStatistics test on Fuchsia

This test depends on a valid default SkFontMgr to be installed. Otherwise, it uses an empty typeface, which leads to an SkTextBlob with empty bounds and unexpected test failures when Skia updates its quickReject() behavior.

Fuchsia is the only platform that does not install an SkFontMgr.

* Fix code style and line length
2021-05-11 09:37:15 -04:00
skia-flutter-autoroll
5aa0f81814 Roll Fuchsia Linux SDK from 4fB2dR4mP... to BTHMLi6Sh... (flutter/engine#26065) 2021-05-11 04:29:01 -07:00
skia-flutter-autoroll
71230b337b Roll Skia from cb41df0bfad4 to abdffd5d0055 (3 revisions) (flutter/engine#26064) 2021-05-11 04:14:01 -07:00
skia-flutter-autoroll
aa5af3408f Roll Skia from dc753cfc65ec to cb41df0bfad4 (1 revision) (flutter/engine#26061) 2021-05-10 23:49:01 -07:00
Yegor
848c588bf0 Fix a11y tab traversal (flutter/engine#25797)
* fix race with framework when using tab to traverse in a11y mode
2021-05-10 19:25:42 -07:00
skia-flutter-autoroll
6c4bd58b2c Roll Skia from 99ebb17aeda8 to dc753cfc65ec (3 revisions) (flutter/engine#26060) 2021-05-10 19:24:02 -07:00
skia-flutter-autoroll
95ee636aa3 Roll Skia from 799658f5c22d to 99ebb17aeda8 (9 revisions) (flutter/engine#26058) 2021-05-10 17:59:01 -07:00
Chris Bracken
32897a7bc3 Update README so it's not mobile-specific (flutter/engine#26057)
Flutter now covers many non-mobile platforms such as web, desktop, and
embedded scenarios. This updates the introductory text in the README to
match the wording used in the framework README.
2021-05-10 16:15:31 -07:00
Zachary Anderson
e9ca785106 Remove use of package:test and package:mockito from flutter_frontend_server tests (flutter/engine#26040) 2021-05-10 13:43:42 -07:00
Ferhat
b937510da2 Move parts to libraries (flutter/engine#26054) 2021-05-10 13:39:18 -07:00
skia-flutter-autoroll
1405370cac Roll Skia from ab1ec37ff32c to 799658f5c22d (12 revisions) (flutter/engine#26047) 2021-05-10 13:39:01 -07:00
skia-flutter-autoroll
348bcae42d Roll Fuchsia Linux SDK from ZYimHxg7C... to 4fB2dR4mP... (flutter/engine#26046) 2021-05-10 13:34:01 -07:00
Ferhat
093260e060 Remove debug print (flutter/engine#26051) 2021-05-10 13:32:18 -07:00
Jason Simmons
9cc475c98c Return a maximum nanoseconds value in FlutterDesktopEngineProcessMessages (flutter/engine#26026) 2021-05-10 13:29:01 -07:00
Mohit Kanwal
16fda154a3 Remove unused parameter. (flutter/engine#25940) 2021-05-10 13:19:01 -07:00
skia-flutter-autoroll
9ba6f5da18 Roll Fuchsia Linux SDK from KZCe5FqMb... to ZYimHxg7C... (flutter/engine#26043) 2021-05-09 01:24:01 -07:00
skia-flutter-autoroll
cb0929d203 Roll Skia from 686dd910dd6c to ab1ec37ff32c (2 revisions) (flutter/engine#26041) 2021-05-09 00:54:01 -07:00
skia-flutter-autoroll
c1759aa16a Roll Skia from dabb2891c4a1 to 686dd910dd6c (1 revision) (flutter/engine#26036) 2021-05-08 16:29:00 -07:00
skia-flutter-autoroll
c30c014900 Roll Fuchsia Linux SDK from -FIIsjZj2... to KZCe5FqMb... (flutter/engine#26034) 2021-05-08 11:59:01 -07:00
Chris Bracken
0b6166c139 Support windows registry access (flutter/engine#26032)
The Windows registry is structured as a hierarchy of named keys, each of
which may contain a set of named values of various datatypes.
RegistryKey objects own the underlying HKEY handle and ensure cleanup at
or prior to destruction.

This adds a RegistryKey class that does automatic resource management
for registry keys and provides convenience functions for accessing keys
and navigating the key hierarchy.

This is library code to be used in 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-08 11:20:04 -07:00
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