Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Remove specialized retain/release functions in favor of a single one …
…for WKTypeRefs https://bugs.webkit.org/show_bug.cgi?id=44386 Reviewed by Dan Bernstein. WebKit2: * UIProcess/API/C/WKArray.cpp: (WKArrayGetSize): * UIProcess/API/C/WKArray.h: * UIProcess/API/C/WKBackForwardList.cpp: (WKBackForwardListCopyForwardListWithLimit): * UIProcess/API/C/WKBackForwardList.h: * UIProcess/API/C/WKBackForwardListItem.cpp: (WKBackForwardListItemCopyTitle): * UIProcess/API/C/WKBackForwardListItem.h: * UIProcess/API/C/WKBase.h: * UIProcess/API/C/WKContext.cpp: * UIProcess/API/C/WKContext.h: * UIProcess/API/C/WKData.cpp: (WKDataGetSize): * UIProcess/API/C/WKData.h: * UIProcess/API/C/WKDictionary.cpp: (WKDictionaryCopyKeys): * UIProcess/API/C/WKDictionary.h: * UIProcess/API/C/WKError.h: * UIProcess/API/C/WKFormSubmissionListener.cpp: (WKFormSubmissionListenerContinue): * UIProcess/API/C/WKFormSubmissionListener.h: * UIProcess/API/C/WKFrame.cpp: (WKFrameGetPage): * UIProcess/API/C/WKFrame.h: * UIProcess/API/C/WKFramePolicyListener.cpp: (WKFramePolicyListenerIgnore): * UIProcess/API/C/WKFramePolicyListener.h: * UIProcess/API/C/WKNavigationData.cpp: (WKNavigationDataCopyURL): * UIProcess/API/C/WKNavigationData.h: * UIProcess/API/C/WKPage.cpp: * UIProcess/API/C/WKPage.h: * UIProcess/API/C/WKPageNamespace.cpp: (WKPageNamespaceGetContext): * UIProcess/API/C/WKPageNamespace.h: * UIProcess/API/C/WKPreferences.cpp: (WKPreferencesCreate): (WKPreferencesGetLocalStorageEnabled): * UIProcess/API/C/WKPreferences.h: * UIProcess/API/C/WKString.cpp: * UIProcess/API/C/WKString.h: * UIProcess/API/C/WKType.cpp: (WKRetain): (WKRelease): * UIProcess/API/C/WKType.h: * UIProcess/API/C/WKURL.cpp: (WKURLGetTypeID): * UIProcess/API/C/WKURL.h: * UIProcess/API/cpp/WKRetainPtr.h: * UIProcess/API/win/WKView.cpp: * UIProcess/API/win/WKView.h: * UIProcess/WebPreferences.cpp: (WebKit::WebPreferences::shared): * WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp: (WKBundleNodeHandleGetTypeID): * WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.h: * WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp: (WKBundleScriptWorldNormalWorld): * WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.h: WebKitTools: * MiniBrowser/mac/AppDelegate.m: (didRecieveMessageFromInjectedBundle): (didNavigateWithNavigationData): (-[BrowserAppDelegate init]): (-[BrowserAppDelegate applicationWillTerminate:]): * MiniBrowser/mac/BrowserStatisticsWindowController.m: (-[BrowserStatisticsWindowController initWithThreadedWKContextRef:processWKContextRef:]): (-[BrowserStatisticsWindowController dealloc]): * MiniBrowser/mac/BrowserWindowController.m: (-[BrowserWindowController initWithPageNamespace:]): (-[BrowserWindowController fetch:]): (-[BrowserWindowController windowWillClose:]): (-[BrowserWindowController applicationTerminating]): (closePage): (runJavaScriptAlert): (runJavaScriptConfirm): (runJavaScriptPrompt): (-[BrowserWindowController updateProvisionalURLForFrame:]): * MiniBrowser/mac/WebBundle/WebBundleMain.m: (didClearWindowObjectForFrame): * MiniBrowser/win/BrowserView.cpp: (BrowserView::goToURL): * WebKitTestRunner/win/PlatformWebViewWin.cpp: (WTR::PlatformWebView::~PlatformWebView): Canonical link: https://commits.webkit.org/56559@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65780 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
44 changed files
with
117 additions
and
307 deletions.
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
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
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
Oops, something went wrong.