electron/spec-main/fixtures/api
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
..
context-bridge feat: add ContextBridgeMutability feature (#27348) 2021-03-22 10:16:35 -07:00
ipc-main-listeners ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
net-log ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
safe-storage feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
service-workers
test-menu-null
test-menu-visibility
beforeunload-empty-string.html
beforeunload-false-prevent3.html
beforeunload-false.html
beforeunload-undefined.html
custom-protocol-shutdown.js
native-window-open-native-addon.html
print-to-pdf.html
sandbox.html chore: bump chromium to a264339194bfa02f5ecb3b8cba449 (master) (#27111) 2021-01-12 15:31:23 -08:00
send-sync-message.html
webrequest.html