WebKit Bugzilla
Attachment 340385 Details for
Bug 185638
: Use the system font by default in extra zoom mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185638-20180514184311.patch (text/plain), 1.31 KB, created by
Tim Horton
on 2018-05-14 18:43:12 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2018-05-14 18:43:12 PDT
Size:
1.31 KB
patch
obsolete
>Subversion Revision: 231759 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 6cd2a3e9b0dca0dd1640dcda71abf555aacb16d6..f74176215af5f977bc9cee90a889d7f50d8d0c43 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-14 Tim Horton <timothy_horton@apple.com> >+ >+ Use the system font by default in extra zoom mode >+ https://bugs.webkit.org/show_bug.cgi?id=185638 >+ <rdar://problem/40230277> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferencesDefaultValues.h: >+ > 2018-05-14 Michael Catanzaro <mcatanzaro@igalia.com> > > -Wmemset-elt-size warning in LibWebRTCSocket constructor >diff --git a/Source/WebKit/Shared/WebPreferencesDefaultValues.h b/Source/WebKit/Shared/WebPreferencesDefaultValues.h >index 194e026413b562134fa51132d0c7749da27d600d..aa6debef77db7c0ccf783b6f79db742f2cdd79d2 100644 >--- a/Source/WebKit/Shared/WebPreferencesDefaultValues.h >+++ b/Source/WebKit/Shared/WebPreferencesDefaultValues.h >@@ -139,7 +139,12 @@ > > #if PLATFORM(COCOA) > >+#if ENABLE(EXTRA_ZOOM_MODE) >+#define DEFAULT_STANDARD_FONT_FAMILY "system-ui" >+#else > #define DEFAULT_STANDARD_FONT_FAMILY "Times" >+#endif >+ > #define DEFAULT_FANTASY_FONT_FAMILY "Papyrus" > #define DEFAULT_FIXED_FONT_FAMILY "Courier" > #define DEFAULT_SANS_SERIF_FONT_FAMILY "Helvetica"
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 185638
: 340385