Changeset 231855 in webkit


Ignore:
Timestamp:
May 16, 2018 11:47:23 AM (6 years ago)
Author:
bshafiei@apple.com
Message:

Cherry-pick r231783. rdar://problem/40230277

Use the system font by default in extra zoom mode
https://bugs.webkit.org/show_bug.cgi?id=185638
<rdar://problem/40230277>

Reviewed by Wenson Hsieh.

  • Shared/WebPreferencesDefaultValues.h:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231783 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-606.1.17-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-606.1.17-branch/Source/WebKit/ChangeLog

    r231803 r231855  
     12018-05-16  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Cherry-pick r231783. rdar://problem/40230277
     4
     5    Use the system font by default in extra zoom mode
     6    https://bugs.webkit.org/show_bug.cgi?id=185638
     7    <rdar://problem/40230277>
     8   
     9    Reviewed by Wenson Hsieh.
     10   
     11    * Shared/WebPreferencesDefaultValues.h:
     12   
     13   
     14    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231783 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     15
     16    2018-05-14  Tim Horton  <timothy_horton@apple.com>
     17
     18            Use the system font by default in extra zoom mode
     19            https://bugs.webkit.org/show_bug.cgi?id=185638
     20            <rdar://problem/40230277>
     21
     22            Reviewed by Wenson Hsieh.
     23
     24            * Shared/WebPreferencesDefaultValues.h:
     25
    1262018-05-15  Babak Shafiei  <bshafiei@apple.com>
    227
  • branches/safari-606.1.17-branch/Source/WebKit/Shared/WebPreferencesDefaultValues.h

    r231106 r231855  
    140140#if PLATFORM(COCOA)
    141141
     142#if ENABLE(EXTRA_ZOOM_MODE)
     143#define DEFAULT_STANDARD_FONT_FAMILY "system-ui"
     144#else
    142145#define DEFAULT_STANDARD_FONT_FAMILY "Times"
     146#endif
     147
    143148#define DEFAULT_FANTASY_FONT_FAMILY "Papyrus"
    144149#define DEFAULT_FIXED_FONT_FAMILY "Courier"
Note: See TracChangeset for help on using the changeset viewer.