This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c57ce31e84
electron
/
spec
/
fixtures
/
api
/
singleton-data
/
package.json
6 lines
67 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: Add data parameter to `app.requestSingleInstanceLock()` (#30891) * WIP * Use serialization * Rebase windows impl of new app requestSingleInstanceLock parameter * Fix test * Implement posix side * Add backwards compatibility test * Apply PR feedback Windows * Fix posix impl * Switch mac impl back to vector * Refactor Windows impl * Use vectors, inline make_span * Use blink converter * fix: ownership across sequences * Fix upstream merge from Chromium Co-authored-by: deepak1556 <hop2deep@gmail.com>
2021-10-15 01:32:32 +00:00
{
test: make test apps' name prefixed with electron-test- (#33511)
2022-03-30 17:17:34 +00:00
"name"
:
"electron-test-singleton-data"
,
feat: Add data parameter to `app.requestSingleInstanceLock()` (#30891) * WIP * Use serialization * Rebase windows impl of new app requestSingleInstanceLock parameter * Fix test * Implement posix side * Add backwards compatibility test * Apply PR feedback Windows * Fix posix impl * Switch mac impl back to vector * Refactor Windows impl * Use vectors, inline make_span * Use blink converter * fix: ownership across sequences * Fix upstream merge from Chromium Co-authored-by: deepak1556 <hop2deep@gmail.com>
2021-10-15 01:32:32 +00:00
"main"
:
"main.js"
}
Reference in a new issue
Copy permalink