1. 23 6月, 2020 2 次提交
  2. 12 6月, 2020 1 次提交
  3. 04 6月, 2020 1 次提交
  4. 03 6月, 2020 4 次提交
  5. 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
  6. 08 5月, 2020 1 次提交
  7. 07 5月, 2020 2 次提交
  8. 03 4月, 2020 1 次提交
  9. 31 3月, 2020 1 次提交
  10. 02 3月, 2020 1 次提交
  11. 23 2月, 2020 1 次提交
    • B
      Cleanup open-url handling (#91234) · 646aaf67
      Benjamin Pasero 提交于
      * cleanup open-url handling
      
      * open url - allow to open a remote workpsace without opening a window first
      
      * help build
      
      * undo build change
      
      * support files too
      646aaf67
  12. 21 2月, 2020 1 次提交
  13. 17 2月, 2020 1 次提交
  14. 14 2月, 2020 4 次提交
  15. 12 11月, 2019 1 次提交
  16. 09 11月, 2019 1 次提交
  17. 30 10月, 2019 1 次提交
  18. 29 10月, 2019 1 次提交
  19. 27 10月, 2019 1 次提交
  20. 14 10月, 2019 1 次提交
  21. 11 10月, 2019 1 次提交
  22. 10 10月, 2019 1 次提交
  23. 09 10月, 2019 2 次提交
  24. 30 9月, 2019 1 次提交
  25. 13 9月, 2019 1 次提交
  26. 12 9月, 2019 1 次提交
  27. 09 8月, 2019 1 次提交
  28. 09 7月, 2019 1 次提交
  29. 05 7月, 2019 1 次提交
  30. 28 5月, 2019 1 次提交
  31. 29 3月, 2019 1 次提交