1. 23 10月, 2019 1 次提交
  2. 18 10月, 2019 10 次提交
  3. 16 10月, 2019 1 次提交
  4. 14 10月, 2019 1 次提交
  5. 12 10月, 2019 1 次提交
  6. 11 10月, 2019 2 次提交
  7. 05 10月, 2019 2 次提交
  8. 27 9月, 2019 1 次提交
  9. 26 9月, 2019 2 次提交
  10. 17 9月, 2019 1 次提交
  11. 16 9月, 2019 2 次提交
  12. 13 9月, 2019 2 次提交
  13. 27 8月, 2019 1 次提交
  14. 24 8月, 2019 1 次提交
  15. 22 8月, 2019 1 次提交
  16. 21 8月, 2019 1 次提交
  17. 20 8月, 2019 1 次提交
  18. 16 8月, 2019 1 次提交
  19. 26 7月, 2019 1 次提交
  20. 23 7月, 2019 1 次提交
  21. 18 7月, 2019 1 次提交
    • M
      Rewrite how webviews are managed internally · 928ae464
      Matt Bierner 提交于
      This change attempts to do the following:
      
      - Encapsult most of the logic for handling the webviews used for webview editors into a new WebviewEditorOverlay class
      - Greatly simplify WebviewEditorInput and make it take a webview when it is created
      - Move the webview creation logic up into the webviewEditorService instead of having it be inside the webviewEditor class itself
      
      This aim of these changes is to make it possible to re-use more of the webview logic for custom editors
      928ae464
  22. 13 7月, 2019 1 次提交
    • M
      Support loading webviews from wildcard endpoints · 5106b556
      Matt Bierner 提交于
      Fixes #77132
      
      Add support for loading webviews from and endpoint that looks like:
      
      ```
      https://{{uuid}}.contoso.com/path/to/some/commit/index.html
      ```
      
      This lets us serve each webview from a seperate origin
      5106b556
  23. 29 6月, 2019 1 次提交
  24. 26 6月, 2019 2 次提交
  25. 25 6月, 2019 1 次提交