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
358ab79778
electron
/
spec
/
fixtures
/
api
/
site-instance-overrides
/
package.json
5 lines
75 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: Add option to conditionally disable site instance patches (#18396) * chore: allow conditional disable of the site instance override patches at runtime * feat: add app.allowRendererProcessReuse property to allow runtime disable of site instance overrides spec: add tests for the new allowRendererProcessReuse property feat: add console warnings / errors for loading non context-aware native modules * Only error if the patch is disabled * Warn all the time, this will ship in Electron 7
2019-05-31 22:47:18 +00:00
{
ci: cleanup up test app directories (#25145) * ci: cleanup up test app directories * ci: use electron prefix for a testing apps so that the can be cleaned up * Revert "ci: cleanup up test app directories" This reverts commit a47daba812ee95f506cac0f1bfedda8be7b4e2f0. * fixup test due to app name change
2020-08-31 18:07:12 +00:00
"name"
:
"electron-test-site-instance-overrides"
,
feat: Add option to conditionally disable site instance patches (#18396) * chore: allow conditional disable of the site instance override patches at runtime * feat: add app.allowRendererProcessReuse property to allow runtime disable of site instance overrides spec: add tests for the new allowRendererProcessReuse property feat: add console warnings / errors for loading non context-aware native modules * Only error if the patch is disabled * Warn all the time, this will ship in Electron 7
2019-05-31 22:47:18 +00:00
"main"
:
"main.js"
}
Reference in a new issue
Copy permalink