Commit Graph

31 Commits

Author SHA1 Message Date
Benjamin Pasero
7e40e8e4be auth dialog - enable context isolation (#102926)
* auth dialog - enable context isolation

* remote nativeWindowOpen
2020-07-20 23:16:33 -07:00
Benjamin Pasero
a006879172 electron - explicitly disable spellchecker
It will be enabled by default starting with Electron 9
2020-07-21 07:50:25 +02:00
Robo
9a220aa3b3 feat: enable sandbox for proxy auth window (#100907)
* feat: enable sandbox for proxy auth window

* webContents.send uses structured clone algorithm

* mv electron-browser/auth.* => electron-sandbox
2020-07-09 09:27:31 -07:00
Benjamin Pasero
4f65b91444 electron - disable remote module in all windows (#101224) 2020-06-28 12:12:38 +02:00
Benjamin Pasero
7f49ef52e3 sandbox - configure nativeWindowOpen:true
This matches the behaviour of sandboxed Electron renderers.
2020-06-16 18:52:34 +02:00
Matt Bierner
cadabab73f Mark _serviceBrand properties using declare (#99312)
_serviceBrand is only used for typing and should not result in emit

Also adds readonly
2020-06-05 11:04:15 -07:00
deepak1556
113fd1b7bc chore: bump electron@7.3.0 2020-05-27 12:47:39 -07:00
deepak1556
876f2e70f9 Revert "chore: bump electron@8.3.0 (#98266)"
This reverts commit 820fd4048f.
2020-05-26 21:46:03 -07:00
Robo
820fd4048f chore: bump electron@8.3.0 (#98266) 2020-05-20 13:32:02 -07:00
Benny Neugebauer
5bd89a2535 Fix typing for proxy auth window options (#91954) 2020-03-03 15:43:49 +01:00
Benjamin Pasero
25fb4bcd78 debt - move enterWorkspace into workspace service 2019-09-30 11:35:50 +02:00
Benjamin Pasero
f882a95952 debt - require electron and not Electron 2019-09-19 14:45:06 +02:00
Johannes Rieken
dedf0de944 change type of _serviceBrand from any to undefined, #79918 2019-08-30 15:40:46 +02:00
Benjamin Pasero
df5b5cecfe debt - port over some electron6 changes 2019-07-08 08:43:11 +02:00
Johannes Rieken
078da2bca6 This partially reverts "extends Disposable" changes 2019-06-06 16:01:15 +02:00
Matt Bierner
6b7b5c0e0c Extend lifecycle/Disposable in more places instead of re-implementing it
`lifecycle/Disposable` includes some important fixes that can help catch common programming mistakes
2019-06-05 15:41:46 -07:00
Matt Bierner
087629786a Mark private service properties declarated in ctors as readonly 2019-01-04 12:03:24 -08:00
Joao Moreno
408e03220c event namespace consolidation & docs 2018-12-11 10:14:38 +01:00
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Benjamin Pasero
dbd787b8dd debt - reduce electron.d.ts patching 2018-09-03 10:37:57 +02:00
Benjamin Pasero
c8c1d83be3 debt - upstream some changes from electron-3.0.x branch 2018-08-31 15:50:14 +02:00
Benjamin Pasero
d0d8929d37 fix #46818 2018-06-11 12:12:28 +02:00
Benjamin Pasero
5875aad564 code main - partition windows into subfolders 2017-12-28 13:10:58 +01:00
Benjamin Pasero
ac0ba66062 main - some renames of services 2017-11-23 16:01:37 +01:00
Joao Moreno
e0705fd2b2 fixes #37809 2017-11-08 11:07:46 +01:00
Joao Moreno
4789e42906 fixes #36751 2017-11-02 09:38:04 +01:00
Joao Moreno
073d279ac0 Merge branch 'master' into proxy-auth 2017-07-03 12:40:10 +02:00
Joao Moreno
2f3db87f7d 🎨 simple refactoring 2017-04-13 21:53:45 +02:00
Joao Moreno
bf7c48e9a7 🐛 handle proxy auth window closing 2017-04-13 21:49:09 +02:00
Joao Moreno
9396dd4bb8 improve proxy auth dialog 2017-04-13 18:23:27 +02:00
Joao Moreno
f293a94b76 handle proxy authentication 2017-03-10 10:52:31 +01:00