WebKit Bugzilla
Attachment 357676 Details for
Bug 192852
: [GTK][WPE] Bump webkitgtk-test-fonts to 0.0.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
wk-noto-color-emoji.diff (text/plain), 2.67 KB, created by
Carlos Garcia Campos
on 2018-12-19 06:53:51 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Carlos Garcia Campos
Created:
2018-12-19 06:53:51 PST
Size:
2.67 KB
patch
obsolete
>diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 4ea76a89b31..b5f6e973e0a 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,16 @@ >+2018-12-19 Carlos Garcia Campos <cgarcia@igalia.com> >+ >+ [GTK][WPE] Bump webkitgtk-test-fonts to 0.0.8 >+ https://bugs.webkit.org/show_bug.cgi?id=192852 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ 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-17 Carlos Garcia Campos <cgarcia@igalia.com> > > [WPE] Add API to notify about frame displayed view backend callback >diff --git a/Tools/WebKitTestRunner/gtk/fonts/fonts.conf b/Tools/WebKitTestRunner/gtk/fonts/fonts.conf >index 01f00ee45e6..d77899afd9d 100644 >--- a/Tools/WebKitTestRunner/gtk/fonts/fonts.conf >+++ b/Tools/WebKitTestRunner/gtk/fonts/fonts.conf >@@ -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 --> >diff --git a/Tools/gtk/jhbuild.modules b/Tools/gtk/jhbuild.modules >index 2a2c44d2e05..29b6378f229 100644 >--- a/Tools/gtk/jhbuild.modules >+++ b/Tools/gtk/jhbuild.modules >@@ -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" >diff --git a/Tools/wpe/jhbuild.modules b/Tools/wpe/jhbuild.modules >index 5e723efdf01..afaead8dbea 100644 >--- a/Tools/wpe/jhbuild.modules >+++ b/Tools/wpe/jhbuild.modules >@@ -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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192852
: 357676