15114 Commits

Author SHA1 Message Date
skia-flutter-autoroll
33162ca143 Roll Skia from b19be6381025 to e3ff9b178358 (1 revision) (flutter/engine#29274) 2021-10-20 18:21:31 -07:00
Dan Field
4984087a5e Remove stray log (flutter/engine#29273) 2021-10-20 17:28:01 -07:00
skia-flutter-autoroll
75cc2480e1 Roll Skia from 6dcb6b44e9d9 to b19be6381025 (1 revision) (flutter/engine#29271) 2021-10-20 16:58:01 -07:00
Jason Simmons
6e16f8ecd2 Call rapidjson::ParseResult::IsError to check for JSON parsing errors (flutter/engine#29270) 2021-10-20 16:53:01 -07:00
skia-flutter-autoroll
d3504ac447 Roll Skia from aaa70658c277 to 6dcb6b44e9d9 (3 revisions) (flutter/engine#29267) 2021-10-20 15:31:31 -07:00
Brandon DeRosier
546f244afe Fix bug where native image decoders aren't working in release mode (flutter/engine#29254) 2021-10-20 14:46:25 -07:00
skia-flutter-autoroll
2915221176 Roll Skia from dd07eb01c8dd to aaa70658c277 (2 revisions) (flutter/engine#29264) 2021-10-20 14:08:01 -07:00
skia-flutter-autoroll
4fb51e0b62 Roll Skia from cb3c02005c97 to dd07eb01c8dd (5 revisions) (flutter/engine#29261) 2021-10-20 12:46:31 -07:00
skia-flutter-autoroll
123e94e653 Roll Skia from 0edd2c33d31e to cb3c02005c97 (1 revision) (flutter/engine#29260) 2021-10-20 11:23:01 -07:00
skia-flutter-autoroll
27ded90055 Roll Skia from 8582724780d8 to 0edd2c33d31e (2 revisions) (flutter/engine#29258) 2021-10-20 09:58:01 -07:00
skia-flutter-autoroll
a5dbed7923 Roll Skia from d62b7ef97056 to 8582724780d8 (1 revision) (flutter/engine#29255) 2021-10-20 08:33:02 -07:00
Mouad Debbar
92a7a6b10f [web] Fix keyboard popping up unexpectedly on iOS (flutter/engine#29246) 2021-10-20 10:21:43 -04:00
skia-flutter-autoroll
ed6e9cd857 Roll Skia from 40b143c1743b to d62b7ef97056 (4 revisions) (flutter/engine#29252) 2021-10-20 00:43:00 -07:00
skia-flutter-autoroll
9fc8ca41cf Roll Skia from c9b917447577 to 40b143c1743b (2 revisions) (flutter/engine#29250) 2021-10-19 21:53:01 -07:00
utzcoz
824d6575f6 Refactor FlutterViewTest with extracting common test code to methods (flutter/engine#29226) 2021-10-19 21:18:01 -07:00
skia-flutter-autoroll
cb193fa5e1 Roll Skia from 2fceb21cb7ce to c9b917447577 (1 revision) (flutter/engine#29249) 2021-10-19 20:18:02 -07:00
Rich Kadel
b4e2f34518 Improving support for AOT builds of Fuchsia packages
The integration test works in debug/jit mode only, and building in
`profile` and `release` modes was not working, breaking some builders.

The workaround was to disable the test.

This PR will enable release/aot mode so it will build, and unblock both
the debug-mode version of the test (tested by CI) and release mode
builds of the repo.

Due to the request to unblock, this PR does not yet build packages in
`profile` mode that will run in Fuchsia, but it should at least build
without errors. Ongoing work is in progress to also support running in
release mode.
2021-10-19 17:06:29 -07:00
Rich Kadel
be6e1a27a9 Avoid masking the root build directory, masked by .gitignore rule 2021-10-19 17:06:29 -07:00
Mouad Debbar
dedd0625e3 [web] Implement TextAlign.justify (flutter/engine#29158) 2021-10-19 18:11:59 -04:00
Callum Moffat
cd18e95d73 [iOS] Fix duplicated keys when typing quickly on HW keyboard (flutter/engine#29113)
* [iOS] Fix duplicated keys when typing quickly on HW keyboard

* Address review (refactor constant)

* Change message loop constant name

* Apply suggestions from code review

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2021-10-19 14:57:11 -07:00
skia-flutter-autoroll
42d7e2b450 Roll Skia from e1bfa18fc512 to 2fceb21cb7ce (2 revisions) (flutter/engine#29247) 2021-10-19 14:28:01 -07:00
skia-flutter-autoroll
9fa1a15f81 Roll Skia from 835345aaa349 to e1bfa18fc512 (33 revisions) (flutter/engine#29243) 2021-10-19 13:06:33 -07:00
skia-flutter-autoroll
37aa055192 Roll Skia from a0c98f770f91 to 835345aaa349 (1 revision) (flutter/engine#29228) 2021-10-19 11:23:01 -07:00
Jason Simmons
e4bfa79de7 Remove Robolectric and add androidx.tracing to the android_embedding_dependencies package (flutter/engine#29233) 2021-10-19 11:13:01 -07:00
Mouad Debbar
0443ca6469 [web] Add support for textScaleFactor (flutter/engine#29028) 2021-10-19 10:33:54 -04:00
Dan Field
5ad9715fc9 Update firebase_testlab.py (flutter/engine#29239)
Use Pixel 5. Pixel 4 is becoming less available/deprecated on FTL.
2021-10-18 23:53:42 -07:00
LongCatIsLooong
7102d778c1 [ios key handling] Return the correct physical key when the keycode isn't mapped (flutter/engine#29197) 2021-10-18 18:03:02 -07:00
Dan Field
59847e64bd Do not serialize on UI/Raster threads for Shell::OnCreatePlatformView (flutter/engine#29145)
* Do not serialize on UI/Raster threads for Shell::OnCreatePlatformView
2021-10-18 14:46:46 -07:00
Yegor
e49a357627 [web] implement decodeImageFromPixels for CanvasKit (flutter/engine#29223)
* [web] implement decodeImageFromPixels for CanvasKit
2021-10-18 11:32:32 -07:00
skia-flutter-autoroll
c41dcf2e74 Roll Skia from 4021b947f7b0 to a0c98f770f91 (1 revision) (flutter/engine#29227) 2021-10-17 05:18:01 -07:00
skia-flutter-autoroll
2722471044 Roll Skia from 5bf1b51e61ce to 4021b947f7b0 (1 revision) (flutter/engine#29224) 2021-10-16 00:38:01 -07:00
skia-flutter-autoroll
ab7c664c00 Roll Skia from c41ac91167e3 to 5bf1b51e61ce (2 revisions) (flutter/engine#29221) 2021-10-15 23:16:31 -07:00
skia-flutter-autoroll
2161d69d76 Roll Skia from 409bb0195f9e to c41ac91167e3 (1 revision) (flutter/engine#29219) 2021-10-15 15:23:01 -07:00
Casey Hillers
6d1d8d490c [ci.yaml] Disable framework tests on release branches (flutter/engine#29213) 2021-10-15 13:33:04 -07:00
skia-flutter-autoroll
4eba172f4a Roll Skia from 0e55a137ddaa to 6a24fe4825b7 (2 revisions) (flutter/engine#29212) 2021-10-15 11:48:01 -07:00
Yegor
15e599d74d [web] add FlutterConfiguration, use it to supply local CanvasKit files (flutter/engine#29056)
* [web] add FlutterConfiguration, use it to supply local CanvasKit files in tests
2021-10-15 11:23:18 -07:00
skia-flutter-autoroll
b5e79d8195 Roll Skia from a750dfcce25c to 0e55a137ddaa (1 revision) (flutter/engine#29209) 2021-10-15 10:26:32 -07:00
skia-flutter-autoroll
414ef3bfc1 Roll Skia from b24bad31dc05 to a750dfcce25c (1 revision) (flutter/engine#29207) 2021-10-15 08:13:02 -07:00
Mouad Debbar
2e5df188fe [web] Add goldctl as a dependency in LUCI (flutter/engine#29168) 2021-10-15 10:05:45 -04:00
Ren You
1ca163b449 Revert "Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility (#29060)" (flutter/engine#29206)
This reverts commit 4a20ae9ca503214f62afe22acc92721d7f648fec.
2021-10-15 05:25:14 -07:00
skia-flutter-autoroll
5d22a04d1d Roll Skia from 012f7146067a to b24bad31dc05 (3 revisions) (flutter/engine#29203) 2021-10-15 00:28:01 -07:00
skia-flutter-autoroll
b9fa288d0a Roll Skia from 72602b668e22 to 012f7146067a (1 revision) (flutter/engine#29202) 2021-10-14 23:03:02 -07:00
Jason Simmons
a497ef787b Set the use_ios_simulator flag only on platforms where it is defined (iOS/Mac) (flutter/engine#29199) 2021-10-14 17:13:01 -07:00
Alexander Biggs
f8d6431176 [fuchsia] Create CF v2 Flutter runner. (flutter/engine#29142) 2021-10-14 16:23:01 -07:00
skia-flutter-autoroll
2d662356b3 Roll Skia from aa9656d8caa6 to 72602b668e22 (1 revision) (flutter/engine#29196) 2021-10-14 15:48:02 -07:00
Riley Porter
488d73e959 Ignore implicit_dynamic_function analyzer error for js_util generic methods (flutter/engine#29192) 2021-10-14 14:38:02 -07:00
sigmundch
357aae21f0 [web] use 'dart compile js' instead of 'dart2js' in web_ui and felt (flutter/engine#29179) 2021-10-14 14:33:01 -07:00
skia-flutter-autoroll
05302564f4 Roll Skia from d0c7f636453b to aa9656d8caa6 (3 revisions) (flutter/engine#29194) 2021-10-14 14:23:02 -07:00
Wyte Krongapiradee
4a20ae9ca5 Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility (flutter/engine#29060) 2021-10-14 13:08:03 -07:00
moko256
28b5d6b9a4 [UWP] Remove 1px offset to make root widget fully shown (flutter/engine#27922) 2021-10-14 13:03:01 -07:00