Changeset 286575 in webkit
- Timestamp:
- Dec 6, 2021, 4:06:10 PM (5 years ago)
- Location:
- branches/safari-612-branch
- Files:
-
- 4 edited
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp (modified) (1 diff)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612-branch/Source/WebCore/ChangeLog
r286443 r286575 1 2021-12-06 Ryan Haddad <ryanhaddad@apple.com> 2 3 Unreviewed, fix the debug build. 4 5 * platform/graphics/cocoa/FontCacheCoreText.cpp: 6 (WebCore::variationAxes): 7 1 8 2021-12-02 Alan Coon <alancoon@apple.com> 2 9 -
branches/safari-612-branch/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp
r285557 r286575 303 303 if (shouldLocalizeAxisNames == ShouldLocalizeAxisNames::Yes) 304 304 return adoptCF(CTFontCopyVariationAxes(font)); 305 #pragma clang diagnostic push 306 #pragma clang diagnostic ignored "-Wunguarded-availability-new" 305 307 return adoptCF(CTFontCopyVariationAxesInternal(font)); 308 #pragma clang diagnostic pop 306 309 #else 307 310 UNUSED_PARAM(shouldLocalizeAxisNames); -
branches/safari-612-branch/Tools/ChangeLog
r286510 r286575 1 2021-12-06 Ryan Haddad <ryanhaddad@apple.com> 2 3 Unreviewed, fix the debug build. 4 5 * TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm: 6 1 7 2021-12-03 Russell Epstein <repstein@apple.com> 2 8 -
branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm
r286396 r286575 29 29 #if ENABLE(WEB_AUTHN) 30 30 31 #import "HTTPServer.h" 31 32 #import "PlatformUtilities.h" 32 33 #import "TCPServer.h"
Note:
See TracChangeset
for help on using the changeset viewer.