1. 13 4月, 2018 1 次提交
  2. 12 4月, 2018 1 次提交
  3. 11 4月, 2018 1 次提交
  4. 07 4月, 2018 1 次提交
  5. 06 4月, 2018 2 次提交
  6. 04 4月, 2018 1 次提交
  7. 03 4月, 2018 2 次提交
    • D
      Update to Electron v2.0.0-beta.6 (#46552) · 88603b37
      Daniel Imms 提交于
      * electron@2.0.0-beta-1
      
      * Update distro
      
      * Update electron.d.ts to 2.0.0-beta.1
      
      * Disable asar as it causes a native crash
      
      * Adopt Module._resolveLookupPaths ASAR patch
      
      * electron 2.x - restore inspector URL in extension host
      
      * electron 2.x - adopt context menu callback for onHide
      
      * electron 2.x - remove workaround for https://github.com/electron/electron/issues/10442
      
      * electron 2.x - update node.d.ts
      
      * electron 2.x - update node.d.ts to 8.9.x
      
      * electron 2.x - keep node.d.ts changes to a minimum
      
      * electron 2.x - remove workaround for https://github.com/electron/electron/issues/10862
      
      * electron 2.x - bump to 2.0.0-beta2
      
      * bump to 2.0.0-beta.3
      
      * Context menu: selecting "Rename" does not put focs into rename box (fix #45601)
      
      * quality "exploration" for easier testing
      
      * empty commit
      
      * push a workaround for #45700
      
      * Certain themes show UI artifacts over activity bar icons (fixes #45700)
      
      * better fix for #45700
      
      * bump to 2.0.0-beta.4
      
      * another fix to prevent flickering for #45700
      
      * avoid remote access in index.js
      
      * bump distro commit
      
      * electron 2.x - do not use --debug anymore
      
      * bump electron to 2.0.0-beta.5
      
      * electron 2.x - add libgtk-3-dev as build dependency for Linux 64
      
      * electron 2.x - workaround freeze on linux on startup
      
      * bump local storage telemetry key
      
      * electron 2.x - do a one time backup of local storage
      
      * enable ELECTRON_ENABLE_LOGGING on macOS at least
      
      * 2.0.0-beta.6
      
      * Fix ctrl+shift+e not focusing explorer on Linux
      
      * distro - use GH electron builds for now
      88603b37
    • R
      ba0580f9
  8. 22 3月, 2018 1 次提交
  9. 21 3月, 2018 1 次提交
  10. 09 3月, 2018 4 次提交
  11. 12 2月, 2018 1 次提交
  12. 10 2月, 2018 2 次提交
  13. 25 1月, 2018 1 次提交
  14. 24 1月, 2018 3 次提交
  15. 20 1月, 2018 1 次提交
  16. 18 1月, 2018 4 次提交
  17. 17 1月, 2018 1 次提交
    • M
      Allow loading webview outside of file: origin (#41698) · cbf9ae23
      Matt Bierner 提交于
      * Allow loading webview outside of file: origin
      
      **Problem**
      Webviews are currently always loaded from a file on the disk. This results in the webview running in the file origin, potentially allowing it to access any file on disk. If a webview fails to sanitize workspace or remote input, untrusted code could potentially access files on the user's system.
      
      **Fix**
      Add a new option to serve the webview out of a "data:" uri instead. This prevents access to `file://` resources.
      
      In order to allow webviews to still load resources from disk, add a new protocol called `vscode-core-resource://` that only allows access to resources inside of the vscode directory.
      
      Moves extension pages and our release notes to use this new option. These already are pretty locked down. We cannot move the htmlpreview command to use this option as it would break a huge number of existing extensions, however the new webview API will always have this new option enabled.
      
      * Shorted protocol name
      cbf9ae23
  18. 15 1月, 2018 1 次提交
  19. 19 12月, 2017 1 次提交
  20. 14 12月, 2017 1 次提交
  21. 12 12月, 2017 1 次提交
  22. 04 12月, 2017 1 次提交
  23. 01 12月, 2017 1 次提交
  24. 29 11月, 2017 1 次提交
  25. 24 11月, 2017 4 次提交
  26. 23 11月, 2017 1 次提交