electron/lib
George Xu bc508c6113
feat: add electron.safeStorage encryption API (#30020)
* feat: add SafeStorage api; first commit

* chore: rename files to fit semantically

* chore: add linkedBindings

* chore: fix function signatures

* chore: refactor eisCookieEncryptionEnabled() fuse

* chore: create test file

* chore: add tests and documentation

* chore: add copyright and lint

* chore: add additional tests

* chore: fix constructor

* chore: commit for pair programming

* wip: commit for keeley pairing

* chore: docs change and code cleanup

* chore: add linux import

* chore: add description to documentation

* chore: fixing tests

* chore: modify behaviour to not allow unencrypted strings as decyption input

* fix add patch for enabling default v11 encryption on Linux

* chore: remove file after each test

* chore: fix patch

* chore: remove chromium patch

* chore: add linux specific tests

* chore: fix path

* chore: add checker for linuux file deletion

* chore: add dcheck back

* chore: remove reference to headless mode

* chore: remove tests for linux

* chore: edit commit message

* chore: refactor safeStorage to not be a class

* chore: remove static variable from header

* chore:  spec file remove settimeout

Co-authored-by: VerteDinde <keeleymhammond@gmail.com>
2021-08-05 15:12:54 -07:00
..
asar fix: improper wrapping of fs.promises.readFile (#29528) 2021-06-07 21:19:39 +02:00
browser feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
common refactor: only create webContents after 'will-attach-webview' (#30311) 2021-08-03 10:08:49 -07:00
isolated_renderer refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
renderer refactor: only create webContents after 'will-attach-webview' (#30311) 2021-08-03 10:08:49 -07:00
sandboxed_renderer refactor: remove guestInstanceId from WebPreferences (#30280) 2021-07-28 15:32:53 -07:00
worker fix: self.module.paths not working in web workers (#29955) 2021-07-05 08:48:46 +09:00