Zachary Anderson
1be6f414e7
Manual Dart SDK roll ( #23165 )
2020-12-17 21:42:21 -08:00
Kaushik Iska
f3c5ecd35c
Roll dart e182eac158cf..9bc7d4604277 ( #22332 )
2020-11-05 15:59:02 -08:00
Dan Field
2b1f9925e4
new lints ( #8849 )
...
Dart lints added:
* Avoid optional new
* Avoid optional const
* Prefer single quotes
* Prefer default assignment `=`
2019-05-07 16:10:21 -07:00
Ben Konyi
ca31a7c57b
Disable auth codes for Observatory test ( #8646 )
2019-04-18 17:46:32 -07:00
Michael Goderbauer
70a1106b50
Unify copyright lines ( #6757 )
2018-11-07 12:24:35 -08:00
Ryan Macnak
60bb5da33c
Reapply "Some cleanups enabled by removing support for Dart 1" ( #6250 )
...
Following fixes in dart-lang/sdk@91cbb57cd5
2018-09-14 09:36:13 -07:00
Michael Goderbauer
6f459e2f10
Revert "Reapply "Some cleanups enabled by removing support for Dart 1" ( #6216 )" ( #6232 )
...
This reverts commit e3133e0e3f7cbbd57fa930c11f3640561d691eba.
2018-09-12 12:07:20 +02:00
Ryan Macnak
e3133e0e3f
Reapply "Some cleanups enabled by removing support for Dart 1." ( #6216 )
...
- Add missing Dart 2 flags to gen_snapshot invocation.
- Disable brittle service test.
2018-09-10 17:03:54 -07:00
Alexander Aprelev
8a7af11f72
Fix IsolateStart event kind. ( #5978 )
2018-08-08 15:45:26 -07:00
Greg Spencer
6bfd413bee
Synchronizes analysis_options.yaml files, and turns on Function typedef lint. ( #5419 )
...
Addresses flutter/flutter#18028 for the engine repo, and synchronizes the analysis_options.yaml files between the engine and the flutter/flutter repo.
2018-05-30 16:06:05 -07:00
Alexander Aprelev
98f6c2d573
Fix shell launcher test (dart2 compliant and stop polling) ( #5009 )
...
* Make test Dart2 compliant
* Use service and debug events instead of polling to wait for isolate to start, run and resume.
* Refactor into _onServiceEvent. Wait for 'paused' event instead of 'isolate runnable'.
2018-04-16 19:31:43 -07:00
Chinmay Garde
58e84c8bf0
Re-land "Support multiple shells in a single process. ( #4932 )" ( #4998 )
...
* Re-land "Support multiple shells in a single process. (#4932 )"
This reverts commit 723c7d01439da4261bc836075fb55651ce9e7f03.
2018-04-13 13:48:15 -07:00
Jason Simmons
8fea842f02
Add a flag to sky_shell that keeps the process alive after the Dart script completes ( #3363 )
2017-01-25 12:06:23 -08:00
Adam Barth
e73c8a7f82
Run observatory tests in --non-interactive ( #3146 )
...
This patch is an attempt to fix a mysterious failure on the buildbot.
2016-10-19 14:13:22 -07:00
Chinmay Garde
9eb446e0d5
Move shell to //flutter and split shell/BUILD.gn into smaller pieces for each subcomponent. ( #3053 )
...
* Namespaces have been updated to reflect the move from //flutter/sky/shell to //flutter/shell.
* shell/BUILD.gn file has been split into smaller GN files for each subcomponent of the shell (common, GPU, diagnostic, testing).
* GN dependencies have been rewritten to stop exposing common shell dependencies as public. Duplicates have also been removed.
* GPU subcomponent has been updated make it more suitable for Vulkan integration.
* The GLFW backend has been resurrected.
2016-09-23 15:33:25 -07:00