Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rename API::TypedObject to API::ObjectImpl
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: Canonical link: https://commits.webkit.org/143590@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@160384 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
166 additions
and 80 deletions.
- +87 −0 Source/WebKit2/ChangeLog
- +1 −1 Source/WebKit2/Shared/APIArray.h
- +1 −1 Source/WebKit2/Shared/APIFrameHandle.h
- +3 −3 Source/WebKit2/Shared/APIObject.h
- +1 −2 Source/WebKit2/Shared/APIPageHandle.h
- +1 −1 Source/WebKit2/Shared/ImmutableDictionary.h
- +1 −1 Source/WebKit2/Shared/WebArchive.h
- +1 −1 Source/WebKit2/Shared/WebArchiveResource.h
- +1 −1 Source/WebKit2/Shared/WebBackForwardListItem.h
- +1 −1 Source/WebKit2/Shared/WebCertificateInfo.h
- +1 −1 Source/WebKit2/Shared/WebConnection.h
- +1 −1 Source/WebKit2/Shared/WebContextMenuItem.h
- +1 −1 Source/WebKit2/Shared/WebData.h
- +1 −1 Source/WebKit2/Shared/WebError.h
- +1 −1 Source/WebKit2/Shared/WebGeolocationPosition.h
- +3 −3 Source/WebKit2/Shared/WebGeometry.h
- +1 −1 Source/WebKit2/Shared/WebHitTestResult.h
- +1 −1 Source/WebKit2/Shared/WebImage.h
- +1 −1 Source/WebKit2/Shared/WebNumber.h
- +1 −1 Source/WebKit2/Shared/WebOpenPanelParameters.h
- +1 −1 Source/WebKit2/Shared/WebRenderLayer.h
- +1 −1 Source/WebKit2/Shared/WebRenderObject.h
- +1 −1 Source/WebKit2/Shared/WebSecurityOrigin.h
- +1 −1 Source/WebKit2/Shared/WebSerializedScriptValue.h
- +1 −1 Source/WebKit2/Shared/WebString.h
- +1 −1 Source/WebKit2/Shared/WebURL.h
- +1 −1 Source/WebKit2/Shared/WebURLRequest.h
- +1 −1 Source/WebKit2/Shared/WebURLResponse.h
- +1 −1 Source/WebKit2/Shared/WebUserContentURLPattern.h
- +1 −1 Source/WebKit2/Shared/mac/ObjCObjectGraph.h
- +1 −1 Source/WebKit2/UIProcess/APINavigationData.h
- +1 −1 Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h
- +1 −1 Source/WebKit2/UIProcess/Authentication/AuthenticationDecisionListener.h
- +1 −1 Source/WebKit2/UIProcess/Authentication/WebCredential.h
- +1 −1 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h
- +1 −1 Source/WebKit2/UIProcess/Downloads/DownloadProxy.h
- +1 −1 Source/WebKit2/UIProcess/GeolocationPermissionRequestProxy.h
- +1 −1 Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequest.h
- +1 −1 Source/WebKit2/UIProcess/Notifications/WebNotification.h
- +1 −1 Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.h
- +1 −1 Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebBackForwardList.h
- +1 −1 Source/WebKit2/UIProcess/WebColorPickerResultListenerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebContext.h
- +1 −1 Source/WebKit2/UIProcess/WebCookieManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebEditCommandProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebFrameProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebGrammarDetail.h
- +1 −1 Source/WebKit2/UIProcess/WebIconDatabase.h
- +1 −1 Source/WebKit2/UIProcess/WebInspectorProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebKeyValueStorageManager.h
- +1 −1 Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebOriginDataManagerProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebPageGroup.h
- +1 −1 Source/WebKit2/UIProcess/WebPageProxy.h
- +1 −1 Source/WebKit2/UIProcess/WebPreferences.h
- +1 −1 Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardList.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleHitTestResult.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleNavigationAction.h
- +1 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleScriptWorld.h
- +1 −1 Source/WebKit2/WebProcess/WebPage/PageBanner.h
- +1 −1 Source/WebKit2/WebProcess/WebPage/PageOverlay.h
- +1 −1 Source/WebKit2/WebProcess/WebPage/WebFrame.h
- +1 −1 Source/WebKit2/WebProcess/WebPage/WebInspector.h
- +1 −1 Source/WebKit2/WebProcess/WebPage/WebPage.h
- +1 −1 Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -31,7 +31,7 @@ | ||
|
||
namespace API { | ||
|
||
class FrameHandle : public ObjectImpl<Object::Type::FrameHandle> { | ||
public: | ||
static RefPtr<FrameHandle> create(uint64_t frameID); | ||
virtual ~FrameHandle(); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -46,7 +46,7 @@ namespace WebKit { | ||
class WebArchiveResource; | ||
class WebData; | ||
|
||
class WebArchive : public API::ObjectImpl<API::Object::Type::WebArchive> { | ||
public: | ||
virtual ~WebArchive(); | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -43,7 +43,7 @@ class WebData; | ||
class WebString; | ||
class WebURL; | ||
|
||
class WebArchiveResource : public API::ObjectImpl<API::Object::Type::WebArchiveResource> { | ||
public: | ||
virtual ~WebArchiveResource(); | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -40,7 +40,7 @@ namespace WebKit { | ||
|
||
class WebFrame; | ||
|
||
class WebHitTestResult : public API::ObjectImpl<API::Object::Type::HitTestResult> { | ||
public: | ||
struct Data { | ||
String absoluteImageURL; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -31,7 +31,7 @@ | ||
|
||
namespace WebKit { | ||
|
||
class ObjCObjectGraph : public API::ObjectImpl<API::Object::Type::ObjCObjectGraph> { | ||
public: | ||
static PassRefPtr<ObjCObjectGraph> create(id rootObject) | ||
{ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.