3872 Commits

Author SHA1 Message Date
skia-flutter-autoroll
975e150a37
Roll src/third_party/dart 017b1c46f6d5..518f09726660 (2 commits) (#18252) 2020-05-09 03:09:03 -07:00
skia-flutter-autoroll
2822520bbb
Roll src/third_party/dart 2a14a62112e6..017b1c46f6d5 (7 commits) (#18247) 2020-05-08 21:09:02 -07:00
skia-flutter-autoroll
9d8daf2383
Roll src/third_party/skia 6913d1bb1d7a..bf1904fd4898 (3 commits) (#18243) 2020-05-08 16:29:02 -07:00
Kaushik Iska
4418ce8825
Revert "Remove pipeline in favor of layer tree holder (#17688)" (#18242) 2020-05-08 16:09:02 -07:00
skia-flutter-autoroll
1b56f35d47
Roll src/third_party/dart 617bc54b715d..2a14a62112e6 (30 commits) (#18239) 2020-05-08 14:49:01 -07:00
skia-flutter-autoroll
9319d7c262
Roll src/third_party/skia 7359165e660c..6913d1bb1d7a (1 commits) (#18237) 2020-05-08 14:44:01 -07:00
skia-flutter-autoroll
576f0e1f9d
Roll src/third_party/skia c683912173bb..7359165e660c (1 commits) (#18234) 2020-05-08 12:49:04 -07:00
skia-flutter-autoroll
a1218dd3c4
Roll src/third_party/skia ac09f7cd7a28..c683912173bb (2 commits) (#18230) 2020-05-08 11:14:02 -07:00
Kaushik Iska
983de2c402
Remove pipeline in favor of layer tree holder (#17688)
go/flutter-pipeline-improvements for more details.
2020-05-08 10:51:10 -07:00
skia-flutter-autoroll
67675173b3
Roll src/third_party/skia b55372444d1b..ac09f7cd7a28 (2 commits) (#18229) 2020-05-08 09:44:02 -07:00
skia-flutter-autoroll
e5b0db6b05
Roll src/third_party/skia 8f6c3ed7c7be..b55372444d1b (4 commits) (#18224) 2020-05-08 00:39:01 -07:00
xster
40167b68ed
Make robolectric tests run against SDK 29 by default (#17996) 2020-05-07 23:29:02 -07:00
skia-flutter-autoroll
2ab918c189
Roll src/third_party/skia a14084ba1b41..8f6c3ed7c7be (1 commits) (#18223) 2020-05-07 23:14:02 -07:00
skia-flutter-autoroll
f422757751
Roll src/fuchsia/sdk/linux from MhpFP... to c1q_S... (#18222) 2020-05-07 22:59:02 -07:00
Robert Ancell
9ea2db5bac
Add FlMessageCodec, FlBinaryCodec, FlStringCodec (#18186)
Classs for binary message encoding/decoding that matches the ones in the Flutter services library.
2020-05-08 16:13:54 +12:00
skia-flutter-autoroll
9193d8ff83
Roll src/third_party/skia 0dc207f836da..a14084ba1b41 (3 commits) (#18219) 2020-05-07 20:19:03 -07:00
Robert Ancell
403931ff22
Add FlValue (#18185)
FlValue is a lightweight object used to contain the value types that Flutter
uses on platform channels.
2020-05-08 13:48:41 +12:00
skia-flutter-autoroll
5e361f57dc
Roll src/third_party/skia c66cd987f7c0..0dc207f836da (5 commits) (#18212) 2020-05-07 17:14:03 -07:00
stuartmorgan
716dbf00c8
Refactor GLFW embedding to support headless mode (#18205)
This does some long-overdue refactoring of the spaghetti code that grew in the GLFW embedding to begin providing a clearer separation between the engine and the window. It is now possible to register plugins, and run the runloop, on a headless engine, which makes headless mode much more usable. This is useful in some automated testing environments.

There is more refactoring that should be done in the future, but this is a good incremental point to stop as the PR is already large, and it provides useful new functionality as-is.
2020-05-07 17:10:11 -07:00
Siva
23cca3211f
Manual Roll of Dart 39e0e75fcf...ce62ad2e8b (#18211)
dart-lang/sdk@39e0e75fcf Remove ElementSuggestionBuilder
dart-lang/sdk@2707880f1b [vm] Fix various UBSan failures.
dart-lang/sdk@8c79102889 [vm/isolates] Move saved_initial_field_table to isolate group.
dart-lang/sdk@9eff98594f Cleanup unnecessary references to experiments that are enabled by default
dart-lang/sdk@d4514bef78 Bypass pub constraint validation for dartfix 0.1.7.
dart-lang/sdk@30da9d580b Ensure new analysis drivers are seeded with existing priority files
dart-lang/sdk@f16663a678 Convert LocalReferenceContributor to use SuggestionBuilder
dart-lang/sdk@7cbd5f6f78 [cfe] Add round-trip serialization support for loop nodes
dart-lang/sdk@9491c6cc48 [dart2js] Fix codegen/variance_subtype_cast_test
2020-05-07 16:27:09 -07:00
Kurun
15f72b8c0d
Support EventChannel C++ plugin API for Linux/Windows (#17015)
Fixes https://github.com/flutter/flutter/issues/49398
2020-05-07 15:54:59 -07:00
skia-flutter-autoroll
b582d774f0
Roll src/third_party/skia 0066adefa97d..c66cd987f7c0 (4 commits) (#18206) 2020-05-07 13:56:03 -07:00
skia-flutter-autoroll
5e7d6d05fd
Roll src/third_party/skia edea19858ccc..0066adefa97d (3 commits) (#18203) 2020-05-07 12:16:01 -07:00
Jason Simmons
88b9d42400
Remove the global engine entry timestamp (#18182)
The engine was using a global to store a timestamp representing the
launch of the engine.  This timestamp is initialized with a JNI call
on Android and during shell setup on other platforms.  Later the
timestamp is added to a FlutterEngineMainEnter timeline event used to
measure engine startup time in benchmarks.

This PR removes the global and the JNI call and moves the timestamp
into the settings object.
2020-05-07 11:29:28 -07:00
skia-flutter-autoroll
0dffdd5deb
Roll src/third_party/dart e86e4d61834a..ce62ad2e8b40 (13 commits) (#18201) 2020-05-07 11:26:02 -07:00
skia-flutter-autoroll
56fe6d2550
Roll src/third_party/skia 2871ab0727bf..edea19858ccc (3 commits) (#18198) 2020-05-07 09:31:02 -07:00
Kaushik Iska
ede658e2d1
[profiling] CPU Profiling support for iOS (#18087)
See flutter.dev/go/engine-cpu-profiling for details
2020-05-07 08:11:07 -07:00
skia-flutter-autoroll
d043923d7c
Roll src/third_party/skia e3d1de7c5281..2871ab0727bf (1 commits) (#18197) 2020-05-07 08:01:03 -07:00
skia-flutter-autoroll
fe3f8df81b
Roll src/third_party/skia 3b2db26c59d6..e3d1de7c5281 (4 commits) (#18192) 2020-05-07 03:46:03 -07:00
skia-flutter-autoroll
e9b2afefd3
Roll fuchsia/sdk/core/linux-amd64 from RpHTv... to MhpFP... (#18191) 2020-05-07 00:36:02 -07:00
skia-flutter-autoroll
35fa00629b
Roll src/third_party/skia 88d04cb51acf..3b2db26c59d6 (1 commits) (#18190) 2020-05-06 23:46:02 -07:00
skia-flutter-autoroll
e54bb9e204
Roll src/third_party/dart 4da5b40fb6dc..733153eb517c (23 commits) (#18188) 2020-05-06 23:26:02 -07:00
skia-flutter-autoroll
3953c3ccd1
Roll src/third_party/skia 18db52f2ee56..88d04cb51acf (13 commits) (#18183) 2020-05-06 18:26:02 -07:00
skia-flutter-autoroll
419afe38c9
Roll src/third_party/skia c1ad77cf482a..18db52f2ee56 (5 commits) (#18179) 2020-05-06 14:26:03 -07:00
Ali Mahdiyar
9cdb5a9b6a
Custom unicode handling for Android backspace via JNI to ICU (#17960) 2020-05-06 14:01:02 -07:00
skia-flutter-autoroll
ad7be6e774
Roll src/third_party/dart 8c8249fa0123..4da5b40fb6dc (14 commits) (#18177) 2020-05-06 12:21:03 -07:00
skia-flutter-autoroll
6ea0482a24
Roll src/third_party/skia 999257d870d7..c1ad77cf482a (2 commits) (#18176) 2020-05-06 12:11:02 -07:00
skia-flutter-autoroll
bc30355ffe
Roll src/third_party/skia c5727d8e34d2..999257d870d7 (5 commits) (#18174) 2020-05-06 10:06:02 -07:00
skia-flutter-autoroll
337ec63cc2
Roll src/third_party/skia 1e8fb04b29b9..c5727d8e34d2 (1 commits) (#18173) 2020-05-06 07:56:13 -07:00
skia-flutter-autoroll
961fa14834
Roll src/third_party/dart 1ef444139c4c..8c8249fa0123 (11 commits) (#18172) 2020-05-06 05:32:02 -07:00
skia-flutter-autoroll
6a379cc2fc
Roll fuchsia/sdk/core/linux-amd64 from gnNdl... to RpHTv... (#18171) 2020-05-06 05:17:02 -07:00
skia-flutter-autoroll
c1bd64a30c
Roll src/third_party/skia e1c0cb3de8ab..1e8fb04b29b9 (3 commits) (#18168) 2020-05-06 02:27:02 -07:00
skia-flutter-autoroll
15752ee41f
Roll src/third_party/skia 0cbd58766ace..e1c0cb3de8ab (8 commits) (#18167) 2020-05-05 23:42:03 -07:00
Robert Ancell
805a8874cb
Add first Linux shell tests (#18159) 2020-05-06 15:33:11 +12:00
skia-flutter-autoroll
8a8cd5d6f4
Roll src/third_party/dart 7bb38670d279..1ef444139c4c (22 commits) (#18161) 2020-05-05 16:37:02 -07:00
skia-flutter-autoroll
d104f876ac
Roll src/third_party/skia 3d311a983bf0..0cbd58766ace (2 commits) (#18152) 2020-05-05 12:27:02 -07:00
skia-flutter-autoroll
c2c6ad93bc
Roll src/third_party/skia 41e377d1baf0..3d311a983bf0 (9 commits) (#18150) 2020-05-05 10:12:03 -07:00
skia-flutter-autoroll
8e91235d94
Roll fuchsia/sdk/core/linux-amd64 from xJlpY... to gnNdl... (#18148) 2020-05-05 09:42:51 -07:00
skia-flutter-autoroll
8c37cc952c
Roll src/third_party/dart 9c94f0841078..7bb38670d279 (12 commits) (#18147) 2020-05-05 09:37:04 -07:00
skia-flutter-autoroll
33d2367950
Roll src/third_party/dart 01820c20a540..9c94f0841078 (17 commits) (#18143) 2020-05-05 02:09:02 -07:00