skia-flutter-autoroll
82e6f6a4cd
Roll Dart SDK from 551e405d0b5d to 8a66cef2c42f (2 revisions) ( #20772 )
...
https://dart.googlesource.com/sdk.git/+log/551e405d0b5d..8a66cef2c42f
2020-08-26 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.10.0-59.0.dev
2020-08-25 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.10.0-58.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2020-08-25 21:12:08 -07:00
Siva
26488499b8
Remove support for option 'dart_custom_version_for_pub' that generates ( #20765 )
...
a custom version string of Dart for Flutter.
Dart is going to be removing support for this ability to generate
a custom version string (only dev branch hashes are being rolled into
flutter).
2020-08-25 19:55:01 -07:00
Zachary Anderson
961f044c55
Revert "Roll Fuchsia Linux SDK from LhYt1i9FP... to al88o71XB... ( #20756 )" ( #20770 )
...
This reverts commit ceaf605ae9cfc34d2065a9a07564d12c1a6ffb72.
2020-08-25 19:02:07 -07:00
skia-flutter-autoroll
21a82d8f6f
Roll Skia from 3c02c934afa7 to 2064111d555e (4 revisions) ( #20762 )
2020-08-25 17:31:01 -07:00
skia-flutter-autoroll
ceaf605ae9
Roll Fuchsia Linux SDK from LhYt1i9FP... to al88o71XB... ( #20756 )
2020-08-25 17:26:02 -07:00
Mouad Debbar
282792ad38
[web] Make word boundary consistent with native flutter ( #20747 )
2020-08-25 17:05:18 -07:00
Siva
04b0422e69
Manual roll of Dart from 5ca1f32905 to 551e405d0b ( #20758 )
...
dart-lang/sdk@551e405d0b Version 2.10.0-57.0.dev
dart-lang/sdk@ce494e7910 Add test for inference solving T? = dynamic.
dart-lang/sdk@0e1d32f10c [fuchsia][time] Use C11 timespec APIs for UTC time
dart-lang/sdk@08dd4b1faa Null-safe numbers: implement static typing rules, hook up for binary operators.
dart-lang/sdk@9be24ce946 [benchmark] Import MD5/SHA1/SHA256/SkeletalAnimation/SkeletalAnimationSIMD benchmarks from benchmarks-internal
dart-lang/sdk@675891ae0c Issue 43152. Use existing LineInfo in newDiagnosticMessage().
dart-lang/sdk@e868d3076c Issue 43151. Fix crash when a field shadows a super-interface method.
2020-08-25 16:56:14 -07:00
Filip Filmar
3fe49ec35d
[fuchsia] Adds a test for clock change ( #19993 )
...
This is a Fuchsia-only shell test, confirming that when the timezone
setting is changed on the realm via Fuchsia's FIDL interface
`fuchsia.settings.Intl`, the Dart isolate running in that realm receives
the change and starts reporting the appropriate timestamp.
We already have a [similar test][tst] that verifies the timezones in the
dart VM matches the local timezone at start, but there was no test that
also verified timezone changes.
[tst]: https://github.com/flutter/engine/blob/master/shell/common/shell_unittests.cc#L1166
See issue #61284
2020-08-25 16:24:25 -07:00
skia-flutter-autoroll
b1d9f863db
Roll Skia from 90242db9bd6b to 3c02c934afa7 (5 revisions) ( #20753 )
2020-08-25 15:06:02 -07:00
skia-flutter-autoroll
b57481e9b1
Roll Skia from 5660e8b4414b to 90242db9bd6b (6 revisions) ( #20751 )
2020-08-25 13:46:02 -07:00
Emmanuel Garcia
45f09403d8
Fix EGL_BAD_SURFACE when app is paused ( #20735 )
2020-08-25 12:39:40 -07:00
skia-flutter-autoroll
0f80fff356
Roll Skia from 578215be44d0 to 5660e8b4414b (7 revisions) ( #20749 )
2020-08-25 12:26:01 -07:00
Dan Field
4a88d5e109
Revert hint_freed ( #20746 )
...
This caused over-aggressive GCs, which vastly increased CPU usage benchmarks.
* Revert "fix build (#20644 )"
This reverts commit b59793ee20be29463fac7a79635bf20253f04107.
* Revert "Hint freed (#19842 )"
This reverts commit 3930ac1b25820baee3c67d921a0b009606cb3dae.
2020-08-25 11:55:40 -07:00
skia-flutter-autoroll
57f7748e73
Roll Fuchsia Mac SDK from HgyvAv5eG... to odfB5AW4C... ( #20744 )
2020-08-25 11:06:04 -07:00
skia-flutter-autoroll
dccac088ce
Roll Skia from 84cdc27399ed to 578215be44d0 (5 revisions) ( #20742 )
2020-08-25 11:01:01 -07:00
Mehmet Fidanboylu
d241105d7a
Pass platform configuration to Dart VM for insecure socket policy ( #20733 )
2020-08-25 10:56:03 -07:00
Maksim Lin
57fdf0a1fb
send newline char when input type is multiline ( #20660 )
2020-08-25 10:51:02 -07:00
Emmanuel Garcia
4de62c7c26
Revert "Enable hybrid composition by default on Android ( #20722 )" ( #20745 )
...
This reverts commit d16ba48e1d79cf0197e96c51c38300ee921baeb0.
2020-08-25 09:54:13 -07:00
skia-flutter-autoroll
5dd3d444c3
Roll Skia from 3cdc259008b5 to 84cdc27399ed (21 revisions) ( #20737 )
2020-08-24 16:56:02 -07:00
Emmanuel Garcia
d16ba48e1d
Enable hybrid composition by default on Android ( #20722 )
2020-08-24 13:10:23 -07:00
Emmanuel Garcia
8107b36c7b
Ensure loop is woken up at the right time ( #20721 )
2020-08-24 13:09:44 -07:00
xster
f8d2d7b42f
Fix font sorting problem due to iOS 14 fonts being broader ( #20557 )
2020-08-24 13:03:20 -07:00
skia-flutter-autoroll
b792de7bae
Roll Fuchsia Mac SDK from srqzFjKiY... to HgyvAv5eG... ( #20724 )
2020-08-24 12:51:02 -07:00
David Worsham
782f08280c
fuchsia: Clean shell_unittests under FEMU ( #20704 )
2020-08-24 12:47:31 -07:00
skia-flutter-autoroll
09e20c1b3e
Roll Skia from 60cf6748adae to 3cdc259008b5 (3 revisions) ( #20723 )
2020-08-24 12:46:01 -07:00
skia-flutter-autoroll
4caee91523
Roll Dart SDK from 4b5af9312298 to 5ca1f3290527 (2 revisions) ( #20726 )
2020-08-24 12:41:06 -07:00
Chris Yang
1c13abaab1
The ForwardingGestureRecognizers to have back reference to the PlatformViewsController so it can access FlutterViewController when its available ( #20708 )
2020-08-24 12:41:02 -07:00
Chinmay Garde
9939c26bd2
Fix race condition and data race in FrameInfoContainsValidWidthAndHeight. ( #20706 )
...
The data race: gl_surface_fbo_frame_infos_ in the test context to was appended
to on the raster task runner but read on the platform task runner. This is now
sidestepped by using a callback and pushing that responsibility to the test.
Setting the callback is guarded behind a mutex.
The race condition: The assertions were previously run when the UI thread was
done generating the frames. However, the assertions were run on the results
collected on the raster thread in response the frame requests from UI thread.
Just run the assertions on the raster thread directly.
Fixes https://github.com/flutter/flutter/issues/64344
2020-08-24 11:48:13 -07:00
skia-flutter-autoroll
09950ea468
Roll Skia from 370cbc70e080 to 60cf6748adae (1 revision) ( #20720 )
2020-08-23 22:51:01 -07:00
skia-flutter-autoroll
4bb6251015
Roll Dart SDK from 3367c66051ce to 4b5af9312298 (2 revisions) ( #20719 )
2020-08-23 22:11:01 -07:00
skia-flutter-autoroll
6e93ae663f
Roll Fuchsia Mac SDK from KGZUxRgWx... to srqzFjKiY... ( #20718 )
2020-08-23 13:36:02 -07:00
skia-flutter-autoroll
ab61c7c7dd
Roll Fuchsia Mac SDK from ihb9EES8t... to KGZUxRgWx... ( #20717 )
2020-08-23 00:31:01 -07:00
skia-flutter-autoroll
9ebafbd119
Roll Skia from d16d65476219 to 370cbc70e080 (1 revision) ( #20716 )
2020-08-22 19:31:02 -07:00
skia-flutter-autoroll
491be5c648
Roll Skia from bf7acb2707b8 to d16d65476219 (1 revision) ( #20713 )
2020-08-22 14:11:02 -07:00
Sanjay Chouksey
b6cb1f13dd
Update view attributes after creation ( #20638 )
2020-08-22 12:46:04 -07:00
skia-flutter-autoroll
aa08192a6b
Roll Fuchsia Mac SDK from YyBGPvl_S... to ihb9EES8t... ( #20711 )
2020-08-22 09:56:01 -07:00
skia-flutter-autoroll
1c0605dfc0
Roll Dart SDK from 51e3e9956f0f to 3367c66051ce (1 revision) ( #20709 )
2020-08-21 21:31:01 -07:00
LI DONGZE
da5eb26b5d
Reporting back native stacktrace to dart side for crash reporting. ( #20280 )
...
* Add native stacktrace on iOS
* Add native stacktrace on Android
* format and changing naming to errorWithCode on iOS
* reformat
* Remove stacktrace from decodeEnvelope, not needed.
* Separate encodeErrorEnvelopeWithStacktrace with original encode function
* Add unit tests
* re-format
* change comments for stacktrace
* Remove changes for iOS
Co-authored-by: Ben Li <libe@google.com>
2020-08-21 19:59:36 -07:00
skia-flutter-autoroll
c78d57bd7d
Roll Skia from be1455850c3c to bf7acb2707b8 (10 revisions) ( #20705 )
2020-08-21 18:01:02 -07:00
skia-flutter-autoroll
3a7eeb4fa4
Roll Fuchsia Mac SDK from blfxWCY-q... to YyBGPvl_S... ( #20703 )
2020-08-21 17:16:01 -07:00
skia-flutter-autoroll
f774281a0f
Roll Dart SDK from 39179049ede9 to 51e3e9956f0f (1 revision) ( #20702 )
2020-08-21 17:01:01 -07:00
skia-flutter-autoroll
dd6ad2eca6
Roll Skia from d7389b003ab9 to be1455850c3c (2 revisions) ( #20696 )
2020-08-21 16:36:01 -07:00
LongCatIsLooong
d6a0b965b0
Reland "account for inline placeholders in longest line calculation ( #20370 )" reverted in ( #20669 ) ( #20678 )
2020-08-21 16:31:02 -07:00
Jason Simmons
e09af86a26
Remove image sizes from Picture::GetAllocationSize ( #20673 )
2020-08-21 16:26:02 -07:00
David Worsham
fe8c154452
fuchsia: Rollback broken SDK and re-enable test ( #20699 )
...
https://github.com/flutter/flutter/issues/64343
2020-08-21 16:05:36 -07:00
David Worsham
158eacd843
fuchsia: Disable flaky test ( #20697 )
2020-08-21 12:26:15 -07:00
David Worsham
bb57fb4740
fuchsia: Fix elevation issues ( #20681 )
2020-08-21 11:57:09 -07:00
skia-flutter-autoroll
0f1b1bab85
Roll Fuchsia Linux SDK from LhYt1i9FP... to veVL2IxV1... ( #20695 )
2020-08-21 09:16:01 -07:00
skia-flutter-autoroll
078a517191
Roll Dart SDK from 58f4fe1787dd to 39179049ede9 (1 revision) ( #20694 )
2020-08-21 09:11:01 -07:00
skia-flutter-autoroll
d495da20d0
Roll Skia from 141ec1a151a9 to d7389b003ab9 (1 revision) ( #20693 )
2020-08-21 08:56:04 -07:00