1. 03 Dec, 2020 1 commit
  2. 20 Nov, 2020 1 commit
  3. 13 Nov, 2020 1 commit
  4. 10 Nov, 2020 1 commit
  5. 09 Nov, 2020 1 commit
  6. 30 Oct, 2020 1 commit
  7. 29 Oct, 2020 2 commits
  8. 23 Oct, 2020 1 commit
  9. 19 Oct, 2020 1 commit
  10. 02 Oct, 2020 2 commits
  11. 30 Sep, 2020 1 commit
  12. 25 Sep, 2020 1 commit
  13. 22 Sep, 2020 1 commit
  14. 15 Sep, 2020 1 commit
  15. 03 Sep, 2020 1 commit
    • Jaime Blasco's avatar
      [flutter_tool] [web] Remove x-frame-options header during debug (#62115) · 0699c18e
      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.
      0699c18e
  16. 19 Aug, 2020 1 commit
  17. 13 Jul, 2020 1 commit
  18. 10 Jul, 2020 1 commit
    • Anna Gringauze's avatar
      Added web compiler debug metadata (#61265) · 9cbe1dcc
      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
      9cbe1dcc
  19. 02 Jul, 2020 1 commit
  20. 30 Jun, 2020 1 commit
  21. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      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.
      82a6f9bf
  22. 24 Jun, 2020 2 commits
  23. 12 Jun, 2020 1 commit
  24. 04 Jun, 2020 1 commit
  25. 06 May, 2020 1 commit
  26. 27 Apr, 2020 1 commit
  27. 24 Apr, 2020 1 commit
  28. 22 Apr, 2020 1 commit
  29. 20 Apr, 2020 1 commit
  30. 15 Apr, 2020 1 commit
  31. 08 Apr, 2020 2 commits
  32. 03 Apr, 2020 1 commit
  33. 02 Apr, 2020 1 commit
  34. 24 Mar, 2020 1 commit
  35. 18 Mar, 2020 1 commit
  36. 13 Mar, 2020 1 commit