Commit Graph

240 Commits

Author SHA1 Message Date
Matt Bierner
c569182d08 Encode webview parent origin in authority
Fixes #144703
2022-03-08 11:28:59 -08:00
Johannes Rieken
b9c773e03e update references view extension 2022-03-05 11:42:57 +01:00
Connor Peet
6dca4c1a1f debug: update dependencies 2022-03-03 16:19:55 -08:00
Johannes Rieken
e6b63f39c4 debt - remove all of extensionAllowedProposedApi 2022-03-01 11:44:11 +01:00
Connor Peet
774ca35756 debug: bump js-debug 2022-02-23 12:42:29 -08:00
Matt Bierner
31b199da9c Bump webview commit 2022-02-15 18:36:12 -08:00
Matt Bierner
82fe581566 Bump webview commit 2022-02-14 13:45:05 -08:00
Johannes Rieken
850c481c3b use latest references view viewlet 2022-02-11 14:34:36 +01:00
Johannes Rieken
cfcd80ff96 update references viewlet for https://github.com/microsoft/vscode/issues/141585 2022-02-09 18:15:24 +01:00
Connor Peet
f3afd9d825 debug: bump js-debug 2022-02-08 09:01:46 -08:00
Connor Peet
2438af8dab debug: bump js-debug 2022-01-27 11:39:59 -08:00
Connor Peet
ebb95cd828 debug: bump js-debug 2022-01-26 09:31:09 -08:00
Connor Peet
2a3b916cc0 debug: bump js-debug 2022-01-24 22:00:10 -08:00
Martin Aeschlimann
f9cac7c28a adopt --server-data-dir 2022-01-21 12:11:47 +01:00
Martin Aeschlimann
f4ba7dd12b server bin cleanup 2022-01-11 16:34:28 +01:00
Matt Bierner
9f867c3ed8 Revert service worker usage of MessageChannel (#140351)
* Revert service worker usage of MessageChannel

Reverts 66b6adf035

While I'm not 100% about this, I think 66b6adf035 causes resourses to occasionally not load. I believe this can happen if the service worker is unitilized while the webview remains active. I can't reproduce this myself so it may be related to memory pressure or resource usage, however relying on the service worker not being reinitilized does seem like a potentially bad idea https://stackoverflow.com/questions/34775105/what-causes-the-global-context-of-a-service-worker-to-be-reset

Will investigate if there's another way to achive this since using MessagePort did clean up the code and slightly improve performance

* Bump webview commit versions
2022-01-10 14:22:49 -08:00
Matt Bierner
66b6adf035 Switch webview service-worker to use message channel (#138811)
* Switch webview service-worker to use message channel

This change hooks the service worker used for loading webview resources directly up to the main VS Code process over a message channel. Previously this communication had to go through an extra hop through the webview

This simplifies the logic somewhat (although this change required adding extra logic to exchange the message port). It also improves performance a little

* Update webview content commit version
2021-12-10 16:35:13 -08:00
Matt Bierner
c2f4daf348 Update webview bits version for tests 2021-12-07 16:16:54 -08:00
Matt Bierner
f00c4da8b8 Update default webview commit 2021-11-29 12:27:23 +01:00
Martin Aeschlimann
cd2d059ec0 add server license and server license terms 2021-11-23 22:30:49 +01:00
Johannes Rieken
3ff2cd942d remove ms-vscode.remotehub* from proposed API allow list, https://github.com/microsoft/vscode-internalbacklog/issues/2431#issuecomment-950869327 2021-11-03 09:13:40 +01:00
Matt Bierner
f191b9d9fd Bring back webviewContentExternalBaseUrlTemplate
We need a distinct property just for webviews
2021-10-27 10:48:17 -07:00
Matt Bierner
bc566d42a1 Try bumping webEndpointUrlTemplate again
Reverts dc1a669906

Also bumps distro to pick up new product.json changes
2021-10-26 15:38:11 -07:00
Connor Peet
de8a66adaf debug: bump js-debug 2021-10-26 09:12:49 -07:00
Alex Ross
dc1a669906 Revert "Hardcode commit for webview endpoint in public product.json"
This reverts commit 1100001c70.
2021-10-26 10:32:33 +02:00
Matt Bierner
1100001c70 Hardcode commit for webview endpoint in public product.json
Fixes #135641

Also fixes duplicated names `webEndpointUrlTemplate` and `webContentExternalBaseUrlTemplate`
2021-10-25 15:27:36 -07:00
Alex Dima
845e410a52 Define a server greeting via product.json 2021-10-21 09:45:49 +02:00
Connor Peet
a1421c6630 debug: bump js-debug 2021-09-28 16:19:51 -07:00
Connor Peet
9a15261ab3 debug: bump js-debug 2021-09-08 08:20:54 -07:00
Johannes Rieken
d1353440df use latest version of references view,https://github.com/microsoft/vscode/issues/15533 2021-09-03 10:45:11 +02:00
Connor Peet
698855dc09 debug: bump js-debug version 2021-08-23 16:06:34 -07:00
Connor Peet
dea81025e8 debug: bump companion verson 2021-08-11 05:21:23 -07:00
Connor Peet
d309d3344f debug: remove legacy debuggers and bump js-debug
Fixes https://github.com/microsoft/vscode-js-debug/issues/1065
2021-08-03 13:02:13 -07:00
Connor Peet
3bfb92fd66 debug: bump js-debug companion 2021-07-27 14:51:24 -07:00
Connor Peet
79b3eec4af debug: bump debuggers 2021-07-27 10:27:00 -07:00
Andre Weinand
b3e75ea651 node-debug@1.44.31 2021-07-26 16:19:47 +02:00
Connor Peet
0f8221e464 debug: bump debug packages 2021-07-22 10:48:10 -07:00
Rob Lourens
4490e196f1 Bump node2 2021-07-13 12:15:05 -07:00
Connor Peet
119a97852b debug: bump js-debug version 2021-07-01 14:48:33 -07:00
Connor Peet
4463856d25 debug: bump js-debug version 2021-06-30 16:43:29 -07:00
Connor Peet
4a8a7c1c7a debug: bump js-debug version
Fixes https://github.com/microsoft/vscode-js-debug/issues/1038
2021-06-22 18:47:24 -07:00
Connor Peet
41f117753e debug: update js-debug 2021-06-02 23:35:36 -07:00
Eric Amodio
8b4bc01166 Removes RemoteHub 2021-06-03 00:24:12 -04:00
Matt Bierner
9e04a67d12 Switch to use vscode-webview.net as default webview endpoint
This moves us off of `vscode-webview-test` to instead use `vscode-webview.net` for loading webview resources. We now also pick this up from the product.json instead of hardcoding it
2021-05-20 17:38:18 -07:00
Andre Weinand
c8410ece14 node-debug@1.44.28 2021-05-20 12:15:07 +02:00
Connor Peet
84c23ab5bd debug: bump node-debug2 version
Fixes https://github.com/microsoft/vscode-remotehub/issues/119
2021-05-18 11:28:06 -07:00
Eric Amodio
b95b73b7b0 Bumps RemoteHub version 2021-05-05 12:42:38 -04:00
Connor Peet
a348d103d1 debug: update companion version 2021-04-29 21:58:20 -07:00
Eric Amodio
f375f7e0aa Bumps RemoteHub version 2021-04-29 22:20:37 -04:00
Connor Peet
502ebdb193 bump builtin modules
Fixes https://github.com/microsoft/vscode/issues/81760
2021-04-29 12:58:51 -07:00