[Webkit-unassigned] [Bug 216123] [GTK][WPE] WEBKIT_PLUGIN_ERROR_WILL_HANDLE_LOAD returned when plugins are disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 13:35:18 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216123

--- Comment #11 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Hm, we still need to do something here:

[132/276] Compiling C object embed/libephyembed.a.p/ephy-web-view.c.o
../../../../Projects/epiphany/embed/ephy-web-view.c: In function ‘load_failed_cb’:
../../../../Projects/epiphany/embed/ephy-web-view.c:2297:7: warning: ‘webkit_plugin_error_quark’ is deprecated [-Wdeprecated-declarations]
 2297 |       error->domain != WEBKIT_PLUGIN_ERROR) {
      |       ^~~~~
In file included from /home/mcatanzaro/Projects/GNOME/install/include/webkitgtk-4.0/webkit2/webkit2.h:46,
                 from ../../../../Projects/epiphany/embed/ephy-web-view.h:24,
                 from ../../../../Projects/epiphany/embed/ephy-web-view.c:23:
/home/mcatanzaro/Projects/GNOME/install/include/webkitgtk-4.0/webkit2/WebKitError.h:164:1: note: declared here
  164 | webkit_plugin_error_quark              (void);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~


But we cannot remove this code due to this bug. Easiest solution is to un-deprecate the API.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201027/1a97e6d5/attachment-0001.htm>


More information about the webkit-unassigned mailing list