Changeset 238073 in webkit
- Timestamp:
- Nov 10, 2018, 10:16:22 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 35 edited
- 1 moved
-
Source/JavaScriptCore/API/JSValue.mm (modified) (1 diff)
-
Source/JavaScriptCore/ChangeLog (modified) (1 diff)
-
Source/WTF/ChangeLog (modified) (1 diff)
-
Source/WTF/WTF.xcodeproj/project.pbxproj (modified) (2 diffs)
-
Source/WTF/wtf/CMakeLists.txt (modified) (1 diff)
-
Source/WTF/wtf/WTFObjCRuntimeExtras.h (moved) (moved from trunk/Source/WTF/wtf/ObjcRuntimeExtras.h ) (2 diffs)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm (modified) (1 diff)
-
Source/WebCore/page/mac/EventHandlerMac.mm (modified) (1 diff)
-
Source/WebCore/platform/mac/URLMac.mm (modified) (1 diff)
-
Source/WebCore/platform/mac/WebCoreNSURLExtras.mm (modified) (1 diff)
-
Source/WebCore/platform/mac/WebCoreObjCExtras.mm (modified) (1 diff)
-
Source/WebCore/rendering/RenderThemeMac.mm (modified) (3 diffs)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/Platform/mac/StringUtilities.mm (modified) (1 diff)
-
Source/WebKit/UIProcess/ApplicationStateTracker.mm (modified) (4 diffs)
-
Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectBase.mm (modified) (1 diff)
-
Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Carbon/HIWebView.mm (modified) (2 diffs)
-
Source/WebKitLegacy/mac/ChangeLog (modified) (1 diff)
-
Source/WebKitLegacy/mac/Misc/WebNSFileManagerExtras.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Misc/WebNSURLExtras.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/Plugins/WebPluginContainerCheck.mm (modified) (2 diffs)
-
Source/WebKitLegacy/mac/WebCoreSupport/WebCachedFramePlatformData.h (modified) (2 diffs)
-
Source/WebKitLegacy/mac/WebCoreSupport/WebDeviceOrientationClient.mm (modified) (2 diffs)
-
Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.mm (modified) (20 diffs)
-
Source/WebKitLegacy/mac/WebView/WebHTMLView.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm (modified) (1 diff)
-
Source/WebKitLegacy/mac/WebView/WebPolicyDelegate.mm (modified) (2 diffs)
-
Source/WebKitLegacy/mac/WebView/WebView.mm (modified) (1 diff)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/DumpRenderTree/mac/DumpRenderTree.mm (modified) (1 diff)
-
Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm (modified) (1 diff)
-
Tools/WebKitTestRunner/mac/TestControllerMac.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSValue.mm
r237009 r238073 46 46 #import <wtf/HashSet.h> 47 47 #import <wtf/Lock.h> 48 #import <wtf/ ObjcRuntimeExtras.h>48 #import <wtf/WTFObjCRuntimeExtras.h> 49 49 #import <wtf/Vector.h> 50 50 #import <wtf/text/WTFString.h> -
trunk/Source/JavaScriptCore/ChangeLog
r238067 r238073 1 2018-11-10 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 Alex Christensen. 7 8 * API/JSValue.mm: 9 1 10 2018-11-10 Michael Catanzaro <mcatanzaro@igalia.com> 2 11 -
trunk/Source/WTF/ChangeLog
r238031 r238073 1 2018-11-10 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 Alex Christensen. 7 8 Because renaming ObjcRuntimeExtras.h to ObjCRuntimeExtras.h only changes 9 the cases, some systems have issues with applying this patch. 10 11 To work around the problem, the change is made is two patches, first rename to 12 WTFObjCRuntimeExtras.h, then back to ObjCRuntimeExtras.h. 13 14 * WTF.xcodeproj/project.pbxproj: 15 * wtf/CMakeLists.txt: 16 * wtf/WTFObjCRuntimeExtras.h: Renamed from Source/WTF/wtf/ObjcRuntimeExtras.h. 17 (wtfObjCMsgSend): 18 1 19 2018-11-09 Keith Miller <keith_miller@apple.com> 2 20 -
trunk/Source/WTF/WTF.xcodeproj/project.pbxproj
r237994 r238073 390 390 7CDD7FF9186D2A54007433CD /* IteratorRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IteratorRange.h; sourceTree = "<group>"; }; 391 391 7CEAE5AC1EA6E10F00DB6890 /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotFound.h; sourceTree = "<group>"; }; 392 7E29C33D15FFD79B00516D61 /* ObjcRuntimeExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjcRuntimeExtras.h; sourceTree = "<group>"; };392 7E29C33D15FFD79B00516D61 /* WTFObjCRuntimeExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WTFObjCRuntimeExtras.h; sourceTree = "<group>"; }; 393 393 8134013615B092FD001FF0B8 /* Base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; }; 394 394 8134013715B092FD001FF0B8 /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; }; … … 971 971 A8A472D5151A825B004123FF /* NumberOfCores.cpp */, 972 972 A8A472D6151A825B004123FF /* NumberOfCores.h */, 973 7E29C33D15FFD79B00516D61 /* ObjcRuntimeExtras.h */,973 7E29C33D15FFD79B00516D61 /* WTFObjCRuntimeExtras.h */, 974 974 83A8AC3D1FABBE94002064AC /* ObjectIdentifier.h */, 975 975 1AFDE6521953B23D00C48FFA /* Optional.h */, -
trunk/Source/WTF/wtf/CMakeLists.txt
r237721 r238073 144 144 OSObjectPtr.h 145 145 OSRandomSource.h 146 ObjcRuntimeExtras.h146 WTFObjCRuntimeExtras.h 147 147 ObjectIdentifier.h 148 148 OptionSet.h -
trunk/Source/WTF/wtf/WTFObjCRuntimeExtras.h
r238072 r238073 25 25 #pragma once 26 26 27 // FIXME: This file's name and function names refer to Objective-C as Objc with a lowercase C,28 // but it should be ObjC with an uppercase C.29 30 27 #include <objc/message.h> 31 28 … … 33 30 34 31 template<typename ReturnType, typename... ArgumentTypes> 35 inline ReturnType wtfObj cMsgSend(id target, SEL selector, ArgumentTypes... arguments)32 inline ReturnType wtfObjCMsgSend(id target, SEL selector, ArgumentTypes... arguments) 36 33 { 37 34 return reinterpret_cast<ReturnType (*)(id, SEL, ArgumentTypes...)>(objc_msgSend)(target, selector, arguments...); -
trunk/Source/WebCore/ChangeLog
r238072 r238073 1 2018-11-10 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 Alex Christensen. 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 (WebCore::RenderThemeMac::systemColor const): 15 1 16 2018-11-10 Megan Gardner <megan_gardner@apple.com> 2 17 -
trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm
r237647 r238073 79 79 #import <pal/spi/mac/HIServicesSPI.h> 80 80 #import <pal/spi/mac/NSAccessibilitySPI.h> 81 #import <wtf/ ObjcRuntimeExtras.h>81 #import <wtf/WTFObjCRuntimeExtras.h> 82 82 #if ENABLE(TREE_DEBUGGING) || ENABLE(METER_ELEMENT) 83 83 #import <wtf/text/StringBuilder.h> -
trunk/Source/WebCore/page/mac/EventHandlerMac.mm
r235935 r238073 69 69 #include <wtf/MainThread.h> 70 70 #include <wtf/NeverDestroyed.h> 71 #include <wtf/ ObjcRuntimeExtras.h>71 #include <wtf/WTFObjCRuntimeExtras.h> 72 72 #include <wtf/ProcessPrivilege.h> 73 73 -
trunk/Source/WebCore/platform/mac/URLMac.mm
r232911 r238073 30 30 #import "URLParser.h" 31 31 #import "WebCoreNSURLExtras.h" 32 #import <wtf/ ObjcRuntimeExtras.h>32 #import <wtf/WTFObjCRuntimeExtras.h> 33 33 #import <wtf/text/CString.h> 34 34 -
trunk/Source/WebCore/platform/mac/WebCoreNSURLExtras.mm
r236767 r238073 33 33 #import <wtf/Function.h> 34 34 #import <wtf/HexNumber.h> 35 #import <wtf/ ObjcRuntimeExtras.h>35 #import <wtf/WTFObjCRuntimeExtras.h> 36 36 #import <wtf/RetainPtr.h> 37 37 #import <wtf/Vector.h> -
trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.mm
r234348 r238073 33 33 #include <wtf/Assertions.h> 34 34 #include <wtf/MainThread.h> 35 #include <wtf/ ObjcRuntimeExtras.h>35 #include <wtf/WTFObjCRuntimeExtras.h> 36 36 #include <wtf/Threading.h> 37 37 -
trunk/Source/WebCore/rendering/RenderThemeMac.mm
r238062 r238073 78 78 #import <pal/spi/mac/NSSharingServicePickerSPI.h> 79 79 #import <wtf/MathExtras.h> 80 #import <wtf/ ObjcRuntimeExtras.h>80 #import <wtf/WTFObjCRuntimeExtras.h> 81 81 #import <wtf/RetainPtr.h> 82 82 #import <wtf/StdLibExtras.h> … … 633 633 auto systemAppearanceColor = [] (Color& color, SEL selector) -> Color { 634 634 if (!color.isValid()) { 635 auto systemColor = wtfObj cMsgSend<NSColor *>([NSColor class], selector);635 auto systemColor = wtfObjCMsgSend<NSColor *>([NSColor class], selector); 636 636 color = semanticColorFromNSColor(systemColor); 637 637 } … … 816 816 817 817 if (auto selector = selectCocoaColor()) { 818 if (auto color = wtfObj cMsgSend<NSColor *>([NSColor class], selector))818 if (auto color = wtfObjCMsgSend<NSColor *>([NSColor class], selector)) 819 819 return semanticColorFromNSColor(color); 820 820 } -
trunk/Source/WebKit/ChangeLog
r238070 r238073 1 2018-11-10 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 Alex Christensen. 7 8 * Platform/mac/StringUtilities.mm: 9 * UIProcess/ApplicationStateTracker.mm: 10 (WebKit::ApplicationStateTracker::applicationDidEnterBackground): 11 (WebKit::ApplicationStateTracker::applicationDidFinishSnapshottingAfterEnteringBackground): 12 (WebKit::ApplicationStateTracker::applicationWillEnterForeground): 13 * WebProcess/WebPage/mac/WKAccessibilityWebPageObjectBase.mm: 14 * WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm: 15 1 16 2018-11-10 Ryan Haddad <ryanhaddad@apple.com> 2 17 -
trunk/Source/WebKit/Platform/mac/StringUtilities.mm
r238015 r238073 30 30 #import "WKStringCF.h" 31 31 #import <JavaScriptCore/RegularExpression.h> 32 #import <wtf/ ObjcRuntimeExtras.h>32 #import <wtf/WTFObjCRuntimeExtras.h> 33 33 #import <wtf/SoftLinking.h> 34 34 #import <wtf/text/StringBuilder.h> -
trunk/Source/WebKit/UIProcess/ApplicationStateTracker.mm
r237266 r238073 32 32 #import "SandboxUtilities.h" 33 33 #import "UIKitSPI.h" 34 #import <wtf/ ObjcRuntimeExtras.h>34 #import <wtf/WTFObjCRuntimeExtras.h> 35 35 #import <wtf/cocoa/Entitlements.h> 36 36 #import <wtf/spi/cocoa/SecuritySPI.h> … … 199 199 200 200 if (auto view = m_view.get()) 201 wtfObj cMsgSend<void>(view.get(), m_didEnterBackgroundSelector);201 wtfObjCMsgSend<void>(view.get(), m_didEnterBackgroundSelector); 202 202 } 203 203 … … 205 205 { 206 206 if (auto view = m_view.get()) 207 wtfObj cMsgSend<void>(view.get(), m_didFinishSnapshottingAfterEnteringBackgroundSelector);207 wtfObjCMsgSend<void>(view.get(), m_didFinishSnapshottingAfterEnteringBackgroundSelector); 208 208 } 209 209 … … 213 213 214 214 if (auto view = m_view.get()) 215 wtfObj cMsgSend<void>(view.get(), m_willEnterForegroundSelector);215 wtfObjCMsgSend<void>(view.get(), m_willEnterForegroundSelector); 216 216 } 217 217 -
trunk/Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectBase.mm
r235205 r238073 42 42 #import <WebCore/ScrollView.h> 43 43 #import <WebCore/Scrollbar.h> 44 #import <wtf/ ObjcRuntimeExtras.h>44 #import <wtf/WTFObjCRuntimeExtras.h> 45 45 46 46 using namespace WebKit; -
trunk/Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm
r236902 r238073 47 47 #import <WebCore/WebAccessibilityObjectWrapperMac.h> 48 48 #import <pal/spi/mac/NSAccessibilitySPI.h> 49 #import <wtf/ ObjcRuntimeExtras.h>49 #import <wtf/WTFObjCRuntimeExtras.h> 50 50 51 51 using namespace WebCore; -
trunk/Source/WebKitLegacy/mac/Carbon/HIWebView.mm
r236849 r238073 39 39 #import <pal/spi/mac/QuickDrawSPI.h> 40 40 #import <wtf/Assertions.h> 41 #import <wtf/ ObjcRuntimeExtras.h>41 #import <wtf/WTFObjCRuntimeExtras.h> 42 42 #import <wtf/cf/TypeCastsCF.h> 43 43 … … 1140 1140 // Can't use -performSelector:withObject: here because the method we're calling returns BOOL, while 1141 1141 // -performSelector:withObject:'s return value is assumed to be an id. 1142 if (wtfObj cMsgSend<BOOL>(resp, @selector(validateUserInterfaceItem:), proxy))1142 if (wtfObjCMsgSend<BOOL>(resp, @selector(validateUserInterfaceItem:), proxy)) 1143 1143 EnableMenuItem(inCommand->menu.menuRef, inCommand->menu.menuItemIndex); 1144 1144 else -
trunk/Source/WebKitLegacy/mac/ChangeLog
r238062 r238073 1 2018-11-10 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 Alex Christensen. 7 8 * Carbon/HIWebView.mm: 9 (UpdateCommandStatus): 10 * Misc/WebNSFileManagerExtras.mm: 11 * Misc/WebNSURLExtras.mm: 12 * Plugins/Hosted/WebHostedNetscapePluginView.mm: 13 * Plugins/WebBasePluginPackage.mm: 14 * Plugins/WebPluginContainerCheck.mm: 15 (-[WebPluginContainerCheck _continueWithPolicy:]): 16 * WebCoreSupport/WebCachedFramePlatformData.h: 17 (WebCachedFramePlatformData::clear): 18 * WebCoreSupport/WebDeviceOrientationClient.mm: 19 (WebDeviceOrientationClient::getProvider const): 20 * WebView/WebDelegateImplementationCaching.mm: 21 (CallDelegate): 22 (CallDelegateReturningBoolean): 23 (CallResourceLoadDelegateReturningBoolean): 24 (CallFormDelegate): 25 (CallFormDelegateReturningBoolean): 26 * WebView/WebHTMLView.mm: 27 * WebView/WebPDFRepresentation.mm: 28 * WebView/WebPolicyDelegate.mm: 29 (-[WebPolicyDecisionListener _usePolicy:]): 30 * WebView/WebView.mm: 31 1 32 2018-11-09 Ryan Haddad <ryanhaddad@apple.com> 2 33 -
trunk/Source/WebKitLegacy/mac/Misc/WebNSFileManagerExtras.mm
r237266 r238073 35 35 #import <sys/stat.h> 36 36 #import <wtf/Assertions.h> 37 #import <wtf/ ObjcRuntimeExtras.h>37 #import <wtf/WTFObjCRuntimeExtras.h> 38 38 39 39 @implementation NSFileManager (WebNSFileManagerExtras) -
trunk/Source/WebKitLegacy/mac/Misc/WebNSURLExtras.mm
r236674 r238073 38 38 #import <WebCore/TextEncoding.h> 39 39 #import <WebCore/WebCoreNSURLExtras.h> 40 #import <wtf/Assertions.h>41 #import <wtf/ObjcRuntimeExtras.h>42 40 #import <unicode/uchar.h> 43 41 #import <unicode/uscript.h> 42 #import <wtf/Assertions.h> 43 #import <wtf/WTFObjCRuntimeExtras.h> 44 44 45 45 using namespace WebCore; -
trunk/Source/WebKitLegacy/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm
r237266 r238073 52 52 #import <wtf/Assertions.h> 53 53 #import <wtf/MainThread.h> 54 #import <wtf/ ObjcRuntimeExtras.h>54 #import <wtf/WTFObjCRuntimeExtras.h> 55 55 #import <wtf/RunLoop.h> 56 56 -
trunk/Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm
r237266 r238073 41 41 #import <wtf/Assertions.h> 42 42 #import <wtf/MainThread.h> 43 #import <wtf/ ObjcRuntimeExtras.h>43 #import <wtf/WTFObjCRuntimeExtras.h> 44 44 #import <wtf/RunLoop.h> 45 45 #import <wtf/Vector.h> -
trunk/Source/WebKitLegacy/mac/Plugins/WebPluginContainerCheck.mm
r237266 r238073 44 44 #import <WebCore/SecurityOrigin.h> 45 45 #import <wtf/Assertions.h> 46 #import <wtf/ ObjcRuntimeExtras.h>46 #import <wtf/WTFObjCRuntimeExtras.h> 47 47 48 48 using namespace WebCore; … … 88 88 { 89 89 if (_contextInfo) 90 wtfObj cMsgSend<void>(_resultObject, _resultSelector, (policy == PolicyAction::Use), _contextInfo);90 wtfObjCMsgSend<void>(_resultObject, _resultSelector, (policy == PolicyAction::Use), _contextInfo); 91 91 else 92 wtfObj cMsgSend<void>(_resultObject, _resultSelector, (policy == PolicyAction::Use));92 wtfObjCMsgSend<void>(_resultObject, _resultSelector, (policy == PolicyAction::Use)); 93 93 94 94 // this will call indirectly call cancel -
trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebCachedFramePlatformData.h
r236846 r238073 29 29 #import "WebHTMLViewInternal.h" 30 30 #import <WebCore/CachedFramePlatformData.h> 31 #import <wtf/ ObjcRuntimeExtras.h>31 #import <wtf/WTFObjCRuntimeExtras.h> 32 32 #import <wtf/RetainPtr.h> 33 33 … … 36 36 WebCachedFramePlatformData(id webDocumentView) : m_webDocumentView(webDocumentView) { } 37 37 38 virtual void clear() { wtfObj cMsgSend<void>(m_webDocumentView.get(), @selector(closeIfNotCurrentView)); }38 virtual void clear() { wtfObjCMsgSend<void>(m_webDocumentView.get(), @selector(closeIfNotCurrentView)); } 39 39 40 40 id webDocumentView() { return m_webDocumentView.get(); } -
trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebDeviceOrientationClient.mm
r135882 r238073 29 29 #import "WebDeviceOrientationProvider.h" 30 30 #import "WebViewInternal.h" 31 #import <wtf/ ObjcRuntimeExtras.h>31 #import <wtf/WTFObjCRuntimeExtras.h> 32 32 33 33 using namespace WebCore; … … 71 71 m_provider = [m_webView _deviceOrientationProvider]; 72 72 if ([m_provider respondsToSelector:@selector(setController:)]) 73 wtfObj cMsgSend<void>(m_provider, @selector(setController:), m_controller);73 wtfObjCMsgSend<void>(m_provider, @selector(setController:), m_controller); 74 74 } 75 75 return m_provider; -
trunk/Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.mm
r237266 r238073 33 33 #import "WebView.h" 34 34 #import "WebViewData.h" 35 #import <wtf/ ObjcRuntimeExtras.h>35 #import <wtf/WTFObjCRuntimeExtras.h> 36 36 37 37 #if PLATFORM(IOS_FAMILY) … … 93 93 return nil; 94 94 @try { 95 return wtfObj cMsgSend<id>(delegate, selector, self);95 return wtfObjCMsgSend<id>(delegate, selector, self); 96 96 } @catch(id exception) { 97 97 ReportDiscardedDelegateException(selector, exception); … … 126 126 return nil; 127 127 @try { 128 return wtfObj cMsgSend<id>(delegate, selector, self, object);128 return wtfObjCMsgSend<id>(delegate, selector, self, object); 129 129 } @catch(id exception) { 130 130 ReportDiscardedDelegateException(selector, exception); … … 160 160 return nil; 161 161 @try { 162 return wtfObj cMsgSend<id>(delegate, selector, self, rect);162 return wtfObjCMsgSend<id>(delegate, selector, self, rect); 163 163 } @catch(id exception) { 164 164 ReportDiscardedDelegateException(selector, exception); … … 194 194 return nil; 195 195 @try { 196 return wtfObj cMsgSend<id>(delegate, selector, self, object1, object2);196 return wtfObjCMsgSend<id>(delegate, selector, self, object1, object2); 197 197 } @catch(id exception) { 198 198 ReportDiscardedDelegateException(selector, exception); … … 229 229 return nil; 230 230 @try { 231 return wtfObj cMsgSend<id>(delegate, selector, self, object, boolean);231 return wtfObjCMsgSend<id>(delegate, selector, self, object, boolean); 232 232 } @catch(id exception) { 233 233 ReportDiscardedDelegateException(selector, exception); … … 264 264 return nil; 265 265 @try { 266 return wtfObj cMsgSend<id>(delegate, selector, self, object1, object2, object3);266 return wtfObjCMsgSend<id>(delegate, selector, self, object1, object2, object3); 267 267 } @catch(id exception) { 268 268 ReportDiscardedDelegateException(selector, exception); … … 300 300 return nil; 301 301 @try { 302 return wtfObj cMsgSend<id>(delegate, selector, self, object, integer);302 return wtfObjCMsgSend<id>(delegate, selector, self, object, integer); 303 303 } @catch(id exception) { 304 304 ReportDiscardedDelegateException(selector, exception); … … 365 365 return result; 366 366 @try { 367 return wtfObj cMsgSend<BOOL>(delegate, selector, self);367 return wtfObjCMsgSend<BOOL>(delegate, selector, self); 368 368 } @catch(id exception) { 369 369 ReportDiscardedDelegateException(selector, exception); … … 395 395 return result; 396 396 @try { 397 return wtfObj cMsgSend<BOOL>(delegate, selector, self, object);397 return wtfObjCMsgSend<BOOL>(delegate, selector, self, object); 398 398 } @catch(id exception) { 399 399 ReportDiscardedDelegateException(selector, exception); … … 426 426 return result; 427 427 @try { 428 return wtfObj cMsgSend<BOOL>(delegate, selector, self, object, boolean);428 return wtfObjCMsgSend<BOOL>(delegate, selector, self, object, boolean); 429 429 } @catch(id exception) { 430 430 ReportDiscardedDelegateException(selector, exception); … … 457 457 return result; 458 458 @try { 459 return wtfObj cMsgSend<BOOL>(delegate, selector, self, object, boolean, object2);459 return wtfObjCMsgSend<BOOL>(delegate, selector, self, object, boolean, object2); 460 460 } @catch(id exception) { 461 461 ReportDiscardedDelegateException(selector, exception); … … 470 470 return result; 471 471 @try { 472 return wtfObj cMsgSend<BOOL>(delegate, selector, self, object1, object2);472 return wtfObjCMsgSend<BOOL>(delegate, selector, self, object1, object2); 473 473 } @catch(id exception) { 474 474 ReportDiscardedDelegateException(selector, exception); … … 1289 1289 { 1290 1290 @try { 1291 return wtfObj cMsgSend<BOOL>(self->_private->resourceProgressDelegate, selector, self, object1);1291 return wtfObjCMsgSend<BOOL>(self->_private->resourceProgressDelegate, selector, self, object1); 1292 1292 } @catch(id exception) { 1293 1293 ReportDiscardedDelegateException(selector, exception); … … 1299 1299 { 1300 1300 @try { 1301 return wtfObj cMsgSend<BOOL>(self->_private->resourceProgressDelegate, selector, self, object1, object2);1301 return wtfObjCMsgSend<BOOL>(self->_private->resourceProgressDelegate, selector, self, object1, object2); 1302 1302 } @catch(id exception) { 1303 1303 ReportDiscardedDelegateException(selector, exception); … … 1309 1309 { 1310 1310 @try { 1311 return wtfObj cMsgSend<BOOL>(self->_private->resourceProgressDelegate, selector, self, object1, object2, object3);1311 return wtfObjCMsgSend<BOOL>(self->_private->resourceProgressDelegate, selector, self, object1, object2, object3); 1312 1312 } @catch(id exception) { 1313 1313 ReportDiscardedDelegateException(selector, exception); … … 1381 1381 return nil; 1382 1382 @try { 1383 return wtfObj cMsgSend<id>(delegate, selector, object1, object2);1383 return wtfObjCMsgSend<id>(delegate, selector, object1, object2); 1384 1384 } @catch(id exception) { 1385 1385 ReportDiscardedDelegateException(selector, exception); … … 1417 1417 return nil; 1418 1418 @try { 1419 return wtfObj cMsgSend<id>(delegate, selector, object1, object2, object3);1419 return wtfObjCMsgSend<id>(delegate, selector, object1, object2, object3); 1420 1420 } @catch(id exception) { 1421 1421 ReportDiscardedDelegateException(selector, exception); … … 1454 1454 return nil; 1455 1455 @try { 1456 return wtfObj cMsgSend<id>(delegate, selector, object1, object2, object3, object4, object5);1456 return wtfObjCMsgSend<id>(delegate, selector, object1, object2, object3, object4, object5); 1457 1457 } @catch(id exception) { 1458 1458 ReportDiscardedDelegateException(selector, exception); … … 1493 1493 return result; 1494 1494 @try { 1495 return wtfObj cMsgSend<BOOL>(delegate, selector, object1, selectorArg, object2);1495 return wtfObjCMsgSend<BOOL>(delegate, selector, object1, selectorArg, object2); 1496 1496 } @catch(id exception) { 1497 1497 ReportDiscardedDelegateException(selector, exception); -
trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm
r238062 r238073 144 144 #import <wtf/MainThread.h> 145 145 #import <wtf/MathExtras.h> 146 #import <wtf/ ObjcRuntimeExtras.h>146 #import <wtf/WTFObjCRuntimeExtras.h> 147 147 #import <wtf/RunLoop.h> 148 148 #import <wtf/SystemTracing.h> -
trunk/Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm
r237266 r238073 40 40 #import <JavaScriptCore/OpaqueJSString.h> 41 41 #import <wtf/Assertions.h> 42 #import <wtf/ ObjcRuntimeExtras.h>42 #import <wtf/WTFObjCRuntimeExtras.h> 43 43 #import <wtf/RetainPtr.h> 44 44 -
trunk/Source/WebKitLegacy/mac/WebView/WebPolicyDelegate.mm
r222492 r238073 30 30 31 31 #import <WebCore/FrameLoaderTypes.h> 32 #import <wtf/ ObjcRuntimeExtras.h>32 #import <wtf/WTFObjCRuntimeExtras.h> 33 33 34 34 using namespace WebCore; … … 92 92 { 93 93 if (_private->target) 94 wtfObj cMsgSend<void>(_private->target, _private->action, policy);94 wtfObjCMsgSend<void>(_private->target, _private->action, policy); 95 95 } 96 96 -
trunk/Source/WebKitLegacy/mac/WebView/WebView.mm
r238049 r238073 232 232 #import <wtf/HashTraits.h> 233 233 #import <wtf/MainThread.h> 234 #import <wtf/ ObjcRuntimeExtras.h>234 #import <wtf/WTFObjCRuntimeExtras.h> 235 235 #import <wtf/ProcessPrivilege.h> 236 236 #import <wtf/RAMSize.h> -
trunk/Tools/ChangeLog
r238070 r238073 1 2018-11-10 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 Alex Christensen. 7 8 * DumpRenderTree/mac/DumpRenderTree.mm: 9 * WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm: 10 * WebKitTestRunner/mac/TestControllerMac.mm: 11 1 12 2018-11-10 Ryan Haddad <ryanhaddad@apple.com> 2 13 -
trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm
r237935 r238073 94 94 #import <wtf/FastMalloc.h> 95 95 #import <wtf/LoggingAccumulator.h> 96 #import <wtf/ ObjcRuntimeExtras.h>96 #import <wtf/WTFObjCRuntimeExtras.h> 97 97 #import <wtf/ProcessPrivilege.h> 98 98 #import <wtf/RetainPtr.h> -
trunk/Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm
r233079 r238073 31 31 #import <WebKit/WKStringCF.h> 32 32 #import <wtf/NeverDestroyed.h> 33 #import <wtf/ ObjcRuntimeExtras.h>33 #import <wtf/WTFObjCRuntimeExtras.h> 34 34 #import <wtf/RetainPtr.h> 35 35 -
trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm
r237893 r238073 45 45 #import <WebKit/_WKUserContentExtensionStorePrivate.h> 46 46 #import <mach-o/dyld.h> 47 #import <wtf/ ObjcRuntimeExtras.h>47 #import <wtf/WTFObjCRuntimeExtras.h> 48 48 #import <wtf/mac/AppKitCompatibilityDeclarations.h> 49 49
Note:
See TracChangeset
for help on using the changeset viewer.