⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181708 in webkit


Ignore:
Timestamp:
Mar 18, 2015, 1:42:11 PM (11 years ago)
Author:
ap@apple.com
Message:

Tweak how AppleSystemFontOSSubversion default is added
https://bugs.webkit.org/show_bug.cgi?id=142835

Reviewed by Dan Bernstein.

  • DumpRenderTree/mac/DumpRenderTree.mm:

(setDefaultsToConsistentValuesForTesting):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181696 r181708  
     12015-03-18  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Tweak how AppleSystemFontOSSubversion default is added
     4        https://bugs.webkit.org/show_bug.cgi?id=142835
     5
     6        Reviewed by Dan Bernstein.
     7
     8        * DumpRenderTree/mac/DumpRenderTree.mm:
     9        (setDefaultsToConsistentValuesForTesting):
     10
    1112015-03-18  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm

    r181569 r181708  
    994994        WebDatabaseDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"Databases"],
    995995        WebStorageDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"LocalStorage"],
    996         WebKitLocalCacheDefaultsKey: [libraryPath stringByAppendingPathComponent:@"LocalCache"]
     996        WebKitLocalCacheDefaultsKey: [libraryPath stringByAppendingPathComponent:@"LocalCache"],
     997#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 101000
     998        // This needs to also be added to argument domain because of <rdar://problem/20210002>.
     999        @"AppleSystemFontOSSubversion": @(10),
     1000#endif
    9971001    };
    9981002
Note: See TracChangeset for help on using the changeset viewer.