- 03 Sep, 2020 2 commits
-
-
Jonah Williams authored
Currently taking a screenshot in release mode crashes and is also not documented as a supported command. Fix both of these and add test cases.
-
includecmath authored
-
- 02 Sep, 2020 18 commits
-
-
Juyeong Lee authored
-
Jonah Williams authored
-
Smadey authored
-
xubaolin authored
-
Kate Lovett authored
-
gaaclarke authored
-
Jenn Magder authored
-
Tom Rivoire authored
-
-
Per Classon authored
-
Jenn Magder authored
-
Nan Kim authored
-
Jenn Magder authored
This reverts commit 4fde217d.
-
Christopher Fujino authored
-
xubaolin authored
-
Yuqian Li authored
-
Pedro Massango authored
-
Jenn Magder authored
-
- 01 Sep, 2020 10 commits
-
-
Dan Field authored
They appear to be passing now.
-
stuartmorgan authored
Almost all of the flag setup on Linux, macOS, and Windows should be identical; this pulls that common setup to a shared method. This adds support for several flags on macOS that have all the necessary plumbing already in place due to shared backend code, but were never enabled. Fixes https://github.com/flutter/flutter/issues/64944
-
Dan Field authored
Fix typo.
-
stuartmorgan authored
People frequently assume they can run the executable they find at the top level of the build directory, and don't understand why they get resource errors from the engine. To avoid that, this puts the unbundled copy of the executable in a subdirectory with a name that should warn people away from running it. Fixes #64963
-
Tim Sneath authored
-
Ming Lyu (CareF) authored
This reverts commit df833986.
-
engine-flutter-autoroll authored
-
Ming Lyu (CareF) authored
-
Jonah Williams authored
-
Jonah Williams authored
[flutter_tools] adjust index.html caching and insert cache busting URL in to main.dart.js/sw request (#64976) Attempt to bypass aggressive CDN by requesting main.dart.js/sw.js with a query param and defaulting index.html to online first. This will not stop aggressive CDN caching of the index.html #64968
-
- 31 Aug, 2020 10 commits
-
-
Mehmet Fidanboylu authored
This reverts commit c8f234d3.
-
Jonah Williams authored
More work towards #62886
-
Jonah Williams authored
This is no longer used, in favor of just attempting to unzip and handling the exception.
-
Jonah Williams authored
Previous benchmarks have established the performance of sync*. Additionally, why allocate a list when you don't need to? Since these APIs are private, they can be re-arranged a bit to avoid creating as many lists. Will probably not have a large effect on benchmarks
-
Jonah Williams authored
Exit the tool after a repeated network error to download. previously we were returning null and continuing on, leading to a ProcessException when we unzipped a missing file.
-
engine-flutter-autoroll authored
-
Tong Wu authored
-
Jonah Williams authored
-
Dan Field authored
-