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

[WebKitBrowser] Updating methods deprecated since 2.42 WebKit API #267

Conversation

VeithMetro
Copy link
Contributor

consoleMessageSentCallback() has to be marked as DEPRECATED, since webkit_console_message_get_text() has been deprecated in version 2.40 of WebKit in this PR: WebKit/WebKit#6784. It seems like at the moment there is no other way to get the console messages: https://bugs.webkit.org/show_bug.cgi?id=247791#c4.

@VeithMetro VeithMetro requested a review from modeveci November 30, 2023 09:27
@VeithMetro VeithMetro merged commit 7715e00 into WebPlatformForEmbedded:master Dec 1, 2023
16 checks passed
@VeithMetro VeithMetro deleted the development/deprecated-2.42-api branch December 1, 2023 08:51
modeveci pushed a commit that referenced this pull request Feb 13, 2024
* webkit_console_message_get_text() is deprecated with 2.42 and there is no substitute so far

* webkit_web_view_run_javascript() replaced by webkit_web_view_evaluate_javascript() in 2.42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants