RESOLVED FIXED 122568
[Win] Check for MathML Fonts and warn user if they are missing
https://bugs.webkit.org/show_bug.cgi?id=122568
Summary [Win] Check for MathML Fonts and warn user if they are missing
Brent Fulgham
Reported 2013-10-09 12:56:44 PDT
Users who wish to use the MathML feature on Windows need to make sure they have the proper fonts installed. Several math fonts are available in a convenient installer from the Mozilla site (https://developer.mozilla.org/@api/deki/files/6388/=MathML-fonts.msi). We should check for our key MathML fonts and notify the user if they are missing so they can resolve this problem before attempting to use the feature.
Attachments
Patch (3.54 KB, patch)
2013-10-09 13:30 PDT, Brent Fulgham
no flags
Patch (3.51 KB, patch)
2013-10-09 15:25 PDT, Brent Fulgham
no flags
Patch (3.26 KB, patch)
2013-10-09 15:34 PDT, Brent Fulgham
thorton: review+
Brent Fulgham
Comment 1 2013-10-09 13:30:54 PDT
Frédéric Wang (:fredw)
Comment 2 2013-10-09 13:35:20 PDT
I'm wondering if the link to the Windows installer is really stable. In particular, it might change if Mozilla folks add/update fonts. Perhaps a better URL is https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts
Brent Fulgham
Comment 3 2013-10-09 15:24:28 PDT
(In reply to comment #2) > I'm wondering if the link to the Windows installer is really stable. In particular, it might change if Mozilla folks add/update fonts. Perhaps a better URL is https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts That seems like a good idea. I found that the site will actually redirect you properly (based on language settings) to the appropriate page, so I propose: https://developer.mozilla.org/Mozilla/MathML_Project/Fonts
Brent Fulgham
Comment 4 2013-10-09 15:25:46 PDT
Tim Horton
Comment 5 2013-10-09 15:34:31 PDT
Comment on attachment 213822 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213822&action=review > Tools/Scripts/webkitdirs.pm:1494 > chomp($svnVersion); > - if (!$? and $svnVersion =~ /1\.8\./) { > + if (!$? and $svnVersion =~ /1\.8e./) { > print "svn 1.7.10 is known to be compatible with our servers. You are running $svnVersion,\nwhich may not work properly.\n" No.
Brent Fulgham
Comment 6 2013-10-09 15:34:44 PDT
Tim Horton
Comment 7 2013-10-09 15:36:07 PDT
Comment on attachment 213824 [details] Patch Better!
Brent Fulgham
Comment 8 2013-10-09 15:37:45 PDT
Note You need to log in before you can comment on or make changes to this bug.