Commit Graph

2486 Commits

Author SHA1 Message Date
Benjamin Pasero
11275a9338 sandbox - lift ExtensionTipsService to electron-sandbox 2020-09-16 11:58:40 +02:00
Sandeep Somavarapu
a4a9fcb7dd Merge branch 'master' into sandy081/web-playground/login 2020-09-15 17:31:42 +02:00
Benjamin Pasero
b9947f2a37 If I switch workspace, focus moves to different VS Code instance (fix #106727) 2020-09-15 11:16:04 +02: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
Rachel Macfarlane
07ad5d6f18 Remove unused 'SettingSearch' issue type 2020-09-11 10:21:13 -07: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
Benjamin Pasero
1fccb9e58c proxy authentication does not work on 1.49 (#106434) 2020-09-11 14:54:03 +02:00
Johannes Rieken
3994ae4c9e Trusted types - don't use innerHTML for rapid render, https://github.com/microsoft/vscode/issues/106395 2020-09-11 10:29:39 +02:00
Benjamin Pasero
87847325a6 electron - set spellcheck: false again for windows 2020-09-11 09:49:18 +02:00
Rachel Macfarlane
2c1dd109d6 Fix some trusted type violations, #106395 2020-09-10 18:55:17 -07:00
Benjamin Pasero
a5a54adba8 web - fix bad credentials lookup 2020-09-10 13:47:37 +02:00
Matt Bierner
c348165cc0 Adding more explicit typings for promises
This gets us ready for TS 4.1
2020-09-09 09:21:56 -07:00
Martin Aeschlimann
7ce60506a9 Merge pull request #106277 from microsoft/aeschli/adoptColorScheme
add HostColorService & unify ColorSchema
2020-09-08 12:48:07 -07:00
mbassit
4a801b9737 Increased height of proxy authentication dialog to prevent cutting buttons (#83900) 2020-09-08 11:19:39 +02:00
Martin Aeschlimann
0a22f4cc42 more colorScheme adoption 2020-09-08 11:14:18 +02:00
Martin Aeschlimann
b8caf59d0c adopt color scheme in host service 2020-09-07 17:28:38 +02:00
Sandeep Somavarapu
79c4f10983 Fix #106021 2020-09-07 15:24:57 +02:00
Benjamin Pasero
4a2b990be3 themes - first cut ColorScheme support (#105715) (#105716) 2020-09-07 10:25:10 +02:00
Benjamin Pasero
d0f6bd65aa Merge branch 'master' into ben/sandbox-environment 2020-09-07 08:43:24 +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
3da939d1d7 Merge branch 'master' into ben/sandbox-environment 2020-09-04 10:45:13 +02:00
Benjamin Pasero
4f8453d572 sandbox - allow native workbench environment service on common layer 2020-09-03 16:24:27 +02:00
Benjamin Pasero
0280c04dc6 sandbox - lift some environment properties that are only used in workbench up 2020-09-03 15:03:54 +02:00
Sandeep Somavarapu
542094d306 ignore when invalid credentials data is passed 2020-09-03 11:37:03 +02:00
Benjamin Pasero
ae942354ab sandbox - move native environment service to common layer 2020-09-03 11:30:08 +02:00
Sandeep Somavarapu
4353a83dae Merge branch 'master' into sandy081/supportCredentials 2020-09-02 14:50:52 +02:00
Benjamin Pasero
29ca95b2a2 Hitting a breakpoint doesn't active window (fix #105913) 2020-09-02 14:16:19 +02:00
Sandeep Somavarapu
32f934cebe Pass credentials through args 2020-09-02 12:39:19 +02:00
Sandeep Somavarapu
d1ce0eb43b Revert "Get authentication session info from workbench html in dev mode"
This reverts commit 2e8152ce75.
2020-09-01 12:26:21 +02:00
Sandeep Somavarapu
2e8152ce75 Get authentication session info from workbench html in dev mode 2020-08-31 17:41:37 +02:00
Benjamin Pasero
e2d5e90ec4 debt - move extension debug IPC channel closer to interface 2020-08-31 17:10:19 +02:00
Benjamin Pasero
bc797a3b0b sandbox - remove dependency to native keymap on startup 2020-08-31 16:58:26 +02:00
Benjamin Pasero
9b50b84c4c use import-type for modules we load async (#105594) 2020-08-31 10:58:16 +02:00
Benjamin Pasero
513807b0e4 web - improve window indicator 2020-08-28 17:50:39 +02:00
Benjamin Pasero
c393e6a3a9 debt - use some "import type" syntax to ensure the module is not getting loaded 2020-08-28 17:22:19 +02:00
Benjamin Pasero
e8817784f2 themes - distinguish between OS HC and autodetect HC 2020-08-28 17:01:19 +02:00
Benjamin Pasero
dd85f62e65 Process explorer: use icon font instead of SVG (fix #102560) (#105411) 2020-08-28 10:44:48 +02:00
Johannes Rieken
555808e9cd Merge pull request #104644 from annkamsk/dom-api-instead-string-concat
issueReporter: Use DOM API instead of string concatenation
2020-08-28 10:38:15 +02:00
Benjamin Pasero
3c80a82a8e perf - load semver-umd only when needed in cli-process 2020-08-27 17:08:36 +02:00
Benjamin Pasero
21dd836ddb macOS: detect high contrast theme (fix #105481) 2020-08-27 10:45:00 +02:00
Benjamin Pasero
f4d92fcb73 electron 9: adopt 'render-process-gone' event and show details 2020-08-27 10:24:50 +02:00
Benjamin Pasero
46860a105b sandbox - allow to bring up a minimal workbench with simple services and in-memory file-system 2020-08-26 08:32:19 +02:00
Benjamin Pasero
b0f0a1bf81 web - only add window indicator if running without remote 2020-08-25 14:45:37 +02:00
annkamsk
e9495c1e60 Use DOM API for creating HTML elements instead of string concatenation 2020-08-25 10:54:50 +02:00
Benjamin Pasero
302e86a132 sandbox - some tweaks around loading modules lazy if possible(semver-umd) 2020-08-25 09:28:18 +02:00
Martin Aeschlimann
8c5bdcdfb4 web: API to prevent initial theme flickering (also fixes #101226) 2020-08-24 16:13:46 +02:00
Benjamin Pasero
653e7e26df sandbox - make lazyEnv fit for sandbox use 2020-08-24 11:09:34 +02:00
Benjamin Pasero
38f8b223ff web - remoteIndicator => windowIndicator 2020-08-21 08:43:11 +02:00
Benjamin Pasero
1b7035d050 web - add a quality change handler 2020-08-20 15:32:54 +02:00