Title: [237507] releases/WebKitGTK/webkit-2.22/Source
- Revision
- 237507
- Author
- [email protected]
- Date
- 2018-10-28 06:42:33 -0700 (Sun, 28 Oct 2018)
Log Message
Mergeg r236975 - [WPE] Explicitly link against gmodule where used
https://bugs.webkit.org/show_bug.cgi?id=190398
Reviewed by Michael Catanzaro.
* PlatformWPE.cmake:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/Source/_javascript_Core/ChangeLog (237506 => 237507)
--- releases/WebKitGTK/webkit-2.22/Source/_javascript_Core/ChangeLog 2018-10-28 13:42:26 UTC (rev 237506)
+++ releases/WebKitGTK/webkit-2.22/Source/_javascript_Core/ChangeLog 2018-10-28 13:42:33 UTC (rev 237507)
@@ -1,3 +1,12 @@
+2018-10-09 Claudio Saavedra <[email protected]>
+
+ [WPE] Explicitly link against gmodule where used
+ https://bugs.webkit.org/show_bug.cgi?id=190398
+
+ Reviewed by Michael Catanzaro.
+
+ * PlatformWPE.cmake:
+
2018-09-18 Mark Lam <[email protected]>
Ensure that ForInContexts are invalidated if their loop local is over-written.
Modified: releases/WebKitGTK/webkit-2.22/Source/_javascript_Core/PlatformWPE.cmake (237506 => 237507)
--- releases/WebKitGTK/webkit-2.22/Source/_javascript_Core/PlatformWPE.cmake 2018-10-28 13:42:26 UTC (rev 237506)
+++ releases/WebKitGTK/webkit-2.22/Source/_javascript_Core/PlatformWPE.cmake 2018-10-28 13:42:33 UTC (rev 237507)
@@ -2,6 +2,7 @@
list(APPEND _javascript_Core_LIBRARIES
${GLIB_LIBRARIES}
+ ${GLIB_GMODULE_LIBRARIES}
)
list(APPEND _javascript_Core_SYSTEM_INCLUDE_DIRECTORIES
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (237506 => 237507)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-10-28 13:42:26 UTC (rev 237506)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-10-28 13:42:33 UTC (rev 237507)
@@ -1,3 +1,12 @@
+2018-10-09 Claudio Saavedra <[email protected]>
+
+ [WPE] Explicitly link against gmodule where used
+ https://bugs.webkit.org/show_bug.cgi?id=190398
+
+ Reviewed by Michael Catanzaro.
+
+ * PlatformWPE.cmake:
+
2018-10-08 Konstantin Tokarev <[email protected]>
Validation in Connection::readBytesFromSocket() is too aggressive
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/PlatformWPE.cmake (237506 => 237507)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/PlatformWPE.cmake 2018-10-28 13:42:26 UTC (rev 237506)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/PlatformWPE.cmake 2018-10-28 13:42:33 UTC (rev 237507)
@@ -288,6 +288,7 @@
${CAIRO_LIBRARIES}
${FREETYPE2_LIBRARIES}
${GLIB_LIBRARIES}
+ ${GLIB_GMODULE_LIBRARIES}
${GSTREAMER_LIBRARIES}
${HARFBUZZ_LIBRARIES}
${LIBSOUP_LIBRARIES}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes