1. c163ed9 Adds macOS raw keyboard mapping (#29231) by Francisco Magdaleno · 6 years ago
  2. 72605d2 Switch flutter_tools from script to app-jit snapshot. (#27749) by Jonah Williams · 6 years ago
  3. cd803ac Improve hot reload performance (#28152) by Jonah Williams · 6 years ago
  4. fa149ee Cupertino localization step 1: add an English arb file (#29200) by xster · 6 years ago
  5. 4906c7e Update README.md (#29369) by Dan Field · 6 years ago
  6. 439fbbe Update SDK constraints to reflect the fact that set literals are being used (#29389) by Brian Wilkerson · 6 years ago
  7. 7bed378 Only run codegen at start of flutter_test (#29171) by Jonah Williams · 6 years ago
  8. 97a8120 guard new formatter behind env var (#29340) by Dan Field · 6 years ago
  9. dcc965a Revert "Speculative fix for #29262 (#29273)" (#29319) by Dan Field · 6 years ago
  10. 53d4525 Speculative fix for #29262 (#29273) by Dan Field · 6 years ago
  11. 1ddd15f Update README.md by Shi-Hao Hong · 6 years ago
  12. b9f013c Make sure test reporter prints out stderr, and disables Bigquery for non-contributors (#29073) by Dan Field · 7 years ago
  13. 2a644f3 Run non-perf sensitive tests on Cirrus (#27971) by Dan Field · 7 years ago
  14. 3af88c5 add heartbeat (#29056) by Dan Field · 7 years ago
  15. d4a441a Add integration to all targets (#29020) by Jonah Williams · 7 years ago
  16. 4be4830 update readme for LUCI (#29023) by Dan Field · 7 years ago
  17. 77142b8 Revert "re-enable dart2js test (#29010)" (#29030) by Jonah Williams · 7 years ago
  18. 6a7f231 re-enable dart2js test (#29010) by Jonah Williams · 7 years ago
  19. a3b484d make coverage work again (#29016) by Dan Field · 7 years ago
  20. f67a529 Fix coverage shard and print summary after test run (#28970) by Dan Field · 7 years ago
  21. a2d349c select ResidentCompiler during FlutterDevice initialization (#28603) by Jonah Williams · 7 years ago
  22. e5b1ed7 Fix for post submit on cirrus (#28963) by Dan Field · 7 years ago v1.3.8
  23. 20e0f13 Test reporter (#28297) by Dan Field · 7 years ago
  24. 802eca2 set literal conversions (#27811) by Phil Quitslund · 7 years ago
  25. d91cfff switch tool tests to build runner (#28759) by Jonah Williams · 7 years ago
  26. 8361475 Revert "Remove the old HaTS implementation on API docs" (#28748) by Jonah Williams · 7 years ago
  27. c704d42 Update README.md (#28734) by Dan Field · 7 years ago
  28. 7ab3bc7 Be more strict about finding version number attached to a revision. (#28527) by Greg Spencer · 7 years ago
  29. d1cb00b Remove the old HaTS implementation on API docs (#28683) by Ja Young Lee · 7 years ago
  30. 387f885 Add missing trailing commas (#28673) by Alexandre Ardhuin · 7 years ago
  31. c63dcf3 Make shader warm-up async so it can handle image (#28687) by liyuqian · 7 years ago
  32. ec93468 Add capability to run build_runner tests for engine (#28684) by Jonah Williams · 7 years ago
  33. ccdd505 Fix spelling errors. (#28657) by Greg Spencer · 7 years ago
  34. 6350d0b disable dart2js test (#28555) by Jonah Williams · 7 years ago
  35. 19a6a6f Reland "Shader warm up (#27660)" (#28537) by liyuqian · 7 years ago
  36. e50ebfc remove personal repo and replace with trivial example for smoke test (#28386) by Jonah Williams · 7 years ago
  37. dd5559a Add LICENSE test to presubmit checks (#28369) by liyuqian · 7 years ago
  38. 6f5f037 Add basic web device and run support (#28302) by Jonah Williams · 7 years ago
  39. ce06ef4 increase timeout (#28480) by Dan Field · 7 years ago
  40. c940088 Add SHA256 checksums to published metadata (#28472) by Greg Spencer · 7 years ago
  41. d2a7641 remove json_schema dep again (#28517) by Jonah Williams · 7 years ago
  42. 2e3d9ea Mark non-flaky test as such (#28373) by liyuqian · 7 years ago
  43. 57a8b03 [Gallery] Fortnightly demo moved from flutter/samples. (#28125) by Will Larche · 7 years ago
  44. 0e984fb update packages (#28400) by Dan Field · 7 years ago
  45. b484a91 add2app test (#27712) by Dan Field · 7 years ago
  46. adc8e15 Revert "Shader warm up (#27660)" (#28376) by liyuqian · 7 years ago
  47. a44f174 Shader warm up (#27660) by liyuqian · 7 years ago
  48. 3837ec9 Reland #27754, now that bsdiff has moved to flutter/packages. (#28291) by Stanislav Baranov · 7 years ago
  49. d39a725 deploy to .dev firebase projects. (#28171) by Ray Rischpater, KF6GPE · 7 years ago
  50. 04b7a5b Reduce memory benchmark perf tests outer loop to 10. (#28281) by Dan Field · 7 years ago
  51. 3ce0c27 Make logcat less chatty on perf tests (#28272) by Dan Field · 7 years ago
  52. 2acf6fd Outline for survey implementation (#27305) by Jonah Williams · 7 years ago
  53. dff25a3 Fix Dashing rules to use new dartdoc CSS entity markers. (#27818) by Greg Spencer · 7 years ago
  54. 262f12b Remove remaining "## Sample code" segments, and fix the snippet generator. (#27793) by Greg Spencer · 7 years ago
  55. 67cf215 Add basic codegen app to be used for integration testing and benchmarks (#27257) by Jonah Williams · 7 years ago
  56. 9bc5656 Wire dart2js through flutter tool, add compilation test (#27668) by Jonah Williams · 7 years ago
  57. ed4e3da update packages and supress lint (#27902) by Dan Field · 7 years ago
  58. ef9c059 Hook up character events and unmodified code points to Android raw key event handling. (#27853) by Greg Spencer · 7 years ago
  59. 58939b7 Prevent tests from importing other tests. (#27800) by Ian Hickson · 7 years ago
  60. 431cfda Adding support for logical and physical key events (#27627) by Greg Spencer · 7 years ago
  61. bcd60fa Make sample analyzer more friendly for running locally. (#27648) by Greg Spencer · 7 years ago
  62. 2aad593 Add a keyboard key code generator. (#27620) by Greg Spencer · 7 years ago
  63. da27f62 Make a kReleaseMode constant that is public. (#27502) by Greg Spencer · 7 years ago
  64. 6bb4b12 Update dartdoc to 0.28.1+2 and fix search text alignment (#27559) by Janice Collins · 7 years ago
  65. b06a709 Use flutter_tools to generate build_script (#27277) by Jonah Williams · 7 years ago
  66. 37108c4 Add some instructions to the README for packaging archives locally (#27116) by xster · 7 years ago
  67. de321b9 Add scroll performance test for flutter_gallery (#27513) by liyuqian · 7 years ago
  68. 92125ed Enable dependency injection of Window instead of using static property (#27389) by Matt Carroll · 7 years ago
  69. 328c73e Update dartdoc to 0.28.1+1 and add parameters for source-code linking (#27511) by Janice Collins · 7 years ago
  70. b5ca595 Remove icudtl.dat from APK asset size checks (#27505) by Jason Simmons · 7 years ago
  71. 6d20ff2 Remove all obsolete "// ignore:" (#27271) by Michael Goderbauer · 7 years ago
  72. ca92efe Add module checking (#27122) by Jonah Williams · 7 years ago
  73. c082f8d Revert f9e6242db (#26944) (#27191) by Dan Field · 7 years ago
  74. 0e54e9f Fix gsutil.py call for windows (#27113) by xster · 7 years ago
  75. 2e8f173 Add flutter_build package for codegen and version sync with tool (#26978) by Jonah Williams · 7 years ago
  76. 02dbb08 Modify offline docs platform family for Dash/Zeal (#27053) by Greg Spencer · 7 years ago
  77. 496c573 Update packages (#27046) by Dan Field · 7 years ago
  78. 7bfbc28 Revert "Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)" (#27045) by Jason Simmons · 7 years ago
  79. 30f33d6 Upgrade the Gradle script to Android plugin version 3.3.0 (#26913) by Jason Simmons · 7 years ago
  80. f777db2 add uiMode to android:configChanges (#26896) by Jonah Williams · 7 years ago
  81. 4881777 Fix behavior of handleDrawFrame() in benchmark mode. (#25049) by sjindel-google · 7 years ago
  82. 386f346 Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 (#26713) by Dan Field · 7 years ago
  83. d8d36bc targetSdkVersion 28 (#26798) by Dan Field · 7 years ago
  84. db7e4fb Fix test expectations per change made in #26736 (#26809) by Todd Volkert · 7 years ago
  85. 31a9626 [O] Removing all timeouts (mark II) (#26736) by Ian Hickson · 7 years ago
  86. e1f5ee3 Update VERSION_WIN_SDK (#26797) by Dan Field · 7 years ago
  87. e5eab66 Update VERSION_LINUX_SDK (#26795) by Dan Field · 7 years ago
  88. f02f4fb Rev Android Platform to 28 for bots (#26790) by Dan Field · 7 years ago
  89. 43bf66a Close the Scaffold drawer in scroll_perf_test.dart (#26763) by Hans Muller · 7 years ago
  90. b531b8f Use Cirrus image's fastlane instead of freezing our own set of gem dependencies (#26737) by xster · 7 years ago
  91. 4c99958 Revert "Move flutter_assets to App.framework (#26630)" (#26675) by Dan Field · 7 years ago
  92. d8db70a Move flutter_assets to App.framework (#26630) by Dan Field · 7 years ago
  93. 774e8c1 remove ignore_for_file lints (#26545) by Dan Field · 7 years ago
  94. 4007ff6 Update dartdoc to 0.28.0 and add flags to constrain warnings (#26546) by Janice Collins · 7 years ago
  95. 35fcd90 Narrow regexp for import search in bot's analyze script. (#26539) by Greg Spencer · 7 years ago
  96. 78f4878 Cleanup device lab test and remove a timeout. (#24581) by Ian Hickson · 7 years ago
  97. 141d6e1 Add support for detecting which modifier keys have been pressed on RawKeyboardEvents (#26265) by Greg Spencer · 7 years ago
  98. 5a434c6 Let the packaging recipe use gsutil.py (#26402) by xster · 7 years ago
  99. b5e69f2 Make sure package cache prepare does not end up creating projects inside the Flutter repo (#26389) by xster · 7 years ago
  100. 17d741e Emit more of HTTP error response bodies (#26395) by Chris Bracken · 7 years ago