Changeset 284713 in webkit
- Timestamp:
- Oct 22, 2021, 2:28:21 PM (5 years ago)
- Location:
- trunk/Source
- Files:
-
- 3 added
- 42 edited
-
WebCore/ChangeLog (modified) (1 diff)
-
WebCore/platform/ios/WebItemProviderPasteboard.h (modified) (2 diffs)
-
WebCore/platform/ios/wak/WAKAppKitStubs.h (modified) (1 diff)
-
WebCore/platform/ios/wak/WAKResponder.h (modified) (1 diff)
-
WebCore/platform/ios/wak/WAKView.h (modified) (1 diff)
-
WebCore/platform/ios/wak/WAKWindow.h (modified) (1 diff)
-
WebCore/platform/ios/wak/WKContentObservation.h (modified) (1 diff)
-
WebCore/platform/ios/wak/WebCoreThreadMessage.h (modified) (1 diff)
-
WebKitLegacy/ChangeLog (modified) (1 diff)
-
WebKitLegacy/Modules (added)
-
WebKitLegacy/Modules/WebKitLegacy.modulemap (added)
-
WebKitLegacy/Modules/WebKitLegacy.private.modulemap (added)
-
WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj (modified) (3 diffs)
-
WebKitLegacy/ios/ChangeLog (modified) (1 diff)
-
WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.h (modified) (2 diffs)
-
WebKitLegacy/ios/WebCoreSupport/WebFixedPositionContent.h (modified) (1 diff)
-
WebKitLegacy/mac/ChangeLog (modified) (1 diff)
-
WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig (modified) (1 diff)
-
WebKitLegacy/mac/DOM/DOMEventListener.h (modified) (1 diff)
-
WebKitLegacy/mac/DOM/DOMEventTarget.h (modified) (1 diff)
-
WebKitLegacy/mac/DOM/DOMNodeFilter.h (modified) (1 diff)
-
WebKitLegacy/mac/DOM/DOMXPathNSResolver.h (modified) (1 diff)
-
WebKitLegacy/mac/DOM/WebDOMOperationsPrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/History/WebHistoryItemPrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/Misc/NSURLDownloadSPI.h (modified) (1 diff)
-
WebKitLegacy/mac/Misc/WebCache.h (modified) (1 diff)
-
WebKitLegacy/mac/Misc/WebDownload.h (modified) (1 diff)
-
WebKitLegacy/mac/Misc/WebKitErrorsPrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/Misc/WebLocalizableStrings.h (modified) (1 diff)
-
WebKitLegacy/mac/Misc/WebUserContentURLPattern.h (modified) (1 diff)
-
WebKitLegacy/mac/Plugins/Hosted/WebKitPluginHostTypes.h (modified) (1 diff)
-
WebKitLegacy/mac/Plugins/WebPlugin.h (modified) (1 diff)
-
WebKitLegacy/mac/Plugins/WebPluginContainer.h (modified) (1 diff)
-
WebKitLegacy/mac/Storage/WebDatabaseManagerPrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/Storage/WebDatabaseQuotaManager.h (modified) (1 diff)
-
WebKitLegacy/mac/Storage/WebStorageManagerPrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/WebCoreSupport/WebCreateFragmentInternal.h (modified) (2 diffs)
-
WebKitLegacy/mac/WebCoreSupport/WebSecurityOriginPrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebDeviceOrientation.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebDeviceOrientationProvider.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebDeviceOrientationProviderMock.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebEditingDelegatePrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebFormDelegatePrivate.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebGeolocationPosition.h (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebResourceLoadDelegatePrivate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r284711 r284713 1 2021-10-22 Ian Anderson <iana@apple.com> 2 3 Add a module map file for PrivateFrameworks/WebKitLegacy 4 https://bugs.webkit.org/show_bug.cgi?id=230735 5 6 Reviewed by David Kilzer. 7 8 Change a few quoted includes to framework style angle includes to 9 support modularization. 10 Make sure to define the TARGET_ macros before using them. 11 12 * platform/ios/WebItemProviderPasteboard.h: 13 * platform/ios/wak/WAKAppKitStubs.h: 14 * platform/ios/wak/WAKResponder.h: 15 * platform/ios/wak/WAKView.h: 16 * platform/ios/wak/WAKWindow.h: 17 * platform/ios/wak/WKContentObservation.h: 18 * platform/ios/wak/WebCoreThreadMessage.h: 19 1 20 2021-10-22 Alicia Boya García <aboya@igalia.com> 2 21 -
trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h
r284544 r284713 24 24 */ 25 25 26 #import <CoreGraphics/CoreGraphics.h> 27 26 28 #if TARGET_OS_IPHONE 27 29 #import <WebCore/AbstractPasteboard.h> … … 29 31 30 32 #if TARGET_OS_IOS 31 32 struct CGSize;33 33 34 34 typedef NS_ENUM(NSInteger, WebPreferredPresentationStyle) { -
trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h
r251614 r284713 27 27 #define WAKAppKitStubs_h 28 28 29 #import <Foundation/Foundation.h> 30 29 31 #if TARGET_OS_IPHONE 30 32 31 33 #import <CoreGraphics/CoreGraphics.h> 32 #import <Foundation/Foundation.h>33 34 34 35 #ifndef NSClipView -
trunk/Source/WebCore/platform/ios/wak/WAKResponder.h
r212251 r284713 27 27 #define WAKResponder_h 28 28 29 #import <Foundation/Foundation.h> 30 29 31 #if TARGET_OS_IPHONE 30 32 31 #import "WKTypes.h" 32 #import <Foundation/Foundation.h> 33 #import <WebCore/WKTypes.h> 33 34 34 35 @class WebEvent; -
trunk/Source/WebCore/platform/ios/wak/WAKView.h
r185021 r284713 27 27 #define WAKView_h 28 28 29 #import <Foundation/Foundation.h> 30 29 31 #if TARGET_OS_IPHONE 30 32 31 #import "WAKAppKitStubs.h"32 #import "WAKResponder.h"33 #import <Foundation/Foundation.h>34 33 #import <CoreGraphics/CoreGraphics.h> 34 #import <WebCore/WAKAppKitStubs.h> 35 #import <WebCore/WAKResponder.h> 35 36 36 37 extern NSString *WAKViewFrameSizeDidChangeNotification; -
trunk/Source/WebCore/platform/ios/wak/WAKWindow.h
r273639 r284713 26 26 #pragma once 27 27 28 #import <Foundation/Foundation.h> 29 28 30 #if TARGET_OS_IPHONE 29 31 30 #import "WAKAppKitStubs.h"31 #import "WAKView.h"32 #import "WKContentObservation.h"33 32 #import <CoreGraphics/CoreGraphics.h> 34 #import <Foundation/Foundation.h> 33 #import <WebCore/WAKAppKitStubs.h> 34 #import <WebCore/WAKView.h> 35 #import <WebCore/WKContentObservation.h> 35 36 36 37 @class CALayer; -
trunk/Source/WebCore/platform/ios/wak/WKContentObservation.h
r244588 r284713 27 27 #define WKContentObservation_h 28 28 29 #include <TargetConditionals.h> 30 29 31 #if TARGET_OS_IPHONE 30 32 -
trunk/Source/WebCore/platform/ios/wak/WebCoreThreadMessage.h
r211880 r284713 32 32 33 33 #ifdef __OBJC__ 34 #import "WebCoreThread.h"34 #import <WebCore/WebCoreThread.h> 35 35 #endif // __OBJC__ 36 36 -
trunk/Source/WebKitLegacy/ChangeLog
r284162 r284713 1 2021-10-22 Ian Anderson <iana@apple.com> 2 3 Add a module map file for PrivateFrameworks/WebKitLegacy 4 https://bugs.webkit.org/show_bug.cgi?id=230735 5 6 Reviewed by David Kilzer. 7 8 Add module map files for WebKitLegacy. The public module is empty 9 because there are no public headers. The private module map sets 10 PrivateHeaders as the umbrella directory because there isn't an umbrella 11 header already. Then it makes an explicit submodule for each header so 12 as to mimic the non-modular environment. 13 14 * Modules/WebKitLegacy.modulemap: Added. 15 * Modules/WebKitLegacy.private.modulemap: Added. 16 * WebKitLegacy.xcodeproj/project.pbxproj: 17 1 18 2021-10-14 Chris Dumez <cdumez@apple.com> 2 19 -
trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj
r283403 r284713 1037 1037 84AE905F062DE6A80075BBF9 /* WebDOMOperationsPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebDOMOperationsPrivate.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; }; 1038 1038 84CA5F7E042685E800CA2ACA /* WebKitErrorsPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebKitErrorsPrivate.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; }; 1039 84E2901126FC3D99005139F2 /* WebKitLegacy.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = WebKitLegacy.modulemap; sourceTree = "<group>"; }; 1040 84E2901226FC3DA4005139F2 /* WebKitLegacy.private.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = WebKitLegacy.private.modulemap; sourceTree = "<group>"; }; 1039 1041 930D02BB06275F640076701E /* WebViewInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebViewInternal.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; }; 1040 1042 930D02BD06275F710076701E /* WebFrameInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebFrameInternal.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; }; … … 1645 1647 089C1665FE841158C02AAC07 /* Resources */, 1646 1648 7C02320E251B8E3A00BA7BB6 /* Scripts */, 1649 534F75362578AAE8005BE7D8 /* Modules */, 1647 1650 0867D69AFE84028FC02AAC07 /* Frameworks and Libraries */, 1648 1651 034768DFFF38A50411DB9C8B /* Products */, … … 1919 1922 ); 1920 1923 name = PDF; 1924 sourceTree = "<group>"; 1925 }; 1926 534F75362578AAE8005BE7D8 /* Modules */ = { 1927 isa = PBXGroup; 1928 children = ( 1929 84E2901126FC3D99005139F2 /* WebKitLegacy.modulemap */, 1930 84E2901226FC3DA4005139F2 /* WebKitLegacy.private.modulemap */, 1931 ); 1932 path = Modules; 1921 1933 sourceTree = "<group>"; 1922 1934 }; -
trunk/Source/WebKitLegacy/ios/ChangeLog
r284559 r284713 1 2021-10-22 Ian Anderson <iana@apple.com> 2 3 Add a module map file for PrivateFrameworks/WebKitLegacy 4 https://bugs.webkit.org/show_bug.cgi?id=230735 5 6 Reviewed by David Kilzer. 7 8 WebGeolocationCoreLocationProvider.h is an Objective-C++ header, but the 9 WebKitLegacy module should be usable by plain Objective-C clients. Add 10 C++ guards so that it can be included in the module. 11 Add a missing include to WebFixedPositionContent.h. 12 13 * Misc/WebGeolocationCoreLocationProvider.h: 14 * WebCoreSupport/WebFixedPositionContent.h: 15 1 16 2021-10-20 David Kilzer <ddkilzer@apple.com> 2 17 -
trunk/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.h
r249066 r284713 24 24 */ 25 25 26 #i mport <Foundation/NSObject.h>26 #if defined(__cplusplus) 27 27 28 @class CLLocationManager; 29 @class NSString; 28 #import <Foundation/Foundation.h> 30 29 31 30 namespace WebCore { … … 60 59 - (void)setEnableHighAccuracy:(BOOL)flag; 61 60 @end 61 62 #endif -
trunk/Source/WebKitLegacy/ios/WebCoreSupport/WebFixedPositionContent.h
r212903 r284713 24 24 */ 25 25 26 #import <CoreGraphics/CoreGraphics.h> 26 27 #import <Foundation/Foundation.h> 27 28 -
trunk/Source/WebKitLegacy/mac/ChangeLog
r284630 r284713 1 2021-10-22 Ian Anderson <iana@apple.com> 2 3 Add a module map file for PrivateFrameworks/WebKitLegacy 4 https://bugs.webkit.org/show_bug.cgi?id=230735 5 6 Reviewed by David Kilzer. 7 8 Define modules for the Cocoa Touch environment. macOS can't define 9 modules in WebKitLegacy because it's a nested framework on that 10 platform. 11 Enable the modules verifier tool for Apple Internal (it's not supported 12 in the public Xcode). 13 Add the Apple Internal guards for NSURLDownload from WebDownload.h to 14 NSURLDownloadSPI.h so it can be included in the module. 15 WebCreateFragmentInternal.h is an Objective-C++ header, but the 16 WebKitLegacy module should be usable by plain Objective-C clients. Add 17 C++ guards so that it can be included in the module. 18 Switch a few quoted includes to framework style angle includes, which 19 are required for modules. 20 Add some missing includes. 21 22 * Configurations/WebKitLegacy.xcconfig: 23 * DOM/DOMEventListener.h: 24 * DOM/DOMEventTarget.h: 25 * DOM/DOMNodeFilter.h: 26 * DOM/DOMXPathNSResolver.h: 27 * DOM/WebDOMOperationsPrivate.h: 28 * History/WebHistoryItemPrivate.h: 29 * Misc/NSURLDownloadSPI.h: 30 * Misc/WebCache.h: 31 * Misc/WebDownload.h: 32 * Misc/WebKitErrorsPrivate.h: 33 * Misc/WebLocalizableStrings.h: 34 * Misc/WebUserContentURLPattern.h: 35 * Plugins/Hosted/WebKitPluginHostTypes.h: 36 * Plugins/WebPlugin.h: 37 * Plugins/WebPluginContainer.h: 38 * Storage/WebDatabaseManagerPrivate.h: 39 * Storage/WebDatabaseQuotaManager.h: 40 * Storage/WebStorageManagerPrivate.h: 41 * WebCoreSupport/WebCreateFragmentInternal.h: 42 * WebCoreSupport/WebSecurityOriginPrivate.h: 43 * WebView/WebDeviceOrientation.h: 44 * WebView/WebDeviceOrientationProvider.h: 45 * WebView/WebDeviceOrientationProviderMock.h: 46 * WebView/WebEditingDelegatePrivate.h: 47 * WebView/WebFormDelegatePrivate.h: 48 * WebView/WebGeolocationPosition.h: 49 * WebView/WebResourceLoadDelegatePrivate.h: 50 1 51 2021-10-19 Darin Adler <darin@apple.com> 2 52 -
trunk/Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig
r283403 r284713 157 157 OTHER_TAPI_FLAGS[sdk=iphone*] = -x objective-c++ -std=gnu++1z -fno-rtti $(WK_CFLAGS_BUILD_FOR_TESTING_$(WK_BUILD_FOR_TESTING)) -DRELEASE_WITHOUT_OPTIMIZATIONS -exclude-private-header $(BUILT_PRODUCTS_DIR)/$(PRIVATE_HEADERS_FOLDER_PATH)/NSURLDownloadSPI.h -extra-private-header $(SOURCE_ROOT)/mac/TestingFunctions.h; 158 158 TAPI_VERIFY_MODE[sdk=iphone*] = Pedantic; 159 160 DEFINES_MODULE = $(DEFINES_MODULE_COCOA_TOUCH_$(WK_IS_COCOA_TOUCH)); 161 DEFINES_MODULE_COCOA_TOUCH_YES = YES; 162 163 CLANG_MODULES_ENABLE_VERIFIER_TOOL = $(CLANG_MODULES_ENABLE_VERIFIER_TOOL_COCOA_TOUCH_$(WK_IS_COCOA_TOUCH)_$(USE_INTERNAL_SDK)); 164 CLANG_MODULES_ENABLE_VERIFIER_TOOL_COCOA_TOUCH_YES_YES = YES; 165 166 MODULEMAP_FILE = $(MODULEMAP_FILE_COCOA_TOUCH_$(WK_IS_COCOA_TOUCH)); 167 MODULEMAP_FILE_COCOA_TOUCH_YES = $(SRCROOT)/Modules/WebKitLegacy.modulemap; 168 169 MODULEMAP_PRIVATE_FILE = $(MODULEMAP_PRIVATE_FILE_COCOA_TOUCH_$(WK_IS_COCOA_TOUCH)); 170 MODULEMAP_PRIVATE_FILE_COCOA_TOUCH_YES = $(SRCROOT)/Modules/WebKitLegacy.private.modulemap; -
trunk/Source/WebKitLegacy/mac/DOM/DOMEventListener.h
r231383 r284713 25 25 26 26 #import <WebKitLegacy/WebKitAvailability.h> 27 #import <objc/NSObject.h> 27 28 28 29 @class DOMEvent; -
trunk/Source/WebKitLegacy/mac/DOM/DOMEventTarget.h
r231383 r284713 24 24 */ 25 25 26 #import <Foundation/Foundation.h> 26 27 #import <WebKitLegacy/WebKitAvailability.h> 27 28 -
trunk/Source/WebKitLegacy/mac/DOM/DOMNodeFilter.h
r231383 r284713 25 25 26 26 #import <WebKitLegacy/WebKitAvailability.h> 27 #import <objc/NSObject.h> 27 28 28 29 @class DOMNode; -
trunk/Source/WebKitLegacy/mac/DOM/DOMXPathNSResolver.h
r231383 r284713 25 25 26 26 #import <WebKitLegacy/WebKitAvailability.h> 27 #import <objc/NSObject.h> 27 28 28 29 @class NSString; -
trunk/Source/WebKitLegacy/mac/DOM/WebDOMOperationsPrivate.h
r248373 r284713 27 27 */ 28 28 29 #import <Foundation/Foundation.h> 29 30 #import <WebKitLegacy/WebDOMOperations.h> 30 31 #import <JavaScriptCore/JSBase.h> -
trunk/Source/WebKitLegacy/mac/History/WebHistoryItemPrivate.h
r251220 r284713 27 27 */ 28 28 29 #import <CoreGraphics/CoreGraphics.h> 29 30 #import <WebKitLegacy/WebHistoryItem.h> 30 31 -
trunk/Source/WebKitLegacy/mac/Misc/NSURLDownloadSPI.h
r237610 r284713 24 24 */ 25 25 26 #import <Foundation/Foundation.h> 27 #import <WebKitLegacy/WebKitAvailability.h> 28 29 #if defined(TARGET_OS_MACCATALYST) && TARGET_OS_MACCATALYST 30 #import <CFNetwork/CFNSURLConnection.h> 31 #elif !TARGET_OS_IPHONE || (defined(USE_APPLE_INTERNAL_SDK) && USE_APPLE_INTERNAL_SDK) 32 #import <Foundation/NSURLDownload.h> 33 #else 34 26 35 @interface NSURLDownload : NSObject 27 36 @end 28 37 29 38 @protocol NSURLDownloadDelegate; 39 40 #endif -
trunk/Source/WebKitLegacy/mac/Misc/WebCache.h
r249498 r284713 24 24 */ 25 25 26 #import <CoreGraphics/CoreGraphics.h> 27 #import <Foundation/Foundation.h> 28 26 29 #if TARGET_OS_IPHONE 27 30 @class WebFrame; -
trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h
r263986 r284713 27 27 */ 28 28 29 #ifndef WebDownload_h 30 #define WebDownload_h 31 29 32 #import <Foundation/Foundation.h> 30 33 #import <WebKitLegacy/WebKitAvailability.h> 31 34 32 #ifndef WebDownload_h 33 #define WebDownload_h 34 35 #if (defined TARGET_OS_MACCATALYST && TARGET_OS_MACCATALYST) 35 #if defined(TARGET_OS_MACCATALYST) && TARGET_OS_MACCATALYST 36 36 #import <CFNetwork/CFNSURLConnection.h> 37 #elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK&& USE_APPLE_INTERNAL_SDK)37 #elif !TARGET_OS_IPHONE || (defined(USE_APPLE_INTERNAL_SDK) && USE_APPLE_INTERNAL_SDK) 38 38 #import <Foundation/NSURLDownload.h> 39 39 #else -
trunk/Source/WebKitLegacy/mac/Misc/WebKitErrorsPrivate.h
r203435 r284713 27 27 */ 28 28 29 #import <Foundation/Foundation.h> 29 30 #import <WebKitLegacy/WebKitErrors.h> 30 31 -
trunk/Source/WebKitLegacy/mac/Misc/WebLocalizableStrings.h
r254836 r284713 30 30 31 31 #ifdef __OBJC__ 32 @class NSBundle; 32 #import <Foundation/Foundation.h> 33 33 typedef NSString *WebLocalizedStringType; 34 34 #else -
trunk/Source/WebKitLegacy/mac/Misc/WebUserContentURLPattern.h
r215685 r284713 23 23 */ 24 24 25 #import <Foundation/Foundation.h> 26 25 27 @class WebUserContentURLPatternPrivate; 26 28 -
trunk/Source/WebKitLegacy/mac/Plugins/Hosted/WebKitPluginHostTypes.h
r95901 r284713 26 26 #ifndef WebKitPluginHostTypes_h 27 27 #define WebKitPluginHostTypes_h 28 29 #include <stdint.h> 28 30 29 31 typedef uint8_t* plist_bytes_t; -
trunk/Source/WebKitLegacy/mac/Plugins/WebPlugin.h
r168047 r284713 27 27 */ 28 28 29 #import <CoreGraphics/CoreGraphics.h> 29 30 #import <Foundation/Foundation.h> 30 31 #import <WebKitLegacy/WebKitAvailability.h> -
trunk/Source/WebKitLegacy/mac/Plugins/WebPluginContainer.h
r219165 r284713 31 31 #if !TARGET_OS_IPHONE 32 32 #import <AppKit/AppKit.h> 33 #endif 34 33 35 @class WebFrame; 34 #endif35 36 36 37 /*! -
trunk/Source/WebKitLegacy/mac/Storage/WebDatabaseManagerPrivate.h
r248856 r284713 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #import <Foundation/Foundation.h> 28 30 29 31 extern NSString *WebDatabaseDirectoryDefaultsKey; -
trunk/Source/WebKitLegacy/mac/Storage/WebDatabaseQuotaManager.h
r215685 r284713 24 24 */ 25 25 26 #import "WebQuotaManager.h" 26 #import <WebKitLegacy/WebQuotaManager.h> 27 #import <objc/NSObject.h> 27 28 28 29 @interface WebDatabaseQuotaManager : NSObject <WebQuotaManager> { -
trunk/Source/WebKitLegacy/mac/Storage/WebStorageManagerPrivate.h
r136323 r284713 24 24 */ 25 25 26 #import <Foundation/Foundation.h> 27 26 28 extern NSString * const WebStorageDirectoryDefaultsKey; 27 29 extern NSString * const WebStorageDidModifyOriginNotification; -
trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebCreateFragmentInternal.h
r212642 r284713 26 26 #pragma once 27 27 28 #if defined(__cplusplus) 29 30 #import <Foundation/Foundation.h> 31 28 32 namespace WebCore { 29 33 class Document; … … 32 36 33 37 extern "C" void _WebCreateFragment(WebCore::Document&, NSAttributedString *, WebCore::FragmentAndResources&); 38 39 #endif -
trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebSecurityOriginPrivate.h
r234693 r284713 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #import <Foundation/Foundation.h> 28 30 29 31 struct WebSecurityOriginPrivate; -
trunk/Source/WebKitLegacy/mac/WebView/WebDeviceOrientation.h
r215685 r284713 24 24 */ 25 25 26 #import <objc/NSObject.h> 27 #import <stdbool.h> 26 28 27 29 @class WebDeviceOrientationInternal; -
trunk/Source/WebKitLegacy/mac/WebView/WebDeviceOrientationProvider.h
r95901 r284713 24 24 */ 25 25 26 #import <objc/NSObject.h> 27 26 28 @class WebDeviceOrientation; 27 29 -
trunk/Source/WebKitLegacy/mac/WebView/WebDeviceOrientationProviderMock.h
r215685 r284713 24 24 */ 25 25 26 #import "WebDeviceOrientationProvider.h" 26 #import <WebKitLegacy/WebDeviceOrientationProvider.h> 27 #import <objc/NSObject.h> 27 28 28 29 @class WebDeviceOrientationProviderMockInternal; -
trunk/Source/WebKitLegacy/mac/WebView/WebEditingDelegatePrivate.h
r175647 r284713 29 29 #import <WebKitLegacy/WebEditingDelegate.h> 30 30 31 #if TARGET_OS_IPHONE 32 @class DOMDocumentFragment; 33 #endif 31 34 @class DOMHTMLElement; 32 35 -
trunk/Source/WebKitLegacy/mac/WebView/WebFormDelegatePrivate.h
r165676 r284713 27 27 */ 28 28 29 #import "WebFormDelegate.h"29 #import <WebKitLegacy/WebFormDelegate.h> 30 30 31 31 @interface WebFormDelegate (WebPrivate) -
trunk/Source/WebKitLegacy/mac/WebView/WebGeolocationPosition.h
r215685 r284713 24 24 */ 25 25 26 #import <objc/NSObject.h> 27 26 28 @class WebGeolocationPositionInternal; 27 29 -
trunk/Source/WebKitLegacy/mac/WebView/WebResourceLoadDelegatePrivate.h
r212128 r284713 27 27 */ 28 28 29 #import <Foundation/Foundation.h> 29 30 #import <TargetConditionals.h> 30 31 31 32 @class WebView; 32 33 @class WebDataSource; 33 @class NSURLAuthenticationChallenge;34 @class NSURLResponse;35 @class NSURLRequest;36 34 37 35 @interface NSObject (WebResourceLoadDelegatePrivate)
Note:
See TracChangeset
for help on using the changeset viewer.