-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript Binding - Store JavascriptObjects per CefBrowser #4475
base: master
Are you sure you want to change the base?
Conversation
✅ Build CefSharp 112.2.90-CI4758 completed (commit 91bd2be36a by @amaitland) |
✅ Build CefSharp 112.2.100-CI4779 completed (commit 04fe8b2185 by @amaitland) |
f18c0ff
to
8eb2376
Compare
✅ Build CefSharp 115.3.110-CI4829 completed (commit c19986019f by @amaitland) |
This is required for #5001 I originally added a command line arg, I think this should be plan b as it is hard to test. If we can have it configured per |
8eb2376
to
fcc0cdb
Compare
✅ Build CefSharp 132.3.10-CI5157 completed (commit 3c5f7865ac by @amaitland) |
This would require a totally different approach. |
Fixes: #2306
Summary:
This optionally allows for a new Per Browser cache.
Use the following command line arg to opt into this behaviour.
Changes:
CefSharp
specific command line arg to optionally enable new code pathHow Has This Been Tested?
TODO: Add tests
Types of changes
Checklist: