Skip to content
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

Core - Add support for direct DevTools protocol messaging #3159

Closed
wants to merge 4 commits into from

Conversation

amaitland
Copy link
Member

Resolves #3158

Details to follow

Add support for direct DevTools protocol messaging (fixes issue #2961).

This change allows the client to directly send and receive DevTools
protocol messages (send method calls, and receive method results and
events) without requiring a DevTools front-end or remote-debugging
session.

https://bitbucket.org/chromiumembedded/cef/commits/fd6631bd181233d36b98e1327da84c44372add76
@amaitland amaitland added this to the 83.4.x milestone Jun 26, 2020
@amaitland amaitland self-assigned this Jun 26, 2020
@AppVeyorBot
Copy link

@amaitland amaitland modified the milestones: 83.4.x, 85.4.x Jun 29, 2020
@amaitland
Copy link
Member Author

The basic wrapper methods have been added to master in commit 49ee249

I'd still like to provide a nicer API built on top of this for common tasks like taking a ScreenShot, need to look at puppeteer and puppeteer-sharp to see what the existing DevTools API looks like as we should stick with the same basic conventions as existing well known implementations (where it makes sense to do so of course).

@amaitland amaitland changed the title Add support for direct DevTools protocol messaging Core - Add support for direct DevTools protocol messaging Jun 29, 2020
@amaitland
Copy link
Member Author

Closing this now as the core api was merged manually.

I've created #3165 to track providing a nicer API on top of the CEF API.

@amaitland amaitland closed this Jul 2, 2020
@amaitland amaitland modified the milestones: 85.5.x, 83.4.x Jul 21, 2020
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.

Feature Request - Add support for direct DevTools protocol messaging
2 participants