Changeset 181708 in webkit
- Timestamp:
- Mar 18, 2015, 1:42:11 PM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
DumpRenderTree/mac/DumpRenderTree.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r181696 r181708 1 2015-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 1 11 2015-03-18 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm
r181569 r181708 994 994 WebDatabaseDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"Databases"], 995 995 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 997 1001 }; 998 1002
Note:
See TracChangeset
for help on using the changeset viewer.