-
Notifications
You must be signed in to change notification settings - Fork 187
Add WebKitBrowser seach native methods #2217
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
Conversation
|
Example very rudimentary search after adding the native methods: Test with snippet: See screen recording: We can discuss details on eclipse-platform/eclipse.platform#1890 or its PR, once available. The above is just a proof of concept, i.e. that its enough to add the native methods in the diff here, to make some basic searching work. |
akurtakov
left a comment
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.
It's fine to add the bindings like that as a prep step.
|
Thank you @akurtakov ! |
See: eclipse-platform/eclipse.platform#1890
Since we'll need to use
WebKitBrowsernative API for searching, it will be useful to add the respective native methods with a preliminary PR. By doing this, maintainers who review a PR for eclipse-platform/eclipse.platform#1890 wont need to compile native libraries locally.