1. 13 3月, 2018 2 次提交
  2. 28 2月, 2018 2 次提交
  3. 27 2月, 2018 6 次提交
    • B
      Make workspace folder modification API stable (#44049) · f2ffc972
      Benjamin Pasero 提交于
      * make API stable
      
      * make deleteCount: number | undefined | null
      f2ffc972
    • M
      Use `onDid*` type event names in webview · 4d95590a
      Matt Bierner 提交于
      4d95590a
    • M
      Rename webviewOptions.keepAlive to retainContextWhenHidden to make it more... · 978beebd
      Matt Bierner 提交于
      Rename webviewOptions.keepAlive to retainContextWhenHidden to make it more clear what this option does
      978beebd
    • M
      Add webview.show method to show a webview in a given group · 26cbbea6
      Matt Bierner 提交于
      Fixes #44430
      26cbbea6
    • A
      20ed3d96
    • M
      Webview API prototype 3 (#44307) · 2038b8fc
      Matt Bierner 提交于
      * Webview API prototype 3
      
      Part of #43713
      
      Third try at refining the webview api. This pass reworks  #44165.  Major changes:
      
      - Adds an `id` field to webviews. The id is provided by the extension and identifies the webview. It is used with the new event handling apis.
      
      - Adds a new `onDidChangeActiveEditor` api. This is similar to `onDidChangeActiveTextEditor` but is also fired when you change webviews. It replaces the old `onFocus` and `onBlur` events on the webview itself
      
      - Adds an `onDispose` event ot webviews. This is fired when a webview is closed by the user
      
      - Perist webview state when the editor group changes. This is enabled for all webviews, not just those with keep alive.
      
      * Throw error when trying to access disposed webview
      
      * Improving webview documentation
      
      * Clean up dispose management
      
      * Throw if we receive a bad handle
      
      * Move more event handling to input
      
      * Simplify input updating
      
      * Remove extra container property
      
      * Fixing md security alert button
      
      * Remove extra update container call
      
      * Restore syncing of preview to active editor
      
      * Fixing posting to webview
      
      * Debounce preview updates
      
      * Remove previewUri
      
      * Enable direct window.postMessage instead of window.parent.postMessage
      
      * Fixing scroll position not preserved when updating previews
      
      * Revert parent.postMessage change.
      
      Old behavior was correct
      
      * Properly hide webview container on tab switch
      
      * Make sure we only handle scroll events for the correct document
      
      * Don't try setting negative scroll
      
      * Revert vs code whitespace change
      2038b8fc
  4. 24 2月, 2018 1 次提交
  5. 23 2月, 2018 1 次提交
  6. 22 2月, 2018 2 次提交
  7. 20 2月, 2018 1 次提交
  8. 16 2月, 2018 1 次提交
  9. 15 2月, 2018 1 次提交
    • M
      Webview Api Prototype (#42690) · 3412eab2
      Matt Bierner 提交于
      * Webview api
      
      * Cleaning up markdown webview
      
      * Hooking up dispose
      
      * Fix some merge errors
      
      * Use custom context key to show markdown title bar contributions
      
      * Add basic on focus and on blur events
      
      * Fixing find widget in webview
      
      * Hookup _isDisposed
      
      * Use new extension resource scheme to load markdown extension resources
      
      * Documenting keep alive
      3412eab2
  10. 31 1月, 2018 3 次提交
  11. 29 1月, 2018 3 次提交
  12. 27 1月, 2018 1 次提交
  13. 26 1月, 2018 3 次提交
  14. 25 1月, 2018 1 次提交
  15. 23 1月, 2018 3 次提交
  16. 22 1月, 2018 1 次提交
  17. 17 1月, 2018 1 次提交
  18. 13 1月, 2018 3 次提交
  19. 12 1月, 2018 1 次提交
  20. 10 1月, 2018 1 次提交
  21. 03 1月, 2018 1 次提交
  22. 15 12月, 2017 1 次提交