1. 26 6月, 2017 1 次提交
  2. 21 6月, 2017 2 次提交
  3. 20 6月, 2017 1 次提交
  4. 10 6月, 2017 1 次提交
  5. 18 5月, 2017 3 次提交
    • M
      Fix a potential null reference · a67048c2
      Matt Bierner 提交于
      a67048c2
    • M
      small cleanups to webview · 14c752b7
      Matt Bierner 提交于
      14c752b7
    • M
      Preserve Webview Scroll Position (#26426) · dea44c8f
      Matt Bierner 提交于
      * Preserve Webview Scroll Position
      
      Fixes #22995
      
      **Bug**
      If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.
      
      **Fix**
      Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.
      
      * Use view state
      
      * Continue prototype memento based approach
      
      * Preserve Webview Scroll Position
      
      Fixes #22995
      
      **Bug**
      If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.
      
      **Fix**
      Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.
      
      * Revert changes to ReleaseNotesInput
      dea44c8f
  6. 12 5月, 2017 1 次提交
  7. 27 4月, 2017 1 次提交
  8. 13 4月, 2017 1 次提交
  9. 12 4月, 2017 2 次提交
  10. 11 4月, 2017 2 次提交
    • M
      Enable contextIsolation for webview · 709ab6e9
      Matt Bierner 提交于
      709ab6e9
    • M
      Tweak HTML Preview Styling (#24280) · 96b49f6f
      Matt Bierner 提交于
      Two changes:
      
      * Changes the logic from 41467b74 to make the padding customizable. The default 20px padding is preserved, but now preview can customize if they want to use it or not. This allows html preview page background colors to correctly fill the entire frame.
      
      * Remove Writing the `_defaultStyles` to the root of the webview elment. These are only needed inside of the iFrame itself
      96b49f6f
  11. 10 4月, 2017 1 次提交
  12. 24 3月, 2017 1 次提交
  13. 14 3月, 2017 1 次提交
  14. 10 3月, 2017 1 次提交
  15. 09 3月, 2017 1 次提交
  16. 28 2月, 2017 1 次提交
  17. 16 2月, 2017 1 次提交
  18. 03 2月, 2017 1 次提交
  19. 19 1月, 2017 1 次提交
    • M
      Prototyping Markdown Preview Synchronization With Editors (#18762) · b29ef9b4
      Matt Bierner 提交于
      * Adds command to post a message to an html preview
      
      **Bug**
      There is currently no easy way to communicate with an html preview document after the preview has been created.
      
      **Fix**
      Adds a command called `vscode.htmlPreview.postMessage` to post a message to a visible html preview. This message will only be posted if the target preview is visible.
      
      Inside the preview, the event is recieved using the standard dom event:
      
      * Remove logging
      
      * proto
      
      Continue proto
      
      * clean up rendering
      
      * Gate prototype
      
      * Fix gating
      
      * Remove public command
      
      * Change setting name
      
      * Added current position indicator
      
      * Reveal center
      b29ef9b4
  20. 17 1月, 2017 1 次提交
  21. 17 11月, 2016 1 次提交
    • M
      Use Preload for WebView · 0cef61f4
      Matt Bierner 提交于
      This extracts the JS content from the webview html into its own file which is loaded using preload instead.
      0cef61f4
  22. 21 10月, 2016 1 次提交
  23. 13 10月, 2016 1 次提交
  24. 08 10月, 2016 1 次提交
  25. 30 9月, 2016 1 次提交
  26. 24 8月, 2016 1 次提交
  27. 14 8月, 2016 1 次提交
  28. 12 8月, 2016 1 次提交
  29. 07 7月, 2016 1 次提交
  30. 02 7月, 2016 1 次提交
  31. 25 6月, 2016 1 次提交
  32. 15 6月, 2016 1 次提交
  33. 14 6月, 2016 3 次提交