1. 07 10月, 2020 2 次提交
  2. 21 9月, 2020 1 次提交
  3. 18 9月, 2020 1 次提交
  4. 17 9月, 2020 1 次提交
  5. 07 9月, 2020 1 次提交
  6. 04 9月, 2020 3 次提交
  7. 03 9月, 2020 4 次提交
  8. 12 8月, 2020 1 次提交
  9. 30 7月, 2020 1 次提交
  10. 21 7月, 2020 1 次提交
    • R
      chore: update to electron 9-x-y (#102011) · 3d0d50ca
      Robo 提交于
      * chore: bump electron@9.0.5
      
      * remove exploration config
      
      * fix compile error
      
      * fix compile error
      
      * crashReporter has to be called only once before app ready
      
      * chore: bump electron@9.1.0
      
      * enable LayoutNG
      
      * fix cron schedule
      
      * allow disabling appcenter crash reporting
      
      * set additional crash reporting parameters
      
      * start crashreporter for child process on linux
      
      * setup crash parameters only once
      
      * remove unused crashReporter.guid
      
      * address review feedback
      
      * reuse argv.json for storing crash reporter id
      
      * remove trailing commas
      
      * update localized name
      
      * update argv based on telemetry optout
      
      * update initial config based on setting
      
      * fix conditional errors
      
      * remove telemetry.enableCrashReporter
      
      * move default crash reporter config to electron-main
      
      * update comment for ext host crash reporting
      
      * set default value for configuration
      
      * some 💄 changes
      
      * address review feedback
      
      * do not use ES7 features in JS yet
      
      * add app.focus({ steal: true }) usage
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      3d0d50ca
  11. 22 6月, 2020 1 次提交
  12. 16 6月, 2020 1 次提交
  13. 06 6月, 2020 1 次提交
  14. 02 6月, 2020 1 次提交
  15. 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
  16. 07 5月, 2020 1 次提交
  17. 29 4月, 2020 1 次提交
  18. 06 4月, 2020 1 次提交
  19. 03 3月, 2020 1 次提交
  20. 02 3月, 2020 2 次提交
  21. 13 11月, 2019 1 次提交
  22. 25 10月, 2019 1 次提交
  23. 24 10月, 2019 3 次提交
  24. 23 10月, 2019 2 次提交
  25. 03 10月, 2019 1 次提交
  26. 26 9月, 2019 2 次提交
  27. 17 9月, 2019 2 次提交
  28. 30 8月, 2019 1 次提交