18117 Commits

Author SHA1 Message Date
Alexander Biggs
581afe50aa [fuchsia] Stop unimplemented TextInput from log spamming. (flutter/engine#33811) 2022-06-11 12:43:05 -07:00
skia-flutter-autoroll
659fcb777a Roll Skia from 3d6009ef2688 to f15f78c90512 (1 revision) (flutter/engine#33983) 2022-06-11 12:13:04 -07:00
skia-flutter-autoroll
d05c1feb11 Roll Fuchsia Linux SDK from 0blLh7ggm... to u8Tk-PE38... (flutter/engine#33980) 2022-06-11 01:58:04 -07:00
skia-flutter-autoroll
498cc30af2 Roll Skia from f5100888aced to 3d6009ef2688 (1 revision) (flutter/engine#33979) 2022-06-10 23:53:03 -07:00
joshualitt
03055d09f7 [web] Migrate Flutter Web DOM usage to JS static interop - 26. (flutter/engine#33354) 2022-06-10 14:30:24 -07:00
skia-flutter-autoroll
c091f2b3db Roll Skia from 5930798bad20 to f5100888aced (7 revisions) (flutter/engine#33971) 2022-06-10 13:43:04 -07:00
skia-flutter-autoroll
a8dd0cd8e1 Roll Fuchsia Linux SDK from RPtXooA1v... to 0blLh7ggm... (flutter/engine#33969) 2022-06-10 12:38:04 -07:00
skia-flutter-autoroll
00bcbd9cad Roll Skia from 4c6e6c19355f to 5930798bad20 (12 revisions) (flutter/engine#33968) 2022-06-10 12:18:05 -07:00
J-P Nurmi
f7d46e29c2 [Linux] take first steps towards testable text input (flutter/engine#33661)
This PR is a continuation of #33111 and includes necessary changes to test the `TextInputType.setClient()` platform channel call. Testing the actual text input flow requires a mock IM context that will follow in a separate PR.

* [Linux] pass GdkWindow instead of FlView to FlTextInputPlugin
* [Linux] add MockBinaryMessenger::ReceiveMessage()
* [Linux] add test for TextInputType.setClient
* Drop the offscreen window

GdkOffscreenWindow requires display & screen which is a problem in
headless mode. Luckily, we don't really need a window instance in tests
because its only passed as a client window to the IM context which will
be mocked out when we get to tests that depend on it.
2022-06-10 11:17:22 -07:00
joshualitt
6f522f41e5 [web] Migrate Flutter Web DOM usage to JS static interop - 25. (flutter/engine#33353) 2022-06-10 10:21:32 -07:00
Alexander Markov
8292927857 Remove uses of --lazy-async-stack Dart VM flag (flutter/engine#33964) 2022-06-10 10:12:56 -07:00
Mouad Debbar
d3317d1d3d [web] Cleaner types for EngineLineMetrics (flutter/engine#33911) 2022-06-10 08:43:05 -07:00
skia-flutter-autoroll
b7b481aba4 Roll Skia from 0a1ed2795d54 to 4c6e6c19355f (2 revisions) (flutter/engine#33959) 2022-06-10 08:03:04 -07:00
skia-flutter-autoroll
6cf520b52f Roll Skia from d840bd77e6bd to 0a1ed2795d54 (1 revision) (flutter/engine#33958) 2022-06-10 06:38:03 -07:00
skia-flutter-autoroll
262026ede2 Roll Skia from 640aec62450f to d840bd77e6bd (1 revision) (flutter/engine#33954) 2022-06-10 04:53:04 -07:00
skia-flutter-autoroll
910c341cbb Roll Skia from 8397375ef808 to 640aec62450f (2 revisions) (flutter/engine#33951) 2022-06-09 23:53:04 -07:00
skia-flutter-autoroll
edc0f2d03f Roll Fuchsia Linux SDK from HKMGrmyDg... to RPtXooA1v... (flutter/engine#33950) 2022-06-09 23:18:04 -07:00
skia-flutter-autoroll
9da362bdd7 Roll Skia from 5aa784801054 to 8397375ef808 (4 revisions) (flutter/engine#33946) 2022-06-09 18:38:04 -07:00
joshualitt
a310fd8816 [web] Fix typo in JS interop method. (flutter/engine#33947) 2022-06-09 18:18:13 -07:00
Jonah Williams
b30f87212c Use std::filesystem to compute output paths in blobcat and impellerc (flutter/engine#33939) 2022-06-09 15:48:05 -07:00
Jenn Magder
7f68c203f9 Create iOS simulator before running IosUnitTests (flutter/engine#33906) 2022-06-09 15:38:05 -07:00
Jason Simmons
6f247c88f5 Output the scenario app lint results at the path expected by the GN script (flutter/engine#33943) 2022-06-09 15:33:03 -07:00
godofredoc
154c2ba7c2 Auto-land dependabot changes that pass all the tests. (flutter/engine#33940) 2022-06-09 14:28:05 -07:00
dependabot[bot]
46f02cbb90 Bump github/codeql-action from 2.1.11 to 2.1.12 (flutter/engine#33775) 2022-06-09 13:43:04 -07:00
dependabot[bot]
290404cd45 Bump ossf/scorecard-action from 1.1.0 to 1.1.1 (flutter/engine#33774) 2022-06-09 13:38:05 -07:00
skia-flutter-autoroll
74577c67de Roll Skia from 19cdb1a9a6f7 to 5aa784801054 (2 revisions) (flutter/engine#33936) 2022-06-09 12:13:05 -07:00
Mouad Debbar
d1598e9d9d [web] Restore terminal's echo setting after felt quits (flutter/engine#33928) 2022-06-09 12:08:04 -07:00
Jackson Gardner
1fa365a275 Implement Webdriver-based Safari test harness (flutter/engine#33757)
* WebDriver stuff.

* Some refactoring and WebDriver improvements.

* Add license comments.

* TODO needs to have two slashes, not three.

* Remove dependency on OS/Xcode

* Revert "Remove dependency on OS/Xcode"

This reverts commit 1d02dc7857f31b845a9e4f1ee4e9f1f6e4269111.

* Disable golden tests for macOS Safari that were disabled for iOS Safari.

* Don't run tests that didn't run on ios Safari on Desktop Safari.

* Newline at end of file.

* Fixes as per Mouad's comments.

* Changes as per Yegor's comments.

* Fix analyzer issue.
2022-06-09 11:30:59 -07:00
Brandon DeRosier
e976003ff0 Fix solid stroke bindings in GLES (flutter/engine#33908) 2022-06-09 11:12:08 -07:00
skia-flutter-autoroll
2a3733969b Roll Skia from 60ce7871e774 to 19cdb1a9a6f7 (1 revision) (flutter/engine#33935) 2022-06-09 10:48:04 -07:00
joshualitt
65e48da91c [web] Migrate Flutter Web DOM usage to JS static interop - 24. (flutter/engine#33352) 2022-06-09 10:46:46 -07:00
Jason Simmons
71b57d8468 Update the impellerc GN template to match the behavior of flutter-spirv mode (flutter/engine#33917) 2022-06-09 10:18:04 -07:00
skia-flutter-autoroll
b521b57e16 Roll Fuchsia Linux SDK from MJBypTkuK... to HKMGrmyDg... (flutter/engine#33934) 2022-06-09 09:58:05 -07:00
skia-flutter-autoroll
21ef833892 Roll Skia from e25e4dc7e758 to 60ce7871e774 (2 revisions) (flutter/engine#33930) 2022-06-09 09:03:05 -07:00
William Hesse
dedb924576 Remove dependencies on package charcode (flutter/engine#33925)
The charcode package has been removed from the Dart SDK source
checkout, and the Flutter engine packages that list it in
their pubspecs do not depend on it directly or indirectly.

Remove it from their pubspecs, so they do not break when
the package disappears from the engine source checkout.

Bug: https://dart-review.googlesource.com/c/sdk/+/247500
2022-06-09 08:04:35 -07:00
skia-flutter-autoroll
5b28299c0a Roll Skia from 6a36fc1491fd to e25e4dc7e758 (1 revision) (flutter/engine#33926) 2022-06-09 06:18:04 -07:00
skia-flutter-autoroll
f0ed604baa Roll Skia from 124f9b023436 to 6a36fc1491fd (3 revisions) (flutter/engine#33924) 2022-06-09 04:13:05 -07:00
skia-flutter-autoroll
c214589d0c Roll Skia from ce763d8f94f4 to 124f9b023436 (1 revision) (flutter/engine#33919) 2022-06-08 21:13:05 -07:00
skia-flutter-autoroll
15dce50df6 Roll Fuchsia Linux SDK from lUlRxFc8U... to MJBypTkuK... (flutter/engine#33918) 2022-06-08 20:38:05 -07:00
William Hesse
7cbb6a2dd6 Change pub_get_offline hook to find engine src relative to script (flutter/engine#33869)
* Change pub_get_offline hook to find engine src relative to script

If a gclient checkout checks out engine source to a different directory,
the source packages should be found relative to the script location.

Bug: https://github.com/dart-lang/sdk/issues/49163

* Change pub_get_offline hook to find engine src relative to script

If a gclient checkout checks out engine source to a different directory,
the source packages should be found relative to the script location.

Bug: https://github.com/dart-lang/sdk/issues/49163

* Fix merge errors, run ci/bin/format.dart
2022-06-08 18:39:17 -07:00
Camille Simon
af20f79b0e Stop sending text to framework (flutter/engine#33892) 2022-06-08 17:13:01 -07:00
Dan Field
45633ced2a Purge resources on rasterizer teardown (flutter/engine#33890) 2022-06-08 16:58:04 -07:00
skia-flutter-autoroll
e4693324bc Roll Skia from 220f6e4ab1b9 to ce763d8f94f4 (2 revisions) (flutter/engine#33915) 2022-06-08 15:23:04 -07:00
skia-flutter-autoroll
14390b79e0 Roll Skia from 308b839a44d7 to 220f6e4ab1b9 (6 revisions) (flutter/engine#33914) 2022-06-08 13:58:04 -07:00
skia-flutter-autoroll
6de2d061b8 Roll Skia from ce2e111e7c15 to 308b839a44d7 (2 revisions) (flutter/engine#33909) 2022-06-08 12:33:05 -07:00
gaaclarke
166029f3a1 Added flag to disable the dart profiler on iOS (flutter/engine#33907) 2022-06-08 12:28:04 -07:00
skia-flutter-autoroll
ea85c956ca Roll Skia from 9245ecb239a2 to ce2e111e7c15 (2 revisions) (flutter/engine#33904) 2022-06-08 11:13:04 -07:00
Kaushik Iska
7a71b8cbb3 [android] set presentation time via eglPresentationTimeANDROID (flutter/engine#33881)
Attempt to reland: https://github.com/flutter/engine/pull/29727/ with some fixes.
2022-06-08 12:49:58 -04:00
joshualitt
341c6f344d [web] Avoid returning List from DOM apis. (flutter/engine#33880) 2022-06-08 09:49:04 -07:00
skia-flutter-autoroll
6d22246c56 Roll Skia from c3d83ab18efa to 9245ecb239a2 (3 revisions) (flutter/engine#33903) 2022-06-08 09:48:04 -07:00