- 15 Jun, 2018 9 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
Fixes #10826. Also in this PR: If you focus a text field, scroll it out of view and then start typing it will scroll back into view.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Sarah Zakarias authored
-
Danny Tuppeny authored
This reverts commit e593dc70.
-
- 14 Jun, 2018 6 commits
-
-
xster authored
-
Danny Tuppeny authored
"flutter update-packages --force-upgrade"
-
Ian Hickson authored
(second attempt)
-
Danny Tuppeny authored
-
Chris Bracken authored
When setState() calls occur asynchronously, it's possible that the Futures on which they're waiting don't complete until the widget is offscreen. To avoid this, we check the widget is mounted before calling setState().
-
Ben Konyi authored
-
- 13 Jun, 2018 9 commits
-
-
Michael Thomsen authored
* Fix readme link to plugin edit instructions * Fix flutter tools link
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
xster authored
Fix ListView dartdoc where a paragraph doesn't flow with the section heading and the other paragraphs in the section (#18430)
-
Andrew Davies authored
Similar to the flutter driver, now the fuchsia_remote_debug_protocol can connect via an environment variable. This can also be used to point to the SSH config location. This makes it so that tests written using the FRDB do not have to write extra information about where their device is on the network.
-
Yegor authored
-
Danny Tuppeny authored
* Fix anchors for GitHub For some reason GitHub lowercases the anchor names so although these links all work in the local VS Code preview, the ones with capitals didn't work in the GitHub UI! * Fix some typos
-
Florian Loitsch authored
flutter/engine@c3976b3 Revert "Added IsolateNameServer functionality (#5410)" flutter/engine@61a2d12 Added IsolateNameServer functionality flutter/engine@412f8b8 Roll src/third_party/skia 8ea971bfefb6..bb9ee9b4aa7d (10 commits) flutter/engine@3b1f381 Expose approximateBytesUsed for Picture flutter/engine@a4c8e1f Roll src/third_party/skia 2a2f67592602..8ea971bfefb6 (5 commits)
-
Florian Loitsch authored
* Roll the engine flutter/engine@6b1b887 Roll the Dart VM.
-
Alexandre Ardhuin authored
-
- 12 Jun, 2018 7 commits
-
-
Florian Loitsch authored
flutter/engine@a328531 Roll src/third_party/skia 8e4d09ae7af1..2a2f67592602 (6 commits) flutter/engine@10850ea Roll src/third_party/skia 0e2608e84fe5..8e4d09ae7af1 (1 commits) flutter/engine@59a784d Roll src/third_party/skia 8c6b49718210..0e2608e84fe5 (1 commits) flutter/engine@c0ba226 Roll src/third_party/skia 5c12122ad91d..8c6b49718210 (1 commits) flutter/engine@be02d0c Revert "Eliminate support for Dart 1 (#5504)" flutter/engine@0ea93c3 Eliminate support for Dart 1 flutter/engine@036443d Roll src/third_party/skia 36f0c41eafe9..5c12122ad91d (5 commits) flutter/engine@4c91156 Roll src/third_party/skia 46fbf8c97a13..36f0c41eafe9 (5 commits) flutter/engine@782e500 Roll src/third_party/skia 4c4650150d5f..46fbf8c97a13 (1 commits) flutter/engine@16ea70b Roll src/third_party/skia 27dddae3130c..4c4650150d5f (16 commits)
-
Hans Muller authored
-
Keerti Parthasarathy authored
-
Danny Tuppeny authored
-
Sigurd Meldgaard authored
This works better for an add2app scenario.
-
Dan Field authored
-
Jonah Williams authored
-
- 11 Jun, 2018 5 commits
-
-
Ian Hickson authored
This should reduce the number of flakes without actually increasing the timeout, so we'll still find out quickly if a test is hanging. The numbers here might need tweaking. Maybe the default two seconds is too short for CI bots.
-
Greg Spencer authored
Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax. Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml. No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
-
Mehmet Fidanboylu authored
-
xster authored
-
Edman P. Anjos authored
Notifies IDEs this is a test method, and helps e.g. the flutter plugin recognize test methods and display them in the structure view in intellij.
-
- 10 Jun, 2018 2 commits
-
-
Dan Field authored
* update tests for TextStyle changes in engine * roll engine, support Foreground on TextStyle * Support for saving Dart compilation trace on device
-
Mehmet Fidanboylu authored
-
- 09 Jun, 2018 2 commits
-
-
Hans Muller authored
-
Will Larche authored
-