Sandeep Somavarapu
88144f6d31
Fix #80698
...
- Inline semver
2020-10-26 12:12:07 +01:00
SteVen Batten
92a30ed265
Move tas-client to umd version and adopt in web ( #106904 )
...
* adopt tas-client-umd
* adopt in web
* fix whitespace
* adding tas-client to webignore
* upgrade tas-client-umd
* move svc imort to common
* remove unnecessary ignore
2020-09-18 10:00:39 -07:00
Sandeep Somavarapu
52bdeff880
- send auth session
...
- prepare credentials from auth session
2020-09-13 01:56:02 +02:00
Sandeep Somavarapu
59023b549c
support auth in web playground
2020-09-12 23:26:27 +02:00
Johannes Rieken
133d95e618
adopt new amd loader with support for TrustedScriptURL, add typings for TrustedTypesFactory et al, https://github.com/microsoft/vscode/issues/106396
2020-09-11 17:59:23 +02:00
Sandeep Somavarapu
e8cf34521d
remove remote web user data directory and use indexedDB in browser
2020-09-05 09:06:43 +02:00
Benjamin Pasero
b561a5e1ac
debt - sync changes back from distro
2020-08-18 09:59:33 +02:00
Johannes Rieken
7f11681228
add ellapsedRenderer to measure the time it took inside the renderer to create the workbench, https://github.com/microsoft/vscode/issues/101850
2020-07-09 10:26:31 +02:00
Johannes Rieken
bc1c421381
better end perf mark, tweak start marks, https://github.com/microsoft/vscode/issues/101850
2020-07-08 13:27:31 +02:00
Johannes Rieken
855f75e0da
enable loader stats for web-workbench, https://github.com/microsoft/vscode/issues/101850
2020-07-08 12:12:19 +02:00
Benjamin Pasero
e6124e3913
web - remove encoding related libs from prefetch as they are being loaded lazily
2020-06-23 13:36:15 +02:00
Sandeep Somavarapu
034d893cd5
remove builtin extensions entry
2020-06-22 15:59:16 +02:00
Fedor Nezhivoi and Benjamin Pasero
24e0a82229
Move encoding to common for #79275 ( #100539 )
...
* move encoding.ts to common for #79275
* load iconv-lite-umd and jschardet in web version for #79275
* move EncodingOracle to the AbstractTextFileService for #79275
* review
* update to new iconv-lite-umd
* add workaround for jschardet types
* fix indentation
* add iconv-lite-umd and jschardet to workbench.html
* fix paths for modules
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-06-20 10:47:29 +02:00
Sandeep Somavarapu
7c574546f7
Support built in extensions in serverless
...
- Use different entry point instead of static extensions
- Intrdouce web extension management service
2020-06-18 15:21:17 +02:00
Daniel Imms
fdd075e9df
Remove web links addon
2020-05-20 06:54:45 -07:00
Alex Dima
6654073e14
Adopt new package name (vscode-oniguruma)
2020-04-24 17:58:08 +02:00
Alex Dima
a6e59815c8
Adopt vscode-oniguruma-wasm
2020-04-23 11:16:21 +02:00
Daniel Imms
cb486e930f
Terminal unicode 11 support
...
Fixes #90029
2020-02-04 12:29:37 -08:00
Daniel Imms
87251319ff
Support experimental webgl renderer
2019-11-09 08:53:50 -08:00
Benjamin Pasero
ffd35253af
web - remove inlined csp
2019-10-17 17:18:38 +02:00
Benjamin Pasero
ce720bbbb0
web - fix spelling mistake
2019-10-14 15:34:55 +02:00
Benjamin Pasero
710be19dbf
Revert " 🆙 distro"
...
This reverts commit 3831ba8c0a .
2019-10-09 15:24:43 +02:00
Benjamin Pasero
3831ba8c0a
🆙 distro
2019-10-09 15:23:11 +02:00
Rachel Macfarlane
d1b81e23db
Remove applicationinsights-web dependency
2019-10-07 14:34:21 -07:00
Matt Bierner
5d828fdcc8
Remove WEBVIEW_ENDPOINT workaround
2019-09-12 16:31:41 -07:00
Benjamin Pasero
9aab28daea
web - self fullfilling prophecy
2019-09-11 10:52:16 +02:00
Benjamin Pasero
e4a837a0a3
web - rename entry point
2019-09-11 08:43:13 +02:00
Alex Dima
a2ada859d3
Merge remote-tracking branch 'origin/master' into ben/lazy-onigasm
2019-09-10 22:13:16 +02:00
Alex Dima
cc6aea9d06
Load script directly
2019-09-10 20:20:01 +02:00
Benjamin Pasero
8bd809ffc9
debt - load onigasm lazy
2019-09-10 14:53:42 +02:00
Benjamin Pasero
d0481dca92
web - move selfhost pieces out of workbench
2019-09-10 11:06:54 +02:00
Johannes Rieken
58319746d6
add worker-src and child-src, #79922
2019-09-02 10:56:15 +02:00
Benjamin Pasero
f60b7b84b1
web - add manifest to support PWA installation
2019-08-26 10:02:34 +02:00
Benjamin Pasero
21ce78cf25
web - lift product config to be proper API
2019-08-24 17:14:14 +02:00
Benjamin Pasero
ebe53708ac
web - prevent waterfall loading
2019-08-23 16:31:29 +02:00
Alex Dima
b58579c643
Use cookie for connection token, align fetching of remote resources
2019-08-21 16:11:35 +02:00
Alex Dima
ea7f62fa08
Fixes #79496 : Always go through the protocol handler
2019-08-20 14:28:55 +02:00
Johannes Rieken
711faedf57
allow https: as 'script-src'
2019-08-20 11:18:32 +02:00
Rachel Macfarlane
8ffdc18c1d
Use application insights module, #78475 , fixes #78840
2019-08-12 10:32:20 -07:00
Rachel Macfarlane
abb40b14ff
Revert "Use application insights module instead of script tag, fixes https://github.com/microsoft/vscode/issues/78475 "
...
This reverts commit 803e140a23 .
2019-08-09 11:44:52 -07:00
RMacfarlane
803e140a23
Use application insights module instead of script tag, fixes https://github.com/microsoft/vscode/issues/78475
2019-08-09 10:34:57 -07:00
Alex Dima
bc943bc3fe
Pass in connectionToken
2019-07-29 21:44:14 +02:00
Matt Bierner
d5fd351a88
Add setting that enables using a dynamic endpoint for hosting the static webview content
...
For #77132
2019-07-22 13:31:48 -07:00
Rachel Macfarlane
326c26b9e0
Create browser version of telemetry service
2019-07-17 15:58:09 -07:00
Benjamin Pasero
55f4cdedbc
web - cache and restore base theme via localstorage
...
Also: let the theme service not change classes on document.body but the actual container of the workbench
2019-07-10 18:51:49 +02:00
Benjamin Pasero
1da6ba5b0e
💄
2019-07-02 12:40:40 +02:00
Benjamin Pasero
2b9bc19728
web - add shortcut icon
2019-06-28 18:02:35 +02:00
Sandeep Somavarapu
8fb99cd967
product service for web
...
- get product configuration from server
2019-06-19 23:17:51 +02:00
Benjamin Pasero
8a0e33ad3d
web - bring CSP back differently
2019-06-19 16:15:14 +02:00
Benjamin Pasero
39d2a648d2
web - unblock running
2019-06-19 14:31:24 +02:00