Changeset 232239 in webkit
- Timestamp:
- May 27, 2018, 10:31:57 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 53 edited
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/Configurations/WebCore.xcconfig (modified) (1 diff)
-
Source/WebCore/PAL/ChangeLog (modified) (1 diff)
-
Source/WebCore/PAL/Configurations/PAL.xcconfig (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h (modified) (2 diffs)
-
Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/mac/HIToolboxSPI.h (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/mac/MetadataSPI.h (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/mac/QuickDrawSPI.h (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/mac/QuickLookMacSPI.h (modified) (1 diff)
-
Source/WebCore/PAL/pal/spi/mac/SpeechSynthesisSPI.h (modified) (1 diff)
-
Source/WebCore/accessibility/mac/AXObjectCacheMac.mm (modified) (1 diff)
-
Source/WebCore/editing/mac/DictionaryLookup.mm (modified) (1 diff)
-
Source/WebCore/html/HTMLKeygenElement.cpp (modified) (1 diff)
-
Source/WebCore/platform/mac/PlatformEventFactoryMac.mm (modified) (1 diff)
-
Source/WebCore/platform/mac/PlatformScreenMac.mm (modified) (1 diff)
-
Source/WebCore/platform/mediastream/CaptureDeviceManager.cpp (modified) (2 diffs)
-
Source/WebCore/platform/text/mac/TextEncodingRegistryMac.mm (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/Configurations/BaseTarget.xcconfig (modified) (1 diff)
-
Source/WebKit/Platform/IPC/mac/ConnectionMac.mm (modified) (1 diff)
-
Source/WebKit/Shared/mac/ChildProcessMac.mm (modified) (3 diffs)
-
Source/WebKit/UIProcess/Automation/mac/WebAutomationSessionMac.mm (modified) (1 diff)
-
Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm (modified) (1 diff)
-
Source/WebKit/UIProcess/mac/WKPrintingView.mm (modified) (1 diff)
-
Source/WebKit/UIProcess/mac/WKTextInputWindowController.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFAnnotationTextWidgetDetails.h (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFLayerControllerSPI.h (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFPluginAnnotation.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFPluginChoiceAnnotation.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFPluginPasswordField.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/Plugins/PDF/PDFPluginTextAnnotation.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/WebPage/mac/WebPageMac.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Carbon/CarbonWindowAdapter.h (modified) (1 diff)
-
Source/WebKitLegacy/mac/Carbon/CarbonWindowAdapter.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Carbon/CarbonWindowFrame.m (modified) (1 diff)
-
Source/WebKitLegacy/mac/Carbon/HIViewAdapter.h (modified) (1 diff)
-
Source/WebKitLegacy/mac/ChangeLog (modified) (1 diff)
-
Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig (modified) (1 diff)
-
Source/WebKitLegacy/mac/Plugins/WebNetscapePluginEventHandlerCarbon.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/WebView/PDFViewSPI.h (modified) (1 diff)
-
Source/WebKitLegacy/mac/WebView/WebPDFDocumentExtras.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/WebView/WebPDFView.h (modified) (1 diff)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/DumpRenderTree/cg/PixelDumpSupportCG.cpp (modified) (1 diff)
-
Tools/DumpRenderTree/mac/Configurations/BaseTarget.xcconfig (modified) (1 diff)
-
Tools/DumpRenderTree/mac/LayoutTestHelper.m (modified) (1 diff)
-
Tools/TestWebKitAPI/Configurations/Base.xcconfig (modified) (1 diff)
-
Tools/TestWebKitAPI/Tests/mac/MediaPlaybackSleepAssertion.mm (modified) (1 diff)
-
Tools/WebKitTestRunner/Configurations/BaseTarget.xcconfig (modified) (1 diff)
-
Tools/WebKitTestRunner/cg/TestInvocationCG.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r232236 r232239 1 2018-05-27 Dan Bernstein <mitz@apple.com> 2 3 Reverted the changes made for https://webkit.org/b/186016 4 5 They broke the USE(APPLE_INTERNAL_SDK) Sierra build. 6 1 7 2018-05-27 David Kilzer <ddkilzer@apple.com> 2 8 -
trunk/Source/WebCore/Configurations/WebCore.xcconfig
r232235 r232239 41 41 42 42 LIBRARY_SEARCH_PATHS = $(inherited) "$(WK_LIBWEBRTC_LIBRARY_DIR)"; 43 ADDITIONAL_CFLAGS = -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks; 44 OTHER_CFLAGS = $(inherited) $(ADDITIONAL_CFLAGS); 45 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ADDITIONAL_CFLAGS); 43 46 44 47 WEBKITADDITIONS_HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions $(SDKROOT)/usr/local/include/WebKitAdditions; -
trunk/Source/WebCore/PAL/ChangeLog
r232238 r232239 1 1 2018-05-27 Dan Bernstein <mitz@apple.com> 2 2 3 Tried to fix the pre-High Sierra USE(APPLE_INTERNAL_SDK) build 4 5 * pal/spi/cg/CoreGraphicsSPI.h: #undef confirm, which is defined by ApplicationServicesPriv.h. 6 7 2018-05-27 Dan Bernstein <mitz@apple.com> 8 9 Tried to fix the 32-bit USE(APPLE_INTERNAL_SDK) build. 10 11 * pal/spi/mac/QuickDrawSPI.h: Import ApplicationServicesPriv.h instead of QuickDrawPriv.h. 12 13 2018-05-27 Dan Bernstein <mitz@apple.com> 14 15 [Cocoa] Avoid importing directly from subumbrella frameworks 16 https://bugs.webkit.org/show_bug.cgi?id=186016 17 18 Reviewed by Sam Weinig. 19 20 * Configurations/PAL.xcconfig: Removed -iframework options from OTHER_CFLAGS and 21 OTHER_CPLUSPLUSFLAGS. 22 * pal/spi/cg/CoreGraphicsSPI.h: Import ApplicationServices.h instead of ColorSync.h 23 when using SDKs earlier than 10.13. 24 * pal/spi/mac/HIToolboxSPI.h: Import CarbonPriv.h instead of HIToolboxPriv.h. 25 * pal/spi/mac/QuickLookMacSPI.h: Import Quartz.h instead of a QuickLookUI header. 3 Reverted the changes made for https://webkit.org/b/186016 4 5 They broke the USE(APPLE_INTERNAL_SDK) Sierra build. 26 6 27 7 2018-05-25 Chris Dumez <cdumez@apple.com> -
trunk/Source/WebCore/PAL/Configurations/PAL.xcconfig
r232235 r232239 39 39 SYSTEM_FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks; 40 40 41 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/ PrivateFrameworks;41 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks; 42 42 OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS); 43 43 -
trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h
r232238 r232239 34 34 35 35 #if PLATFORM(MAC) 36 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 10130037 36 #include <ColorSync/ColorSync.h> 38 #else39 #include <ApplicationServices/ApplicationServices.h>40 #endif41 37 #endif 42 38 … … 44 40 45 41 #if PLATFORM(MAC) 46 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 10130047 42 #include <ColorSync/ColorSyncPriv.h> 48 #else49 #include <ApplicationServices/ApplicationServicesPriv.h>50 #ifdef confirm51 #undef confirm52 #endif53 #endif54 43 #endif 55 44 #include <CoreGraphics/CGFontCache.h> -
trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h
r232235 r232239 31 31 32 32 #if PLATFORM(MAC) 33 #import < ApplicationServices/ApplicationServicesPriv.h>33 #import <LaunchServices/LaunchServicesPriv.h> 34 34 #elif PLATFORM(IOS) 35 35 #import <MobileCoreServices/LSAppLinkPriv.h> -
trunk/Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h
r232235 r232239 30 30 #if USE(APPLE_INTERNAL_SDK) 31 31 32 #include <ApplicationServices/ApplicationServicesPriv.h> 32 #include <HIServices/AXTextMarker.h> 33 #include <HIServices/CoreCursor.h> 34 #include <HIServices/CoreDrag.h> 33 35 34 36 #else -
trunk/Source/WebCore/PAL/pal/spi/mac/HIToolboxSPI.h
r232235 r232239 28 28 #if USE(APPLE_INTERNAL_SDK) 29 29 30 #include < Carbon/CarbonPriv.h>30 #include <HIToolbox/HIToolboxPriv.h> 31 31 32 32 #else -
trunk/Source/WebCore/PAL/pal/spi/mac/MetadataSPI.h
r232235 r232239 28 28 #if USE(APPLE_INTERNAL_SDK) 29 29 30 #include < CoreServices/CoreServicesPriv.h>30 #include <Metadata/MetadataPriv.h> 31 31 32 32 #endif -
trunk/Source/WebCore/PAL/pal/spi/mac/QuickDrawSPI.h
r232237 r232239 30 30 #if USE(APPLE_INTERNAL_SDK) 31 31 32 #include < ApplicationServices/ApplicationServicesPriv.h>32 #include <QD/QuickdrawPriv.h> 33 33 34 34 #else -
trunk/Source/WebCore/PAL/pal/spi/mac/QuickLookMacSPI.h
r232235 r232239 24 24 */ 25 25 26 #import <Qu artz/Quartz.h>26 #import <QuickLookUI/QLPreviewItem.h> 27 27 28 28 @protocol QLPreviewMenuItemDelegate <NSObject> -
trunk/Source/WebCore/PAL/pal/spi/mac/SpeechSynthesisSPI.h
r232235 r232239 28 28 #if USE(APPLE_INTERNAL_SDK) 29 29 30 #include < ApplicationServices/ApplicationServicesPriv.h>30 #include <SpeechSynthesis/SpeechSynthesisPriv.h> 31 31 32 32 #endif -
trunk/Source/WebCore/accessibility/mac/AXObjectCacheMac.mm
r232235 r232239 36 36 37 37 #if USE(APPLE_INTERNAL_SDK) 38 #include < ApplicationServices/ApplicationServicesPriv.h>38 #include <HIServices/AccessibilityPriv.h> 39 39 #endif 40 40 -
trunk/Source/WebCore/editing/mac/DictionaryLookup.mm
r232235 r232239 43 43 #import "VisibleSelection.h" 44 44 #import "VisibleUnits.h" 45 #import < Quartz/Quartz.h>45 #import <PDFKit/PDFKit.h> 46 46 #import <pal/spi/mac/LookupSPI.h> 47 47 #import <pal/spi/mac/NSImmediateActionGestureRecognizerSPI.h> -
trunk/Source/WebCore/html/HTMLKeygenElement.cpp
r232235 r232239 39 39 #include <wtf/NeverDestroyed.h> 40 40 #include <wtf/StdLibExtras.h> 41 42 using namespace WebCore; 41 43 42 44 namespace WebCore { -
trunk/Source/WebCore/platform/mac/PlatformEventFactoryMac.mm
r232235 r232239 34 34 #import "Scrollbar.h" 35 35 #import "WindowsKeyboardCodes.h" 36 #import <Carbon/Carbon.h> 36 #import <HIToolbox/CarbonEvents.h> 37 #import <HIToolbox/Events.h> 37 38 #import <mach/mach_time.h> 38 39 #import <pal/spi/mac/HIToolboxSPI.h> -
trunk/Source/WebCore/platform/mac/PlatformScreenMac.mm
r232235 r232239 33 33 #import "HostWindow.h" 34 34 #import "ScreenProperties.h" 35 #import <ColorSync/ColorSync.h> 35 36 #import <pal/spi/cg/CoreGraphicsSPI.h> 36 37 #import <wtf/ProcessPrivilege.h> 37 38 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 10130039 #import <ColorSync/ColorSync.h>40 #else41 #import <ApplicationServices/ApplicationServices.h>42 #endif43 38 44 39 extern "C" { -
trunk/Source/WebCore/platform/mediastream/CaptureDeviceManager.cpp
r232235 r232239 37 37 #include <wtf/text/StringHash.h> 38 38 39 namespace WebCore { 39 using namespace WebCore; 40 40 41 41 CaptureDeviceManager::~CaptureDeviceManager() = default; … … 70 70 } 71 71 72 } // namespace WebCore73 72 74 73 #endif // ENABLE(MEDIA_STREAM) -
trunk/Source/WebCore/platform/text/mac/TextEncodingRegistryMac.mm
r232235 r232239 29 29 #if PLATFORM(MAC) 30 30 31 #import <Carbon /Carbon.h>31 #import <CarbonCore/CarbonCore.h> 32 32 #import <wtf/spi/cf/CFStringSPI.h> 33 33 -
trunk/Source/WebKit/ChangeLog
r232236 r232239 1 2018-05-27 Dan Bernstein <mitz@apple.com> 2 3 Reverted the changes made for https://webkit.org/b/186016 4 5 They broke the USE(APPLE_INTERNAL_SDK) Sierra build. 6 1 7 2018-05-27 David Kilzer <ddkilzer@apple.com> 2 8 -
trunk/Source/WebKit/Configurations/BaseTarget.xcconfig
r232235 r232239 43 43 HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include "$(WEBCORE_PRIVATE_HEADERS_DIR)/ForwardingHeaders" $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2 $(WEBKITADDITIONS_HEADER_SEARCH_PATHS) $(LIBWEBRTC_HEADER_SEARCH_PATHS) $(HEADER_SEARCH_PATHS); 44 44 45 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/ PrivateFrameworks;45 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks; 46 46 OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -isystem $(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders; 47 47 -
trunk/Source/WebKit/Platform/IPC/mac/ConnectionMac.mm
r232235 r232239 57 57 58 58 #if USE(APPLE_INTERNAL_SDK) 59 #import < ApplicationServices/ApplicationServicesPriv.h>59 #import <HIServices/AccessibilityPriv.h> 60 60 #else 61 61 typedef enum { -
trunk/Source/WebKit/Shared/mac/ChildProcessMac.mm
r232235 r232239 38 38 #import <mach/mach.h> 39 39 #import <mach/task.h> 40 #import <pal/spi/cocoa/LaunchServicesSPI.h>41 40 #import <pwd.h> 42 41 #import <stdlib.h> … … 45 44 #import <wtf/spi/darwin/SandboxSPI.h> 46 45 46 #if USE(APPLE_INTERNAL_SDK) 47 #include <HIServices/ProcessesPriv.h> 48 #endif 49 47 50 typedef bool (^LSServerConnectionAllowedBlock) ( CFDictionaryRef optionsRef ); 48 51 extern "C" void _LSSetApplicationLaunchServicesServerConnectionStatus(uint64_t flags, LSServerConnectionAllowedBlock block); 49 extern "C" CFDictionaryRef _LSApplicationCheckIn( LSSessionIDsessionID, CFDictionaryRef applicationInfo);52 extern "C" CFDictionaryRef _LSApplicationCheckIn(int sessionID, CFDictionaryRef applicationInfo); 50 53 51 54 extern "C" OSStatus SetApplicationIsDaemon(Boolean isDaemon); … … 76 79 { 77 80 _LSSetApplicationLaunchServicesServerConnectionStatus(0, 0); 78 RetainPtr<CFDictionaryRef> unused = _LSApplicationCheckIn( kLSDefaultSessionID, CFBundleGetInfoDictionary(CFBundleGetMainBundle()));81 RetainPtr<CFDictionaryRef> unused = _LSApplicationCheckIn(-2, CFBundleGetInfoDictionary(CFBundleGetMainBundle())); 79 82 } 80 83 -
trunk/Source/WebKit/UIProcess/Automation/mac/WebAutomationSessionMac.mm
r232235 r232239 33 33 #import "WebPageProxy.h" 34 34 #import "_WKAutomationSession.h" 35 #import < Carbon/Carbon.h>35 #import <HIToolbox/Events.h> 36 36 #import <WebCore/IntPoint.h> 37 37 #import <WebCore/IntSize.h> -
trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm
r232235 r232239 68 68 #import "_WKRemoteObjectRegistryInternal.h" 69 69 #import "_WKThumbnailViewInternal.h" 70 #import < Carbon/Carbon.h>70 #import <HIToolbox/CarbonEventsCore.h> 71 71 #import <WebCore/AXObjectCache.h> 72 72 #import <WebCore/ActivityState.h> -
trunk/Source/WebKit/UIProcess/mac/WKPrintingView.mm
r232235 r232239 35 35 #import "ShareableBitmap.h" 36 36 #import "WebPageProxy.h" 37 #import < Quartz/Quartz.h>37 #import <PDFKit/PDFKit.h> 38 38 #import <WebCore/GraphicsContext.h> 39 39 #import <WebCore/WebCoreObjCExtras.h> -
trunk/Source/WebKit/UIProcess/mac/WKTextInputWindowController.mm
r232235 r232239 29 29 #if USE(APPKIT) 30 30 31 #import < Carbon/Carbon.h>31 #import <HIToolbox/CarbonEventsCore.h> 32 32 #import <pal/spi/mac/HIToolboxSPI.h> 33 33 #import <pal/system/mac/WebPanel.h> -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFAnnotationTextWidgetDetails.h
r232235 r232239 24 24 */ 25 25 26 #import < Quartz/Quartz.h>26 #import <PDFKit/PDFKit.h> 27 27 28 28 @interface PDFAnnotationTextWidget (Details) -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFLayerControllerSPI.h
r232235 r232239 29 29 #if ENABLE(PDFKIT_PLUGIN) 30 30 31 #import < Quartz/Quartz.h>31 #import <PDFKit/PDFKit.h> 32 32 33 33 @class CPReadingModel; -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm
r232235 r232239 51 51 #import <JavaScriptCore/JSStringRef.h> 52 52 #import <JavaScriptCore/JSStringRefCF.h> 53 #import < Quartz/Quartz.h>53 #import <PDFKit/PDFKit.h> 54 54 #import <QuartzCore/QuartzCore.h> 55 55 #import <WebCore/AXObjectCache.h> -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFPluginAnnotation.mm
r232235 r232239 34 34 #import "PDFPluginChoiceAnnotation.h" 35 35 #import "PDFPluginTextAnnotation.h" 36 #import < Quartz/Quartz.h>36 #import <PDFKit/PDFKit.h> 37 37 #import <WebCore/CSSPrimitiveValue.h> 38 38 #import <WebCore/CSSPropertyNames.h> -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFPluginChoiceAnnotation.mm
r232235 r232239 31 31 #import "PDFKitImports.h" 32 32 #import "PDFLayerControllerSPI.h" 33 #import < Quartz/Quartz.h>33 #import <PDFKit/PDFKit.h> 34 34 #import <WebCore/CSSPrimitiveValue.h> 35 35 #import <WebCore/CSSPropertyNames.h> -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFPluginPasswordField.mm
r232235 r232239 32 32 #import "PDFLayerControllerSPI.h" 33 33 #import "PDFPlugin.h" 34 #import < Quartz/Quartz.h>34 #import <PDFKit/PDFKit.h> 35 35 #import <WebCore/Event.h> 36 36 #import <WebCore/EventNames.h> -
trunk/Source/WebKit/WebProcess/Plugins/PDF/PDFPluginTextAnnotation.mm
r232235 r232239 33 33 #import "PDFLayerControllerSPI.h" 34 34 #import "PDFPlugin.h" 35 #import < Quartz/Quartz.h>35 #import <PDFKit/PDFKit.h> 36 36 #import <WebCore/CSSPrimitiveValue.h> 37 37 #import <WebCore/CSSPropertyNames.h> -
trunk/Source/WebKit/WebProcess/WebPage/mac/WebPageMac.mm
r232235 r232239 54 54 #import "WebPreferencesStore.h" 55 55 #import "WebProcess.h" 56 #import < Quartz/Quartz.h>56 #import <PDFKit/PDFKit.h> 57 57 #import <QuartzCore/QuartzCore.h> 58 58 #import <WebCore/AXObjectCache.h> -
trunk/Source/WebKitLegacy/mac/Carbon/CarbonWindowAdapter.h
r232235 r232239 29 29 #import <Foundation/Foundation.h> 30 30 #import <AppKit/AppKit.h> 31 #import <Carbon/Carbon.h> 31 #import <HIToolbox/CarbonEvents.h> 32 #import <HIToolbox/MacWindows.h> 32 33 33 34 @interface CarbonWindowAdapter : NSWindow -
trunk/Source/WebKitLegacy/mac/Carbon/CarbonWindowAdapter.mm
r232235 r232239 66 66 #import <AppKit/AppKit.h> 67 67 //#import <CoreGraphics/CGSWindow.h> 68 #import <Carbon/Carbon.h> 68 #import <HIToolbox/CarbonEvents.h> 69 #import <HIToolbox/Controls.h> 70 #import <HIToolbox/HIView.h> 69 71 #import <assert.h> 70 72 -
trunk/Source/WebKitLegacy/mac/Carbon/CarbonWindowFrame.m
r232235 r232239 32 32 #import "CarbonWindowAdapter.h" 33 33 #import "CarbonWindowContentView.h" 34 #import <Carbon/Carbon.h>35 34 #import <Foundation/NSGeometry.h> 36 35 #import <Foundation/NSString.h> 36 #import <HIToolbox/MacWindows.h> 37 37 38 38 #import "WebTypesInternal.h" -
trunk/Source/WebKitLegacy/mac/Carbon/HIViewAdapter.h
r232235 r232239 28 28 29 29 #import <WebKitLegacy/WebKit.h> 30 #include < Carbon/Carbon.h>30 #include <HIToolbox/HIView.h> 31 31 32 32 @interface HIViewAdapter : NSObject -
trunk/Source/WebKitLegacy/mac/ChangeLog
r232236 r232239 1 2018-05-27 Dan Bernstein <mitz@apple.com> 2 3 Reverted the changes made for https://webkit.org/b/186016 4 5 They broke the USE(APPLE_INTERNAL_SDK) Sierra build. 6 7 1 8 2018-05-27 David Kilzer <ddkilzer@apple.com> 2 9 -
trunk/Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig
r232235 r232239 49 49 OTHER_CFLAGS = $(OTHER_CFLAGS_COCOA_TOUCH_$(WK_IS_COCOA_TOUCH)); 50 50 OTHER_CFLAGS_COCOA_TOUCH_YES = $(inherited) -isystem $(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders; 51 OTHER_CFLAGS_COCOA_TOUCH_NO = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Frameworks ;51 OTHER_CFLAGS_COCOA_TOUCH_NO = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks; 52 52 OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS); 53 53 -
trunk/Source/WebKitLegacy/mac/Plugins/WebNetscapePluginEventHandlerCarbon.mm
r232235 r232239 30 30 #import "WebNetscapePluginView.h" 31 31 #import "WebKitLogging.h" 32 #import < Carbon/Carbon.h>32 #import <HIToolbox/CarbonEvents.h> 33 33 #import <pal/spi/mac/HIToolboxSPI.h> 34 34 #import <pal/spi/mac/NSEventSPI.h> -
trunk/Source/WebKitLegacy/mac/WebView/PDFViewSPI.h
r232235 r232239 26 26 #if USE(APPLE_INTERNAL_SDK) 27 27 28 #import < Quartz/QuartzPrivate.h>28 #import <PDFKit/PDFViewPriv.h> 29 29 30 30 #else -
trunk/Source/WebKitLegacy/mac/WebView/WebPDFDocumentExtras.mm
r232235 r232239 31 31 32 32 #if !PLATFORM(IOS) 33 #import < Quartz/Quartz.h>33 #import <PDFKit/PDFDocument.h> 34 34 #endif 35 35 -
trunk/Source/WebKitLegacy/mac/WebView/WebPDFView.h
r232235 r232239 29 29 #if !PLATFORM(IOS) 30 30 31 #import < Quartz/Quartz.h>31 #import <PDFKit/PDFKit.h> 32 32 #import <WebKitLegacy/WebDocumentInternal.h> 33 33 -
trunk/Tools/ChangeLog
r232235 r232239 1 2018-05-27 Dan Bernstein <mitz@apple.com> 2 3 Reverted the changes made for https://webkit.org/b/186016 4 5 They broke the USE(APPLE_INTERNAL_SDK) Sierra build. 6 1 7 2018-05-27 Dan Bernstein <mitz@apple.com> 2 8 -
trunk/Tools/DumpRenderTree/cg/PixelDumpSupportCG.cpp
r232235 r232239 48 48 #include <CommonCrypto/CommonDigest.h> 49 49 #elif PLATFORM(MAC) 50 #include < CoreServices/CoreServices.h>50 #include <LaunchServices/UTCoreTypes.h> 51 51 #define COMMON_DIGEST_FOR_OPENSSL 52 52 #include <CommonCrypto/CommonDigest.h> -
trunk/Tools/DumpRenderTree/mac/Configurations/BaseTarget.xcconfig
r232235 r232239 22 22 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 23 24 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ WebKit.framework/Frameworks;24 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Frameworks; 25 25 OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS); 26 26 GCC_ENABLE_OBJC_EXCEPTIONS = YES; -
trunk/Tools/DumpRenderTree/mac/LayoutTestHelper.m
r232235 r232239 44 44 #if USE(APPLE_INTERNAL_SDK) 45 45 46 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300 47 #import <ColorSync/ColorSyncPriv.h> 48 #else 49 #import <ApplicationServices/ApplicationServicesPriv.h> 50 #endif 46 #include <ColorSync/ColorSyncPriv.h> 51 47 52 48 #else -
trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig
r232235 r232239 98 98 99 99 OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS); 100 OTHER_CFLAGS[sdk=macosx*] = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/ PrivateFrameworks;100 OTHER_CFLAGS[sdk=macosx*] = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks; 101 101 OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS); 102 102 OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS); -
trunk/Tools/TestWebKitAPI/Tests/mac/MediaPlaybackSleepAssertion.mm
r232235 r232239 30 30 #import "PlatformUtilities.h" 31 31 #import "WebCoreTestSupport.h" 32 #import < Carbon/Carbon.h>32 #import <HIToolbox/CarbonEvents.h> 33 33 #import <IOKit/pwr_mgt/IOPMLib.h> 34 34 #import <JavaScriptCore/JSContext.h> -
trunk/Tools/WebKitTestRunner/Configurations/BaseTarget.xcconfig
r232235 r232239 22 22 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 23 24 OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks; 25 OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS); 24 26 INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Resources; -
trunk/Tools/WebKitTestRunner/cg/TestInvocationCG.cpp
r232235 r232239 36 36 37 37 #if PLATFORM(MAC) && !PLATFORM(IOS) 38 #include < CoreServices/CoreServices.h>38 #include <LaunchServices/UTCoreTypes.h> 39 39 #endif 40 40
Note:
See TracChangeset
for help on using the changeset viewer.