11352 Commits

Author SHA1 Message Date
Flutter GitHub Bot
8a2867b04c Roll src/third_party/dart df5036eb6e73..8e5354dccb64 (14 commits) (flutter/engine#16943) 2020-03-04 16:16:01 -08:00
Greg Spencer
6a2e36c37f Make GetDefaultFontFamilies return a vector<string> instead of… (flutter/engine#16928)
On Linux, there is rarely just one default font that can reasonably be expected to be on the platform. This PR changes the GetDefaultFontFamily call to be GetDefaultFontFamilies, and it now returns a vector<string> so that the font collection code can look up all of them, and if any of them exist, add them to the fallback list.

For Linux, I supplied the list "Ubuntu", "Cantarell", "DejaVu Sans", "Liberation Sans", and "Arial", which should cover a large proportion of linux machines. For the other platforms, I supplied a list of length one, containing the one fallback font that used to be defined. On Windows, I added "Segoe UI" as a default, since that is the default system font on newer Windows.

The goal of this function is to provide at least one font family that is installed, since otherwise linux (or any platform) will just have no font at all if the default font isn't found.
2020-03-05 00:45:53 +01:00
Flutter GitHub Bot
f35ba0b489 Roll src/third_party/skia 93d75eff08b0..50d7d6fd7280 (4 commits) (flutter/engine#16942) 2020-03-04 15:21:03 -08:00
Dan Field
0f559d6392 fix OOL def for dart_isolate_runner (flutter/engine#16941) 2020-03-04 13:56:08 -08:00
Ryan Macnak
ae7c21544b Roll Dart to df5036eb6e738c723339ed74c1e8ca93bea2570d. (flutter/engine#16936) 2020-03-04 13:45:24 -08:00
gaaclarke
cdf1a0d498 Added compiling the dart code for scenario tests as part of the xcode build (flutter/engine#16937) 2020-03-04 13:36:58 -08:00
Flutter GitHub Bot
0b72cd7a62 Roll src/third_party/skia 3a5974f68d4b..93d75eff08b0 (5 commits) (flutter/engine#16940) 2020-03-04 12:56:02 -08:00
Matt Carroll
9c9898bc94 Fixed splash screen crash when bringing Android app back to foreground after being evicted from memory. (#47635) (flutter/engine#16916) 2020-03-04 11:27:12 -08:00
Flutter GitHub Bot
c20fae3db3 Roll src/third_party/skia 64a3f8fcb749..3a5974f68d4b (8 commits) (flutter/engine#16934) 2020-03-04 11:21:04 -08:00
Dan Field
19fc68d3d2 Refactor isolate test (flutter/engine#16933)
Make the test harness reusable for other tests that want to launch a Dart VM
2020-03-04 11:10:39 -08:00
gaaclarke
f5761ab436 Fixed the ability to scroll to the top on iOS 13 (flutter/engine#16820) 2020-03-04 10:53:11 -08:00
Flutter GitHub Bot
7c5f697b32 Remove debug log (flutter/engine#16932) 2020-03-04 10:36:03 -08:00
skia-flutter-autoroll
b27e984dbf Roll fuchsia/sdk/core/mac-amd64 from VQHsS... to 8HrJn... (flutter/engine#16925) 2020-03-04 05:06:02 -08:00
skia-flutter-autoroll
80feba11aa Roll src/third_party/dart 5701c4fd3b11..57462f9ca520 (7 commits) (flutter/engine#16922) 2020-03-04 05:01:04 -08:00
stuartmorgan
d1c97282f2 Request EGL in GLFW window creation (flutter/engine#16924)
Skia expects an EGL context, but GLFW was defaulting to non-EGL, which
causes eglGetCurrentDisplay to fail--since the context wasn't made
current via EGL--with new versions of libglvnd. (It may have worked only
by accident with previous versions).

Fixes https://github.com/flutter/flutter/issues/47954
2020-03-04 14:00:44 +01:00
skia-flutter-autoroll
32a317e522 Roll src/third_party/skia 20ed48e8e963..64a3f8fcb749 (1 commits) (flutter/engine#16921) 2020-03-04 04:56:04 -08:00
skia-flutter-autoroll
feaf6d3f34 Roll fuchsia/sdk/core/linux-amd64 from ULy6Z... to vH9-3... (flutter/engine#16920) 2020-03-04 04:51:02 -08:00
skia-flutter-autoroll
c07a641fce Roll src/third_party/skia a54af923929b..20ed48e8e963 (1 commits) (flutter/engine#16918) 2020-03-03 18:19:01 -08:00
skia-flutter-autoroll
4950bc9356 Roll src/third_party/skia 4036cb1f0b6e..a54af923929b (1 commits) (flutter/engine#16917) 2020-03-03 16:44:01 -08:00
skia-flutter-autoroll
fe8b064c23 Roll fuchsia/sdk/core/mac-amd64 from cGxwD... to VQHsS... (flutter/engine#16914) 2020-03-03 15:34:01 -08:00
Chris Bracken
90f3de7400 Revert "Drop last usages of Dart_New from engine (#16838)" (flutter/engine#16915)
We believe this may be implicated in a Windows-specific crash during the
Flutter Gallery integration test.

See:
https://github.com/flutter/flutter/issues/51896

This reverts commit b41f86eb00e16e0dd6e1bfba7d670e05a8dafd4b.
2020-03-03 14:52:56 -08:00
skia-flutter-autoroll
f6c1d95ba6 Roll src/third_party/dart e7e45599cb1a..5701c4fd3b11 (25 commits) (flutter/engine#16913) 2020-03-03 14:29:03 -08:00
skia-flutter-autoroll
930568e6c3 Roll src/third_party/skia 964aa91580b6..4036cb1f0b6e (5 commits) (flutter/engine#16912) 2020-03-03 14:24:01 -08:00
skia-flutter-autoroll
2aa858770e Roll src/third_party/skia ae2da5e7f9b5..964aa91580b6 (4 commits) (flutter/engine#16911) 2020-03-03 12:49:03 -08:00
skia-flutter-autoroll
c52c4e62be Roll src/third_party/skia b58098f34c56..ae2da5e7f9b5 (3 commits) (flutter/engine#16910) 2020-03-03 09:29:01 -08:00
skia-flutter-autoroll
a83c0016e9 Roll src/third_party/dart c07d5d84b828..e7e45599cb1a (9 commits) (flutter/engine#16909) 2020-03-03 09:14:01 -08:00
skia-flutter-autoroll
68082b7ab5 Roll src/third_party/skia 96c2eb6258ae..b58098f34c56 (2 commits) (flutter/engine#16908) 2020-03-03 07:54:01 -08:00
skia-flutter-autoroll
04acc8cfb1 Roll fuchsia/sdk/core/linux-amd64 from uiAI5... to ULy6Z... (flutter/engine#16907) 2020-03-03 07:04:02 -08:00
skia-flutter-autoroll
1d81f1d96f Roll src/third_party/skia 853789cdfe3c..96c2eb6258ae (3 commits) (flutter/engine#16906) 2020-03-03 06:19:02 -08:00
skia-flutter-autoroll
d8036626ba Roll src/third_party/skia b19408040143..853789cdfe3c (1 commits) (flutter/engine#16905) 2020-03-03 04:44:03 -08:00
skia-flutter-autoroll
ccd420bbca Roll src/third_party/dart 06155d499645..c07d5d84b828 (3 commits) (flutter/engine#16904) 2020-03-03 03:54:01 -08:00
skia-flutter-autoroll
821085e974 Roll fuchsia/sdk/core/mac-amd64 from WmA2M... to cGxwD... (flutter/engine#16903) 2020-03-03 02:24:02 -08:00
skia-flutter-autoroll
e3046ff7a5 Roll src/third_party/dart ca3ad264a649..06155d499645 (3 commits) (flutter/engine#16902) 2020-03-02 23:04:03 -08:00
skia-flutter-autoroll
088f70dcdf Roll src/third_party/skia 73ae40a424fa..b19408040143 (4 commits) (flutter/engine#16901) 2020-03-02 22:59:02 -08:00
Dan Field
b41f86eb00 Drop last usages of Dart_New from engine (flutter/engine#16838)
Image
Codec
FrameInfo
Scene/Picture toImage
2020-03-02 21:30:28 -08:00
skia-flutter-autoroll
cb2e877e5d Roll src/third_party/skia 8121d27b297c..73ae40a424fa (1 commits) (flutter/engine#16900) 2020-03-02 21:24:02 -08:00
skia-flutter-autoroll
2335992bdf Roll src/third_party/skia b43cfa4d3f96..8121d27b297c (10 commits) (flutter/engine#16899) 2020-03-02 19:09:04 -08:00
skia-flutter-autoroll
87899850bc Roll src/third_party/dart 0b819161d778..ca3ad264a649 (18 commits) (flutter/engine#16898) 2020-03-02 17:39:01 -08:00
skia-flutter-autoroll
508e383163 Roll src/third_party/skia ded437003d0e..b43cfa4d3f96 (7 commits) (flutter/engine#16894) 2020-03-02 17:34:01 -08:00
skia-flutter-autoroll
9e5c729123 Roll fuchsia/sdk/core/linux-amd64 from 9NHsJ... to uiAI5... (flutter/engine#16893) 2020-03-02 17:29:01 -08:00
Dan Field
5e5e7a6081 Const finder missing static const list/map/set fields. (flutter/engine#16896) 2020-03-02 16:56:51 -08:00
skia-flutter-autoroll
a476a10f3f Roll fuchsia/sdk/core/mac-amd64 from q2DAy... to WmA2M... (flutter/engine#16892) 2020-03-02 13:14:01 -08:00
skia-flutter-autoroll
2f91639610 Roll src/third_party/skia 470f0637aeea..ded437003d0e (6 commits) (flutter/engine#16891) 2020-03-02 12:59:02 -08:00
Chris Bracken
88d9a5f43c Revert "Try rasterizing images and layers only once , even when their rasterization fails. Further enforce the same access threshold on layers as on Pictures. Previously layers would always be cached. The latter is a semantic change. (#16545)" (flutter/engine#16889)
This caused regression in several benchmarks, including:
animated_placeholder_perf. Regression tracked in
https://github.com/flutter/flutter/issues/51776.

This reverts commit ac4e9832c910a031bf2dfb36605edbc834397c2b.
2020-03-02 11:44:45 -08:00
skia-flutter-autoroll
83543c22ec Roll src/third_party/dart fbe9f6115d2f..0b819161d778 (3 commits) (flutter/engine#16888) 2020-03-02 11:44:02 -08:00
skia-flutter-autoroll
09a5e31716 Roll src/third_party/skia 9dd0bd78b2d7..470f0637aeea (11 commits) (flutter/engine#16887) 2020-03-02 11:24:02 -08:00
skia-flutter-autoroll
7674ec8473 Roll src/third_party/skia 986680240f81..9dd0bd78b2d7 (2 commits) (flutter/engine#16886) 2020-03-02 09:49:07 -08:00
skia-flutter-autoroll
306dff70f7 Roll src/third_party/dart 860dca93ea42..fbe9f6115d2f (9 commits) (flutter/engine#16885) 2020-03-02 06:24:02 -08:00
skia-flutter-autoroll
bdb9ca315e Roll src/third_party/skia 367dbff98555..986680240f81 (1 commits) (flutter/engine#16884) 2020-03-02 05:09:02 -08:00
skia-flutter-autoroll
6ee49ddeec Roll fuchsia/sdk/core/linux-amd64 from 22R78... to 9NHsJ... (flutter/engine#16882) 2020-03-02 00:14:01 -08:00