1. 05 11月, 2019 2 次提交
  2. 04 11月, 2019 1 次提交
  3. 02 11月, 2019 1 次提交
  4. 01 11月, 2019 2 次提交
  5. 29 10月, 2019 2 次提交
  6. 25 10月, 2019 6 次提交
  7. 24 10月, 2019 2 次提交
  8. 22 10月, 2019 5 次提交
  9. 18 10月, 2019 1 次提交
  10. 17 10月, 2019 1 次提交
  11. 12 10月, 2019 1 次提交
  12. 11 10月, 2019 2 次提交
  13. 08 10月, 2019 2 次提交
  14. 02 10月, 2019 1 次提交
  15. 01 10月, 2019 3 次提交
  16. 27 9月, 2019 1 次提交
    • 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
  17. 26 9月, 2019 1 次提交
  18. 24 9月, 2019 2 次提交
  19. 19 9月, 2019 2 次提交
  20. 18 9月, 2019 1 次提交
  21. 17 9月, 2019 1 次提交