Skip to content
  • mitz@apple.com's avatar
    Use the prefix "WK" instead of "Web" for Objective-C classes defined in WebKit2. · 3d4ea40b
    mitz@apple.com authored
    Reviewed by Anders Carlsson.
    
    Renamed WebInspectorProxyObjCAdapter to WKWebInspectorProxyObjCAdapter.
    Renamed WebInspectorWKView to WKWebInspectorWKView.
    Renamed WebFindIndicatorWindowAnimation to WKFindIndicatorWindowAnimation.
    Renamed WebFindIndicatorView to WKFindIndicatorView.
    Renamed WebUserDataWrapper to WKUserDataWrapper.
    
    Updated the build phase checking for inappropriate Objective-C class names to disallow the prefix
    "Web" and only allow "WK".
    
    * UIProcess/API/mac/FindIndicatorWindow.h:
    * UIProcess/API/mac/FindIndicatorWindow.mm:
    (WebKit::FindIndicatorWindow::setFindIndicator):
    (WebKit::FindIndicatorWindow::startFadeOutTimerFired):
    * UIProcess/WebInspectorProxy.h:
    * UIProcess/mac/WebContextMenuProxyMac.mm:
    (-[WKMenuTarget forwardContextMenuAction:]):
    (WebKit::nsMenuItemVector):
    * UIProcess/mac/WebInspectorProxyMac.mm:
    (WebKit::WebInspectorProxy::platformCreateInspectorPage):
    (WebKit::WebInspectorProxy::platformOpen):
    * WebKit2.xcodeproj/project.pbxproj:
    * WebProcess/FullScreen/mac/WebFullScreenManagerMac.mm:
    (WebKit::WebFullScreenManagerMac::WebFullScreenManagerMac):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95661 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3d4ea40b