| Differences between
and this patch
- a/Source/JavaScriptCore/ChangeLog +11 lines
Lines 1-3 a/Source/JavaScriptCore/ChangeLog_sec1
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
4
        https://bugs.webkit.org/show_bug.cgi?id=191492
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Rename file.
9
10
        * API/JSValue.mm:
11
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
12
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
13
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
14
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
- a/Source/WebCore/ChangeLog +14 lines
Lines 1-3 a/Source/WebCore/ChangeLog_sec1
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
4
        https://bugs.webkit.org/show_bug.cgi?id=191492
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * accessibility/mac/WebAccessibilityObjectWrapperMac.mm:
9
        * page/mac/EventHandlerMac.mm:
10
        * platform/mac/URLMac.mm:
11
        * platform/mac/WebCoreNSURLExtras.mm:
12
        * platform/mac/WebCoreObjCExtras.mm:
13
        * rendering/RenderThemeMac.mm:
14
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
15
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
16
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
17
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
- a/Source/WebKit/ChangeLog +12 lines
Lines 1-3 a/Source/WebKit/ChangeLog_sec1
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
4
        https://bugs.webkit.org/show_bug.cgi?id=191492
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * Platform/mac/StringUtilities.mm:
9
        * UIProcess/ApplicationStateTracker.mm:
10
        * WebProcess/WebPage/mac/WKAccessibilityWebPageObjectBase.mm:
11
        * WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm:
12
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
13
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
14
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
15
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
- a/Source/WebKitLegacy/mac/ChangeLog +21 lines
Lines 1-3 a/Source/WebKitLegacy/mac/ChangeLog_sec1
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
4
        https://bugs.webkit.org/show_bug.cgi?id=191492
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * Carbon/HIWebView.mm:
9
        * Misc/WebNSFileManagerExtras.mm:
10
        * Misc/WebNSURLExtras.mm:
11
        * Plugins/Hosted/WebHostedNetscapePluginView.mm:
12
        * Plugins/WebBasePluginPackage.mm:
13
        * Plugins/WebPluginContainerCheck.mm:
14
        * WebCoreSupport/WebCachedFramePlatformData.h:
15
        * WebCoreSupport/WebDeviceOrientationClient.mm:
16
        * WebView/WebDelegateImplementationCaching.mm:
17
        * WebView/WebHTMLView.mm:
18
        * WebView/WebPDFRepresentation.mm:
19
        * WebView/WebPolicyDelegate.mm:
20
        * WebView/WebView.mm:
21
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
22
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
23
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
24
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
- a/Source/JavaScriptCore/API/JSValue.mm -1 / +1 lines
Lines 45-51 a/Source/JavaScriptCore/API/JSValue.mm_sec1
45
#import <wtf/HashMap.h>
45
#import <wtf/HashMap.h>
46
#import <wtf/HashSet.h>
46
#import <wtf/HashSet.h>
47
#import <wtf/Lock.h>
47
#import <wtf/Lock.h>
48
#import <wtf/WTFObjCRuntimeExtras.h>
48
#import <wtf/ObjCRuntimeExtras.h>
49
#import <wtf/Vector.h>
49
#import <wtf/Vector.h>
50
#import <wtf/text/WTFString.h>
50
#import <wtf/text/WTFString.h>
51
#import <wtf/text/StringHash.h>
51
#import <wtf/text/StringHash.h>
- a/Source/WTF/WTF.xcodeproj/project.pbxproj -2 / +2 lines
Lines 389-395 a/Source/WTF/WTF.xcodeproj/project.pbxproj_sec1
389
		7CDD7FF7186D291E007433CD /* IteratorAdaptors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IteratorAdaptors.h; sourceTree = "<group>"; };
389
		7CDD7FF7186D291E007433CD /* IteratorAdaptors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IteratorAdaptors.h; sourceTree = "<group>"; };
390
		7CDD7FF9186D2A54007433CD /* IteratorRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IteratorRange.h; sourceTree = "<group>"; };
390
		7CDD7FF9186D2A54007433CD /* IteratorRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IteratorRange.h; sourceTree = "<group>"; };
391
		7CEAE5AC1EA6E10F00DB6890 /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotFound.h; sourceTree = "<group>"; };
391
		7CEAE5AC1EA6E10F00DB6890 /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotFound.h; sourceTree = "<group>"; };
392
		7E29C33D15FFD79B00516D61 /* WTFObjCRuntimeExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WTFObjCRuntimeExtras.h; sourceTree = "<group>"; };
392
		7E29C33D15FFD79B00516D61 /* ObjCRuntimeExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjCRuntimeExtras.h; sourceTree = "<group>"; };
393
		8134013615B092FD001FF0B8 /* Base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; };
393
		8134013615B092FD001FF0B8 /* Base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; };
394
		8134013715B092FD001FF0B8 /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; };
394
		8134013715B092FD001FF0B8 /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; };
395
		83A8AC3D1FABBE94002064AC /* ObjectIdentifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjectIdentifier.h; sourceTree = "<group>"; };
395
		83A8AC3D1FABBE94002064AC /* ObjectIdentifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjectIdentifier.h; sourceTree = "<group>"; };
Lines 970-976 a/Source/WTF/WTF.xcodeproj/project.pbxproj_sec2
970
				7CEAE5AC1EA6E10F00DB6890 /* NotFound.h */,
