1. 29 10月, 2020 1 次提交
  2. 20 10月, 2020 1 次提交
  3. 07 10月, 2020 2 次提交
  4. 23 9月, 2020 1 次提交
  5. 18 9月, 2020 1 次提交
  6. 17 9月, 2020 5 次提交
  7. 16 9月, 2020 1 次提交
  8. 07 9月, 2020 1 次提交
  9. 04 9月, 2020 3 次提交
  10. 03 9月, 2020 1 次提交
  11. 31 8月, 2020 3 次提交
  12. 28 8月, 2020 3 次提交
  13. 18 8月, 2020 1 次提交
  14. 12 8月, 2020 1 次提交
  15. 30 7月, 2020 2 次提交
  16. 21 7月, 2020 2 次提交
    • J
      move Separator down to actions · 375bdeab
      João Moreno 提交于
      375bdeab
    • 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
  17. 10 7月, 2020 1 次提交
  18. 07 7月, 2020 2 次提交
  19. 06 7月, 2020 1 次提交
  20. 26 6月, 2020 1 次提交
  21. 24 6月, 2020 1 次提交
  22. 19 6月, 2020 1 次提交
  23. 18 6月, 2020 1 次提交
    • M
      Move the webview port mapping from renderer to main process (#100342) · f7ec17d2
      Matt Bierner 提交于
      * Move the webview port mapping from renderer to main process
      
      Fixes #95955
      
      Our port mapping impl for webview currently relies on `getWebContents` to handle port mapping in the renderer process. This API has been deprecated by electron.
      
      This change instead moves the webview port mapping handler to the main process. To make this change, I also realized that the tunnel service needed to be moved from `vs/workbench` to `vs/platform` so that we could consume it from the main process
      
      Other changes made as part of this refactoring:
      
      -  Register all webview in a `webview` partition. This ensures that our port mapping manger only intercepts requests made inside webviews.
      
      - Send the `webContentsId` to the main process. This is required to implement `onBeforeRequest`. Unfortunatly the referrer always seems to be undefined for these requests
      
      - Have the tunnel service take a resolved authority instead of taking the raw authority. This was required due to the tunnel service moving to `vs/platform`
      
      * Cleanup and adding url filter
      f7ec17d2
  24. 15 6月, 2020 1 次提交
  25. 12 6月, 2020 1 次提交
  26. 03 6月, 2020 1 次提交