1. 23 4月, 2018 3 次提交
  2. 21 4月, 2018 2 次提交
  3. 20 4月, 2018 7 次提交
  4. 19 4月, 2018 3 次提交
  5. 18 4月, 2018 6 次提交
  6. 17 4月, 2018 3 次提交
  7. 13 4月, 2018 7 次提交
  8. 12 4月, 2018 2 次提交
    • M
      Split out `Webview` from `WebviewEditor` in proposed API (#47370) · 8cb7e805
      Matt Bierner 提交于
      * Split out `Webview` from `WebviewEditor` in API
      
      **Problem**
      The current proposed `Webview` interface has a few methods and properties that are very editor specific, such as `.reveal` and `.onDidChangeViewState`. These properies will not make sense if we ever allow webview to be displayed in other locations, such as in widgets
      
      **Proposal**
      Split the concepts of a `Webview` and of a `WebveiwEditor`. A webview is the html content itself. A `WebviewEditor` is an editor that displays a `Webview`
      
      This would allow us to easily add other types of `Webview` owning objects in the future without having to document that some methods only apply when a webview is used as an editor vs as a widget
      8cb7e805
    • D
      jsdoc · ce699ee2
      Daniel Imms 提交于
      ce699ee2
  9. 11 4月, 2018 4 次提交
  10. 10 4月, 2018 3 次提交