This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
e91325fffd
electron
/
spec
/
fixtures
/
api
/
cookie-app
/
package.json
5 lines
62 B
JSON
Raw
Normal View
History
Unescape
Escape
fix: backport patch that ensures that cookie store is always created (#15836) * fix: backport patch that ensures that cookie store is always created * fix: disable cookie encryption * fix: flush the cookie store when NetworkContext shuts down * test: add test for cookie store persistance * Update patches/common/chromium/ensure_cookie_store.patch Co-Authored-By: brenca <benecene@gmail.com> * Update patches/common/chromium/ensure_cookie_store.patch Co-Authored-By: brenca <benecene@gmail.com>
2018-11-29 11:51:13 -07:00
{
test: make test apps' name prefixed with electron-test- (#33511)
2022-03-30 11:17:34 -06:00
"name"
:
"electron-test-cookie-app"
,
fix: backport patch that ensures that cookie store is always created (#15836) * fix: backport patch that ensures that cookie store is always created * fix: disable cookie encryption * fix: flush the cookie store when NetworkContext shuts down * test: add test for cookie store persistance * Update patches/common/chromium/ensure_cookie_store.patch Co-Authored-By: brenca <benecene@gmail.com> * Update patches/common/chromium/ensure_cookie_store.patch Co-Authored-By: brenca <benecene@gmail.com>
2018-11-29 11:51:13 -07:00
"main"
:
"main.js"
}