Commit Graph

8 Commits

Author SHA1 Message Date
Connor Peet
24b712d7c2 notebooks: remove impure renderer API
This removes the initial notebook renderer API and keeps the 'pure'
renderer API described in #102644 and hacked-in previously.

Remaining work in this area, in no particular order:

- Add messaging context to postMessage as requested by Don (API proposal TBA)
- Cleanups around how state is managed internally in the backLayerWebView
- Deprecate the renderer `viewType` in favor of calling it the `id` or `rendererId`

Q: I kept around some of the "transform" functions since the mime type
picking happens there, not sure if there's a better place for this
to happen now, or whether these methods should simply be renamed.
2020-08-19 15:47:02 -07:00
rebornix
5e96337121 re #93070. test for command arguments. 2020-07-13 10:52:57 -07:00
rebornix
7e9abe577d notebook resolve should wait for * activated events. 2020-06-01 13:17:33 -07:00
rebornix
f9ca74dcf1 add explicit activation event for notebook test ext. 2020-06-01 13:10:28 -07:00
rebornix
627dd8b0ca notebook webview test 2020-05-20 13:19:16 -07:00
Rob Lourens
9bc11824c3 Add notebook smoketests 2020-05-20 12:01:52 -05:00
rebornix
9b11e5d500 avoid conflict with jupyter in OSS 2020-04-23 14:30:54 -07:00
rebornix
b9eafe5f66 intergration tests. 2020-04-23 11:55:23 -07:00