-
Notifications
You must be signed in to change notification settings - Fork 330
Add JCEF browser #6787
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
Add JCEF browser #6787
Conversation
The Dart plugin version needs to be updated in line 74 of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM. I've tested the option on IDEA 2023.1 and the functionality seems good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after making the change @AlexV525 suggested (delete the period), and updating the Dart plugin version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after making the change @AlexV525 suggested (delete the period), and updating the Dart plugin version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after making the change @AlexV525 suggested (delete the period), and updating the Dart plugin version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after making the change @AlexV525 suggested (delete the period), and updating the Dart plugin version.
We want to add this as an option for users who are experiencing problems with the embedded DevTools window, e.g. #6759. I'm not sure if the JCEF browser will be better for cases that are causing problems in the JxBrowser implementation, but I figure we want to start gathering info on how JCEF performs anyway if we want to eventually move away from JxBrowser and its file downloads.
@AlexV525 I've reorganized the management of multiple browsers and content, something you introduced in #6772. I pointed out one spot where I'm not sure if my change will work as expected; if you have a chance, please look over/test and let me know.