1. 12 6月, 2020 2 次提交
  2. 11 6月, 2020 1 次提交
  3. 10 6月, 2020 2 次提交
  4. 09 6月, 2020 1 次提交
  5. 06 6月, 2020 1 次提交
  6. 04 6月, 2020 1 次提交
  7. 29 5月, 2020 1 次提交
  8. 28 5月, 2020 3 次提交
  9. 27 5月, 2020 1 次提交
  10. 26 5月, 2020 1 次提交
  11. 21 5月, 2020 1 次提交
  12. 16 5月, 2020 1 次提交
    • M
      Add vscode-webview-resource protocol (#97777) · 307cb32f
      Matt Bierner 提交于
      * Add vscode-webview-resource protocol
      
      Adds a new protocol (`vscode-webview-resource`) for loading resources insides of webviews. This replaces the existing `vscode-resource` protocol and is registered on the main thread instead of in each renderer
      
      This change also adds some rewriting logic to update any `vscode-resource:` references found in the main html to use `vscode-webview-resource` instead.
      
      * Move webview protcol provider to own file
      
      * Remove registration of vscode-resource scheme
      
      * Remove use or parition for each webview
      
      Now that we have a single shared protocol handler, we do not need to run each webview in its own partition
      
      * Fix rewriting csp to use new protocol
      
      * Update src/vs/code/electron-main/app.ts
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      307cb32f
  13. 13 5月, 2020 2 次提交
  14. 11 5月, 2020 1 次提交
  15. 07 5月, 2020 1 次提交
  16. 05 5月, 2020 1 次提交
  17. 04 5月, 2020 2 次提交
  18. 30 4月, 2020 2 次提交
  19. 24 4月, 2020 1 次提交
  20. 23 4月, 2020 2 次提交
  21. 22 4月, 2020 5 次提交
  22. 21 4月, 2020 2 次提交
  23. 18 4月, 2020 1 次提交
  24. 17 4月, 2020 1 次提交
  25. 11 4月, 2020 1 次提交
  26. 09 4月, 2020 2 次提交