- 03 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 20 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] use initially parsed package config for language version, sound mode determination (#70323)
-
- 10 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Nov, 2020 1 commit
-
-
Yegor authored
-
- 30 Oct, 2020 1 commit
-
-
Jonah Williams authored
Fixes #69348 If the web development server fails to bind, then retry up to 5 times. If a port was not provided, select a new free port each time.
-
- 29 Oct, 2020 2 commits
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] null safety mode is used for dill naming * add bad test case
-
- 19 Oct, 2020 1 commit
-
-
Yegor authored
* Respond to POST with 404 in WebAssetServer
-
- 02 Oct, 2020 2 commits
-
-
Mouad Debbar authored
-
Mouad Debbar authored
-
- 30 Sep, 2020 1 commit
-
-
Jonah Williams authored
Re-arrange the implementation of the devtools launcher so that google3 is not required to depend on any devtools packages. Also renames the build_runner folders to isolated to better clarify their intention.
-
- 25 Sep, 2020 1 commit
-
-
Mouad Debbar authored
-
- 22 Sep, 2020 1 commit
-
-
Jonah Williams authored
-
- 15 Sep, 2020 1 commit
-
-
Balvinder Singh Gambhir authored
Generates version.json in web directory of project. version.json can be used in the future version of package_info which will support web. version.json has the following keys : app_name, version and build_number. This file is generated every time a user runs or builds the project. Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 03 Sep, 2020 1 commit
-
-
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.
-
- 19 Aug, 2020 1 commit
-
-
Jonah Williams authored
Like Android/iOS, only enable --null-assertions if asked. Previously this was enabled by default for web, but in general this has proved to be too breaking to enable by default. #61042
-
- 13 Jul, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 10 Jul, 2020 1 commit
-
-
Anna Gringauze authored
Made flutter tools serve metadata produced by the frontend server: pass --experimental-emit-metadata flag to flutter engine store and serve metadata from web asset server store and serve merged metadata from web asset server add tests to verify that metadata is served from memory update dwds version so it can read metadata configure dwds to read metadata from file Prerequisite changes (landed): sdk: https://dart-review.googlesource.com/c/sdk/+/150181 flutter engine: flutter/engine#19168 webdev:dart-lang/webdev#1064
-
- 02 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 30 Jun, 2020 1 commit
-
-
Jonah Williams authored
In web debug mode, infer sound null safety by default. When sound null safety is enabled, provide a separate dill and precompiled Dart SDK. Release builds do not need this setting since we run dart2js from source. Fixes #59873
-
- 25 Jun, 2020 1 commit
-
-
Jonah Williams authored
The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info. It needs to stick around for the fuchsia deps we do not control. Filled #60232 for remaining work.
-
- 24 Jun, 2020 2 commits
-
-
Jonah Williams authored
WebAssetServer could fail if some of the global statics it depended on were initialized in a different order. Fix this by removing globals. Delete dwds startup test that needs to spawn a real server.
-
Jonah Williams authored
Fix tests broken under tester
-
- 12 Jun, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 27 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 24 Apr, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] set test directory base as additional root, allow running without index.html (#55531)
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 20 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 15 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 Apr, 2020 2 commits
-
-
Jonah Williams authored
-
Danny Tuppeny authored
-
- 03 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 02 Apr, 2020 1 commit
-
-
Anna Gringauze authored
-
- 24 Mar, 2020 1 commit
-
-
Jonah Williams authored
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
-
- 18 Mar, 2020 1 commit
-
-
Jonah Williams authored
Update to latest dwds APIs, moving back to dwds driven hot restart and enabling future work on expression evaluation.
-
- 13 Mar, 2020 1 commit
-
-
Jonah Williams authored
-