Title: [239436] trunk/Tools
Revision
239436
Author
[email protected]
Date
2018-12-20 00:45:22 -0800 (Thu, 20 Dec 2018)

Log Message

[GTK][WPE] Bump webkitgtk-test-fonts to 0.0.8
https://bugs.webkit.org/show_bug.cgi?id=192852

Patch by Carlos Garcia Campos <[email protected]> on 2018-12-20
Reviewed by Michael Catanzaro.

EmojiOne font was replaced by Noto Color Emoji.

* WebKitTestRunner/gtk/fonts/fonts.conf: Use Noto Color Emoji when Apple Color Emoji font family is used in tests.
* gtk/jhbuild.modules:
* wpe/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (239435 => 239436)


--- trunk/Tools/ChangeLog	2018-12-20 07:36:00 UTC (rev 239435)
+++ trunk/Tools/ChangeLog	2018-12-20 08:45:22 UTC (rev 239436)
@@ -1,3 +1,16 @@
+2018-12-20  Carlos Garcia Campos  <[email protected]>
+
+        [GTK][WPE] Bump webkitgtk-test-fonts to 0.0.8
+        https://bugs.webkit.org/show_bug.cgi?id=192852
+
+        Reviewed by Michael Catanzaro.
+
+        EmojiOne font was replaced by Noto Color Emoji.
+
+        * WebKitTestRunner/gtk/fonts/fonts.conf: Use Noto Color Emoji when Apple Color Emoji font family is used in tests.
+        * gtk/jhbuild.modules:
+        * wpe/jhbuild.modules:
+
 2018-12-19  Chris Dumez  <[email protected]>
 
         wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from

Modified: trunk/Tools/WebKitTestRunner/gtk/fonts/fonts.conf (239435 => 239436)


--- trunk/Tools/WebKitTestRunner/gtk/fonts/fonts.conf	2018-12-20 07:36:00 UTC (rev 239435)
+++ trunk/Tools/WebKitTestRunner/gtk/fonts/fonts.conf	2018-12-20 08:45:22 UTC (rev 239436)
@@ -151,6 +151,16 @@
       </edit>
     </match>
 
+    <!-- Apple Color Emoji should be Noto Color Emoji -->
+    <match target="pattern">
+      <test qual="any" name="family">
+        <string>Apple Color Emoji</string>
+      </test>
+      <edit name="family" mode="assign">
+        <string>Noto Color Emoji</string>
+      </edit>
+    </match>
+
     <!-- The following hinting specializations are adapted from those in the
          Chromium test_shell.  We try to duplicate their incredibly thorough
          testing here -->

Modified: trunk/Tools/gtk/jhbuild.modules (239435 => 239436)


--- trunk/Tools/gtk/jhbuild.modules	2018-12-20 07:36:00 UTC (rev 239435)
+++ trunk/Tools/gtk/jhbuild.modules	2018-12-20 08:45:22 UTC (rev 239436)
@@ -126,7 +126,7 @@
 
   <autotools id="fonts" supports-non-srcdir-builds="no"
              skip-autogen="true">
-    <branch repo="github.com" module="WebKitGTK/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.7"/>
+    <branch repo="github.com" module="WebKitGTK/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.8"/>
   </autotools>
 
   <autotools id="dicts" supports-non-srcdir-builds="no"

Modified: trunk/Tools/wpe/jhbuild.modules (239435 => 239436)


--- trunk/Tools/wpe/jhbuild.modules	2018-12-20 07:36:00 UTC (rev 239435)
+++ trunk/Tools/wpe/jhbuild.modules	2018-12-20 08:45:22 UTC (rev 239436)
@@ -108,7 +108,7 @@
 
   <autotools id="fonts" supports-non-srcdir-builds="no"
              skip-autogen="true">
-    <branch repo="github.com" module="WebKitGTK/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.6"/>
+    <branch repo="github.com" module="WebKitGTK/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.8"/>
   </autotools>
 
   <autotools id="dicts" supports-non-srcdir-builds="no"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to