skia-flutter-autoroll
4658a68db0
Roll Dart SDK from 0796dd6c7bcf to bb03d195583c (1 revision) ( flutter/engine#26832 )
2021-06-18 23:14:01 -07:00
godofredoc
68417a2806
Remove autoninja calls from the analyze script. ( flutter/engine#26831 )
2021-06-18 20:29:01 -07:00
skia-flutter-autoroll
4eda3fe0a4
Roll Skia from 7bf6bc0d0604 to 5a479e187db4 (1 revision) ( flutter/engine#26829 )
2021-06-18 18:09:01 -07:00
godofredoc
fe04881df4
Remove gn. ninja commands from test runner. ( flutter/engine#26822 )
...
* Remove gn. ninja commands from test runner.
* Fix formatting issues.
* Remove trailing space.
* Initialize command variable.
2021-06-18 17:18:11 -07:00
skia-flutter-autoroll
585a07d2d0
Roll Skia from 3f0e25ca47ff to 7bf6bc0d0604 (5 revisions) ( flutter/engine#26827 )
2021-06-18 16:44:01 -07:00
Darren Chan
6ea64cbb71
[build] Speed up incremental & no-op builds. ( flutter/engine#26815 )
...
Per gn documentation, the output timestamp can remain the same if all outputs remain the same, resulting in large time savings since dependent targets don't need to be rebuilt.
See: https://gn.googlesource.com/gn/+/HEAD/docs/reference.md#target-declarations-action_declare-a-target-that-runs-a-script-a-single-time-outputs
Currently, `copy_debug_symbols.py` updates timestamps unconditionally, resulting in slower incremental and no-op builds.
We change its current behavior to not update the timestamps if the debug symbols will not change.
Local testing indicates around a `20s` improvement for no-op and incremental builds:
- Control: http://go/paste/4800062489100288
- Experiment: http://go/paste/5727928869453824
See https://fxbug.dev/79001 .
CC: @naudzghebre
2021-06-18 19:35:06 -04:00
Dan Field
0ffc2a12a5
Migrate //testing to nullsafety ( flutter/engine#26825 )
2021-06-18 16:19:01 -07:00
Harry Terkelsen
34df3d5419
[canvaskit] Only check missing glyphs against fallback fonts once per frame ( flutter/engine#26776 )
2021-06-18 15:24:13 -07:00
Harry Terkelsen
d26b2539fc
[canvaskit] Fix bug where empty scene doesn't overwrite contentful scene ( flutter/engine#26820 )
2021-06-18 14:55:50 -07:00
George Wright
4c831241c6
Roll buildroot to fc82ca44f1ae85c5fbfa06bd313477539ca50729 ( flutter/engine#26817 )
2021-06-18 14:30:09 -07:00
skia-flutter-autoroll
173877225f
Roll Skia from ca8191b0adef to 3f0e25ca47ff (15 revisions) ( flutter/engine#26819 )
2021-06-18 13:54:01 -07:00
chunhtai
d03313b7b3
Issues/80711 reland ( flutter/engine#26813 )
2021-06-18 12:34:02 -07:00
skia-flutter-autoroll
99cef9e7e3
Roll Skia from 8e814b3be082 to ca8191b0adef (6 revisions) ( flutter/engine#26809 )
2021-06-18 12:29:03 -07:00
skia-flutter-autoroll
fb73b98299
Roll Fuchsia Mac SDK from ih-TlZVj9... to qEI_C9coX... ( flutter/engine#26810 )
2021-06-18 12:24:05 -07:00
Dan Field
255c177a14
Delete window_hooks_integration_test.dart ( flutter/engine#26756 )
2021-06-18 12:24:02 -07:00
Brandon DeRosier
8c208005c3
Update NDK version ( flutter/engine#26787 )
2021-06-18 12:23:26 -07:00
J-P Nurmi
1cfd4bf44a
Web: add support for TextInputType.none ( flutter/engine#26573 )
2021-06-18 12:19:02 -07:00
skia-flutter-autoroll
a4a7e642ae
Roll Dart SDK from 369366069b83 to 0796dd6c7bcf (1 revision) ( flutter/engine#26807 )
...
https://dart.googlesource.com/sdk.git/+log/369366069b83..0796dd6c7bcf
2021-06-17 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.14.0-223.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
2021-06-18 11:31:48 -07:00
godofredoc
f7ececee99
Revert "Remove autoninja calls from the analyze script. ( #26752 )" ( flutter/engine#26812 )
...
This reverts commit 0f363535ba38fb4faed1a17bd9ab8636be258ef4.
2021-06-17 14:56:15 -07:00
godofredoc
0f363535ba
Remove autoninja calls from the analyze script. ( flutter/engine#26752 )
...
* Remove autoninja calls from the analyze script.
Calling autoninja from this script is preventing the roll of new depot
tools that requires autoninja to run from inside a goma context.
Bug: https://github.com/flutter/flutter/issues/84618
* Also remove gn commands.
* Comment the gn/ninja commands to build java tests.
* Remove the ninja command.
* Remove steps to build host_debug from tests.
* Assert folder exists.
* Remove outdated code.
* Fix path joining instructions.
2021-06-17 14:26:37 -07:00
skia-flutter-autoroll
6e9faa8f29
Roll Skia from e8502cc73c5d to 8e814b3be082 (6 revisions) ( flutter/engine#26805 )
2021-06-17 14:04:02 -07:00
Adlai Holler
3aaa10d762
Disable Skia reduceOpsTaskSplitting option ( flutter/engine#26568 )
...
This option will be the default in Skia soon. Per discussion in #26067 , let’s be explicit about disabling it for the time being, and we can revisit the flag in the future if desirable.
2021-06-17 13:11:40 -07:00
chunhtai
29ea8111ac
Revert "Support scrolling in iOS accessibility ( #26671 )" ( flutter/engine#26803 )
...
This reverts commit e933c9ab3e24dfa9e19da5d764edecec45ad19b4.
2021-06-17 10:59:46 -07:00
skia-flutter-autoroll
dc7eba4f7b
Roll Skia from b2cb817d23d0 to e8502cc73c5d (5 revisions) ( flutter/engine#26801 )
2021-06-17 10:39:01 -07:00
skia-flutter-autoroll
504dd33b0b
Roll Dart SDK from 914b1c6d1c88 to 369366069b83 (1 revision) ( flutter/engine#26799 )
2021-06-17 10:24:02 -07:00
Jason Simmons
f3254b3a60
Fix a leak of the resource EGL context on Android ( flutter/engine#26789 )
2021-06-17 08:59:01 -07:00
skia-flutter-autoroll
892b1fda33
Roll Skia from 491282486e34 to b2cb817d23d0 (4 revisions) ( flutter/engine#26795 )
2021-06-17 08:54:01 -07:00
skia-flutter-autoroll
00c319192b
Roll Skia from 33da72d168d7 to 491282486e34 (1 revision) ( flutter/engine#26793 )
2021-06-17 07:19:01 -07:00
skia-flutter-autoroll
a23c8771dc
Roll Dart SDK from 2084c5eeef79 to 914b1c6d1c88 (4 revisions) ( flutter/engine#26792 )
2021-06-17 05:49:01 -07:00
Tong Mu
6fc70b340b
Fix windows keyboard: Extended key, delegate order ( flutter/engine#26757 )
...
* Adjust order
* Update code
* Fix Extended
* Add tests
* Better constants
* Format
* Comment
* Link
2021-06-17 04:59:58 -07:00
skia-flutter-autoroll
f3d6c7cdee
Roll Skia from fab6ede2ec1d to 33da72d168d7 (24 revisions) ( flutter/engine#26790 )
2021-06-17 04:34:01 -07:00
skia-flutter-autoroll
31041a95a2
Roll Fuchsia Mac SDK from 0JD2eM0c_... to ih-TlZVj9... ( flutter/engine#26780 )
2021-06-17 01:24:01 -07:00
skia-flutter-autoroll
ed564751c7
Roll Dart SDK from 142674549a5d to 2084c5eeef79 (1 revision) ( flutter/engine#26778 )
2021-06-17 01:19:02 -07:00
skia-flutter-autoroll
2b6730ba69
Roll Skia from af8047dbb849 to fab6ede2ec1d (1 revision) ( flutter/engine#26779 )
...
https://skia.googlesource.com/skia.git/+log/af8047dbb849..fab6ede2ec1d
2021-06-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 2ee28d304f29 to b03adf374711 (9 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jmbetancourt@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
2021-06-17 00:30:44 -07:00
J-P Nurmi
98097883e7
FlTextInputType enum
2021-06-16 15:16:00 +12:00
J-P Nurmi
765ce54192
Linux: add support for TextInputType.none
...
TextInputType.none makes it possible to disable the virtual keyboard
for certain TextFields, and lays the foundations for custom in-app
virtual keyboards (flutter/flutter#76072 ).
Ref: flutter/flutter#83567
2021-06-16 15:16:00 +12:00
skia-flutter-autoroll
249f0296cf
Roll Dart SDK from 83edd189b2a3 to 142674549a5d (1 revision) ( flutter/engine#26777 )
2021-06-15 19:44:01 -07:00
Chinmay Garde
ba8b4b7161
Add family of dependencies that work on SPIRV. ( flutter/engine#26745 )
2021-06-15 18:04:01 -07:00
Jason Simmons
a52739882c
Fix JSON map type declaration for SystemChrome.setApplicationSwitcherDescription arguments ( flutter/engine#26769 )
2021-06-15 17:29:01 -07:00
skia-flutter-autoroll
d8647f1c65
Roll Skia from 6ae690f8b2f5 to af8047dbb849 (1 revision) ( flutter/engine#26775 )
2021-06-15 17:19:01 -07:00
skia-flutter-autoroll
2a93e4c21c
Roll Skia from 237bf5284da1 to 6ae690f8b2f5 (1 revision) ( flutter/engine#26774 )
2021-06-15 15:54:01 -07:00
skia-flutter-autoroll
e9f0f65466
Roll Dart SDK from 7f1d45fab187 to 83edd189b2a3 (1 revision) ( flutter/engine#26771 )
2021-06-15 15:14:01 -07:00
skia-flutter-autoroll
495daa9d1c
Roll Fuchsia Mac SDK from HLSrWqE34... to 0JD2eM0c_... ( flutter/engine#26770 )
2021-06-15 15:04:02 -07:00
skia-flutter-autoroll
5154dce3f4
Roll Skia from b5b7c982958d to 237bf5284da1 (24 revisions) ( flutter/engine#26768 )
2021-06-15 14:29:01 -07:00
Dan Field
badba54900
Migrate spirv to nnbd ( flutter/engine#26765 )
2021-06-15 11:09:01 -07:00
skia-flutter-autoroll
706f45843c
Roll Dart SDK from e0ea160bb165 to 7f1d45fab187 (1 revision) ( flutter/engine#26763 )
2021-06-15 10:44:02 -07:00
skia-flutter-autoroll
f4a23e6eeb
Roll Dart SDK from 03d33dd92243 to e0ea160bb165 (1 revision) ( flutter/engine#26758 )
2021-06-15 06:14:01 -07:00
skia-flutter-autoroll
817a5cac3e
Roll Skia from c238572723b0 to b5b7c982958d (1 revision) ( flutter/engine#26754 )
2021-06-15 00:44:01 -07:00
Gary Qian
8bd3a1ca26
Update create_sdk_cipd_package.sh ( flutter/engine#26755 )
2021-06-15 00:21:26 -07:00
skia-flutter-autoroll
eb64dae0f9
Roll Fuchsia Mac SDK from _VHCabwHc... to HLSrWqE34... ( flutter/engine#26753 )
2021-06-14 22:09:01 -07:00