Commit Graph
2581 Commits
Author SHA1 Message Date
Benjamin Pasero 7bbf45c14e env - only show one notifications not two (fix #111246) 2020-11-25 11:38:20 +01:00
Benjamin Pasero 96b2c670d7 debt - extensions path is always defined 2020-11-25 09:59:55 +01:00
Benjamin Pasero 2433e29383 sandbox - use IPC communication to read bundles 2020-11-25 08:16:37 +01:00
Robo 0baf6bb9cc chore: update to electron 11 (#110759)
* chore: bump electron@11.0.0-beta.4

* build: add mac arm64 target

* chore: bump electron@11.0.1

* fix: remove macOS workaround for devtools with custom titlebar

https://github.com/electron/electron/pull/26395

* chore: bump vscode-windows-ca-certs@0.3.0

* chore: bump electron@11.0.2

* fixup! remove macOS workaround for devtools with custom titlebar
2020-11-23 15:31:03 -08:00
Benjamin Pasero 52098eaeb0 env - tweak shell resolve experience on startup 2020-11-22 09:44:22 +01:00
Benjamin Pasero ff1887be3e Preserve per-window environment variables between workspace changes (fix #108571) 2020-11-20 16:08:50 +01:00
Alex Dima 7d1cd1ff33 Fixes #99313 2020-11-20 16:02:41 +01:00
Benjamin Pasero 690d0e33c1 window - cleanup reload() method 2020-11-20 15:49:45 +01:00
Benjamin Pasero fb277edc0f env - take window configuration into account when resolving shellEnv 2020-11-20 15:21:59 +01:00
Benjamin Pasero 6f3fcd2ce0 env - move shell env into bootstrap-window and let user env win over shell env 2020-11-20 11:57:24 +01:00
Benjamin Pasero fe65b26426 perf - add ellapsedWaitForShellEnv to measure blocked time on startup
//cc @jrieken
2020-11-20 11:06:29 +01:00
Benjamin Pasero 7207ee201f env - also surface shell env resolve errors to users 2020-11-20 10:47:46 +01:00
Benjamin Pasero 6fdc79d81a env - set timeout back to 10s but show warning when it takes long 2020-11-20 09:59:29 +01:00
Sandeep Somavarapu 145c6e5beb #110905 also optimise for builtin extensions arg 2020-11-19 18:31:53 +01:00
Sandeep Somavarapu b0d577c1b7 update doc 2020-11-19 13:04:21 +01:00
Sandeep Somavarapu 22895e9856 Introduce a server method to check if extensions are ready on server 2020-11-19 12:54:31 +01:00
Sandeep Somavarapu a36c68b9ec Fix #110905 2020-11-19 03:23:22 +01:00
Sandeep Somavarapu d3057c54c8 remove console.time 2020-11-17 16:21:33 +01:00
Sandeep Somavarapu 7bf226cf50 add console log service to cli 2020-11-17 16:07:48 +01:00
Alex Dima 8c93891a4d Minor renames 2020-11-17 14:34:25 +01:00
Alex Dima 28b16c26d8 Move usage of native-keymap to the main process 2020-11-17 10:37:53 +01:00
Benjamin Pasero b25867b709 Support --diff parameter with reading from stdin (fix #110426) 2020-11-17 08:27:31 +01:00
Rachel Macfarlane c4f50933f7 Remove some unused issue reporter code 2020-11-16 16:03:08 -08:00
Rachel Macfarlane 9c3522ec80 Include experiment info in issue reporter data 2020-11-16 14:38:49 -08:00
Sandeep Somavarapu 0ec4ce387d Fix #110574 2020-11-13 15:31:27 +01:00
Benjamin Pasero 38f55ece05 environment - add OS info (#106528) 2020-11-13 07:29:08 +01:00
Benjamin Pasero 717a730f3a window - fix undefined access 2020-11-12 10:59:08 +01:00
Benjamin Pasero eb8c718e81 debt - fix compile errors in bootstrap files 2020-11-09 09:03:14 +01:00
Rachel Macfarlane 5961799c53 Escape backslashes in issue reporter data, fixes #105494 2020-11-06 11:41:48 -08:00
Sandeep Somavarapu 341124ff39 #109896 Remove IStorageKeysSyncRegistryService and introduce new service for syncing extensions storage 2020-11-04 23:27:54 +01:00
Sandeep Somavarapu fd8411e75e Fix #89559 2020-11-02 16:27:36 +01:00
Benjamin Pasero 744f2ab731 web - use unbuffered upload/download for small files to speed things up 2020-11-02 11:20:48 +01:00
Benjamin Pasero 0268b334e5 enable enableExperimentalProxyLoginDialog per default 2020-11-02 11:02:42 +01:00
Benjamin Pasero 7690417736 Proxy auth dialog shown on hidden window (fix #109667) 2020-10-29 15:29:13 +01:00
João Moreno 96d03d1ecc Linux Snap: Prevent GDK_PIXBUF env from leaking out (#109608)
* update hygiene file

* snap: do not let GDK_PIXBUF leak out

fixes #100940

* 💄
2020-10-29 14:13:22 +01:00
Benjamin Pasero 0ae821e92d auth - some cleanup 2020-10-28 16:49:06 +01:00
Benjamin Pasero e1f85e36a9 proxy - 💄 jsdoc 2020-10-28 14:30:26 +01:00
Benjamin Pasero 3b45829776 Ask again if credentials don't work (fix #109495) 2020-10-28 14:26:48 +01:00
Benjamin Pasero 95d6a1209c proxy - ask for login again if it fails (via firstAuthAttempt) 2020-10-28 14:14:17 +01:00
Benjamin Pasero 1b2d596187 proxy - always reply back to main, even if cancelled 2020-10-28 13:59:40 +01:00
Benjamin Pasero e338fc48c9 proxy - always callback even when no credentials are provided 2020-10-28 13:49:20 +01:00
Benjamin Pasero e113cbf297 Scope proxy credentials to proxy host and port (fix #109497) 2020-10-28 13:29:56 +01:00
Benjamin Pasero 38a6870ac2 proxy - allow to use credentials for multiple requests 2020-10-28 13:11:04 +01:00
Benjamin Pasero 4f759fc230 proxy auth - use urlProtocol as partition 2020-10-27 07:56:47 +01:00
Benjamin Pasero 0cd5f7973a Merge pull request #109368 from microsoft/ben/login-dialog
Use a custom dialog for proxy authentication
2020-10-26 12:55:55 +01:00
Benjamin Pasero ce1e06123b proxy auth - implement a way to remember credentials 2020-10-26 12:21:20 +01:00
Sandeep Somavarapu 88144f6d31 Fix #80698
- Inline semver
2020-10-26 12:12:07 +01:00
Benjamin Pasero 4d064bc7d1 proxy auth - introduce new login dialog behind a setting 2020-10-26 07:50:02 +01:00
Sandeep Somavarapu 3f20baf3b4 move storage keys sync registry service to shared process 2020-10-23 13:49:16 +02:00
Sandeep Somavarapu b813399093 - use --install-builtin-extension arg instaed of --builtin flag to install builtin extension
- speed up installing extensions in cli
2020-10-22 22:31:52 +02:00