NEW258860
[GLib] New API to retrieve runtime environment information
https://bugs.webkit.org/show_bug.cgi?id=258860
Summary [GLib] New API to retrieve runtime environment information
Philippe Normand
Reported 2023-07-04 12:07:28 PDT
Something like this maybe? gchar* webkit_web_view_runtime_environment_informations(WebKitWebView*) Any more suitable name? the return value would basically be the JSON built for webkit://gpu serialized to a string. Or maybe we could return it as some JSON-glib type?
Attachments
Michael Catanzaro
Comment 1 2023-07-04 13:54:53 PDT
It's not a property of the web view, though, is it? I wouldn't depend on json-glib. Just returning a string is fine. How about webkit_get_debugging_information()?
Philippe Normand
Comment 2 2023-07-05 00:19:42 PDT
The current GPU page requires a WebView, to get the hw accel policy and other things.
Note You need to log in before you can comment on or make changes to this bug.