Dan Field
a3893aea04
Fix benchmark ( #81449 )
2021-05-03 10:02:09 -07:00
Phil Quitslund
96e4b47f5d
sort directives ( #81624 )
2021-05-02 07:24:01 -07:00
Tong Mu
9956a35a5a
Hardware keyboard: codegen ( #73440 )
...
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
2021-04-30 21:06:03 -07:00
Greg Spencer
7bff366b96
Convert snippets tool to null safety ( #78646 )
2021-04-29 22:34:04 -07:00
Michael Goderbauer
3cbfe82d9d
Rev DevTools to 2.1.1 for tests ( #81515 )
2021-04-29 16:47:42 -07:00
Michael Goderbauer
41d0e1a95d
Add a fifth tool_integration_tests shard on Windows ( #81400 )
2021-04-28 13:38:20 -07:00
Jonah Williams
2b0d09dd81
[versions] roll versions and add ffi dep ( #81403 )
2021-04-28 11:19:03 -07:00
Abhishek Ghaskata
677ad02e60
Migrate non_nullable to null safety ( #81109 )
2021-04-27 19:05:05 -07:00
Abhishek Ghaskata
a195bcc0cf
Migrate dev/integration_tests/ui to null safety ( #80624 )
2021-04-27 18:50:51 -07:00
Jenn Magder
e2166f8b3e
Mark dart_plugin_registry_test not flaky ( #81346 )
2021-04-27 18:44:02 -07:00
Jenn Magder
c7d7a28024
Mark linux_skp_generator not flaky ( #81347 )
2021-04-27 18:34:03 -07:00
yusufm
a083104830
Removing the agents task manifest.yaml file. ( #81064 )
...
All agents have been deleted and removing this entry with last few agent tasks that appear in the dashboard. And remove the test_manifest.dart as well.
Co-authored-by: yusufm <mohsinally@google.com>
2021-04-27 15:50:40 -07:00
Ian Hickson
6beafa7b16
Apply style guide regarding createTempSync pattern ( #81090 )
2021-04-27 14:59:03 -07:00
Angjie Li
cbdd9c4787
Revert "Refactor text editing test APIs (Mark III) ( #80003 )" ( #81316 )
...
This reverts commit 285b475124216c79198ff2d92e673d1dd10280a0.
2021-04-27 11:34:36 -07:00
Dan Field
0866005f70
Add benchmark for number of GCs in animated GIF ( #81240 )
2021-04-27 10:39:02 -07:00
Phil Quitslund
08d7811f7f
sort directives ( #81210 )
2021-04-27 10:09:02 -07:00
xster
ff2dde2c7f
Reland double gzip wrapping NOTICES to reduce on-disk installed space ( #80897 )
2021-04-26 22:35:45 -07:00
Jenn Magder
2cc74db6a5
Migrate forbidden_from_release_tests to null safety ( #81006 )
2021-04-26 18:09:02 -07:00
Christopher Fujino
3155972744
Skip roll-dev integration test until dev release is published ( #81253 )
2021-04-26 17:36:16 -07:00
Tong Mu
b8833afcc9
Migrate LogicalKeySet to SingleActivator ( #80756 )
...
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
2021-04-26 14:54:00 -07:00
Angjie Li
b74df388e1
Revert "Migrate to ChannelBuffers.push ( #76288 )" ( #81226 )
...
This reverts commit c26ed03c8a77810136cc087ae60048ace062842d.
2021-04-26 12:57:17 -07:00
Ian Hickson
4ff17343b2
Add skp_generator shard to LUCI config ( #81096 )
2021-04-26 12:14:39 -07:00
Jonah Williams
7d6e581f61
[versions] roll in latest shelf ( #81099 )
2021-04-23 20:39:02 -07:00
Jason Simmons
992dba0c9a
Wait for frame rendering to stabilize before running the all_elements_bench benchmark ( #81086 )
2021-04-23 20:29:03 -07:00
yusufm
643fc8d5f7
Update README.md ( #81088 )
...
* Update README.md
Minor doc updates
* Update README.md
2021-04-23 20:24:49 -07:00
Christopher Fujino
8654e4ae3e
begin migrating //flutter/dev/tools to null-safety ( #80834 )
2021-04-23 20:24:03 -07:00
Ian Hickson
7ec7d4dae6
Test the skp_generator. ( #81087 )
2021-04-23 16:06:40 -07:00
Ian Hickson
c26ed03c8a
Migrate to ChannelBuffers.push ( #76288 )
...
* Migrate to ChannelBuffers.push
* Move TestDefaultBinaryMessenger to its own file
* Apply deprecations and fix usages
2021-04-23 15:39:34 -07:00
Emmanuel Garcia
b0a63c4ffe
Reland the Dart plugin registry ( #79669 )
2021-04-23 15:34:04 -07:00
yusufm
307e381935
Revert "Renaming win bot tasks to keep with existing conventions. ( #81058 )" ( #81066 )
...
This reverts commit d332cbdf627aba849d75f819ea28eb87191f8d4b.
2021-04-23 12:59:26 -07:00
yusufm
d332cbdf62
Renaming win bot tasks to keep with existing conventions. ( #81058 )
2021-04-23 11:49:03 -07:00
yusufm
25ba0f3a1b
Marking win bot tests and not flakey. ( #81049 )
...
Co-authored-by: yusufm <mohsinally@google.com>
2021-04-23 10:39:46 -07:00
Jonah Williams
e6d4b8cf0b
Revert "Migrate channels to null safety ( #80641 )" ( #81050 )
...
This reverts commit f55b2665e92aea59645b3b964bc9e2254bff7d1f.
2021-04-23 10:18:38 -07:00
Abhishek Ghaskata
f55b2665e9
Migrate channels to null safety ( #80641 )
2021-04-23 00:09:02 -07:00
Abhishek Ghaskata
4f2e7987f4
Migrate external_ui to null safety ( #80640 )
2021-04-23 00:04:03 -07:00
Jenn Magder
4825c639b6
Allow ios_add2app to be launched without tests ( #81009 )
2021-04-22 23:26:15 -07:00
Phil Quitslund
1105c8b956
ignore directives ordering in generated code ( #81017 )
2021-04-22 21:24:02 -07:00
Jenn Magder
4a79bc96d6
Fix "LUCI console" link ( #81012 )
2021-04-22 19:38:34 -07:00
Jenn Magder
0f899f2b64
Roll packages ( #80989 )
2021-04-22 15:01:49 -07:00
yusufm
7769b00085
Adding win devicelab bot results to dashboard. ( #80974 )
2021-04-22 13:24:02 -07:00
Greg Spencer
b33c7891c1
Fix the sample analyzer to analyze dart:ui and make the analyzer null safe ( #80742 )
2021-04-22 12:14:02 -07:00
Abhishek Ghaskata
a84ac2ec2c
Migrate customer_testing to null safety ( #80841 )
2021-04-22 10:56:51 -07:00
Jonah Williams
14759dc5a4
Revert "[flutter_tools] pin transitive deps during --transitive-closure ( #80911 )" ( #80959 )
...
This reverts commit c2aa193c5fb723ccf3ee80ceed08e5060ca7463f.
2021-04-22 09:39:39 -07:00
Jonah Williams
43c307b3f4
Revert "[devicelab] remove globals and dependency tracking from technical debt ( #80946 )" ( #80958 )
...
This reverts commit dc71d713d9d726022e1c73cedd7f8ef28c698a93.
2021-04-22 09:38:18 -07:00
Jonah Williams
dc71d713d9
[devicelab] remove globals and dependency tracking from technical debt ( #80946 )
2021-04-22 09:21:07 -07:00
Jonah Williams
d9638d25d7
migrate from jcenter to mavencentral ( #80908 )
2021-04-21 21:41:07 -07:00
Jonah Williams
c2aa193c5f
[flutter_tools] pin transitive deps during --transitive-closure ( #80911 )
2021-04-21 21:40:48 -07:00
Abhishek Ghaskata
f608d893ad
Mirgrate gradle_deprecated_settings to null safety ( #80559 )
2021-04-21 21:34:03 -07:00
Jason Simmons
a21a22a666
Convert AnimatedSize to a StatefulWidget ( #80554 )
2021-04-21 18:44:03 -07:00
Ian Hickson
285b475124
Refactor text editing test APIs (Mark III) ( #80003 )
2021-04-21 18:29:04 -07:00