Dominique Leuenberger
addc913724
- Update to version 2.13.90: + Add initial implementation of accelerating compositing support under Wayland. + Fix performance with the modesetting intel driver and DRI3 enabled. + Improved performance when resizing the web view on X11. + Fix several crashes and rendering issues. + Updated translations. - Update to version 2.13.4: + Switched to use the threaded compositor. Accelerated compositing mode is now always enabled by default and happens in a separate thread in the web process. + Make web view background colors work in accelerated compositing mode. + Fix several crashes and rendering issues. - Update to version 2.13.3: + Fix Web Process deadlocks when loading HLS videos. + Make videos work when painted into a canvas when accelerated compositing is enabled. + Fix flickering with animated GIFs. + Fix a Web Process crash when video repaint is requested with GStreamer GL enabled. + Reduce the amount of file descriptors that the Web Process keeps open. + Make memory pressure handler work when cgroups are not available. + Fix several crashes and rendering issues. OBS-URL: https://build.opensuse.org/request/show/425086 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=79
15 lines
798 B
Diff
15 lines
798 B
Diff
Index: webkitgtk-2.11.90/Source/JavaScriptCore/JavaScriptCore.gir.in
|
|
===================================================================
|
|
--- webkitgtk-2.11.90.orig/Source/JavaScriptCore/JavaScriptCore.gir.in
|
|
+++ webkitgtk-2.11.90/Source/JavaScriptCore/JavaScriptCore.gir.in
|
|
@@ -3,7 +3,7 @@
|
|
xmlns="http://www.gtk.org/introspection/core/1.0"
|
|
xmlns:c="http://www.gtk.org/introspection/c/1.0">
|
|
<namespace name="JavaScriptCore" version="@WEBKITGTK_API_VERSION@"
|
|
- shared-library="javascriptcoregtk-@WEBKITGTK_API_VERSION@"
|
|
+ shared-library="libjavascriptcoregtk-@WEBKITGTK_API_VERSION@.so.18"
|
|
c:identifier-prefixes="JS"
|
|
c:symbol-prefixes="JS">
|
|
<record name="GlobalContext" c:type="JSGlobalContextRef" foreign="1"/>
|
|
|