stuartmorgan
dda139248a
Fix method handler control flow in Windows and Linux text input plugins ( flutter/engine#17964 )
...
The existing logic incorrectly factored out a check that there were arguments too early, applying it to any message not already handled (including unhandled methods, such as methods added after the initial implementation) and thus failing if any unhandled message had no arguments.
Fixes https://github.com/flutter/flutter/issues/55653
2020-04-29 19:43:12 -07:00
Emmanuel Garcia
142a859137
Populate window.locale in Dart ( flutter/engine#18043 )
2020-04-29 19:24:16 -07:00
Mouad Debbar
f464cd1f7c
[web] Use correct shell operator to compare file limits ( flutter/engine#18032 )
2020-04-29 18:12:48 -07:00
Nurhan Turgut
6884f5158c
remove linux-chrome unit tests from cirrus CI ( flutter/engine#18035 )
2020-04-29 13:50:27 -07:00
Chinmay Garde
d1acd32a82
[Metal] On context loss with a paused texture source, preserve external pixel buffer. ( flutter/engine#18022 )
...
Fixes https://github.com/flutter/flutter/issues/55783
Requires follow-up https://github.com/flutter/flutter/issues/55926
2020-04-29 13:27:00 -07:00
Robert Ancell
1523f9e550
Replace usage of NULL with nullptr to match coding style ( flutter/engine#18023 )
2020-04-29 13:26:27 -07:00
skia-flutter-autoroll
9b01b53d31
Roll src/third_party/dart 05b7f49c7267..53601ecc18e5 (15 commits) ( flutter/engine#18036 )
2020-04-29 13:19:01 -07:00
Siva
048552580a
Revert all build changes made to test the Dart NNBD unfork CL. ( flutter/engine#18033 )
2020-04-29 12:32:30 -07:00
Dan Field
e8a8edd22a
use clang on Windows ( flutter/engine#17407 )
...
* use clang on Windows for everything but Android
This pulls the Clang build from Chromium. We should eventually switch to use the Fuchsia toolchain when it is available.
2020-04-29 09:38:15 -07:00
skia-flutter-autoroll
6f74c87cf3
Roll fuchsia/sdk/core/linux-amd64 from NeQ_8... to sKCYL... ( flutter/engine#18026 )
2020-04-29 07:24:03 -07:00
skia-flutter-autoroll
66f7abbe6a
Roll src/third_party/skia a50ce3c98357..8a6f2ed4ffd4 (3 commits) ( flutter/engine#18024 )
2020-04-29 07:14:02 -07:00
Robert Ancell
9d09f9ac4e
Use g_warning instead of stderr ( flutter/engine#17994 )
2020-04-29 15:13:29 +12:00
skia-flutter-autoroll
543732464a
Roll src/third_party/dart 726d3c772554..207953f367e6 (79 commits) ( flutter/engine#18021 )
2020-04-28 20:09:02 -07:00
skia-flutter-autoroll
abef0f28dc
Roll src/third_party/skia 4baa7326ccfb..a50ce3c98357 (18 commits) ( flutter/engine#18017 )
2020-04-28 17:29:02 -07:00
Nurhan Turgut
bbc1712f43
use $CIRRUS_BASE_BRANCH for the branch name ( flutter/engine#18014 )
...
use $CIRRUS_BASE_BRANCH for getting the branch name when cloning the flutter repo.
2020-04-28 17:23:20 -07:00
xster
1db782cbf6
skip TextSemanticsFocusTest for flake ( flutter/engine#18015 )
2020-04-28 16:00:37 -07:00
George Wright
be852ec9a1
Set the max Vulkan API version when creating the GrContext ( flutter/engine#18007 )
2020-04-28 14:15:56 -07:00
Robert Ancell
c9b3285fa2
Run Flutter platform tasks in GLib main loop ( flutter/engine#17910 )
...
Fixes https://github.com/flutter/flutter/issues/54856
2020-04-29 09:13:58 +12:00
Jason Simmons
8b4d81c16d
Disable the import_internal_library analyzer check for dart:ui ( flutter/engine#18009 )
...
The latest version of dartanalyzer does not support disabling this for a
specific line of code.
2020-04-28 13:45:47 -07:00
xster
62a64ac11e
remove top padding when system UI in fullscreen mode ( flutter/engine#17985 )
2020-04-28 12:21:37 -07:00
skia-flutter-autoroll
4b1f1e905d
Roll fuchsia/sdk/core/linux-amd64 from 3h-X9... to NeQ_8... ( flutter/engine#18005 )
2020-04-28 10:59:07 -07:00
skia-flutter-autoroll
1f417ae411
Roll src/third_party/skia f5132a05c893..4baa7326ccfb (1 commits) ( flutter/engine#18003 )
2020-04-28 10:54:03 -07:00
skia-flutter-autoroll
b27d73318a
Roll src/third_party/skia 5f56cb1d3b4f..f5132a05c893 (6 commits) ( flutter/engine#17999 )
2020-04-28 01:54:02 -07:00
gaaclarke
03db531cb6
Bumped up the timeout for testAccessibilityFocusOnTextSemanticsProducesCorrectIosViews ( flutter/engine#17988 )
...
* Bumped up the timeout for testAccessibilityFocusOnTextSemanticsProducesCorrectIosViews
* ran formatter
* made an alternative version of the assertion
* removed log statements, seems to mess with the buildbot's xcpretty
2020-04-27 23:53:22 -07:00
skia-flutter-autoroll
bee87a02e5
Roll src/third_party/skia 81ef385c1fcd..5f56cb1d3b4f (14 commits) ( flutter/engine#17991 )
2020-04-27 23:39:05 -07:00
Siva
267d63e320
Trial PR to enable null safety unfork in the Dart SDK. ( flutter/engine#17818 )
...
* Trial PR to enable null safety unfork in the Dart SDK.
* Fix web-sdk builds.
* Manua; Roll of Dart cab69e77066b0db305187fd6e618a4f524ae9efd...03429b20cd67f85d65cc589b529ab8c1a4780912
dart-lang/sdk@ cab69e7706 [BUILD] - Initial CL to unfork the NNBD Dart SDK NOTE: This is a trial submit and will be reverted immediately.
2020-04-27 19:51:23 -07:00
skia-flutter-autoroll
bd041cf79d
Roll fuchsia/sdk/core/linux-amd64 from eapIV... to 3h-X9... ( flutter/engine#17987 )
2020-04-27 19:09:05 -07:00
liyuqian
0b7c37b9ba
Set SkSL asset manager in RunConfiguration ctor ( flutter/engine#17948 )
2020-04-27 17:49:04 -07:00
gaaclarke
63c6010814
Started ignoring remote keyboard notifications. ( flutter/engine#17981 )
2020-04-27 17:30:50 -07:00
godofredoc
4d8813b219
Reenable flutter scenic test to identify crashes and follow up on fixes. ( flutter/engine#17979 )
2020-04-27 15:14:04 -07:00
Kaushik Iska
3da19c6e27
Update buildroot ( flutter/engine#17978 )
2020-04-27 14:04:12 -07:00
skia-flutter-autoroll
766c3d55b3
Roll src/third_party/skia 78debd6f6d83..81ef385c1fcd (1 commits) ( flutter/engine#17976 )
2020-04-27 13:59:04 -07:00
Mouad Debbar
b14546eaba
[web] Don't allow empty initial route ( flutter/engine#17936 )
2020-04-27 13:54:07 -07:00
skia-flutter-autoroll
808d605ab1
Roll src/third_party/skia 981d590e8eba..78debd6f6d83 (5 commits) ( flutter/engine#17972 )
2020-04-27 06:09:05 -07:00
skia-flutter-autoroll
388481f11c
Roll src/third_party/skia 1ae3e75a0b4c..981d590e8eba (1 commits) ( flutter/engine#17968 )
2020-04-26 23:44:01 -07:00
Emmanuel Garcia
f6c5bdea96
Add initial unit tests for the android embedding ( flutter/engine#17921 )
2020-04-26 20:45:28 -07:00
skia-flutter-autoroll
a0b5e3ea3a
Roll src/third_party/dart 2e438d1baffc..a53d336b9fd4 (4 commits) ( flutter/engine#17967 )
2020-04-26 18:04:05 -07:00
skia-flutter-autoroll
7a822eb276
Roll src/third_party/skia 97cfb05aabe4..1ae3e75a0b4c (2 commits) ( flutter/engine#17966 )
2020-04-26 16:49:07 -07:00
skia-flutter-autoroll
ca5ac1e367
Roll src/third_party/skia c12aad9485a9..97cfb05aabe4 (3 commits) ( flutter/engine#17957 )
2020-04-26 00:29:01 -07:00
Nurhan Turgut
7b1df2e596
Change the repo fetch script used in integration tests ( flutter/engine#17943 )
...
* change the repo fetch script to recognize candidate versions such as flutter-1.17-candidate.3. Originally the script only accepted branches such as v0.7.3 as valid engine branches.
* addressing reviewer comments: changing the release regular expression
2020-04-24 17:08:39 -07:00
skia-flutter-autoroll
0751f10300
Roll src/third_party/skia 1e21d14f2b8b..c12aad9485a9 (20 commits) ( flutter/engine#17942 )
2020-04-24 16:49:02 -07:00
skia-flutter-autoroll
cf5de5334f
Roll src/third_party/dart a69cb6d700f5..216e3df4526c (16 commits) ( flutter/engine#17945 )
2020-04-24 16:44:02 -07:00
xster
664700007c
Fix accessibility focus loss when first focusing on text field ( flutter/engine#17803 )
2020-04-24 15:44:54 -07:00
skia-flutter-autoroll
c4f46db590
Roll fuchsia/sdk/core/linux-amd64 from _dAFU... to G4HpJ... ( flutter/engine#17938 )
2020-04-24 15:14:03 -07:00
Mouad Debbar
9c6091a02f
[web] Fix exception when getting boxes for rich text range ( flutter/engine#17933 )
2020-04-24 14:30:32 -07:00
Ferhat
061c6b3f32
[web] Batch systemFontChange messages ( flutter/engine#17885 )
...
* Batch systemFontChange messages
* Update test for async
2020-04-24 14:10:22 -07:00
skia-flutter-autoroll
90c85fac98
Roll fuchsia/sdk/core/linux-amd64 from kpECk... to _dAFU... ( flutter/engine#17929 )
2020-04-24 08:59:02 -07:00
skia-flutter-autoroll
6bc74012f5
Roll src/third_party/skia b965ff597315..1e21d14f2b8b (25 commits) ( flutter/engine#17928 )
2020-04-24 08:34:02 -07:00
skia-flutter-autoroll
3bc82e04f8
Roll src/third_party/dart b0d35855d88c..94178e920ee8 (37 commits) ( flutter/engine#17917 )
2020-04-23 19:19:02 -07:00
Robert Ancell
214641ff29
Fix units used in Linux shell timestamps. ( flutter/engine#17912 )
...
GTK uses timestamps in milliseconds, Flutter wants them in microseconds.
2020-04-24 13:30:34 +12:00