Commit Graph

2363 Commits

Author SHA1 Message Date
deepak1556
113fd1b7bc chore: bump electron@7.3.0 2020-05-27 12:47:39 -07:00
Sandeep Somavarapu
a2bc061bc6 allow setting default tag while installing extensions 2020-05-27 20:31:11 +02:00
Benjamin Pasero
0359d4174d sandbox - issue service is not common 2020-05-27 08:17:45 +02:00
Benjamin Pasero
d637255b17 Merge branch 'master' into ben/electron-sandbox 2020-05-27 06:51:08 +02:00
deepak1556
876f2e70f9 Revert "chore: bump electron@8.3.0 (#98266)"
This reverts commit 820fd4048f.
2020-05-26 21:46:03 -07:00
Benjamin Pasero
2f00b861e0 Merge branch 'master' into ben/electron-sandbox 2020-05-26 13:49:13 +02:00
Benjamin Pasero
0155d41405 web - support to open a file on a line 2020-05-26 10:48:01 +02:00
Benjamin Pasero
45552c0a2d sandbox - reduce clipboard dependencies in renderer 2020-05-26 08:12:09 +02:00
Benjamin Pasero
81d13e9f73 sandbox - move menubar service 2020-05-25 14:07:26 +02:00
Benjamin Pasero
04792c3874 sandbox - fix cyclic dependency 2020-05-25 13:59:53 +02:00
Benjamin Pasero
c86de794a0 sandbox - move main process service into electron-sandbox 2020-05-25 13:57:24 +02:00
Benjamin Pasero
7f34cb5384 sandbox - ensure IElectronService is declared from electron-sandbox layer 2020-05-25 12:41:39 +02:00
Benjamin Pasero
97a9b02ebc sandbox - add windowId to electron service 2020-05-25 10:56:45 +02:00
Benjamin Pasero
de1c06c061 sandbox - move url service 2020-05-25 10:20:43 +02:00
Benjamin Pasero
bd62ffe1f4 sandbox - move electron service into common/sandbox 2020-05-25 10:13:03 +02:00
Benjamin Pasero
233e723d59 sandbox - make moveToTrash an electron service thing 2020-05-25 09:51:02 +02:00
Benjamin Pasero
9eb99077f9 sandbox - further reduce electron dependencies 2020-05-25 09:38:05 +02:00
Benjamin Pasero
246d25965c sandbox - add webFrame APIs 2020-05-25 08:40:07 +02:00
Benjamin Pasero
062d9393d8 sandboy - more adoption of IPC API from preload script 2020-05-25 08:26:55 +02:00
Benjamin Pasero
9c36a570c3 sandbox - move contextMenuService 2020-05-24 07:49:37 +02:00
Benjamin Pasero
2c2750be08 sandbox - get rid of IMainProcessService2 2020-05-23 14:33:57 +02:00
Benjamin Pasero
0565b5fc03 sandbox - move issueService 2020-05-23 14:14:33 +02:00
Benjamin Pasero
b1c12cac10 sandbox - move menubarService 2020-05-23 14:09:38 +02:00
Benjamin Pasero
88af9b528f sandbox - make sure to use sandboxed main process service consistently in renderer 2020-05-23 08:47:49 +02:00
Benjamin Pasero
dc8f291781 sandbox - let workspaces service use sandboxed IPC 2020-05-23 08:05:47 +02:00
Benjamin Pasero
a4a5b1f19c sandbox - expose limited IPC via preload script 2020-05-22 12:23:43 +02:00
Robo
820fd4048f chore: bump electron@8.3.0 (#98266) 2020-05-20 13:32:02 -07:00
Daniel Imms
fdd075e9df Remove web links addon 2020-05-20 06:54:45 -07:00
Sandeep Somavarapu
175fddc4ee #93960 Show sycned machines 2020-05-20 13:08:43 +02:00
Matt Bierner
307cb32f30 Add vscode-webview-resource protocol (#97777)
* Add vscode-webview-resource protocol

Adds a new protocol (`vscode-webview-resource`) for loading resources insides of webviews. This replaces the existing `vscode-resource` protocol and is registered on the main thread instead of in each renderer

This change also adds some rewriting logic to update any `vscode-resource:` references found in the main html to use `vscode-webview-resource` instead.

* Move webview protcol provider to own file

* Remove registration of vscode-resource scheme

* Remove use or parition for each webview

Now that we have a single shared protocol handler, we do not need to run each webview in its own partition

* Fix rewriting csp to use new protocol

* Update src/vs/code/electron-main/app.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-05-15 11:34:08 -07:00
Sandeep Somavarapu
6c720e3b8c #97810 log error 2020-05-15 13:28:53 +02:00
Ladislau Szomoru
16460ceb51 CLI - Add a 1 second timeout for flushing the telemetry (#97622)
* Add a 1 second timeout for flushing the telemetry
2020-05-13 10:56:28 +02:00
Benjamin Pasero
f8f0c0ec54 electron - stop messing around with app.dock 2020-05-12 19:07:28 +02:00
Martin Aeschlimann
2b9a141306 Merge branch 'master' into aeschli/avoidthemeonbody 2020-05-12 08:58:55 +02:00
Martin Aeschlimann
8ae60f5a33 fix spaces 2020-05-11 21:07:50 +02:00
João Moreno
8a48b77b53 fixes #97199 2020-05-11 13:07:54 +02:00
Benjamin Pasero
5356ceb23c windows - ensure new-window request has right window context (fix #97172) 2020-05-10 09:50:17 +02:00
Martin Aeschlimann
76d612786a Themes: set classes to the <body> element. Fixes #92953 2020-05-09 13:25:21 +02:00
Danny Lin
ff118340b5 Use system-ui alias for UI fonts (fixes #10144) (#96948)
Commit 45d93e9325 applied this change in
some areas, but it was reverted to fix #28619. The underlying cause of
the regression was Chromium bug 733219 [1], which has now been fixed, so
this change should be safe to apply now.

The old font stacks have been kept with lower priorities to work around
Chromium bug 724393 [2].

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=733219
[2] https://bugs.chromium.org/p/chromium/issues/detail?id=724393
2020-05-08 08:21:40 +02:00
Benjamin Pasero
b19b7a7f41 es6 - use more find over filter 2020-05-04 09:44:59 +02:00
Benjamin Pasero
7d8f9cf789 es6 - use Array.find over find 2020-05-04 09:28:22 +02:00
SteVen Batten
4abcc03d6a update to telemetry service/callstack or exception 2020-04-27 17:33:44 -07:00
Alex Dima
6654073e14 Adopt new package name (vscode-oniguruma) 2020-04-24 17:58:08 +02:00
Benjamin Pasero
720b72ea26 debt - change delete operand (for #96022) 2020-04-24 07:20:54 +02:00
Matt Bierner
7911881812 Fix delete operator error
For #96022
2020-04-23 18:48:59 -07:00
Alex Dima
a6e59815c8 Adopt vscode-oniguruma-wasm 2020-04-23 11:16:21 +02:00
Christof Marti
83ddd9afef Auth not supported (#94148) 2020-04-22 09:09:53 +02:00
Christof Marti
04f1f900f8 Log (#94148) 2020-04-22 07:47:20 +02:00
Martin Aeschlimann
f01eb3c2fc Merge branch 'master' into aeschli/specific-codicon-names 2020-04-21 12:32:29 +02:00
Christof Marti
03a7223ee2 Investigate #94862 2020-04-21 12:05:54 +02:00