1. 16 11月, 2019 1 次提交
  2. 15 11月, 2019 4 次提交
  3. 08 11月, 2019 2 次提交
  4. 07 11月, 2019 1 次提交
  5. 06 11月, 2019 3 次提交
  6. 05 11月, 2019 1 次提交
  7. 01 11月, 2019 1 次提交
  8. 29 10月, 2019 1 次提交
  9. 25 10月, 2019 2 次提交
  10. 23 10月, 2019 1 次提交
  11. 22 10月, 2019 1 次提交
  12. 18 10月, 2019 2 次提交
  13. 16 10月, 2019 1 次提交
  14. 14 10月, 2019 2 次提交
  15. 12 10月, 2019 1 次提交
  16. 11 10月, 2019 1 次提交
  17. 05 10月, 2019 1 次提交
  18. 04 10月, 2019 1 次提交
  19. 01 10月, 2019 1 次提交
  20. 27 9月, 2019 2 次提交
    • M
      Move webview content state into webviewPanel instead of webviewEditor · e0762af2
      Matt Bierner 提交于
      Split out from #77131
      
      The current webview editor api is very procedural. This model has some problems when it comes to supporting editing resources, but actually does make a lot of sense for webviews that aren't backed by real file system resources. For example, if you have a webview that edits some document in the cloud, you should not be required to implement a custom file system provider just to enable basic saving.
      
      This change moves the `onWillSave` and `webviewEditorState` properties back onto `WebviewPanel` instead of keeping them specific to `WebviewEditor`. The save implementation does not fully work yet, as the will require #81521
      e0762af2
    • B
      💄 move a few services around · 64eed745
      Benjamin Pasero 提交于
      64eed745
  21. 26 9月, 2019 1 次提交
  22. 24 9月, 2019 1 次提交
  23. 21 9月, 2019 1 次提交
    • M
      Moving resolve uri logic into openerService · a817a588
      Matt Bierner 提交于
      - Add a resolveExternalUri function to the opener service. This service already has to know how to resolve external uris so it makes sense that the function lives there
      
      - Move the tunneling logic for desktop into window.ts
      
      - Make result of resolve disposable
      a817a588
  24. 19 9月, 2019 4 次提交
  25. 18 9月, 2019 1 次提交
  26. 17 9月, 2019 2 次提交