1. 21 5月, 2020 6 次提交
  2. 20 5月, 2020 7 次提交
  3. 19 5月, 2020 4 次提交
  4. 18 5月, 2020 1 次提交
  5. 17 5月, 2020 1 次提交
  6. 16 5月, 2020 2 次提交
    • S
      fix #96119 · 044a280d
      SteVen Batten 提交于
      044a280d
    • 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
  7. 15 5月, 2020 4 次提交
  8. 14 5月, 2020 2 次提交
  9. 13 5月, 2020 6 次提交
  10. 12 5月, 2020 7 次提交