- 04 Sep, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 48f1a0a8.
-
- 03 Sep, 2020 17 commits
-
-
Jonah Williams authored
Similar to the permission denied error on Windows, this is not resolvable by the tool.
-
Kate Lovett authored
-
Jonah Williams authored
This reverts commit 8eed6904.
-
Jonah Williams authored
In order to share logic across build/archive/ipa commands, move the project parsing/validation into a different function. #64683
-
Jonah Williams authored
Fix run release/profile modes generating a full service worker.
-
Jaime Blasco authored
Currently flutter run -d web creates a server with the x-frame-options: SAMEORIGIN added by default (shelf add it's by default). This doesn't allow you to use it inside a frame. I am trying to build an embedded simulator in vscode and it requires using an iframe. With this PR I remove the header for debug and profile mode.
-
Jonah Williams authored
The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit. While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
-
Kate Lovett authored
-
Jonah Williams authored
More work to prevent current #2 crash issue on stable. If adb is not located do not list/create android devices.
-
Sahand Akbarzadeh authored
-
Shi-Hao Hong authored
-
xster authored
-
Jenn Magder authored
-
Jenn Magder authored
This reverts commit 5e0aa8b9.
-
Jenn Magder authored
-
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 14 commits
-
-
Juyeong Lee authored
-
Jonah Williams authored
-
Smadey authored
-
xubaolin authored
-
Kate Lovett authored
-
Jenn Magder authored
-
Tom Rivoire authored
-
Per Classon authored
-
Jenn Magder authored
-
Nan Kim authored
-
Jenn Magder authored
This reverts commit 4fde217d.
-
xubaolin authored
-
Pedro Massango authored
-
Jenn Magder authored
-
- 01 Sep, 2020 7 commits
-
-
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
-
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.
-
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 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit c8f234d3.
-