970
				7CEAE5AC1EA6E10F00DB6890 /* NotFound.h */,
971
				A8A472D5151A825B004123FF /* NumberOfCores.cpp */,
971
				A8A472D5151A825B004123FF /* NumberOfCores.cpp */,
972
				A8A472D6151A825B004123FF /* NumberOfCores.h */,
972
				A8A472D6151A825B004123FF /* NumberOfCores.h */,
973
				7E29C33D15FFD79B00516D61 /* WTFObjCRuntimeExtras.h */,
973
				7E29C33D15FFD79B00516D61 /* ObjCRuntimeExtras.h */,
974
				83A8AC3D1FABBE94002064AC /* ObjectIdentifier.h */,
974
				83A8AC3D1FABBE94002064AC /* ObjectIdentifier.h */,
975
				1AFDE6521953B23D00C48FFA /* Optional.h */,
975
				1AFDE6521953B23D00C48FFA /* Optional.h */,
976
				1A4656181C7FC68E00F5920F /* OptionSet.h */,
976
				1A4656181C7FC68E00F5920F /* OptionSet.h */,
- a/Source/WTF/wtf/CMakeLists.txt -1 / +1 lines
Lines 143-149 set(WTF_PUBLIC_HEADERS a/Source/WTF/wtf/CMakeLists.txt_sec1
143
    OSAllocator.h
143
    OSAllocator.h
144
    OSObjectPtr.h
144
    OSObjectPtr.h
145
    OSRandomSource.h
145
    OSRandomSource.h
146
    WTFObjCRuntimeExtras.h
146
    ObjCRuntimeExtras.h
147
    ObjectIdentifier.h
147
    ObjectIdentifier.h
148
    OptionSet.h
148
    OptionSet.h
149
    Optional.h
149
    Optional.h
- a/Source/WTF/wtf/ObjCRuntimeExtras.h +43 lines
Line 0 a/Source/WTF/wtf/ObjCRuntimeExtras.h_sec1
1
/*
2
 * Copyright (C) 2012, 2013 Apple Inc. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or without
5
 * modification, are permitted provided that the following conditions
6
 * are met:
7
 * 1.  Redistributions of source code must retain the above copyright
8
 *     notice, this list of conditions and the following disclaimer.
9
 * 2.  Redistributions in binary form must reproduce the above copyright
10
 *     notice, this list of conditions and the following disclaimer in the
11
 *     documentation and/or other materials provided with the distribution.
12
 *
13
 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
14
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16
 * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
17
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20
 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23
 */
24
25
#pragma once
26
27
#include <objc/message.h>
28
29
#ifdef __cplusplus
30
31
template<typename ReturnType, typename... ArgumentTypes>
32
inline ReturnType wtfObjCMsgSend(id target, SEL selector, ArgumentTypes... arguments)
33
{
34
    return reinterpret_cast<ReturnType (*)(id, SEL, ArgumentTypes...)>(objc_msgSend)(target, selector, arguments...);
35
}
36
37
template<typename ReturnType, typename... ArgumentTypes>
38
inline ReturnType wtfCallIMP(IMP implementation, id target, SEL selector, ArgumentTypes... arguments)
39
{
40
    return reinterpret_cast<ReturnType (*)(id, SEL, ArgumentTypes...)>(implementation)(target, selector, arguments...);
41
}
42
43
#endif // __cplusplus
- a/Source/WTF/wtf/WTFObjCRuntimeExtras.h -43 lines
Lines 1-43 a/Source/WTF/wtf/WTFObjCRuntimeExtras.h_sec1
1
/*
2
 * Copyright (C) 2012, 2013 Apple Inc. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or without
5
 * modification, are permitted provided that the following conditions
6
 * are met:
7
 * 1.  Redistributions of source code must retain the above copyright
8
 *     notice, this list of conditions and the following disclaimer.
9
 * 2.  Redistributions in binary form must reproduce the above copyright
10
 *     notice, this list of conditions and the following disclaimer in the
11
 *     documentation and/or other materials provided with the distribution.
12
 *
13
 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
14
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16
 * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
17
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20
 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23
 */
24
25
#pragma once
26
27
#include <objc/message.h>
28
29
#ifdef __cplusplus
30
31
template<typename ReturnType, typename... ArgumentTypes>
32
inline ReturnType wtfObjCMsgSend(id target, SEL selector, ArgumentTypes... arguments)
33
{
34
    return reinterpret_cast<ReturnType (*)(id, SEL, ArgumentTypes...)>(objc_msgSend)(target, selector, arguments...);
35
}
36
37
template<typename ReturnType, typename... ArgumentTypes>
38
inline ReturnType wtfCallIMP(IMP implementation, id target, SEL selector, ArgumentTypes... arguments)
39
{
40
    return reinterpret_cast<ReturnType (*)(id, SEL, ArgumentTypes...)>(implementation)(target, selector, arguments...);
41
}
42
43
#endif // __cplusplus
- a/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm -1 / +1 lines
Lines 78-84 a/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm_sec1
78
#import "WebCoreFrameView.h"
78
#import "WebCoreFrameView.h"
79
#import <pal/spi/mac/HIServicesSPI.h>
79
#import <pal/spi/mac/HIServicesSPI.h>
80
#import <pal/spi/mac/NSAccessibilitySPI.h>
80
#import <pal/spi/mac/NSAccessibilitySPI.h>
81
#import <wtf/WTFObjCRuntimeExtras.h>
81
#import <wtf/ObjCRuntimeExtras.h>
82
#if ENABLE(TREE_DEBUGGING) || ENABLE(METER_ELEMENT)
82
#if ENABLE(TREE_DEBUGGING) || ENABLE(METER_ELEMENT)
83
#import <wtf/text/StringBuilder.h>
83
#import <wtf/text/StringBuilder.h>
84
#endif
84
#endif
- a/Source/WebCore/page/mac/EventHandlerMac.mm -1 / +1 lines
Lines 68-74 a/Source/WebCore/page/mac/EventHandlerMac.mm_sec1
68
#include <wtf/BlockObjCExceptions.h>
68
#include <wtf/BlockObjCExceptions.h>
69
#include <wtf/MainThread.h>
69
#include <wtf/MainThread.h>
70
#include <wtf/NeverDestroyed.h>
70
#include <wtf/NeverDestroyed.h>
71
#include <wtf/WTFObjCRuntimeExtras.h>
71
#include <wtf/ObjCRuntimeExtras.h>
72
#include <wtf/ProcessPrivilege.h>
72
#include <wtf/ProcessPrivilege.h>
73
73
74
#if ENABLE(MAC_GESTURE_EVENTS)
74
#if ENABLE(MAC_GESTURE_EVENTS)
- a/Source/WebCore/platform/mac/URLMac.mm -1 / +1 lines
Lines 29-35 a/Source/WebCore/platform/mac/URLMac.mm_sec1
29
#import "CFURLExtras.h"
29
#import "CFURLExtras.h"
30
#import "URLParser.h"
30
#import "URLParser.h"
31
#import "WebCoreNSURLExtras.h"
31
#import "WebCoreNSURLExtras.h"
32
#import <wtf/WTFObjCRuntimeExtras.h>
32
#import <wtf/ObjCRuntimeExtras.h>
33
#import <wtf/text/CString.h>
33
#import <wtf/text/CString.h>
34
34
35
@interface NSString (WebCoreNSURLExtras)
35
@interface NSString (WebCoreNSURLExtras)
- a/Source/WebCore/platform/mac/WebCoreNSURLExtras.mm -1 / +1 lines
Lines 32-38 a/Source/WebCore/platform/mac/WebCoreNSURLExtras.mm_sec1
32
#import <pal/spi/cf/CFNetworkSPI.h>
32
#import <pal/spi/cf/CFNetworkSPI.h>
33
#import <wtf/Function.h>
33
#import <wtf/Function.h>
34
#import <wtf/HexNumber.h>
34
#import <wtf/HexNumber.h>
35
#import <wtf/WTFObjCRuntimeExtras.h>
35
#import <wtf/ObjCRuntimeExtras.h>
36
#import <wtf/RetainPtr.h>
36
#import <wtf/RetainPtr.h>
37
#import <wtf/Vector.h>
37
#import <wtf/Vector.h>
38
#import <unicode/uchar.h>
38
#import <unicode/uchar.h>
- a/Source/WebCore/platform/mac/WebCoreObjCExtras.mm -1 / +1 lines
Lines 32-38 a/Source/WebCore/platform/mac/WebCoreObjCExtras.mm_sec1
32
#include <utility>
32
#include <utility>
33
#include <wtf/Assertions.h>
33
#include <wtf/Assertions.h>
34
#include <wtf/MainThread.h>
34
#include <wtf/MainThread.h>
35
#include <wtf/WTFObjCRuntimeExtras.h>
35
#include <wtf/ObjCRuntimeExtras.h>
36
#include <wtf/Threading.h>
36
#include <wtf/Threading.h>
37
37
38
bool WebCoreObjCScheduleDeallocateOnMainThread(Class cls, id object)
38
bool WebCoreObjCScheduleDeallocateOnMainThread(Class cls, id object)
- a/Source/WebCore/rendering/RenderThemeMac.mm -1 / +1 lines
Lines 77-83 a/Source/WebCore/rendering/RenderThemeMac.mm_sec1
77
#import <pal/spi/mac/NSCellSPI.h>
77
#import <pal/spi/mac/NSCellSPI.h>
78
#import <pal/spi/mac/NSSharingServicePickerSPI.h>
78
#import <pal/spi/mac/NSSharingServicePickerSPI.h>
79
#import <wtf/MathExtras.h>
79
#import <wtf/MathExtras.h>
80
#import <wtf/WTFObjCRuntimeExtras.h>
80
#import <wtf/ObjCRuntimeExtras.h>
81
#import <wtf/RetainPtr.h>
81
#import <wtf/RetainPtr.h>
82
#import <wtf/StdLibExtras.h>
82
#import <wtf/StdLibExtras.h>
83
#import <wtf/text/StringBuilder.h>
83
#import <wtf/text/StringBuilder.h>
- a/Source/WebKit/Platform/mac/StringUtilities.mm -1 / +1 lines
Lines 29-35 a/Source/WebKit/Platform/mac/StringUtilities.mm_sec1
29
#import "WKSharedAPICast.h"
29
#import "WKSharedAPICast.h"
30
#import "WKStringCF.h"
30
#import "WKStringCF.h"
31
#import <JavaScriptCore/RegularExpression.h>
31
#import <JavaScriptCore/RegularExpression.h>
32
#import <wtf/WTFObjCRuntimeExtras.h>
32
#import <wtf/ObjCRuntimeExtras.h>
33
#import <wtf/SoftLinking.h>
33
#import <wtf/SoftLinking.h>
34
#import <wtf/text/StringBuilder.h>
34
#import <wtf/text/StringBuilder.h>
35
35
- a/Source/WebKit/UIProcess/ApplicationStateTracker.mm -1 / +1 lines
Lines 31-37 a/Source/WebKit/UIProcess/ApplicationStateTracker.mm_sec1
31
#import "AssertionServicesSPI.h"
31
#import "AssertionServicesSPI.h"
32
#import "SandboxUtilities.h"
32
#import "SandboxUtilities.h"
33
#import "UIKitSPI.h"
33
#import "UIKitSPI.h"
34
#import <wtf/WTFObjCRuntimeExtras.h>
34
#import <wtf/ObjCRuntimeExtras.h>
35
#import <wtf/cocoa/Entitlements.h>
35
#import <wtf/cocoa/Entitlements.h>
36
#import <wtf/spi/cocoa/SecuritySPI.h>
36
#import <wtf/spi/cocoa/SecuritySPI.h>
37
37
- a/Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectBase.mm -1 / +1 lines
Lines 41-47 a/Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectBase.mm_sec1
41
#import <WebCore/Page.h>
41
#import <WebCore/Page.h>
42
#import <WebCore/ScrollView.h>
42
#import <WebCore/ScrollView.h>
43
#import <WebCore/Scrollbar.h>
43
#import <WebCore/Scrollbar.h>
44
#import <wtf/WTFObjCRuntimeExtras.h>
44
#import <wtf/ObjCRuntimeExtras.h>
45
45
46
using namespace WebKit;
46
using namespace WebKit;
47
47
- a/Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm -1 / +1 lines
Lines 46-52 a/Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm_sec1
46
#import <WebCore/Scrollbar.h>
46
#import <WebCore/Scrollbar.h>
47
#import <WebCore/WebAccessibilityObjectWrapperMac.h>
47
#import <WebCore/WebAccessibilityObjectWrapperMac.h>
48
#import <pal/spi/mac/NSAccessibilitySPI.h>
48
#import <pal/spi/mac/NSAccessibilitySPI.h>
49
#import <wtf/WTFObjCRuntimeExtras.h>
49
#import <wtf/ObjCRuntimeExtras.h>
50
50
51
using namespace WebCore;
51
using namespace WebCore;
52
using namespace WebKit;
52
using namespace WebKit;
- a/Source/WebKitLegacy/mac/Carbon/HIWebView.mm -1 / +1 lines
Lines 38-44 a/Source/WebKitLegacy/mac/Carbon/HIWebView.mm_sec1
38
#import <pal/spi/mac/NSGraphicsSPI.h>
38
#import <pal/spi/mac/NSGraphicsSPI.h>
39
#import <pal/spi/mac/QuickDrawSPI.h>
39
#import <pal/spi/mac/QuickDrawSPI.h>
40
#import <wtf/Assertions.h>
40
#import <wtf/Assertions.h>
41
#import <wtf/WTFObjCRuntimeExtras.h>
41
#import <wtf/ObjCRuntimeExtras.h>
42
#import <wtf/cf/TypeCastsCF.h>
42
#import <wtf/cf/TypeCastsCF.h>
43
43
44
WTF_DECLARE_CF_TYPE_TRAIT(CFRunLoop);
44
WTF_DECLARE_CF_TYPE_TRAIT(CFRunLoop);
- a/Source/WebKitLegacy/mac/Misc/WebNSFileManagerExtras.mm -1 / +1 lines
Lines 34-40 a/Source/WebKitLegacy/mac/Misc/WebNSFileManagerExtras.mm_sec1
34
#import <WebCore/LoaderNSURLExtras.h>
34
#import <WebCore/LoaderNSURLExtras.h>
35
#import <sys/stat.h>
35
#import <sys/stat.h>
36
#import <wtf/Assertions.h>
36
#import <wtf/Assertions.h>
37
#import <wtf/WTFObjCRuntimeExtras.h>
37
#import <wtf/ObjCRuntimeExtras.h>
38
38
39
@implementation NSFileManager (WebNSFileManagerExtras)
39
@implementation NSFileManager (WebNSFileManagerExtras)
40
40
- a/Source/WebKitLegacy/mac/Misc/WebNSURLExtras.mm -1 / +1 lines
Lines 40-46 a/Source/WebKitLegacy/mac/Misc/WebNSURLExtras.mm_sec1
40
#import <unicode/uchar.h>
40
#import <unicode/uchar.h>
41
#import <unicode/uscript.h>
41
#import <unicode/uscript.h>
42
#import <wtf/Assertions.h>
42
#import <wtf/Assertions.h>
43
#import <wtf/WTFObjCRuntimeExtras.h>
43
#import <wtf/ObjCRuntimeExtras.h>
44
44
45
using namespace WebCore;
45
using namespace WebCore;
46
using namespace WTF;
46
using namespace WTF;
- a/Source/WebKitLegacy/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm -1 / +1 lines
Lines 51-57 a/Source/WebKitLegacy/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm_sec1
51
#import <pal/spi/cocoa/QuartzCoreSPI.h>
51
#import <pal/spi/cocoa/QuartzCoreSPI.h>
52
#import <wtf/Assertions.h>
52
#import <wtf/Assertions.h>
53
#import <wtf/MainThread.h>
53
#import <wtf/MainThread.h>
54
#import <wtf/WTFObjCRuntimeExtras.h>
54
#import <wtf/ObjCRuntimeExtras.h>
55
#import <wtf/RunLoop.h>
55
#import <wtf/RunLoop.h>
56
56
57
using namespace WebCore;
57
using namespace WebCore;
- a/Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm -1 / +1 lines
Lines 40-46 a/Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm_sec1
40
#import <mach-o/loader.h>
40
#import <mach-o/loader.h>
41
#import <wtf/Assertions.h>
41
#import <wtf/Assertions.h>
42
#import <wtf/MainThread.h>
42
#import <wtf/MainThread.h>
43
#import <wtf/WTFObjCRuntimeExtras.h>
43
#import <wtf/ObjCRuntimeExtras.h>
44
#import <wtf/RunLoop.h>
44
#import <wtf/RunLoop.h>
45
#import <wtf/Vector.h>
45
#import <wtf/Vector.h>
46
#import <wtf/text/CString.h>
46
#import <wtf/text/CString.h>
- a/Source/WebKitLegacy/mac/Plugins/WebPluginContainerCheck.mm -1 / +1 lines
Lines 43-49 a/Source/WebKitLegacy/mac/Plugins/WebPluginContainerCheck.mm_sec1
43
#import <WebCore/FrameLoaderTypes.h>
43
#import <WebCore/FrameLoaderTypes.h>
44
#import <WebCore/SecurityOrigin.h>
44
#import <WebCore/SecurityOrigin.h>
45
#import <wtf/Assertions.h>
45
#import <wtf/Assertions.h>
46
#import <wtf/WTFObjCRuntimeExtras.h>
46
#import <wtf/ObjCRuntimeExtras.h>
47
47
48
using namespace WebCore;
48
using namespace WebCore;
49
49
- a/Source/WebKitLegacy/mac/WebCoreSupport/WebCachedFramePlatformData.h -1 / +1 lines
Lines 28-34 a/Source/WebKitLegacy/mac/WebCoreSupport/WebCachedFramePlatformData.h_sec1
28
28
29
#import "WebHTMLViewInternal.h"
29
#import "WebHTMLViewInternal.h"
30
#import <WebCore/CachedFramePlatformData.h>
30
#import <WebCore/CachedFramePlatformData.h>
31
#import <wtf/WTFObjCRuntimeExtras.h>
31
#import <wtf/ObjCRuntimeExtras.h>
32
#import <wtf/RetainPtr.h>
32
#import <wtf/RetainPtr.h>
33
33
34
class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
34
class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
- a/Source/WebKitLegacy/mac/WebCoreSupport/WebDeviceOrientationClient.mm -1 / +1 lines
Lines 28-34 a/Source/WebKitLegacy/mac/WebCoreSupport/WebDeviceOrientationClient.mm_sec1
28
#import "WebDeviceOrientationInternal.h"
28
#import "WebDeviceOrientationInternal.h"
29
#import "WebDeviceOrientationProvider.h"
29
#import "WebDeviceOrientationProvider.h"
30
#import "WebViewInternal.h"
30
#import "WebViewInternal.h"
31
#import <wtf/WTFObjCRuntimeExtras.h>
31
#import <wtf/ObjCRuntimeExtras.h>
32
32
33
using namespace WebCore;
33
using namespace WebCore;
34
34
- a/Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.mm -1 / +1 lines
Lines 32-38 a/Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.mm_sec1
32
#import "WebKitLogging.h"
32
#import "WebKitLogging.h"
33
#import "WebView.h"
33
#import "WebView.h"
34
#import "WebViewData.h"
34
#import "WebViewData.h"
35
#import <wtf/WTFObjCRuntimeExtras.h>
35
#import <wtf/ObjCRuntimeExtras.h>
36
36
37
#if PLATFORM(IOS_FAMILY)
37
#if PLATFORM(IOS_FAMILY)
38
#import "WebViewInternal.h"
38
#import "WebViewInternal.h"
- a/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm -1 / +1 lines
Lines 143-149 a/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm_sec1
143
#import <wtf/BlockObjCExceptions.h>
143
#import <wtf/BlockObjCExceptions.h>
144
#import <wtf/MainThread.h>
144
#import <wtf/MainThread.h>
145
#import <wtf/MathExtras.h>
145
#import <wtf/MathExtras.h>
146
#import <wtf/WTFObjCRuntimeExtras.h>
146
#import <wtf/ObjCRuntimeExtras.h>
147
#import <wtf/RunLoop.h>
147
#import <wtf/RunLoop.h>
148
#import <wtf/SystemTracing.h>
148
#import <wtf/SystemTracing.h>
149
149
- a/Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm -1 / +1 lines
Lines 39-45 a/Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm_sec1
39
#import <JavaScriptCore/JSContextRef.h>
39
#import <JavaScriptCore/JSContextRef.h>
40
#import <JavaScriptCore/OpaqueJSString.h>
40
#import <JavaScriptCore/OpaqueJSString.h>
41
#import <wtf/Assertions.h>
41
#import <wtf/Assertions.h>
42
#import <wtf/WTFObjCRuntimeExtras.h>
42
#import <wtf/ObjCRuntimeExtras.h>
43
#import <wtf/RetainPtr.h>
43
#import <wtf/RetainPtr.h>
44
44
45
@implementation WebPDFRepresentation
45
@implementation WebPDFRepresentation
- a/Source/WebKitLegacy/mac/WebView/WebPolicyDelegate.mm -1 / +1 lines
Lines 29-35 a/Source/WebKitLegacy/mac/WebView/WebPolicyDelegate.mm_sec1
29
#import "WebPolicyDelegatePrivate.h"
29
#import "WebPolicyDelegatePrivate.h"
30
30
31
#import <WebCore/FrameLoaderTypes.h>
31
#import <WebCore/FrameLoaderTypes.h>
32
#import <wtf/WTFObjCRuntimeExtras.h>
32
#import <wtf/ObjCRuntimeExtras.h>
33
33
34
using namespace WebCore;
34
using namespace WebCore;
35
35
- a/Source/WebKitLegacy/mac/WebView/WebView.mm -1 / +1 lines
Lines 231-237 a/Source/WebKitLegacy/mac/WebView/WebView.mm_sec1
231
#import <wtf/Assertions.h>
231
#import <wtf/Assertions.h>
232
#import <wtf/HashTraits.h>
232
#import <wtf/HashTraits.h>
233
#import <wtf/MainThread.h>
233
#import <wtf/MainThread.h>
234
#import <wtf/WTFObjCRuntimeExtras.h>
234
#import <wtf/ObjCRuntimeExtras.h>
235
#import <wtf/ProcessPrivilege.h>
235
#import <wtf/ProcessPrivilege.h>
236
#import <wtf/RAMSize.h>
236
#import <wtf/RAMSize.h>
237
#import <wtf/RefCountedLeakCounter.h>
237
#import <wtf/RefCountedLeakCounter.h>
- a/Tools/ChangeLog +13 lines
Lines 1-3 a/Tools/ChangeLog_sec1
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
4
        https://bugs.webkit.org/show_bug.cgi?id=191492
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Update file name.
9
10
        * DumpRenderTree/mac/DumpRenderTree.mm:
11
        * WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm:
12
        * WebKitTestRunner/mac/TestControllerMac.mm:
13
1
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
14
2018-11-09  Benjamin Poulain  <benjamin@webkit.org>
2
15
3
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
16
        Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
- a/Tools/DumpRenderTree/mac/DumpRenderTree.mm -1 / +1 lines
Lines 93-99 a/Tools/DumpRenderTree/mac/DumpRenderTree.mm_sec1
93
#import <wtf/Assertions.h>
93
#import <wtf/Assertions.h>
94
#import <wtf/FastMalloc.h>
94
#import <wtf/FastMalloc.h>
95
#import <wtf/LoggingAccumulator.h>
95
#import <wtf/LoggingAccumulator.h>
96
#import <wtf/WTFObjCRuntimeExtras.h>
96
#import <wtf/ObjCRuntimeExtras.h>
97
#import <wtf/ProcessPrivilege.h>
97
#import <wtf/ProcessPrivilege.h>
98
#import <wtf/RetainPtr.h>
98
#import <wtf/RetainPtr.h>
99
#import <wtf/Threading.h>
99
#import <wtf/Threading.h>
- a/Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm -1 / +1 lines
Lines 30-36 a/Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm_sec1
30
#import <CoreText/CTFontManager.h>
30
#import <CoreText/CTFontManager.h>
31
#import <WebKit/WKStringCF.h>
31
#import <WebKit/WKStringCF.h>
32
#import <wtf/NeverDestroyed.h>
32
#import <wtf/NeverDestroyed.h>
33
#import <wtf/WTFObjCRuntimeExtras.h>
33
#import <wtf/ObjCRuntimeExtras.h>
34
#import <wtf/RetainPtr.h>
34
#import <wtf/RetainPtr.h>
35
35
36
#if USE(APPKIT)
36
#if USE(APPKIT)
- a/Tools/WebKitTestRunner/mac/TestControllerMac.mm -1 / +1 lines
Lines 44-50 a/Tools/WebKitTestRunner/mac/TestControllerMac.mm_sec1
44
#import <WebKit/_WKUserContentExtensionStore.h>
44
#import <WebKit/_WKUserContentExtensionStore.h>
45
#import <WebKit/_WKUserContentExtensionStorePrivate.h>
45
#import <WebKit/_WKUserContentExtensionStorePrivate.h>
46
#import <mach-o/dyld.h>
46
#import <mach-o/dyld.h>
47
#import <wtf/WTFObjCRuntimeExtras.h>
47
#import <wtf/ObjCRuntimeExtras.h>
48
#import <wtf/mac/AppKitCompatibilityDeclarations.h>
48
#import <wtf/mac/AppKitCompatibilityDeclarations.h>
49
49
50
@interface NSSound ()
50
@interface NSSound ()

Return to Bug 191492