Skip to content
  • andersca@apple.com's avatar
    Rename API::TypedObject to API::ObjectImpl · be156ca6
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=125539
    
    Reviewed by Tim Horton.
    
    All API::Objects are by definition typed, so ObjectImpl makes more sense as a name.
    
    * Shared/APIArray.h:
    * Shared/APIFrameHandle.h:
    * Shared/APIObject.h:
    (API::ObjectImpl::~ObjectImpl):
    (API::ObjectImpl::ObjectImpl):
    * Shared/APIPageHandle.h:
    * Shared/ImmutableDictionary.h:
    * Shared/WebArchive.h:
    * Shared/WebArchiveResource.h:
    * Shared/WebBackForwardListItem.h:
    * Shared/WebCertificateInfo.h:
    * Shared/WebConnection.h:
    * Shared/WebContextMenuItem.h:
    * Shared/WebData.h:
    * Shared/WebError.h:
    * Shared/WebGeolocationPosition.h:
    * Shared/WebGeometry.h:
    * Shared/WebHitTestResult.h:
    * Shared/WebImage.h:
    * Shared/WebNumber.h:
    * Shared/WebOpenPanelParameters.h:
    * Shared/WebRenderLayer.h:
    * Shared/WebRenderObject.h:
    * Shared/WebSecurityOrigin.h:
    * Shared/WebSerializedScriptValue.h:
    * Shared/WebString.h:
    * Shared/WebURL.h:
    * Shared/WebURLRequest.h:
    * Shared/WebURLResponse.h:
    * Shared/WebUserContentURLPattern.h:
    * Shared/mac/ObjCObjectGraph.h:
    * UIProcess/APINavigationData.h:
    * UIProcess/Authentication/AuthenticationChallengeProxy.h:
    * UIProcess/Authentication/AuthenticationDecisionListener.h:
    * UIProcess/Authentication/WebCredential.h:
    * UIProcess/Authentication/WebProtectionSpace.h:
    * UIProcess/Downloads/DownloadProxy.h:
    * UIProcess/GeolocationPermissionRequestProxy.h:
    * UIProcess/Notifications/NotificationPermissionRequest.h:
    * UIProcess/Notifications/WebNotification.h:
    * UIProcess/Notifications/WebNotificationManagerProxy.h:
    * UIProcess/Plugins/WebPluginSiteDataManager.h:
    * UIProcess/WebApplicationCacheManagerProxy.h:
    * UIProcess/WebBackForwardList.h:
    * UIProcess/WebColorPickerResultListenerProxy.h:
    * UIProcess/WebContext.h:
    * UIProcess/WebCookieManagerProxy.h:
    * UIProcess/WebDatabaseManagerProxy.h:
    * UIProcess/WebEditCommandProxy.h:
    * UIProcess/WebFrameProxy.h:
    * UIProcess/WebGeolocationManagerProxy.h:
    * UIProcess/WebGrammarDetail.h:
    * UIProcess/WebIconDatabase.h:
    * UIProcess/WebInspectorProxy.h:
    * UIProcess/WebKeyValueStorageManager.h:
    * UIProcess/WebMediaCacheManagerProxy.h:
    * UIProcess/WebOpenPanelResultListenerProxy.h:
    * UIProcess/WebOriginDataManagerProxy.h:
    * UIProcess/WebPageGroup.h:
    * UIProcess/WebPageProxy.h:
    * UIProcess/WebPreferences.h:
    * UIProcess/WebResourceCacheManagerProxy.h:
    * WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:
    * WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h:
    * WebProcess/InjectedBundle/InjectedBundle.h:
    * WebProcess/InjectedBundle/InjectedBundleBackForwardList.h:
    * WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h:
    * WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.h:
    * WebProcess/InjectedBundle/InjectedBundleHitTestResult.h:
    * WebProcess/InjectedBundle/InjectedBundleNavigationAction.h:
    * WebProcess/InjectedBundle/InjectedBundleScriptWorld.h:
    * WebProcess/WebPage/PageBanner.h:
    * WebProcess/WebPage/PageOverlay.h:
    * WebProcess/WebPage/WebFrame.h:
    * WebProcess/WebPage/WebInspector.h:
    * WebProcess/WebPage/WebPage.h:
    * WebProcess/WebPage/WebPageGroupProxy.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160384 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    be156ca6