Skip to content

Conversation

@amaitland
Copy link
Member

Currently only IV8Context.Execute is implemented, you can execute javascript without returning a result.

Can only be called in the render process.

Issue #2688

…OnContextCreated/OnContextReleased

- IV8Context.Execute is the only method to be implemented so far (execute script without returning a result)
- Wrappers for CefFrame and CefBrowser have yet to be imported yet, still need to determine if they should be included individually or reference to CefSharp.Core added
Ultimately we should probably remove the CefSharp.BrowserSubprocess.Core project and move all the code into a folder/namespace within CefSharp.Core
This would allow us to share the a lot of existing code, major refactor required
Make creating your own custom browser process easier
@amaitland amaitland added this to the 73.0.0 milestone Mar 19, 2019
@AppVeyorBot
Copy link

@amaitland amaitland merged commit 70de3a6 into cefsharp:master Mar 20, 2019
@amaitland
Copy link
Member Author

Demo of using your own application exe as the BrowserSubProcess is at cefsharp/CefSharp.MinimalExample@05dc8ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants