| WKAPICast.h | | WKAPICast.h | |
| | | | |
| skipping to change at line 33 | | skipping to change at line 33 | |
| * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | |
| * THE POSSIBILITY OF SUCH DAMAGE. | | * THE POSSIBILITY OF SUCH DAMAGE. | |
| */ | | */ | |
| | | | |
| #ifndef WKAPICast_h | | #ifndef WKAPICast_h | |
| #define WKAPICast_h | | #define WKAPICast_h | |
| | | | |
| #include "CacheModel.h" | | #include "CacheModel.h" | |
| #include "FontSmoothingLevel.h" | | #include "FontSmoothingLevel.h" | |
| #include "HTTPCookieAcceptPolicy.h" | | #include "HTTPCookieAcceptPolicy.h" | |
|
| | | #include "InjectedBundleHitTestResultMediaType.h" | |
| | | #include "PluginModuleInfo.h" | |
| #include "ProcessModel.h" | | #include "ProcessModel.h" | |
| #include "ResourceCachesToClear.h" | | #include "ResourceCachesToClear.h" | |
|
| #include "WebGrammarDetail.h" | | #include "WKBundleHitTestResult.h" | |
| #include "WKContext.h" | | #include "WKContext.h" | |
| #include "WKCookieManager.h" | | #include "WKCookieManager.h" | |
| #include "WKCredentialTypes.h" | | #include "WKCredentialTypes.h" | |
| #include "WKPage.h" | | #include "WKPage.h" | |
| #include "WKPreferences.h" | | #include "WKPreferences.h" | |
| #include "WKPreferencesPrivate.h" | | #include "WKPreferencesPrivate.h" | |
| #include "WKProtectionSpaceTypes.h" | | #include "WKProtectionSpaceTypes.h" | |
| #include "WKResourceCacheManager.h" | | #include "WKResourceCacheManager.h" | |
| #include "WKSharedAPICast.h" | | #include "WKSharedAPICast.h" | |
|
| | | #include "WebGrammarDetail.h" | |
| #include <WebCore/Credential.h> | | #include <WebCore/Credential.h> | |
| #include <WebCore/FrameLoaderTypes.h> | | #include <WebCore/FrameLoaderTypes.h> | |
| #include <WebCore/ProtectionSpace.h> | | #include <WebCore/ProtectionSpace.h> | |
| #include <WebCore/Settings.h> | | #include <WebCore/Settings.h> | |
| | | | |
| namespace WebKit { | | namespace WebKit { | |
| | | | |
| class AuthenticationChallengeProxy; | | class AuthenticationChallengeProxy; | |
| class AuthenticationDecisionListener; | | class AuthenticationDecisionListener; | |
| class DownloadProxy; | | class DownloadProxy; | |
| | | | |
| skipping to change at line 77 | | skipping to change at line 80 | |
| class WebDatabaseManagerProxy; | | class WebDatabaseManagerProxy; | |
| class WebFormSubmissionListenerProxy; | | class WebFormSubmissionListenerProxy; | |
| class WebFramePolicyListenerProxy; | | class WebFramePolicyListenerProxy; | |
| class WebFrameProxy; | | class WebFrameProxy; | |
| class WebGeolocationManagerProxy; | | class WebGeolocationManagerProxy; | |
| class WebGeolocationPosition; | | class WebGeolocationPosition; | |
| class WebGrammarDetail; | | class WebGrammarDetail; | |
| class WebHitTestResult; | | class WebHitTestResult; | |
| class WebIconDatabase; | | class WebIconDatabase; | |
| class WebInspectorProxy; | | class WebInspectorProxy; | |
|
| class WebKeyValueStorageManagerProxy; | | class WebKeyValueStorageManager; | |
| class WebMediaCacheManagerProxy; | | class WebMediaCacheManagerProxy; | |
| class WebNavigationData; | | class WebNavigationData; | |
| class WebNetworkInfoManagerProxy; | | class WebNetworkInfoManagerProxy; | |
| class WebNetworkInfo; | | class WebNetworkInfo; | |
| class WebNotification; | | class WebNotification; | |
| class WebNotificationProvider; | | class WebNotificationProvider; | |
| class WebNotificationManagerProxy; | | class WebNotificationManagerProxy; | |
| class WebOpenPanelParameters; | | class WebOpenPanelParameters; | |
| class WebOpenPanelResultListenerProxy; | | class WebOpenPanelResultListenerProxy; | |
| class WebPageGroup; | | class WebPageGroup; | |
| class WebPageProxy; | | class WebPageProxy; | |
| class WebPluginSiteDataManager; | | class WebPluginSiteDataManager; | |
| class WebPreferences; | | class WebPreferences; | |
| class WebProtectionSpace; | | class WebProtectionSpace; | |
| class WebRenderLayer; | | class WebRenderLayer; | |
| class WebRenderObject; | | class WebRenderObject; | |
| class WebTextChecker; | | class WebTextChecker; | |
| class WebVibrationProxy; | | class WebVibrationProxy; | |
|
| | | class WebViewportAttributes; | |
| | | | |
| WK_ADD_API_MAPPING(WKApplicationCacheManagerRef, WebApplicationCacheManager
Proxy) | | WK_ADD_API_MAPPING(WKApplicationCacheManagerRef, WebApplicationCacheManager
Proxy) | |
| WK_ADD_API_MAPPING(WKAuthenticationChallengeRef, AuthenticationChallengePro
xy) | | WK_ADD_API_MAPPING(WKAuthenticationChallengeRef, AuthenticationChallengePro
xy) | |
| WK_ADD_API_MAPPING(WKAuthenticationDecisionListenerRef, AuthenticationDecis
ionListener) | | WK_ADD_API_MAPPING(WKAuthenticationDecisionListenerRef, AuthenticationDecis
ionListener) | |
| WK_ADD_API_MAPPING(WKBackForwardListItemRef, WebBackForwardListItem) | | WK_ADD_API_MAPPING(WKBackForwardListItemRef, WebBackForwardListItem) | |
| WK_ADD_API_MAPPING(WKBackForwardListRef, WebBackForwardList) | | WK_ADD_API_MAPPING(WKBackForwardListRef, WebBackForwardList) | |
| WK_ADD_API_MAPPING(WKBatteryManagerRef, WebBatteryManagerProxy) | | WK_ADD_API_MAPPING(WKBatteryManagerRef, WebBatteryManagerProxy) | |
| WK_ADD_API_MAPPING(WKBatteryStatusRef, WebBatteryStatus) | | WK_ADD_API_MAPPING(WKBatteryStatusRef, WebBatteryStatus) | |
|
| | | WK_ADD_API_MAPPING(WKBundleHitTestResultMediaType, BundleHitTestResultMedia
Type) | |
| WK_ADD_API_MAPPING(WKResourceCacheManagerRef, WebResourceCacheManagerProxy) | | WK_ADD_API_MAPPING(WKResourceCacheManagerRef, WebResourceCacheManagerProxy) | |
| WK_ADD_API_MAPPING(WKColorPickerResultListenerRef, WebColorPickerResultList
enerProxy) | | WK_ADD_API_MAPPING(WKColorPickerResultListenerRef, WebColorPickerResultList
enerProxy) | |
| WK_ADD_API_MAPPING(WKContextRef, WebContext) | | WK_ADD_API_MAPPING(WKContextRef, WebContext) | |
| WK_ADD_API_MAPPING(WKCookieManagerRef, WebCookieManagerProxy) | | WK_ADD_API_MAPPING(WKCookieManagerRef, WebCookieManagerProxy) | |
| WK_ADD_API_MAPPING(WKCredentialRef, WebCredential) | | WK_ADD_API_MAPPING(WKCredentialRef, WebCredential) | |
| WK_ADD_API_MAPPING(WKDatabaseManagerRef, WebDatabaseManagerProxy) | | WK_ADD_API_MAPPING(WKDatabaseManagerRef, WebDatabaseManagerProxy) | |
| WK_ADD_API_MAPPING(WKDownloadRef, DownloadProxy) | | WK_ADD_API_MAPPING(WKDownloadRef, DownloadProxy) | |
| WK_ADD_API_MAPPING(WKFormSubmissionListenerRef, WebFormSubmissionListenerPr
oxy) | | WK_ADD_API_MAPPING(WKFormSubmissionListenerRef, WebFormSubmissionListenerPr
oxy) | |
| WK_ADD_API_MAPPING(WKFramePolicyListenerRef, WebFramePolicyListenerProxy) | | WK_ADD_API_MAPPING(WKFramePolicyListenerRef, WebFramePolicyListenerProxy) | |
| WK_ADD_API_MAPPING(WKFrameRef, WebFrameProxy) | | WK_ADD_API_MAPPING(WKFrameRef, WebFrameProxy) | |
| WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy) | | WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy) | |
| WK_ADD_API_MAPPING(WKGeolocationPermissionRequestRef, GeolocationPermission
RequestProxy) | | WK_ADD_API_MAPPING(WKGeolocationPermissionRequestRef, GeolocationPermission
RequestProxy) | |
| WK_ADD_API_MAPPING(WKGeolocationPositionRef, WebGeolocationPosition) | | WK_ADD_API_MAPPING(WKGeolocationPositionRef, WebGeolocationPosition) | |
| WK_ADD_API_MAPPING(WKGrammarDetailRef, WebGrammarDetail) | | WK_ADD_API_MAPPING(WKGrammarDetailRef, WebGrammarDetail) | |
| WK_ADD_API_MAPPING(WKHitTestResultRef, WebHitTestResult) | | WK_ADD_API_MAPPING(WKHitTestResultRef, WebHitTestResult) | |
| WK_ADD_API_MAPPING(WKIconDatabaseRef, WebIconDatabase) | | WK_ADD_API_MAPPING(WKIconDatabaseRef, WebIconDatabase) | |
|
| WK_ADD_API_MAPPING(WKKeyValueStorageManagerRef, WebKeyValueStorageManagerPr
oxy) | | WK_ADD_API_MAPPING(WKKeyValueStorageManagerRef, WebKeyValueStorageManager) | |
| WK_ADD_API_MAPPING(WKMediaCacheManagerRef, WebMediaCacheManagerProxy) | | WK_ADD_API_MAPPING(WKMediaCacheManagerRef, WebMediaCacheManagerProxy) | |
| WK_ADD_API_MAPPING(WKNavigationDataRef, WebNavigationData) | | WK_ADD_API_MAPPING(WKNavigationDataRef, WebNavigationData) | |
| WK_ADD_API_MAPPING(WKNetworkInfoManagerRef, WebNetworkInfoManagerProxy) | | WK_ADD_API_MAPPING(WKNetworkInfoManagerRef, WebNetworkInfoManagerProxy) | |
| WK_ADD_API_MAPPING(WKNetworkInfoRef, WebNetworkInfo) | | WK_ADD_API_MAPPING(WKNetworkInfoRef, WebNetworkInfo) | |
| WK_ADD_API_MAPPING(WKNotificationManagerRef, WebNotificationManagerProxy) | | WK_ADD_API_MAPPING(WKNotificationManagerRef, WebNotificationManagerProxy) | |
| WK_ADD_API_MAPPING(WKNotificationPermissionRequestRef, NotificationPermissi
onRequest) | | WK_ADD_API_MAPPING(WKNotificationPermissionRequestRef, NotificationPermissi
onRequest) | |
| WK_ADD_API_MAPPING(WKNotificationProviderRef, WebNotificationProvider) | | WK_ADD_API_MAPPING(WKNotificationProviderRef, WebNotificationProvider) | |
| WK_ADD_API_MAPPING(WKNotificationRef, WebNotification) | | WK_ADD_API_MAPPING(WKNotificationRef, WebNotification) | |
| WK_ADD_API_MAPPING(WKOpenPanelParametersRef, WebOpenPanelParameters) | | WK_ADD_API_MAPPING(WKOpenPanelParametersRef, WebOpenPanelParameters) | |
| WK_ADD_API_MAPPING(WKOpenPanelResultListenerRef, WebOpenPanelResultListener
Proxy) | | WK_ADD_API_MAPPING(WKOpenPanelResultListenerRef, WebOpenPanelResultListener
Proxy) | |
| WK_ADD_API_MAPPING(WKPageGroupRef, WebPageGroup) | | WK_ADD_API_MAPPING(WKPageGroupRef, WebPageGroup) | |
| WK_ADD_API_MAPPING(WKPageRef, WebPageProxy) | | WK_ADD_API_MAPPING(WKPageRef, WebPageProxy) | |
| WK_ADD_API_MAPPING(WKPluginSiteDataManagerRef, WebPluginSiteDataManager) | | WK_ADD_API_MAPPING(WKPluginSiteDataManagerRef, WebPluginSiteDataManager) | |
| WK_ADD_API_MAPPING(WKPreferencesRef, WebPreferences) | | WK_ADD_API_MAPPING(WKPreferencesRef, WebPreferences) | |
| WK_ADD_API_MAPPING(WKProtectionSpaceRef, WebProtectionSpace) | | WK_ADD_API_MAPPING(WKProtectionSpaceRef, WebProtectionSpace) | |
| WK_ADD_API_MAPPING(WKRenderLayerRef, WebRenderLayer) | | WK_ADD_API_MAPPING(WKRenderLayerRef, WebRenderLayer) | |
| WK_ADD_API_MAPPING(WKRenderObjectRef, WebRenderObject) | | WK_ADD_API_MAPPING(WKRenderObjectRef, WebRenderObject) | |
| WK_ADD_API_MAPPING(WKTextCheckerRef, WebTextChecker) | | WK_ADD_API_MAPPING(WKTextCheckerRef, WebTextChecker) | |
| WK_ADD_API_MAPPING(WKVibrationRef, WebVibrationProxy) | | WK_ADD_API_MAPPING(WKVibrationRef, WebVibrationProxy) | |
|
| | | WK_ADD_API_MAPPING(WKViewportAttributesRef, WebViewportAttributes) | |
| WK_ADD_API_MAPPING(WKInspectorRef, WebInspectorProxy) | | WK_ADD_API_MAPPING(WKInspectorRef, WebInspectorProxy) | |
| | | | |
| /* Enum conversions */ | | /* Enum conversions */ | |
| | | | |
|
| | | inline BundleHitTestResultMediaType toBundleHitTestResultMediaType(WKBundle | |
| | | HitTestResultMediaType wkMediaType) | |
| | | { | |
| | | switch (wkMediaType) { | |
| | | case kWKBundleHitTestResultMediaTypeNone: | |
| | | return BundleHitTestResultMediaTypeNone; | |
| | | case kWKBundleHitTestResultMediaTypeAudio: | |
| | | return BundleHitTestResultMediaTypeAudio; | |
| | | case kWKBundleHitTestResultMediaTypeVideo: | |
| | | return BundleHitTestResultMediaTypeVideo; | |
| | | } | |
| | | | |
| | | ASSERT_NOT_REACHED(); | |
| | | return BundleHitTestResultMediaTypeNone; | |
| | | } | |
| | | | |
| | | inline WKBundleHitTestResultMediaType toAPI(BundleHitTestResultMediaType me | |
| | | diaType) | |
| | | { | |
| | | switch (mediaType) { | |
| | | case BundleHitTestResultMediaTypeNone: | |
| | | return kWKBundleHitTestResultMediaTypeNone; | |
| | | case BundleHitTestResultMediaTypeAudio: | |
| | | return kWKBundleHitTestResultMediaTypeAudio; | |
| | | case BundleHitTestResultMediaTypeVideo: | |
| | | return kWKBundleHitTestResultMediaTypeVideo; | |
| | | } | |
| | | | |
| | | ASSERT_NOT_REACHED(); | |
| | | return kWKBundleHitTestResultMediaTypeNone; | |
| | | } | |
| | | | |
| inline CacheModel toCacheModel(WKCacheModel wkCacheModel) | | inline CacheModel toCacheModel(WKCacheModel wkCacheModel) | |
| { | | { | |
| switch (wkCacheModel) { | | switch (wkCacheModel) { | |
| case kWKCacheModelDocumentViewer: | | case kWKCacheModelDocumentViewer: | |
| return CacheModelDocumentViewer; | | return CacheModelDocumentViewer; | |
| case kWKCacheModelDocumentBrowser: | | case kWKCacheModelDocumentBrowser: | |
| return CacheModelDocumentBrowser; | | return CacheModelDocumentBrowser; | |
| case kWKCacheModelPrimaryWebBrowser: | | case kWKCacheModelPrimaryWebBrowser: | |
| return CacheModelPrimaryWebBrowser; | | return CacheModelPrimaryWebBrowser; | |
| } | | } | |
| | | | |
| skipping to change at line 404 | | skipping to change at line 440 | |
| case WebCore::SecurityOrigin::BlockThirdPartyStorage: | | case WebCore::SecurityOrigin::BlockThirdPartyStorage: | |
| return kWKBlockThirdPartyStorage; | | return kWKBlockThirdPartyStorage; | |
| case WebCore::SecurityOrigin::BlockAllStorage: | | case WebCore::SecurityOrigin::BlockAllStorage: | |
| return kWKBlockAllStorage; | | return kWKBlockAllStorage; | |
| } | | } | |
| | | | |
| ASSERT_NOT_REACHED(); | | ASSERT_NOT_REACHED(); | |
| return kWKAllowAllStorage; | | return kWKAllowAllStorage; | |
| } | | } | |
| | | | |
|
| | | inline WKPluginLoadPolicy toWKPluginLoadPolicy(PluginModuleLoadPolicy plugi | |
| | | nModuleLoadPolicy) | |
| | | { | |
| | | switch (pluginModuleLoadPolicy) { | |
| | | case PluginModuleLoadNormally: | |
| | | return kWKPluginLoadPolicyLoadNormally; | |
| | | case PluginModuleLoadUnsandboxed: | |
| | | return kWKPluginLoadPolicyLoadUnsandboxed; | |
| | | case PluginModuleBlocked: | |
| | | return kWKPluginLoadPolicyBlocked; | |
| | | } | |
| | | | |
| | | ASSERT_NOT_REACHED(); | |
| | | return kWKPluginLoadPolicyBlocked; | |
| | | } | |
| | | | |
| | | inline PluginModuleLoadPolicy toPluginModuleLoadPolicy(WKPluginLoadPolicy p | |
| | | luginLoadPolicy) | |
| | | { | |
| | | switch (pluginLoadPolicy) { | |
| | | case kWKPluginLoadPolicyLoadNormally: | |
| | | return PluginModuleLoadNormally; | |
| | | case kWKPluginLoadPolicyBlocked: | |
| | | return PluginModuleBlocked; | |
| | | case kWKPluginLoadPolicyLoadUnsandboxed: | |
| | | return PluginModuleLoadUnsandboxed; | |
| | | } | |
| | | | |
| | | ASSERT_NOT_REACHED(); | |
| | | return PluginModuleBlocked; | |
| | | } | |
| | | | |
| inline ProxyingRefPtr<WebGrammarDetail> toAPI(const WebCore::GrammarDetail&
grammarDetail) | | inline ProxyingRefPtr<WebGrammarDetail> toAPI(const WebCore::GrammarDetail&
grammarDetail) | |
| { | | { | |
| return ProxyingRefPtr<WebGrammarDetail>(WebGrammarDetail::create(gramma
rDetail)); | | return ProxyingRefPtr<WebGrammarDetail>(WebGrammarDetail::create(gramma
rDetail)); | |
| } | | } | |
| | | | |
| } // namespace WebKit | | } // namespace WebKit | |
| | | | |
| #if defined(BUILDING_GTK__) | | #if defined(BUILDING_GTK__) | |
| #include "WKAPICastGtk.h" | | #include "WKAPICastGtk.h" | |
| #endif | | #endif | |
| | | | |
End of changes. 10 change blocks. |
| 3 lines changed or deleted | | 73 lines changed or added | |
|
| WKPage.h | | WKPage.h | |
| | | | |
| skipping to change at line 52 | | skipping to change at line 52 | |
| #ifdef __cplusplus | | #ifdef __cplusplus | |
| extern "C" { | | extern "C" { | |
| #endif | | #endif | |
| | | | |
| enum { | | enum { | |
| kWKFocusDirectionBackward = 0, | | kWKFocusDirectionBackward = 0, | |
| kWKFocusDirectionForward = 1 | | kWKFocusDirectionForward = 1 | |
| }; | | }; | |
| typedef uint32_t WKFocusDirection; | | typedef uint32_t WKFocusDirection; | |
| | | | |
|
| | | enum { | |
| | | kWKPluginLoadPolicyLoadNormally = 0, | |
| | | kWKPluginLoadPolicyBlocked, | |
| | | kWKPluginLoadPolicyInactive, | |
| | | kWKPluginLoadPolicyLoadUnsandboxed, | |
| | | }; | |
| | | typedef uint32_t WKPluginLoadPolicy; | |
| | | | |
| typedef void (*WKPageCallback)(WKPageRef page, const void* clientInfo); | | typedef void (*WKPageCallback)(WKPageRef page, const void* clientInfo); | |
| | | | |
| // FrameLoad Client | | // FrameLoad Client | |
| typedef void (*WKPageDidStartProvisionalLoadForFrameCallback)(WKPageRef pag
e, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidStartProvisionalLoadForFrameCallback)(WKPageRef pag
e, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidReceiveServerRedirectForProvisionalLoadForFrameCall
back)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *cli
entInfo); | | typedef void (*WKPageDidReceiveServerRedirectForProvisionalLoadForFrameCall
back)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *cli
entInfo); | |
| typedef void (*WKPageDidFailProvisionalLoadWithErrorForFrameCallback)(WKPag
eRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const vo
id *clientInfo); | | typedef void (*WKPageDidFailProvisionalLoadWithErrorForFrameCallback)(WKPag
eRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const vo
id *clientInfo); | |
| typedef void (*WKPageDidCommitLoadForFrameCallback)(WKPageRef page, WKFrame
Ref frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidCommitLoadForFrameCallback)(WKPageRef page, WKFrame
Ref frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidFinishDocumentLoadForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidFinishDocumentLoadForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidFinishLoadForFrameCallback)(WKPageRef page, WKFrame
Ref frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidFinishLoadForFrameCallback)(WKPageRef page, WKFrame
Ref frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidFailLoadWithErrorForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientI
nfo); | | typedef void (*WKPageDidFailLoadWithErrorForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientI
nfo); | |
| | | | |
| skipping to change at line 76 | | skipping to change at line 84 | |
| typedef void (*WKPageDidRemoveFrameFromHierarchyCallback)(WKPageRef page, W
KFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidRemoveFrameFromHierarchyCallback)(WKPageRef page, W
KFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidDisplayInsecureContentForFrameCallback)(WKPageRef p
age, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidDisplayInsecureContentForFrameCallback)(WKPageRef p
age, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidRunInsecureContentForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidRunInsecureContentForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidDetectXSSForFrameCallback)(WKPageRef page, WKFrameR
ef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidDetectXSSForFrameCallback)(WKPageRef page, WKFrameR
ef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)(
WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, con
st void *clientInfo); | | typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)(
WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, con
st void *clientInfo); | |
| typedef void (*WKPageDidReceiveAuthenticationChallengeInFrameCallback)(WKPa
geRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationCh
allenge, const void *clientInfo); | | typedef void (*WKPageDidReceiveAuthenticationChallengeInFrameCallback)(WKPa
geRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationCh
allenge, const void *clientInfo); | |
| typedef void (*WKPageDidChangeBackForwardListCallback)(WKPageRef page, WKBa
ckForwardListItemRef addedItem, WKArrayRef removedItems, const void *client
Info); | | typedef void (*WKPageDidChangeBackForwardListCallback)(WKPageRef page, WKBa
ckForwardListItemRef addedItem, WKArrayRef removedItems, const void *client
Info); | |
| typedef bool (*WKPageShouldGoToBackForwardListItemCallback)(WKPageRef page,
WKBackForwardListItemRef item, const void *clientInfo); | | typedef bool (*WKPageShouldGoToBackForwardListItemCallback)(WKPageRef page,
WKBackForwardListItemRef item, const void *clientInfo); | |
| typedef void (*WKPageDidNewFirstVisuallyNonEmptyLayoutCallback)(WKPageRef p
age, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidNewFirstVisuallyNonEmptyLayoutCallback)(WKPageRef p
age, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page, W
KBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page, W
KBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo); | |
|
| typedef void (*WKPagePluginDidFailCallback)(WKPageRef page, WKErrorCode err
orCode, WKStringRef mimeType, WKStringRef pluginIdentifier, WKStringRef plu
ginVersion, const void* clientInfo); | | | |
| typedef void (*WKPageDidLayoutCallback)(WKPageRef page, WKLayoutMilestones
milestones, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidLayoutCallback)(WKPageRef page, WKLayoutMilestones
milestones, WKTypeRef userData, const void *clientInfo); | |
|
| | | typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback)(WKPageRef page | |
| | | , WKPluginLoadPolicy currentPluginLoadPolicy, WKDictionaryRef pluginInfoDic | |
| | | tionary, WKStringRef* unavailabilityDescription, const void* clientInfo); | |
| | | typedef void (*WKPagePluginDidFailCallback)(WKPageRef page, WKErrorCode err | |
| | | orCode, WKDictionaryRef pluginInfoDictionary, const void* clientInfo); | |
| | | | |
| // Deprecated | | // Deprecated | |
| typedef void (*WKPageDidFailToInitializePluginCallback_deprecatedForUseWith
V0)(WKPageRef page, WKStringRef mimeType, const void* clientInfo); | | typedef void (*WKPageDidFailToInitializePluginCallback_deprecatedForUseWith
V0)(WKPageRef page, WKStringRef mimeType, const void* clientInfo); | |
|
| | | typedef void (*WKPagePluginDidFailCallback_deprecatedForUseWithV1)(WKPageRe | |
| | | f page, WKErrorCode errorCode, WKStringRef mimeType, WKStringRef pluginIden | |
| | | tifier, WKStringRef pluginVersion, const void* clientInfo); | |
| | | typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback_deprecatedForUs | |
| | | eWithV2)(WKPageRef page, WKPluginLoadPolicy currentPluginLoadPolicy, WKDict | |
| | | ionaryRef pluginInfoDictionary, const void* clientInfo); | |
| | | | |
| struct WKPageLoaderClient { | | struct WKPageLoaderClient { | |
| int ver
sion; | | int ver
sion; | |
| const void * cli
entInfo; | | const void * cli
entInfo; | |
| WKPageDidStartProvisionalLoadForFrameCallback did
StartProvisionalLoadForFrame; | | WKPageDidStartProvisionalLoadForFrameCallback did
StartProvisionalLoadForFrame; | |
| WKPageDidReceiveServerRedirectForProvisionalLoadForFrameCallback did
ReceiveServerRedirectForProvisionalLoadForFrame; | | WKPageDidReceiveServerRedirectForProvisionalLoadForFrameCallback did
ReceiveServerRedirectForProvisionalLoadForFrame; | |
| WKPageDidFailProvisionalLoadWithErrorForFrameCallback did
FailProvisionalLoadWithErrorForFrame; | | WKPageDidFailProvisionalLoadWithErrorForFrameCallback did
FailProvisionalLoadWithErrorForFrame; | |
| WKPageDidCommitLoadForFrameCallback did
CommitLoadForFrame; | | WKPageDidCommitLoadForFrameCallback did
CommitLoadForFrame; | |
| WKPageDidFinishDocumentLoadForFrameCallback did
FinishDocumentLoadForFrame; | | WKPageDidFinishDocumentLoadForFrameCallback did
FinishDocumentLoadForFrame; | |
| WKPageDidFinishLoadForFrameCallback did
FinishLoadForFrame; | | WKPageDidFinishLoadForFrameCallback did
FinishLoadForFrame; | |
| | | | |
| skipping to change at line 125 | | skipping to change at line 136 | |
| // Version 1 | | // Version 1 | |
| WKPageDidDetectXSSForFrameCallback did
DetectXSSForFrame; | | WKPageDidDetectXSSForFrameCallback did
DetectXSSForFrame; | |
| | | | |
| // FIXME: didNewFirstVisuallyNonEmptyLayout should be removed. We shoul
d consider removing didFirstVisuallyNonEmptyLayoutForFrame | | // FIXME: didNewFirstVisuallyNonEmptyLayout should be removed. We shoul
d consider removing didFirstVisuallyNonEmptyLayoutForFrame | |
| // as well. Their functionality is replaced by didLayout. | | // as well. Their functionality is replaced by didLayout. | |
| WKPageDidNewFirstVisuallyNonEmptyLayoutCallback did
NewFirstVisuallyNonEmptyLayout; | | WKPageDidNewFirstVisuallyNonEmptyLayoutCallback did
NewFirstVisuallyNonEmptyLayout; | |
| | | | |
| WKPageWillGoToBackForwardListItemCallback wil
lGoToBackForwardListItem; | | WKPageWillGoToBackForwardListItemCallback wil
lGoToBackForwardListItem; | |
| | | | |
| WKPageCallback int
eractionOccurredWhileProcessUnresponsive; | | WKPageCallback int
eractionOccurredWhileProcessUnresponsive; | |
|
| WKPagePluginDidFailCallback plu
ginDidFail; | | WKPagePluginDidFailCallback_deprecatedForUseWithV1 plu
ginDidFail_deprecatedForUseWithV1; | |
| | | | |
| // Version 2 | | // Version 2 | |
| void (*d
idReceiveIntentForFrame_unavailable)(void); | | void (*d
idReceiveIntentForFrame_unavailable)(void); | |
| void (*r
egisterIntentServiceForFrame_unavailable)(void); | | void (*r
egisterIntentServiceForFrame_unavailable)(void); | |
| | | | |
| WKPageDidLayoutCallback did
Layout; | | WKPageDidLayoutCallback did
Layout; | |
|
| | | WKPagePluginLoadPolicyCallback_deprecatedForUseWithV2 | |
| | | pluginLoadPolicy_deprecatedForUseWithV2; | |
| | | WKPagePluginDidFailCallback plu | |
| | | ginDidFail; | |
| | | | |
| | | // Version 3 | |
| | | WKPagePluginLoadPolicyCallback plu | |
| | | ginLoadPolicy; | |
| }; | | }; | |
| typedef struct WKPageLoaderClient WKPageLoaderClient; | | typedef struct WKPageLoaderClient WKPageLoaderClient; | |
| | | | |
|
| enum { kWKPageLoaderClientCurrentVersion = 2 }; | | enum { kWKPageLoaderClientCurrentVersion = 3 }; | |
| | | | |
| // Policy Client. | | // Policy Client. | |
| typedef void (*WKPageDecidePolicyForNavigationActionCallback)(WKPageRef pag
e, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers
modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFram
ePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo); | | typedef void (*WKPageDecidePolicyForNavigationActionCallback)(WKPageRef pag
e, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers
modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFram
ePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo); | |
| typedef void (*WKPageDecidePolicyForNewWindowActionCallback)(WKPageRef page
, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers
modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStrin
gRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, cons
t void* clientInfo); | | typedef void (*WKPageDecidePolicyForNewWindowActionCallback)(WKPageRef page
, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers
modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStrin
gRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, cons
t void* clientInfo); | |
| typedef void (*WKPageDecidePolicyForResponseCallback)(WKPageRef page, WKFra
meRef frame, WKURLResponseRef response, WKURLRequestRef request, WKFramePol
icyListenerRef listener, WKTypeRef userData, const void* clientInfo); | | typedef void (*WKPageDecidePolicyForResponseCallback)(WKPageRef page, WKFra
meRef frame, WKURLResponseRef response, WKURLRequestRef request, WKFramePol
icyListenerRef listener, WKTypeRef userData, const void* clientInfo); | |
| typedef void (*WKPageUnableToImplementPolicyCallback)(WKPageRef page, WKFra
meRef frame, WKErrorRef error, WKTypeRef userData, const void* clientInfo); | | typedef void (*WKPageUnableToImplementPolicyCallback)(WKPageRef page, WKFra
meRef frame, WKErrorRef error, WKTypeRef userData, const void* clientInfo); | |
| | | | |
| struct WKPagePolicyClient { | | struct WKPagePolicyClient { | |
| int ver
sion; | | int ver
sion; | |
| const void * cli
entInfo; | | const void * cli
entInfo; | |
| | | | |
| skipping to change at line 174 | | skipping to change at line 190 | |
| | | | |
| enum { kWKPageFormClientCurrentVersion = 0 }; | | enum { kWKPageFormClientCurrentVersion = 0 }; | |
| | | | |
| enum { | | enum { | |
| kWKPluginUnavailabilityReasonPluginMissing, | | kWKPluginUnavailabilityReasonPluginMissing, | |
| kWKPluginUnavailabilityReasonPluginCrashed, | | kWKPluginUnavailabilityReasonPluginCrashed, | |
| kWKPluginUnavailabilityReasonInsecurePluginVersion | | kWKPluginUnavailabilityReasonInsecurePluginVersion | |
| }; | | }; | |
| typedef uint32_t WKPluginUnavailabilityReason; | | typedef uint32_t WKPluginUnavailabilityReason; | |
| | | | |
|
| enum { | | | |
| kWKPluginLoadPolicyLoadNormally = 0, | | | |
| kWKPluginLoadPolicyBlocked, | | | |
| kWKPluginLoadPolicyInactive, | | | |
| }; | | | |
| typedef uint32_t WKPluginLoadPolicy; | | | |
| | | | |
| // UI Client | | // UI Client | |
| typedef WKPageRef (*WKPageCreateNewPageCallback)(WKPageRef page, WKURLReque
stRef urlRequest, WKDictionaryRef features, WKEventModifiers modifiers, WKE
ventMouseButton mouseButton, const void *clientInfo); | | typedef WKPageRef (*WKPageCreateNewPageCallback)(WKPageRef page, WKURLReque
stRef urlRequest, WKDictionaryRef features, WKEventModifiers modifiers, WKE
ventMouseButton mouseButton, const void *clientInfo); | |
| typedef void (*WKPageRunJavaScriptAlertCallback)(WKPageRef page, WKStringRe
f alertText, WKFrameRef frame, const void *clientInfo); | | typedef void (*WKPageRunJavaScriptAlertCallback)(WKPageRef page, WKStringRe
f alertText, WKFrameRef frame, const void *clientInfo); | |
| typedef bool (*WKPageRunJavaScriptConfirmCallback)(WKPageRef page, WKString
Ref message, WKFrameRef frame, const void *clientInfo); | | typedef bool (*WKPageRunJavaScriptConfirmCallback)(WKPageRef page, WKString
Ref message, WKFrameRef frame, const void *clientInfo); | |
| typedef WKStringRef (*WKPageRunJavaScriptPromptCallback)(WKPageRef page, WK
StringRef message, WKStringRef defaultValue, WKFrameRef frame, const void *
clientInfo); | | typedef WKStringRef (*WKPageRunJavaScriptPromptCallback)(WKPageRef page, WK
StringRef message, WKStringRef defaultValue, WKFrameRef frame, const void *
clientInfo); | |
| typedef void (*WKPageTakeFocusCallback)(WKPageRef page, WKFocusDirection di
rection, const void *clientInfo); | | typedef void (*WKPageTakeFocusCallback)(WKPageRef page, WKFocusDirection di
rection, const void *clientInfo); | |
| typedef void (*WKPageFocusCallback)(WKPageRef page, const void *clientInfo)
; | | typedef void (*WKPageFocusCallback)(WKPageRef page, const void *clientInfo)
; | |
| typedef void (*WKPageUnfocusCallback)(WKPageRef page, const void *clientInf
o); | | typedef void (*WKPageUnfocusCallback)(WKPageRef page, const void *clientInf
o); | |
| typedef void (*WKPageSetStatusTextCallback)(WKPageRef page, WKStringRef tex
t, const void *clientInfo); | | typedef void (*WKPageSetStatusTextCallback)(WKPageRef page, WKStringRef tex
t, const void *clientInfo); | |
| typedef void (*WKPageMouseDidMoveOverElementCallback)(WKPageRef page, WKHit
TestResultRef hitTestResult, WKEventModifiers modifiers, WKTypeRef userData
, const void *clientInfo); | | typedef void (*WKPageMouseDidMoveOverElementCallback)(WKPageRef page, WKHit
TestResultRef hitTestResult, WKEventModifiers modifiers, WKTypeRef userData
, const void *clientInfo); | |
| | | | |
| skipping to change at line 215 | | skipping to change at line 224 | |
| typedef void (*WKPageRunOpenPanelCallback)(WKPageRef page, WKFrameRef frame
, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listene
r, const void *clientInfo); | | typedef void (*WKPageRunOpenPanelCallback)(WKPageRef page, WKFrameRef frame
, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listene
r, const void *clientInfo); | |
| typedef void (*WKPageDecidePolicyForGeolocationPermissionRequestCallback)(W
KPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKGeolocationP
ermissionRequestRef permissionRequest, const void* clientInfo); | | typedef void (*WKPageDecidePolicyForGeolocationPermissionRequestCallback)(W
KPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKGeolocationP
ermissionRequestRef permissionRequest, const void* clientInfo); | |
| typedef float (*WKPageHeaderHeightCallback)(WKPageRef page, WKFrameRef fram
e, const void* clientInfo); | | typedef float (*WKPageHeaderHeightCallback)(WKPageRef page, WKFrameRef fram
e, const void* clientInfo); | |
| typedef float (*WKPageFooterHeightCallback)(WKPageRef page, WKFrameRef fram
e, const void* clientInfo); | | typedef float (*WKPageFooterHeightCallback)(WKPageRef page, WKFrameRef fram
e, const void* clientInfo); | |
| typedef void (*WKPageDrawHeaderCallback)(WKPageRef page, WKFrameRef frame,
WKRect rect, const void* clientInfo); | | typedef void (*WKPageDrawHeaderCallback)(WKPageRef page, WKFrameRef frame,
WKRect rect, const void* clientInfo); | |
| typedef void (*WKPageDrawFooterCallback)(WKPageRef page, WKFrameRef frame,
WKRect rect, const void* clientInfo); | | typedef void (*WKPageDrawFooterCallback)(WKPageRef page, WKFrameRef frame,
WKRect rect, const void* clientInfo); | |
| typedef void (*WKPagePrintFrameCallback)(WKPageRef page, WKFrameRef frame,
const void* clientInfo); | | typedef void (*WKPagePrintFrameCallback)(WKPageRef page, WKFrameRef frame,
const void* clientInfo); | |
| typedef void (*WKPageSaveDataToFileInDownloadsFolderCallback)(WKPageRef pag
e, WKStringRef suggestedFilename, WKStringRef mimeType, WKURLRef originatin
gURL, WKDataRef data, const void* clientInfo); | | typedef void (*WKPageSaveDataToFileInDownloadsFolderCallback)(WKPageRef pag
e, WKStringRef suggestedFilename, WKStringRef mimeType, WKURLRef originatin
gURL, WKDataRef data, const void* clientInfo); | |
| typedef bool (*WKPageShouldInterruptJavaScriptCallback)(WKPageRef page, con
st void *clientInfo); | | typedef bool (*WKPageShouldInterruptJavaScriptCallback)(WKPageRef page, con
st void *clientInfo); | |
| typedef void (*WKPageDecidePolicyForNotificationPermissionRequestCallback)(
WKPageRef page, WKSecurityOriginRef origin, WKNotificationPermissionRequest
Ref permissionRequest, const void *clientInfo); | | typedef void (*WKPageDecidePolicyForNotificationPermissionRequestCallback)(
WKPageRef page, WKSecurityOriginRef origin, WKNotificationPermissionRequest
Ref permissionRequest, const void *clientInfo); | |
|
| typedef void (*WKPageUnavailablePluginButtonClickedCallback)(WKPageRef page
, WKPluginUnavailabilityReason pluginUnavailabilityReason, WKStringRef mime
Type, WKStringRef url, WKStringRef pluginsPageURL, const void* clientInfo); | | | |
| typedef void (*WKPageShowColorPickerCallback)(WKPageRef page, WKStringRef i
nitialColor, WKColorPickerResultListenerRef listener, const void* clientInf
o); | | typedef void (*WKPageShowColorPickerCallback)(WKPageRef page, WKStringRef i
nitialColor, WKColorPickerResultListenerRef listener, const void* clientInf
o); | |
| typedef void (*WKPageHideColorPickerCallback)(WKPageRef page, const void* c
lientInfo); | | typedef void (*WKPageHideColorPickerCallback)(WKPageRef page, const void* c
lientInfo); | |
|
| typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback)(WKPageRef page
, WKStringRef identifier, WKStringRef displayName, WKURLRef documentURL, WK
PluginLoadPolicy currentPluginLoadPolicy, const void* clientInfo); | | typedef void (*WKPageUnavailablePluginButtonClickedCallback)(WKPageRef page
, WKPluginUnavailabilityReason pluginUnavailabilityReason, WKDictionaryRef
pluginInfoDictionary, const void* clientInfo); | |
| | | | |
| // Deprecated | | // Deprecated | |
| typedef WKPageRef (*WKPageCreateNewPageCallback_deprecatedForUseWithV0)(WKP
ageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventM
ouseButton mouseButton, const void *clientInfo); | | typedef WKPageRef (*WKPageCreateNewPageCallback_deprecatedForUseWithV0)(WKP
ageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventM
ouseButton mouseButton, const void *clientInfo); | |
| typedef void (*WKPageMouseDidMoveOverElementCallback_deprecatedForUseW
ithV0)(WKPageRef page, WKEventModifiers modifiers, WKTypeRef userData, cons
t void *clientInfo); | | typedef void (*WKPageMouseDidMoveOverElementCallback_deprecatedForUseW
ithV0)(WKPageRef page, WKEventModifiers modifiers, WKTypeRef userData, cons
t void *clientInfo); | |
| typedef void (*WKPageMissingPluginButtonClickedCallback_deprecatedForUseWit
hV0)(WKPageRef page, WKStringRef mimeType, WKStringRef url, WKStringRef plu
ginsPageURL, const void* clientInfo); | | typedef void (*WKPageMissingPluginButtonClickedCallback_deprecatedForUseWit
hV0)(WKPageRef page, WKStringRef mimeType, WKStringRef url, WKStringRef plu
ginsPageURL, const void* clientInfo); | |
|
| | | typedef void (*WKPageUnavailablePluginButtonClickedCallback_deprecatedForUs
eWithV1)(WKPageRef page, WKPluginUnavailabilityReason pluginUnavailabilityR
eason, WKStringRef mimeType, WKStringRef url, WKStringRef pluginsPageURL, c
onst void* clientInfo); | |
| | | | |
| struct WKPageUIClient { | | struct WKPageUIClient { | |
| int ver
sion; | | int ver
sion; | |
| const void * cli
entInfo; | | const void * cli
entInfo; | |
| | | | |
| // Version 0 | | // Version 0 | |
| WKPageCreateNewPageCallback_deprecatedForUseWithV0 cre
ateNewPage_deprecatedForUseWithV0; | | WKPageCreateNewPageCallback_deprecatedForUseWithV0 cre
ateNewPage_deprecatedForUseWithV0; | |
| WKPageCallback sho
wPage; | | WKPageCallback sho
wPage; | |
| WKPageCallback clo
se; | | WKPageCallback clo
se; | |
| WKPageTakeFocusCallback tak
eFocus; | | WKPageTakeFocusCallback tak
eFocus; | |
| | | | |
| skipping to change at line 274 | | skipping to change at line 283 | |
| WKPagePrintFrameCallback pri
ntFrame; | | WKPagePrintFrameCallback pri
ntFrame; | |
| WKPageCallback run
Modal; | | WKPageCallback run
Modal; | |
| void* unu
sed1; // Used to be didCompleteRubberBandForMainFrame | | void* unu
sed1; // Used to be didCompleteRubberBandForMainFrame | |
| WKPageSaveDataToFileInDownloadsFolderCallback sav
eDataToFileInDownloadsFolder; | | WKPageSaveDataToFileInDownloadsFolderCallback sav
eDataToFileInDownloadsFolder; | |
| WKPageShouldInterruptJavaScriptCallback sho
uldInterruptJavaScript; | | WKPageShouldInterruptJavaScriptCallback sho
uldInterruptJavaScript; | |
| | | | |
| // Version 1 | | // Version 1 | |
| WKPageCreateNewPageCallback cre
ateNewPage; | | WKPageCreateNewPageCallback cre
ateNewPage; | |
| WKPageMouseDidMoveOverElementCallback mou
seDidMoveOverElement; | | WKPageMouseDidMoveOverElementCallback mou
seDidMoveOverElement; | |
| WKPageDecidePolicyForNotificationPermissionRequestCallback dec
idePolicyForNotificationPermissionRequest; | | WKPageDecidePolicyForNotificationPermissionRequestCallback dec
idePolicyForNotificationPermissionRequest; | |
|
| WKPageUnavailablePluginButtonClickedCallback una
vailablePluginButtonClicked; | | WKPageUnavailablePluginButtonClickedCallback_deprecatedForUseWithV1 una
vailablePluginButtonClicked_deprecatedForUseWithV1; | |
| | | | |
| // Version 2 | | // Version 2 | |
| WKPageShowColorPickerCallback sho
wColorPicker; | | WKPageShowColorPickerCallback sho
wColorPicker; | |
| WKPageHideColorPickerCallback hid
eColorPicker; | | WKPageHideColorPickerCallback hid
eColorPicker; | |
|
| WKPagePluginLoadPolicyCallback plu
ginLoadPolicy; | | WKPageUnavailablePluginButtonClickedCallback una
vailablePluginButtonClicked; | |
| }; | | }; | |
| typedef struct WKPageUIClient WKPageUIClient; | | typedef struct WKPageUIClient WKPageUIClient; | |
| | | | |
| enum { kWKPageUIClientCurrentVersion = 2 }; | | enum { kWKPageUIClientCurrentVersion = 2 }; | |
| | | | |
| // Find client. | | // Find client. | |
| typedef void (*WKPageDidFindStringCallback)(WKPageRef page, WKStringRef str
ing, unsigned matchCount, const void* clientInfo); | | typedef void (*WKPageDidFindStringCallback)(WKPageRef page, WKStringRef str
ing, unsigned matchCount, const void* clientInfo); | |
| typedef void (*WKPageDidFailToFindStringCallback)(WKPageRef page, WKStringR
ef string, const void* clientInfo); | | typedef void (*WKPageDidFailToFindStringCallback)(WKPageRef page, WKStringR
ef string, const void* clientInfo); | |
| typedef void (*WKPageDidCountStringMatchesCallback)(WKPageRef page, WKStrin
gRef string, unsigned matchCount, const void* clientInfo); | | typedef void (*WKPageDidCountStringMatchesCallback)(WKPageRef page, WKStrin
gRef string, unsigned matchCount, const void* clientInfo); | |
| | | | |
| | | | |
| skipping to change at line 323 | | skipping to change at line 332 | |
| WKPageDidGetImageForMatchResultCallback did
GetImageForMatchResult; | | WKPageDidGetImageForMatchResultCallback did
GetImageForMatchResult; | |
| }; | | }; | |
| typedef struct WKPageFindMatchesClient WKPageFindMatchesClient; | | typedef struct WKPageFindMatchesClient WKPageFindMatchesClient; | |
| | | | |
| enum { kWKPageFindMatchesClientCurrentVersion = 0 }; | | enum { kWKPageFindMatchesClientCurrentVersion = 0 }; | |
| | | | |
| // ContextMenu client | | // ContextMenu client | |
| typedef void (*WKPageGetContextMenuFromProposedContextMenuCallback)(WKPageR
ef page, WKArrayRef proposedMenu, WKArrayRef* newMenu, WKHitTestResultRef h
itTestResult, WKTypeRef userData, const void* clientInfo); | | typedef void (*WKPageGetContextMenuFromProposedContextMenuCallback)(WKPageR
ef page, WKArrayRef proposedMenu, WKArrayRef* newMenu, WKHitTestResultRef h
itTestResult, WKTypeRef userData, const void* clientInfo); | |
| typedef void (*WKPageCustomContextMenuItemSelectedCallback)(WKPageRef page,
WKContextMenuItemRef contextMenuItem, const void* clientInfo); | | typedef void (*WKPageCustomContextMenuItemSelectedCallback)(WKPageRef page,
WKContextMenuItemRef contextMenuItem, const void* clientInfo); | |
| typedef void (*WKPageContextMenuDismissedCallback)(WKPageRef page, const vo
id* clientInfo); | | typedef void (*WKPageContextMenuDismissedCallback)(WKPageRef page, const vo
id* clientInfo); | |
|
| | | typedef void (*WKPageShowContextMenuCallback)(WKPageRef page, WKPoint menuL | |
| | | ocation, WKArrayRef menuItems, const void* clientInfo); | |
| | | typedef void (*WKPageHideContextMenuCallback)(WKPageRef page, const void* c | |
| | | lientInfo); | |
| | | | |
| // Deprecated | | // Deprecated | |
| typedef void (*WKPageGetContextMenuFromProposedContextMenuCallback_deprecat
edForUseWithV0)(WKPageRef page, WKArrayRef proposedMenu, WKArrayRef* newMen
u, WKTypeRef userData, const void* clientInfo); | | typedef void (*WKPageGetContextMenuFromProposedContextMenuCallback_deprecat
edForUseWithV0)(WKPageRef page, WKArrayRef proposedMenu, WKArrayRef* newMen
u, WKTypeRef userData, const void* clientInfo); | |
| struct WKPageContextMenuClient { | | struct WKPageContextMenuClient { | |
| int
version; | | int
version; | |
| const void *
clientInfo; | | const void *
clientInfo; | |
| | | | |
| // Version 0 | | // Version 0 | |
| WKPageGetContextMenuFromProposedContextMenuCallback_deprecatedForUseWit
hV0 getContextMenuFromProposedMenu_deprecatedForUseWithV0; | | WKPageGetContextMenuFromProposedContextMenuCallback_deprecatedForUseWit
hV0 getContextMenuFromProposedMenu_deprecatedForUseWithV0; | |
| WKPageCustomContextMenuItemSelectedCallback
customContextMenuItemSelected; | | WKPageCustomContextMenuItemSelectedCallback
customContextMenuItemSelected; | |
| | | | |
| // Version 1 | | // Version 1 | |
| WKPageContextMenuDismissedCallback
contextMenuDismissed; | | WKPageContextMenuDismissedCallback
contextMenuDismissed; | |
| | | | |
| // Version 2 | | // Version 2 | |
| WKPageGetContextMenuFromProposedContextMenuCallback
getContextMenuFromProposedMenu; | | WKPageGetContextMenuFromProposedContextMenuCallback
getContextMenuFromProposedMenu; | |
|
| | | | |
| | | // Version 3 | |
| | | WKPageShowContextMenuCallback | |
| | | showContextMenu; | |
| | | WKPageHideContextMenuCallback | |
| | | hideContextMenu; | |
| }; | | }; | |
| typedef struct WKPageContextMenuClient WKPageContextMenuClient; | | typedef struct WKPageContextMenuClient WKPageContextMenuClient; | |
| | | | |
|
| enum { kWKPageContextMenuClientCurrentVersion = 2 }; | | enum { kWKPageContextMenuClientCurrentVersion = 3 }; | |
| | | | |
| WK_EXPORT WKTypeID WKPageGetTypeID(); | | WK_EXPORT WKTypeID WKPageGetTypeID(); | |
| | | | |
| WK_EXPORT WKContextRef WKPageGetContext(WKPageRef page); | | WK_EXPORT WKContextRef WKPageGetContext(WKPageRef page); | |
| WK_EXPORT WKPageGroupRef WKPageGetPageGroup(WKPageRef page); | | WK_EXPORT WKPageGroupRef WKPageGetPageGroup(WKPageRef page); | |
| | | | |
|
| | | // URL Requests | |
| WK_EXPORT void WKPageLoadURL(WKPageRef page, WKURLRef url); | | WK_EXPORT void WKPageLoadURL(WKPageRef page, WKURLRef url); | |
|
| | | WK_EXPORT void WKPageLoadURLWithUserData(WKPageRef page, WKURLRef url, WKTy
peRef userData); | |
| WK_EXPORT void WKPageLoadURLRequest(WKPageRef page, WKURLRequestRef urlRequ
est); | | WK_EXPORT void WKPageLoadURLRequest(WKPageRef page, WKURLRequestRef urlRequ
est); | |
|
| | | WK_EXPORT void WKPageLoadURLRequestWithUserData(WKPageRef page, WKURLReques | |
| | | tRef urlRequest, WKTypeRef userData); | |
| | | WK_EXPORT void WKPageLoadFile(WKPageRef page, WKURLRef fileURL, WKURLRef re | |
| | | sourceDirectoryURL); | |
| | | WK_EXPORT void WKPageLoadFileWithUserData(WKPageRef page, WKURLRef fileURL, | |
| | | WKURLRef resourceDirectoryURL, WKTypeRef userData); | |
| | | | |
| | | // Data Requests | |
| | | WK_EXPORT void WKPageLoadData(WKPageRef page, WKDataRef data, WKStringRef M | |
| | | IMEType, WKStringRef encoding, WKURLRef baseURL); | |
| | | WK_EXPORT void WKPageLoadDataWithUserData(WKPageRef page, WKDataRef data, W | |
| | | KStringRef MIMEType, WKStringRef encoding, WKURLRef baseURL, WKTypeRef user | |
| | | Data); | |
| WK_EXPORT void WKPageLoadHTMLString(WKPageRef page, WKStringRef htmlString,
WKURLRef baseURL); | | WK_EXPORT void WKPageLoadHTMLString(WKPageRef page, WKStringRef htmlString,
WKURLRef baseURL); | |
|
| | | WK_EXPORT void WKPageLoadHTMLStringWithUserData(WKPageRef page, WKStringRef
htmlString, WKURLRef baseURL, WKTypeRef userData); | |
| WK_EXPORT void WKPageLoadAlternateHTMLString(WKPageRef page, WKStringRef ht
mlString, WKURLRef baseURL, WKURLRef unreachableURL); | | WK_EXPORT void WKPageLoadAlternateHTMLString(WKPageRef page, WKStringRef ht
mlString, WKURLRef baseURL, WKURLRef unreachableURL); | |
|
| | | WK_EXPORT void WKPageLoadAlternateHTMLStringWithUserData(WKPageRef page, WK
StringRef htmlString, WKURLRef baseURL, WKURLRef unreachableURL, WKTypeRef
userData); | |
| WK_EXPORT void WKPageLoadPlainTextString(WKPageRef page, WKStringRef plainT
extString); | | WK_EXPORT void WKPageLoadPlainTextString(WKPageRef page, WKStringRef plainT
extString); | |
|
| | | WK_EXPORT void WKPageLoadPlainTextStringWithUserData(WKPageRef page, WKStri
ngRef plainTextString, WKTypeRef userData); | |
| WK_EXPORT void WKPageLoadWebArchiveData(WKPageRef page, WKDataRef webArchiv
eData); | | WK_EXPORT void WKPageLoadWebArchiveData(WKPageRef page, WKDataRef webArchiv
eData); | |
|
| | | WK_EXPORT void WKPageLoadWebArchiveDataWithUserData(WKPageRef page, WKDataR
ef webArchiveData, WKTypeRef userData); | |
| | | | |
| WK_EXPORT void WKPageStopLoading(WKPageRef page); | | WK_EXPORT void WKPageStopLoading(WKPageRef page); | |
| WK_EXPORT void WKPageReload(WKPageRef page); | | WK_EXPORT void WKPageReload(WKPageRef page); | |
| WK_EXPORT void WKPageReloadFromOrigin(WKPageRef page); | | WK_EXPORT void WKPageReloadFromOrigin(WKPageRef page); | |
| | | | |
| WK_EXPORT bool WKPageTryClose(WKPageRef page); | | WK_EXPORT bool WKPageTryClose(WKPageRef page); | |
| WK_EXPORT void WKPageClose(WKPageRef page); | | WK_EXPORT void WKPageClose(WKPageRef page); | |
| WK_EXPORT bool WKPageIsClosed(WKPageRef page); | | WK_EXPORT bool WKPageIsClosed(WKPageRef page); | |
| | | | |
| WK_EXPORT void WKPageGoForward(WKPageRef page); | | WK_EXPORT void WKPageGoForward(WKPageRef page); | |
| | | | |
| skipping to change at line 409 | | skipping to change at line 437 | |
| WK_EXPORT WKStringRef WKPageCopyCustomUserAgent(WKPageRef page); | | WK_EXPORT WKStringRef WKPageCopyCustomUserAgent(WKPageRef page); | |
| WK_EXPORT void WKPageSetCustomUserAgent(WKPageRef page, WKStringRef userAge
nt); | | WK_EXPORT void WKPageSetCustomUserAgent(WKPageRef page, WKStringRef userAge
nt); | |
| | | | |
| WK_EXPORT bool WKPageSupportsTextEncoding(WKPageRef page); | | WK_EXPORT bool WKPageSupportsTextEncoding(WKPageRef page); | |
| WK_EXPORT WKStringRef WKPageCopyCustomTextEncodingName(WKPageRef page); | | WK_EXPORT WKStringRef WKPageCopyCustomTextEncodingName(WKPageRef page); | |
| WK_EXPORT void WKPageSetCustomTextEncodingName(WKPageRef page, WKStringRef
encodingName); | | WK_EXPORT void WKPageSetCustomTextEncodingName(WKPageRef page, WKStringRef
encodingName); | |
| | | | |
| WK_EXPORT void WKPageTerminate(WKPageRef page); | | WK_EXPORT void WKPageTerminate(WKPageRef page); | |
| | | | |
| WK_EXPORT WKStringRef WKPageGetSessionHistoryURLValueType(void); | | WK_EXPORT WKStringRef WKPageGetSessionHistoryURLValueType(void); | |
|
| | | WK_EXPORT WKStringRef WKPageGetSessionBackForwardListItemValueType(void); | |
| | | | |
| typedef bool (*WKPageSessionStateFilterCallback)(WKPageRef page, WKStringRe
f valueType, WKTypeRef value, void* context); | | typedef bool (*WKPageSessionStateFilterCallback)(WKPageRef page, WKStringRe
f valueType, WKTypeRef value, void* context); | |
| WK_EXPORT WKDataRef WKPageCopySessionState(WKPageRef page, void* context, W
KPageSessionStateFilterCallback urlAllowedCallback); | | WK_EXPORT WKDataRef WKPageCopySessionState(WKPageRef page, void* context, W
KPageSessionStateFilterCallback urlAllowedCallback); | |
| WK_EXPORT void WKPageRestoreFromSessionState(WKPageRef page, WKDataRef sess
ionStateData); | | WK_EXPORT void WKPageRestoreFromSessionState(WKPageRef page, WKDataRef sess
ionStateData); | |
| | | | |
| WK_EXPORT double WKPageGetBackingScaleFactor(WKPageRef page); | | WK_EXPORT double WKPageGetBackingScaleFactor(WKPageRef page); | |
| WK_EXPORT void WKPageSetCustomBackingScaleFactor(WKPageRef page, double cus
tomScaleFactor); | | WK_EXPORT void WKPageSetCustomBackingScaleFactor(WKPageRef page, double cus
tomScaleFactor); | |
| | | | |
| WK_EXPORT bool WKPageSupportsTextZoom(WKPageRef page); | | WK_EXPORT bool WKPageSupportsTextZoom(WKPageRef page); | |
| WK_EXPORT double WKPageGetTextZoomFactor(WKPageRef page); | | WK_EXPORT double WKPageGetTextZoomFactor(WKPageRef page); | |
| | | | |
| skipping to change at line 522 | | skipping to change at line 551 | |
| "Redo" | | "Redo" | |
| */ | | */ | |
| | | | |
| // state represents the state of the command in a menu (on is 1, off is 0,
and mixed is -1), typically used to add a checkmark next to the menu item. | | // state represents the state of the command in a menu (on is 1, off is 0,
and mixed is -1), typically used to add a checkmark next to the menu item. | |
| typedef void (*WKPageValidateCommandCallback)(WKStringRef command, bool isE
nabled, int32_t state, WKErrorRef, void* context); | | typedef void (*WKPageValidateCommandCallback)(WKStringRef command, bool isE
nabled, int32_t state, WKErrorRef, void* context); | |
| WK_EXPORT void WKPageValidateCommand(WKPageRef page, WKStringRef command, v
oid* context, WKPageValidateCommandCallback callback); | | WK_EXPORT void WKPageValidateCommand(WKPageRef page, WKStringRef command, v
oid* context, WKPageValidateCommandCallback callback); | |
| WK_EXPORT void WKPageExecuteCommand(WKPageRef page, WKStringRef command); | | WK_EXPORT void WKPageExecuteCommand(WKPageRef page, WKStringRef command); | |
| | | | |
| WK_EXPORT void WKPagePostMessageToInjectedBundle(WKPageRef page, WKStringRe
f messageName, WKTypeRef messageBody); | | WK_EXPORT void WKPagePostMessageToInjectedBundle(WKPageRef page, WKStringRe
f messageName, WKTypeRef messageBody); | |
| | | | |
|
| | | WK_EXPORT void WKPageSelectContextMenuItem(WKPageRef page, WKContextMenuIte | |
| | | mRef item); | |
| | | | |
| | | /* DEPRECATED - Please use constants from WKPluginInformation instead. */ | |
| | | | |
| | | /* Value type: WKStringRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationBundleIdentifierKey(); | |
| | | | |
| | | /* Value type: WKStringRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationBundleVersionKey(); | |
| | | | |
| | | /* Value type: WKStringRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationDisplayNameKey(); | |
| | | | |
| | | /* Value type: WKURLRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationFrameURLKey(); | |
| | | | |
| | | /* Value type: WKStringRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationMIMETypeKey(); | |
| | | | |
| | | /* Value type: WKURLRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationPageURLKey(); | |
| | | | |
| | | /* Value type: WKURLRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationPluginspageAttributeURLKey( | |
| | | ); | |
| | | | |
| | | /* Value type: WKURLRef */ | |
| | | WK_EXPORT WKStringRef WKPageGetPluginInformationPluginURLKey(); | |
| | | | |
| #ifdef __cplusplus | | #ifdef __cplusplus | |
| } | | } | |
| #endif | | #endif | |
| | | | |
| #endif /* WKPage_h */ | | #endif /* WKPage_h */ | |
| | | | |
End of changes. 25 change blocks. |
| 15 lines changed or deleted | | 94 lines changed or added | |
|
| WKSharedAPICast.h | | WKSharedAPICast.h | |
| | | | |
| skipping to change at line 38 | | skipping to change at line 38 | |
| | | | |
| #include "ImageOptions.h" | | #include "ImageOptions.h" | |
| #include "SameDocumentNavigationType.h" | | #include "SameDocumentNavigationType.h" | |
| #include "WKBase.h" | | #include "WKBase.h" | |
| #include "WKContextMenuItemTypes.h" | | #include "WKContextMenuItemTypes.h" | |
| #include "WKEvent.h" | | #include "WKEvent.h" | |
| #include "WKFindOptions.h" | | #include "WKFindOptions.h" | |
| #include "WKGeometry.h" | | #include "WKGeometry.h" | |
| #include "WKImage.h" | | #include "WKImage.h" | |
| #include "WKPageLoadTypes.h" | | #include "WKPageLoadTypes.h" | |
|
| | | #include "WKPageLoadTypesPrivate.h" | |
| #include "WKPageVisibilityTypes.h" | | #include "WKPageVisibilityTypes.h" | |
| #include "WebError.h" | | #include "WebError.h" | |
| #include "WebEvent.h" | | #include "WebEvent.h" | |
| #include "WebFindOptions.h" | | #include "WebFindOptions.h" | |
| #include "WebNumber.h" | | #include "WebNumber.h" | |
| #include "WebSecurityOrigin.h" | | #include "WebSecurityOrigin.h" | |
| #include "WebString.h" | | #include "WebString.h" | |
| #include "WebURL.h" | | #include "WebURL.h" | |
| #include "WebURLRequest.h" | | #include "WebURLRequest.h" | |
| #include "WebURLResponse.h" | | #include "WebURLResponse.h" | |
| | | | |
| skipping to change at line 65 | | skipping to change at line 66 | |
| #include <WebCore/UserContentTypes.h> | | #include <WebCore/UserContentTypes.h> | |
| #include <WebCore/UserScriptTypes.h> | | #include <WebCore/UserScriptTypes.h> | |
| #include <wtf/TypeTraits.h> | | #include <wtf/TypeTraits.h> | |
| | | | |
| namespace WebKit { | | namespace WebKit { | |
| | | | |
| class ImmutableArray; | | class ImmutableArray; | |
| class ImmutableDictionary; | | class ImmutableDictionary; | |
| class MutableArray; | | class MutableArray; | |
| class MutableDictionary; | | class MutableDictionary; | |
|
| | | class ObjCObjectGraph; | |
| class WebArchive; | | class WebArchive; | |
| class WebArchiveResource; | | class WebArchiveResource; | |
| class WebCertificateInfo; | | class WebCertificateInfo; | |
| class WebConnection; | | class WebConnection; | |
| class WebContextMenuItem; | | class WebContextMenuItem; | |
| class WebData; | | class WebData; | |
| class WebGraphicsContext; | | class WebGraphicsContext; | |
| class WebImage; | | class WebImage; | |
| class WebPoint; | | class WebPoint; | |
| class WebRect; | | class WebRect; | |
| | | | |
| skipping to change at line 118 | | skipping to change at line 120 | |
| WK_ADD_API_MAPPING(WKTypeRef, APIObject) | | WK_ADD_API_MAPPING(WKTypeRef, APIObject) | |
| WK_ADD_API_MAPPING(WKUInt64Ref, WebUInt64) | | WK_ADD_API_MAPPING(WKUInt64Ref, WebUInt64) | |
| WK_ADD_API_MAPPING(WKURLRef, WebURL) | | WK_ADD_API_MAPPING(WKURLRef, WebURL) | |
| WK_ADD_API_MAPPING(WKURLRequestRef, WebURLRequest) | | WK_ADD_API_MAPPING(WKURLRequestRef, WebURLRequest) | |
| WK_ADD_API_MAPPING(WKURLResponseRef, WebURLResponse) | | WK_ADD_API_MAPPING(WKURLResponseRef, WebURLResponse) | |
| WK_ADD_API_MAPPING(WKUserContentURLPatternRef, WebUserContentURLPattern) | | WK_ADD_API_MAPPING(WKUserContentURLPatternRef, WebUserContentURLPattern) | |
| | | | |
| #if PLATFORM(MAC) | | #if PLATFORM(MAC) | |
| WK_ADD_API_MAPPING(WKWebArchiveRef, WebArchive) | | WK_ADD_API_MAPPING(WKWebArchiveRef, WebArchive) | |
| WK_ADD_API_MAPPING(WKWebArchiveResourceRef, WebArchiveResource) | | WK_ADD_API_MAPPING(WKWebArchiveResourceRef, WebArchiveResource) | |
|
| | | WK_ADD_API_MAPPING(WKObjCTypeWrapperRef, ObjCObjectGraph) | |
| #endif | | #endif | |
| | | | |
| template<typename ImplType, typename APIType = typename ImplTypeInfo<ImplTy
pe*>::APIType> | | template<typename ImplType, typename APIType = typename ImplTypeInfo<ImplTy
pe*>::APIType> | |
| class ProxyingRefPtr { | | class ProxyingRefPtr { | |
| public: | | public: | |
| ProxyingRefPtr(PassRefPtr<ImplType> impl) | | ProxyingRefPtr(PassRefPtr<ImplType> impl) | |
| : m_impl(impl) | | : m_impl(impl) | |
| { | | { | |
| } | | } | |
| | | | |
| | | | |
| skipping to change at line 338 | | skipping to change at line 341 | |
| case WebCore::ContextMenuItemTagDownloadLinkToDisk: | | case WebCore::ContextMenuItemTagDownloadLinkToDisk: | |
| return kWKContextMenuItemTagDownloadLinkToDisk; | | return kWKContextMenuItemTagDownloadLinkToDisk; | |
| case WebCore::ContextMenuItemTagCopyLinkToClipboard: | | case WebCore::ContextMenuItemTagCopyLinkToClipboard: | |
| return kWKContextMenuItemTagCopyLinkToClipboard; | | return kWKContextMenuItemTagCopyLinkToClipboard; | |
| case WebCore::ContextMenuItemTagOpenImageInNewWindow: | | case WebCore::ContextMenuItemTagOpenImageInNewWindow: | |
| return kWKContextMenuItemTagOpenImageInNewWindow; | | return kWKContextMenuItemTagOpenImageInNewWindow; | |
| case WebCore::ContextMenuItemTagDownloadImageToDisk: | | case WebCore::ContextMenuItemTagDownloadImageToDisk: | |
| return kWKContextMenuItemTagDownloadImageToDisk; | | return kWKContextMenuItemTagDownloadImageToDisk; | |
| case WebCore::ContextMenuItemTagCopyImageToClipboard: | | case WebCore::ContextMenuItemTagCopyImageToClipboard: | |
| return kWKContextMenuItemTagCopyImageToClipboard; | | return kWKContextMenuItemTagCopyImageToClipboard; | |
|
| | | #if PLATFORM(EFL) || PLATFORM(GTK) || PLATFORM(QT) | |
| | | case WebCore::ContextMenuItemTagCopyImageUrlToClipboard: | |
| | | return kWKContextMenuItemTagCopyImageUrlToClipboard; | |
| | | #endif | |
| case WebCore::ContextMenuItemTagOpenFrameInNewWindow: | | case WebCore::ContextMenuItemTagOpenFrameInNewWindow: | |
| return kWKContextMenuItemTagOpenFrameInNewWindow; | | return kWKContextMenuItemTagOpenFrameInNewWindow; | |
| case WebCore::ContextMenuItemTagCopy: | | case WebCore::ContextMenuItemTagCopy: | |
| return kWKContextMenuItemTagCopy; | | return kWKContextMenuItemTagCopy; | |
| case WebCore::ContextMenuItemTagGoBack: | | case WebCore::ContextMenuItemTagGoBack: | |
| return kWKContextMenuItemTagGoBack; | | return kWKContextMenuItemTagGoBack; | |
| case WebCore::ContextMenuItemTagGoForward: | | case WebCore::ContextMenuItemTagGoForward: | |
| return kWKContextMenuItemTagGoForward; | | return kWKContextMenuItemTagGoForward; | |
| case WebCore::ContextMenuItemTagStop: | | case WebCore::ContextMenuItemTagStop: | |
| return kWKContextMenuItemTagStop; | | return kWKContextMenuItemTagStop; | |
| case WebCore::ContextMenuItemTagReload: | | case WebCore::ContextMenuItemTagReload: | |
| return kWKContextMenuItemTagReload; | | return kWKContextMenuItemTagReload; | |
| case WebCore::ContextMenuItemTagCut: | | case WebCore::ContextMenuItemTagCut: | |
| return kWKContextMenuItemTagCut; | | return kWKContextMenuItemTagCut; | |
| case WebCore::ContextMenuItemTagPaste: | | case WebCore::ContextMenuItemTagPaste: | |
| return kWKContextMenuItemTagPaste; | | return kWKContextMenuItemTagPaste; | |
|
| | | #if PLATFORM(EFL) || PLATFORM(GTK) || PLATFORM(QT) | |
| | | case WebCore::ContextMenuItemTagSelectAll: | |
| | | return kWKContextMenuItemTagSelectAll; | |
| | | #endif | |
| case WebCore::ContextMenuItemTagSpellingGuess: | | case WebCore::ContextMenuItemTagSpellingGuess: | |
| return kWKContextMenuItemTagSpellingGuess; | | return kWKContextMenuItemTagSpellingGuess; | |
| case WebCore::ContextMenuItemTagNoGuessesFound: | | case WebCore::ContextMenuItemTagNoGuessesFound: | |
| return kWKContextMenuItemTagNoGuessesFound; | | return kWKContextMenuItemTagNoGuessesFound; | |
| case WebCore::ContextMenuItemTagIgnoreSpelling: | | case WebCore::ContextMenuItemTagIgnoreSpelling: | |
| return kWKContextMenuItemTagIgnoreSpelling; | | return kWKContextMenuItemTagIgnoreSpelling; | |
| case WebCore::ContextMenuItemTagLearnSpelling: | | case WebCore::ContextMenuItemTagLearnSpelling: | |
| return kWKContextMenuItemTagLearnSpelling; | | return kWKContextMenuItemTagLearnSpelling; | |
| case WebCore::ContextMenuItemTagOther: | | case WebCore::ContextMenuItemTagOther: | |
| return kWKContextMenuItemTagOther; | | return kWKContextMenuItemTagOther; | |
| | | | |
| skipping to change at line 454 | | skipping to change at line 465 | |
| case WebCore::ContextMenuItemTagTextDirectionMenu: | | case WebCore::ContextMenuItemTagTextDirectionMenu: | |
| return kWKContextMenuItemTagTextDirectionMenu; | | return kWKContextMenuItemTagTextDirectionMenu; | |
| case WebCore::ContextMenuItemTagTextDirectionDefault: | | case WebCore::ContextMenuItemTagTextDirectionDefault: | |
| return kWKContextMenuItemTagTextDirectionDefault; | | return kWKContextMenuItemTagTextDirectionDefault; | |
| case WebCore::ContextMenuItemTagTextDirectionLeftToRight: | | case WebCore::ContextMenuItemTagTextDirectionLeftToRight: | |
| return kWKContextMenuItemTagTextDirectionLeftToRight; | | return kWKContextMenuItemTagTextDirectionLeftToRight; | |
| case WebCore::ContextMenuItemTagTextDirectionRightToLeft: | | case WebCore::ContextMenuItemTagTextDirectionRightToLeft: | |
| return kWKContextMenuItemTagTextDirectionRightToLeft; | | return kWKContextMenuItemTagTextDirectionRightToLeft; | |
| case WebCore::ContextMenuItemTagOpenMediaInNewWindow: | | case WebCore::ContextMenuItemTagOpenMediaInNewWindow: | |
| return kWKContextMenuItemTagOpenMediaInNewWindow; | | return kWKContextMenuItemTagOpenMediaInNewWindow; | |
|
| | | case WebCore::ContextMenuItemTagDownloadMediaToDisk: | |
| | | return kWKContextMenuItemTagDownloadMediaToDisk; | |
| case WebCore::ContextMenuItemTagCopyMediaLinkToClipboard: | | case WebCore::ContextMenuItemTagCopyMediaLinkToClipboard: | |
| return kWKContextMenuItemTagCopyMediaLinkToClipboard; | | return kWKContextMenuItemTagCopyMediaLinkToClipboard; | |
| case WebCore::ContextMenuItemTagToggleMediaControls: | | case WebCore::ContextMenuItemTagToggleMediaControls: | |
| return kWKContextMenuItemTagToggleMediaControls; | | return kWKContextMenuItemTagToggleMediaControls; | |
| case WebCore::ContextMenuItemTagToggleMediaLoop: | | case WebCore::ContextMenuItemTagToggleMediaLoop: | |
| return kWKContextMenuItemTagToggleMediaLoop; | | return kWKContextMenuItemTagToggleMediaLoop; | |
|
| | | case WebCore::ContextMenuItemTagToggleVideoFullscreen: | |
| | | return kWKContextMenuItemTagToggleVideoFullscreen; | |
| case WebCore::ContextMenuItemTagEnterVideoFullscreen: | | case WebCore::ContextMenuItemTagEnterVideoFullscreen: | |
| return kWKContextMenuItemTagEnterVideoFullscreen; | | return kWKContextMenuItemTagEnterVideoFullscreen; | |
| case WebCore::ContextMenuItemTagMediaPlayPause: | | case WebCore::ContextMenuItemTagMediaPlayPause: | |
| return kWKContextMenuItemTagMediaPlayPause; | | return kWKContextMenuItemTagMediaPlayPause; | |
| case WebCore::ContextMenuItemTagMediaMute: | | case WebCore::ContextMenuItemTagMediaMute: | |
| return kWKContextMenuItemTagMediaMute; | | return kWKContextMenuItemTagMediaMute; | |
| #if PLATFORM(MAC) | | #if PLATFORM(MAC) | |
| case WebCore::ContextMenuItemTagCorrectSpellingAutomatically: | | case WebCore::ContextMenuItemTagCorrectSpellingAutomatically: | |
| return kWKContextMenuItemTagCorrectSpellingAutomatically; | | return kWKContextMenuItemTagCorrectSpellingAutomatically; | |
| case WebCore::ContextMenuItemTagSubstitutionsMenu: | | case WebCore::ContextMenuItemTagSubstitutionsMenu: | |
| | | | |
| skipping to change at line 494 | | skipping to change at line 509 | |
| return kWKContextMenuItemTagTransformationsMenu; | | return kWKContextMenuItemTagTransformationsMenu; | |
| case WebCore::ContextMenuItemTagMakeUpperCase: | | case WebCore::ContextMenuItemTagMakeUpperCase: | |
| return kWKContextMenuItemTagMakeUpperCase; | | return kWKContextMenuItemTagMakeUpperCase; | |
| case WebCore::ContextMenuItemTagMakeLowerCase: | | case WebCore::ContextMenuItemTagMakeLowerCase: | |
| return kWKContextMenuItemTagMakeLowerCase; | | return kWKContextMenuItemTagMakeLowerCase; | |
| case WebCore::ContextMenuItemTagCapitalize: | | case WebCore::ContextMenuItemTagCapitalize: | |
| return kWKContextMenuItemTagCapitalize; | | return kWKContextMenuItemTagCapitalize; | |
| case WebCore::ContextMenuItemTagChangeBack: | | case WebCore::ContextMenuItemTagChangeBack: | |
| return kWKContextMenuItemTagChangeBack; | | return kWKContextMenuItemTagChangeBack; | |
| #endif | | #endif | |
|
| | | case WebCore::ContextMenuItemTagOpenLinkInThisWindow: | |
| | | return kWKContextMenuItemTagOpenLinkInThisWindow; | |
| default: | | default: | |
| if (action < WebCore::ContextMenuItemBaseApplicationTag) | | if (action < WebCore::ContextMenuItemBaseApplicationTag) | |
| LOG_ERROR("ContextMenuAction %i is an unknown tag but is below
the allowable custom tag value of %i", action, WebCore:: ContextMenuItemBa
seApplicationTag); | | LOG_ERROR("ContextMenuAction %i is an unknown tag but is below
the allowable custom tag value of %i", action, WebCore:: ContextMenuItemBa
seApplicationTag); | |
| return static_cast<WKContextMenuItemTag>(action); | | return static_cast<WKContextMenuItemTag>(action); | |
| } | | } | |
| } | | } | |
| | | | |
| inline WebCore::ContextMenuAction toImpl(WKContextMenuItemTag tag) | | inline WebCore::ContextMenuAction toImpl(WKContextMenuItemTag tag) | |
| { | | { | |
| switch (tag) { | | switch (tag) { | |
| | | | |
| skipping to change at line 519 | | skipping to change at line 536 | |
| return WebCore::ContextMenuItemTagDownloadLinkToDisk; | | return WebCore::ContextMenuItemTagDownloadLinkToDisk; | |
| case kWKContextMenuItemTagCopyLinkToClipboard: | | case kWKContextMenuItemTagCopyLinkToClipboard: | |
| return WebCore::ContextMenuItemTagCopyLinkToClipboard; | | return WebCore::ContextMenuItemTagCopyLinkToClipboard; | |
| case kWKContextMenuItemTagOpenImageInNewWindow: | | case kWKContextMenuItemTagOpenImageInNewWindow: | |
| return WebCore::ContextMenuItemTagOpenImageInNewWindow; | | return WebCore::ContextMenuItemTagOpenImageInNewWindow; | |
| case kWKContextMenuItemTagDownloadImageToDisk: | | case kWKContextMenuItemTagDownloadImageToDisk: | |
| return WebCore::ContextMenuItemTagDownloadImageToDisk; | | return WebCore::ContextMenuItemTagDownloadImageToDisk; | |
| case kWKContextMenuItemTagCopyImageToClipboard: | | case kWKContextMenuItemTagCopyImageToClipboard: | |
| return WebCore::ContextMenuItemTagCopyImageToClipboard; | | return WebCore::ContextMenuItemTagCopyImageToClipboard; | |
| case kWKContextMenuItemTagOpenFrameInNewWindow: | | case kWKContextMenuItemTagOpenFrameInNewWindow: | |
|
| | | #if PLATFORM(EFL) || PLATFORM(GTK) || PLATFORM(QT) | |
| | | case kWKContextMenuItemTagCopyImageUrlToClipboard: | |
| | | return WebCore::ContextMenuItemTagCopyImageUrlToClipboard; | |
| | | #endif | |
| return WebCore::ContextMenuItemTagOpenFrameInNewWindow; | | return WebCore::ContextMenuItemTagOpenFrameInNewWindow; | |
| case kWKContextMenuItemTagCopy: | | case kWKContextMenuItemTagCopy: | |
| return WebCore::ContextMenuItemTagCopy; | | return WebCore::ContextMenuItemTagCopy; | |
| case kWKContextMenuItemTagGoBack: | | case kWKContextMenuItemTagGoBack: | |
| return WebCore::ContextMenuItemTagGoBack; | | return WebCore::ContextMenuItemTagGoBack; | |
| case kWKContextMenuItemTagGoForward: | | case kWKContextMenuItemTagGoForward: | |
| return WebCore::ContextMenuItemTagGoForward; | | return WebCore::ContextMenuItemTagGoForward; | |
| case kWKContextMenuItemTagStop: | | case kWKContextMenuItemTagStop: | |
| return WebCore::ContextMenuItemTagStop; | | return WebCore::ContextMenuItemTagStop; | |
| case kWKContextMenuItemTagReload: | | case kWKContextMenuItemTagReload: | |
| return WebCore::ContextMenuItemTagReload; | | return WebCore::ContextMenuItemTagReload; | |
| case kWKContextMenuItemTagCut: | | case kWKContextMenuItemTagCut: | |
| return WebCore::ContextMenuItemTagCut; | | return WebCore::ContextMenuItemTagCut; | |
| case kWKContextMenuItemTagPaste: | | case kWKContextMenuItemTagPaste: | |
| return WebCore::ContextMenuItemTagPaste; | | return WebCore::ContextMenuItemTagPaste; | |
|
| | | #if PLATFORM(EFL) || PLATFORM(GTK) || PLATFORM(QT) | |
| | | case kWKContextMenuItemTagSelectAll: | |
| | | return WebCore::ContextMenuItemTagSelectAll; | |
| | | #endif | |
| case kWKContextMenuItemTagSpellingGuess: | | case kWKContextMenuItemTagSpellingGuess: | |
| return WebCore::ContextMenuItemTagSpellingGuess; | | return WebCore::ContextMenuItemTagSpellingGuess; | |
| case kWKContextMenuItemTagNoGuessesFound: | | case kWKContextMenuItemTagNoGuessesFound: | |
| return WebCore::ContextMenuItemTagNoGuessesFound; | | return WebCore::ContextMenuItemTagNoGuessesFound; | |
| case kWKContextMenuItemTagIgnoreSpelling: | | case kWKContextMenuItemTagIgnoreSpelling: | |
| return WebCore::ContextMenuItemTagIgnoreSpelling; | | return WebCore::ContextMenuItemTagIgnoreSpelling; | |
| case kWKContextMenuItemTagLearnSpelling: | | case kWKContextMenuItemTagLearnSpelling: | |
| return WebCore::ContextMenuItemTagLearnSpelling; | | return WebCore::ContextMenuItemTagLearnSpelling; | |
| case kWKContextMenuItemTagOther: | | case kWKContextMenuItemTagOther: | |
| return WebCore::ContextMenuItemTagOther; | | return WebCore::ContextMenuItemTagOther; | |
| | | | |
| skipping to change at line 634 | | skipping to change at line 659 | |
| case kWKContextMenuItemTagTextDirectionMenu: | | case kWKContextMenuItemTagTextDirectionMenu: | |
| return WebCore::ContextMenuItemTagTextDirectionMenu; | | return WebCore::ContextMenuItemTagTextDirectionMenu; | |
| case kWKContextMenuItemTagTextDirectionDefault: | | case kWKContextMenuItemTagTextDirectionDefault: | |
| return WebCore::ContextMenuItemTagTextDirectionDefault; | | return WebCore::ContextMenuItemTagTextDirectionDefault; | |
| case kWKContextMenuItemTagTextDirectionLeftToRight: | | case kWKContextMenuItemTagTextDirectionLeftToRight: | |
| return WebCore::ContextMenuItemTagTextDirectionLeftToRight; | | return WebCore::ContextMenuItemTagTextDirectionLeftToRight; | |
| case kWKContextMenuItemTagTextDirectionRightToLeft: | | case kWKContextMenuItemTagTextDirectionRightToLeft: | |
| return WebCore::ContextMenuItemTagTextDirectionRightToLeft; | | return WebCore::ContextMenuItemTagTextDirectionRightToLeft; | |
| case kWKContextMenuItemTagOpenMediaInNewWindow: | | case kWKContextMenuItemTagOpenMediaInNewWindow: | |
| return WebCore::ContextMenuItemTagOpenMediaInNewWindow; | | return WebCore::ContextMenuItemTagOpenMediaInNewWindow; | |
|
| | | case kWKContextMenuItemTagDownloadMediaToDisk: | |
| | | return WebCore::ContextMenuItemTagDownloadMediaToDisk; | |
| case kWKContextMenuItemTagCopyMediaLinkToClipboard: | | case kWKContextMenuItemTagCopyMediaLinkToClipboard: | |
| return WebCore::ContextMenuItemTagCopyMediaLinkToClipboard; | | return WebCore::ContextMenuItemTagCopyMediaLinkToClipboard; | |
| case kWKContextMenuItemTagToggleMediaControls: | | case kWKContextMenuItemTagToggleMediaControls: | |
| return WebCore::ContextMenuItemTagToggleMediaControls; | | return WebCore::ContextMenuItemTagToggleMediaControls; | |
| case kWKContextMenuItemTagToggleMediaLoop: | | case kWKContextMenuItemTagToggleMediaLoop: | |
| return WebCore::ContextMenuItemTagToggleMediaLoop; | | return WebCore::ContextMenuItemTagToggleMediaLoop; | |
|
| | | case kWKContextMenuItemTagToggleVideoFullscreen: | |
| | | return WebCore::ContextMenuItemTagToggleVideoFullscreen; | |
| case kWKContextMenuItemTagEnterVideoFullscreen: | | case kWKContextMenuItemTagEnterVideoFullscreen: | |
| return WebCore::ContextMenuItemTagEnterVideoFullscreen; | | return WebCore::ContextMenuItemTagEnterVideoFullscreen; | |
| case kWKContextMenuItemTagMediaPlayPause: | | case kWKContextMenuItemTagMediaPlayPause: | |
| return WebCore::ContextMenuItemTagMediaPlayPause; | | return WebCore::ContextMenuItemTagMediaPlayPause; | |
| case kWKContextMenuItemTagMediaMute: | | case kWKContextMenuItemTagMediaMute: | |
| return WebCore::ContextMenuItemTagMediaMute; | | return WebCore::ContextMenuItemTagMediaMute; | |
| #if PLATFORM(MAC) | | #if PLATFORM(MAC) | |
| case kWKContextMenuItemTagCorrectSpellingAutomatically: | | case kWKContextMenuItemTagCorrectSpellingAutomatically: | |
| return WebCore::ContextMenuItemTagCorrectSpellingAutomatically; | | return WebCore::ContextMenuItemTagCorrectSpellingAutomatically; | |
| case kWKContextMenuItemTagSubstitutionsMenu: | | case kWKContextMenuItemTagSubstitutionsMenu: | |
| | | | |
| skipping to change at line 674 | | skipping to change at line 703 | |
| return WebCore::ContextMenuItemTagTransformationsMenu; | | return WebCore::ContextMenuItemTagTransformationsMenu; | |
| case kWKContextMenuItemTagMakeUpperCase: | | case kWKContextMenuItemTagMakeUpperCase: | |
| return WebCore::ContextMenuItemTagMakeUpperCase; | | return WebCore::ContextMenuItemTagMakeUpperCase; | |
| case kWKContextMenuItemTagMakeLowerCase: | | case kWKContextMenuItemTagMakeLowerCase: | |
| return WebCore::ContextMenuItemTagMakeLowerCase; | | return WebCore::ContextMenuItemTagMakeLowerCase; | |
| case kWKContextMenuItemTagCapitalize: | | case kWKContextMenuItemTagCapitalize: | |
| return WebCore::ContextMenuItemTagCapitalize; | | return WebCore::ContextMenuItemTagCapitalize; | |
| case kWKContextMenuItemTagChangeBack: | | case kWKContextMenuItemTagChangeBack: | |
| return WebCore::ContextMenuItemTagChangeBack; | | return WebCore::ContextMenuItemTagChangeBack; | |
| #endif | | #endif | |
|
| | | case kWKContextMenuItemTagOpenLinkInThisWindow: | |
| | | return WebCore::ContextMenuItemTagOpenLinkInThisWindow; | |
| default: | | default: | |
| if (tag < kWKContextMenuItemBaseApplicationTag) | | if (tag < kWKContextMenuItemBaseApplicationTag) | |
| LOG_ERROR("WKContextMenuItemTag %i is an unknown tag but is bel
ow the allowable custom tag value of %i", tag, kWKContextMenuItemBaseApplic
ationTag); | | LOG_ERROR("WKContextMenuItemTag %i is an unknown tag but is bel
ow the allowable custom tag value of %i", tag, kWKContextMenuItemBaseApplic
ationTag); | |
| return static_cast<WebCore::ContextMenuAction>(tag); | | return static_cast<WebCore::ContextMenuAction>(tag); | |
| } | | } | |
| } | | } | |
| | | | |
| inline WKContextMenuItemType toAPI(WebCore::ContextMenuItemType type) | | inline WKContextMenuItemType toAPI(WebCore::ContextMenuItemType type) | |
| { | | { | |
| switch(type) { | | switch(type) { | |
| | | | |
| skipping to change at line 782 | | skipping to change at line 813 | |
| inline WKLayoutMilestones toWKLayoutMilestones(WebCore::LayoutMilestones mi
lestones) | | inline WKLayoutMilestones toWKLayoutMilestones(WebCore::LayoutMilestones mi
lestones) | |
| { | | { | |
| unsigned wkMilestones = 0; | | unsigned wkMilestones = 0; | |
| | | | |
| if (milestones & WebCore::DidFirstLayout) | | if (milestones & WebCore::DidFirstLayout) | |
| wkMilestones |= kWKDidFirstLayout; | | wkMilestones |= kWKDidFirstLayout; | |
| if (milestones & WebCore::DidFirstVisuallyNonEmptyLayout) | | if (milestones & WebCore::DidFirstVisuallyNonEmptyLayout) | |
| wkMilestones |= kWKDidFirstVisuallyNonEmptyLayout; | | wkMilestones |= kWKDidFirstVisuallyNonEmptyLayout; | |
| if (milestones & WebCore::DidHitRelevantRepaintedObjectsAreaThreshold) | | if (milestones & WebCore::DidHitRelevantRepaintedObjectsAreaThreshold) | |
| wkMilestones |= kWKDidHitRelevantRepaintedObjectsAreaThreshold; | | wkMilestones |= kWKDidHitRelevantRepaintedObjectsAreaThreshold; | |
|
| | | if (milestones & WebCore::DidFirstFlushForHeaderLayer) | |
| | | wkMilestones |= kWKDidFirstFlushForHeaderLayer; | |
| | | if (milestones & WebCore::DidFirstLayoutAfterSuppressedIncrementalRende | |
| | | ring) | |
| | | wkMilestones |= kWKDidFirstLayoutAfterSuppressedIncrementalRenderin | |
| | | g; | |
| | | if (milestones & WebCore::DidFirstPaintAfterSuppressedIncrementalRender | |
| | | ing) | |
| | | wkMilestones |= kWKDidFirstPaintAfterSuppressedIncrementalRendering | |
| | | ; | |
| | | | |
| return wkMilestones; | | return wkMilestones; | |
| } | | } | |
| | | | |
| inline WebCore::LayoutMilestones toLayoutMilestones(WKLayoutMilestones wkMi
lestones) | | inline WebCore::LayoutMilestones toLayoutMilestones(WKLayoutMilestones wkMi
lestones) | |
| { | | { | |
| WebCore::LayoutMilestones milestones = 0; | | WebCore::LayoutMilestones milestones = 0; | |
| | | | |
| if (wkMilestones & kWKDidFirstLayout) | | if (wkMilestones & kWKDidFirstLayout) | |
| milestones |= WebCore::DidFirstLayout; | | milestones |= WebCore::DidFirstLayout; | |
| if (wkMilestones & kWKDidFirstVisuallyNonEmptyLayout) | | if (wkMilestones & kWKDidFirstVisuallyNonEmptyLayout) | |
| milestones |= WebCore::DidFirstVisuallyNonEmptyLayout; | | milestones |= WebCore::DidFirstVisuallyNonEmptyLayout; | |
| if (wkMilestones & kWKDidHitRelevantRepaintedObjectsAreaThreshold) | | if (wkMilestones & kWKDidHitRelevantRepaintedObjectsAreaThreshold) | |
| milestones |= WebCore::DidHitRelevantRepaintedObjectsAreaThreshold; | | milestones |= WebCore::DidHitRelevantRepaintedObjectsAreaThreshold; | |
|
| | | if (wkMilestones & kWKDidFirstFlushForHeaderLayer) | |
| | | milestones |= WebCore::DidFirstFlushForHeaderLayer; | |
| | | if (wkMilestones & kWKDidFirstLayoutAfterSuppressedIncrementalRendering | |
| | | ) | |
| | | milestones |= WebCore::DidFirstLayoutAfterSuppressedIncrementalRend | |
| | | ering; | |
| | | if (wkMilestones & kWKDidFirstPaintAfterSuppressedIncrementalRendering) | |
| | | milestones |= WebCore::DidFirstPaintAfterSuppressedIncrementalRende | |
| | | ring; | |
| | | | |
| return milestones; | | return milestones; | |
| } | | } | |
| | | | |
| inline WebCore::PageVisibilityState toPageVisibilityState(WKPageVisibilityS
tate wkPageVisibilityState) | | inline WebCore::PageVisibilityState toPageVisibilityState(WKPageVisibilityS
tate wkPageVisibilityState) | |
| { | | { | |
| switch (wkPageVisibilityState) { | | switch (wkPageVisibilityState) { | |
| case kWKPageVisibilityStateVisible: | | case kWKPageVisibilityStateVisible: | |
| return WebCore::PageVisibilityStateVisible; | | return WebCore::PageVisibilityStateVisible; | |
| case kWKPageVisibilityStateHidden: | | case kWKPageVisibilityStateHidden: | |
| return WebCore::PageVisibilityStateHidden; | | return WebCore::PageVisibilityStateHidden; | |
| case kWKPageVisibilityStatePrerender: | | case kWKPageVisibilityStatePrerender: | |
| return WebCore::PageVisibilityStatePrerender; | | return WebCore::PageVisibilityStatePrerender; | |
|
| case kWKPageVisibilityStatePreview: | | case kWKPageVisibilityStateUnloaded: | |
| return WebCore::PageVisibilityStatePreview; | | return WebCore::PageVisibilityStateUnloaded; | |
| } | | } | |
| | | | |
| ASSERT_NOT_REACHED(); | | ASSERT_NOT_REACHED(); | |
| return WebCore::PageVisibilityStateVisible; | | return WebCore::PageVisibilityStateVisible; | |
| } | | } | |
| | | | |
| inline ImageOptions toImageOptions(WKImageOptions wkImageOptions) | | inline ImageOptions toImageOptions(WKImageOptions wkImageOptions) | |
| { | | { | |
| unsigned imageOptions = 0; | | unsigned imageOptions = 0; | |
| | | | |
| | | | |
End of changes. 16 change blocks. |
| 2 lines changed or deleted | | 52 lines changed or added | |
|
| WebKitDOMDOMWindow.h | | WebKitDOMDOMWindow.h | |
| | | | |
| skipping to change at line 295 | | skipping to change at line 295 | |
| * @node: A #WebKitDOMNode | | * @node: A #WebKitDOMNode | |
| * @p: A #WebKitDOMWebKitPoint | | * @p: A #WebKitDOMWebKitPoint | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API WebKitDOMWebKitPoint* | | WEBKIT_API WebKitDOMWebKitPoint* | |
| webkit_dom_dom_window_webkit_convert_point_from_node_to_page(WebKitDOMDOMWi
ndow* self, WebKitDOMNode* node, WebKitDOMWebKitPoint* p); | | webkit_dom_dom_window_webkit_convert_point_from_node_to_page(WebKitDOMDOMWi
ndow* self, WebKitDOMNode* node, WebKitDOMWebKitPoint* p); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_clear_timeout: | | * webkit_dom_dom_window_cancel_animation_frame: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| * @handle: A #glong | | * @id: A #glong | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API void | | WEBKIT_API void | |
|
| webkit_dom_dom_window_clear_timeout(WebKitDOMDOMWindow* self, glong handle)
; | | webkit_dom_dom_window_cancel_animation_frame(WebKitDOMDOMWindow* self, glon
g id); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_clear_interval: | | * webkit_dom_dom_window_webkit_cancel_animation_frame: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| * @handle: A #glong | | * @id: A #glong | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API void | | WEBKIT_API void | |
|
| webkit_dom_dom_window_clear_interval(WebKitDOMDOMWindow* self, glong handle
); | | webkit_dom_dom_window_webkit_cancel_animation_frame(WebKitDOMDOMWindow* sel
f, glong id); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_cancel_animation_frame: | | * webkit_dom_dom_window_webkit_cancel_request_animation_frame: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * @id: A #glong | | * @id: A #glong | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API void | | WEBKIT_API void | |
|
| webkit_dom_dom_window_cancel_animation_frame(WebKitDOMDOMWindow* self, glon
g id); | | webkit_dom_dom_window_webkit_cancel_request_animation_frame(WebKitDOMDOMWin
dow* self, glong id); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_webkit_cancel_animation_frame: | | * webkit_dom_dom_window_dispatch_event: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| * @id: A #glong | | * @evt: A #WebKitDOMEvent | |
| | | * @error: #GError | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API void | | WEBKIT_API gboolean | |
| webkit_dom_dom_window_webkit_cancel_animation_frame(WebKitDOMDOMWindow* sel | | webkit_dom_dom_window_dispatch_event(WebKitDOMDOMWindow* self, WebKitDOMEve | |
| f, glong id); | | nt* evt, GError** error); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_webkit_cancel_request_animation_frame: | | * webkit_dom_dom_window_capture_events: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| * @id: A #glong | | | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API void | | WEBKIT_API void | |
|
| webkit_dom_dom_window_webkit_cancel_request_animation_frame(WebKitDOMDOMWin
dow* self, glong id); | | webkit_dom_dom_window_capture_events(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_atob: | | * webkit_dom_dom_window_release_events: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| * @string: A #gchar | | | |
| * @error: #GError | | | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API gchar* | | WEBKIT_API void | |
| webkit_dom_dom_window_atob(WebKitDOMDOMWindow* self, const gchar* string, G | | webkit_dom_dom_window_release_events(WebKitDOMDOMWindow* self); | |
| Error** error); | | | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_btoa: | | * webkit_dom_dom_window_atob: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * @string: A #gchar | | * @string: A #gchar | |
| * @error: #GError | | * @error: #GError | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API gchar* | | WEBKIT_API gchar* | |
|
| webkit_dom_dom_window_btoa(WebKitDOMDOMWindow* self, const gchar* string, G
Error** error); | | webkit_dom_dom_window_atob(WebKitDOMDOMWindow* self, const gchar* string, G
Error** error); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_dispatch_event: | | * webkit_dom_dom_window_btoa: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| * @evt: A #WebKitDOMEvent | | * @string: A #gchar | |
| * @error: #GError | | * @error: #GError | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API gboolean | | WEBKIT_API gchar* | |
| webkit_dom_dom_window_dispatch_event(WebKitDOMDOMWindow* self, WebKitDOMEve | | webkit_dom_dom_window_btoa(WebKitDOMDOMWindow* self, const gchar* string, G | |
| nt* evt, GError** error); | | Error** error); | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_capture_events: | | * webkit_dom_dom_window_clear_timeout: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| | | * @handle: A #glong | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API void | | WEBKIT_API void | |
|
| webkit_dom_dom_window_capture_events(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_clear_timeout(WebKitDOMDOMWindow* self, glong handle)
; | |
| | | | |
| /** | | /** | |
|
| * webkit_dom_dom_window_release_events: | | * webkit_dom_dom_window_clear_interval: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
|
| | | * @handle: A #glong | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API void | | WEBKIT_API void | |
|
| webkit_dom_dom_window_release_events(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_clear_interval(WebKitDOMDOMWindow* self, glong handle
); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_screen: | | * webkit_dom_dom_window_get_screen: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API WebKitDOMScreen* | | WEBKIT_API WebKitDOMScreen* | |
| webkit_dom_dom_window_get_screen(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_screen(WebKitDOMDOMWindow* self); | |
| | | | |
| skipping to change at line 432 | | skipping to change at line 432 | |
| WEBKIT_API WebKitDOMHistory* | | WEBKIT_API WebKitDOMHistory* | |
| webkit_dom_dom_window_get_history(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_history(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_locationbar: | | * webkit_dom_dom_window_get_locationbar: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API WebKitDOMBarInfo* | | WEBKIT_API WebKitDOMBarProp* | |
| webkit_dom_dom_window_get_locationbar(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_locationbar(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_menubar: | | * webkit_dom_dom_window_get_menubar: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API WebKitDOMBarInfo* | | WEBKIT_API WebKitDOMBarProp* | |
| webkit_dom_dom_window_get_menubar(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_menubar(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_personalbar: | | * webkit_dom_dom_window_get_personalbar: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API WebKitDOMBarInfo* | | WEBKIT_API WebKitDOMBarProp* | |
| webkit_dom_dom_window_get_personalbar(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_personalbar(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_scrollbars: | | * webkit_dom_dom_window_get_scrollbars: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API WebKitDOMBarInfo* | | WEBKIT_API WebKitDOMBarProp* | |
| webkit_dom_dom_window_get_scrollbars(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_scrollbars(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_statusbar: | | * webkit_dom_dom_window_get_statusbar: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API WebKitDOMBarInfo* | | WEBKIT_API WebKitDOMBarProp* | |
| webkit_dom_dom_window_get_statusbar(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_statusbar(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_toolbar: | | * webkit_dom_dom_window_get_toolbar: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
|
| WEBKIT_API WebKitDOMBarInfo* | | WEBKIT_API WebKitDOMBarProp* | |
| webkit_dom_dom_window_get_toolbar(WebKitDOMDOMWindow* self); | | webkit_dom_dom_window_get_toolbar(WebKitDOMDOMWindow* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_dom_window_get_navigator: | | * webkit_dom_dom_window_get_navigator: | |
| * @self: A #WebKitDOMDOMWindow | | * @self: A #WebKitDOMDOMWindow | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| **/ | | **/ | |
| WEBKIT_API WebKitDOMNavigator* | | WEBKIT_API WebKitDOMNavigator* | |
| | | | |
End of changes. 34 change blocks. |
| 39 lines changed or deleted | | 38 lines changed or added | |
|
| WebKitEnumTypes.h | | WebKitEnumTypes.h | |
| | | | |
|
| | | /* Generated data (by glib-mkenums) */ | |
| | | | |
| | | /* | |
| | | * Copyright (C) 2013 Igalia S.L. | |
| | | * | |
| | | * This library is free software; you can redistribute it and/or | |
| | | * modify it under the terms of the GNU Library General Public | |
| | | * License as published by the Free Software Foundation; either | |
| | | * version 2 of the License, or (at your option) any later version. | |
| | | * | |
| | | * This library is distributed in the hope that it will be useful, | |
| | | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| | | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| | | * Library General Public License for more details. | |
| | | * | |
| | | * You should have received a copy of the GNU Library General Public Licens | |
| | | e | |
| | | * along with this library; see the file COPYING.LIB. If not, write to | |
| | | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
| | | * Boston, MA 02110-1301, USA. | |
| | | */ | |
| | | | |
| #if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION) | | #if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION) | |
| #error "Only <webkit2/webkit2.h> can be included directly." | | #error "Only <webkit2/webkit2.h> can be included directly." | |
| #endif | | #endif | |
| | | | |
| #ifndef WEBKIT_ENUM_TYPES_H | | #ifndef WEBKIT_ENUM_TYPES_H | |
| #define WEBKIT_ENUM_TYPES_H | | #define WEBKIT_ENUM_TYPES_H | |
| | | | |
| #include <glib-object.h> | | #include <glib-object.h> | |
|
| | | | |
| #include <webkit2/WebKitDefines.h> | | #include <webkit2/WebKitDefines.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
|
| | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitAuthenticatio | |
| | | nRequest.h. */ | |
| | | #define WEBKIT_TYPE_AUTHENTICATION_SCHEME webkit_authentication_scheme_get_ | |
| | | type () | |
| | | | |
|
| #include <webkit2/WebKitContextMenuActions.h> | | WEBKIT_API GType | |
| | | webkit_authentication_scheme_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_CONTEXT_MENU_ACTION webkit_context_menu_action_get_type | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuAc | |
| () | | tions.h. */ | |
| | | #define WEBKIT_TYPE_CONTEXT_MENU_ACTION webkit_context_menu_action_get_type | |
| | | () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_context_menu_action_get_type(void); | | webkit_context_menu_action_get_type (void); | |
| | | | |
| #include <webkit2/WebKitCookieManager.h> | | | |
| | | | |
|
| #define WEBKIT_TYPE_COOKIE_PERSISTENT_STORAGE webkit_cookie_persistent_stor | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager | |
| age_get_type() | | .h. */ | |
| | | #define WEBKIT_TYPE_COOKIE_PERSISTENT_STORAGE webkit_cookie_persistent_stor | |
| | | age_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_cookie_persistent_storage_get_type(void); | | webkit_cookie_persistent_storage_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_COOKIE_ACCEPT_POLICY webkit_cookie_accept_policy_get_ty
pe() | | #define WEBKIT_TYPE_COOKIE_ACCEPT_POLICY webkit_cookie_accept_policy_get_ty
pe () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_cookie_accept_policy_get_type(void); | | webkit_cookie_accept_policy_get_type (void); | |
| | | | |
|
| #include <webkit2/WebKitError.h> | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitCredential.h. | |
| | | */ | |
| #define WEBKIT_TYPE_NETWORK_ERROR webkit_network_error_get_type() | | #define WEBKIT_TYPE_CREDENTIAL_PERSISTENCE webkit_credential_persistence_ge | |
| | | t_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_network_error_get_type(void); | | webkit_credential_persistence_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_POLICY_ERROR webkit_policy_error_get_type() | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitError.h. */ | |
| | | #define WEBKIT_TYPE_NETWORK_ERROR webkit_network_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_policy_error_get_type(void); | | webkit_network_error_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_PLUGIN_ERROR webkit_plugin_error_get_type() | | #define WEBKIT_TYPE_POLICY_ERROR webkit_policy_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_plugin_error_get_type(void); | | webkit_policy_error_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_DOWNLOAD_ERROR webkit_download_error_get_type() | | #define WEBKIT_TYPE_PLUGIN_ERROR webkit_plugin_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_download_error_get_type(void); | | webkit_plugin_error_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_PRINT_ERROR webkit_print_error_get_type() | | #define WEBKIT_TYPE_DOWNLOAD_ERROR webkit_download_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_print_error_get_type(void); | | webkit_download_error_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_JAVASCRIPT_ERROR webkit_javascript_error_get_type() | | #define WEBKIT_TYPE_PRINT_ERROR webkit_print_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_javascript_error_get_type(void); | | webkit_print_error_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_SNAPSHOT_ERROR webkit_snapshot_error_get_type() | | #define WEBKIT_TYPE_JAVASCRIPT_ERROR webkit_javascript_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_snapshot_error_get_type(void); | | webkit_javascript_error_get_type (void); | |
| | | | |
| #include <webkit2/WebKitFaviconDatabase.h> | | | |
| | | | |
|
| #define WEBKIT_TYPE_FAVICON_DATABASE_ERROR webkit_favicon_database_error_ge
t_type() | | #define WEBKIT_TYPE_SNAPSHOT_ERROR webkit_snapshot_error_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_favicon_database_error_get_type(void); | | webkit_snapshot_error_get_type (void); | |
| | | | |
|
| #include <webkit2/WebKitFindController.h> | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitFaviconDataba | |
| | | se.h. */ | |
| #define WEBKIT_TYPE_FIND_OPTIONS webkit_find_options_get_type() | | #define WEBKIT_TYPE_FAVICON_DATABASE_ERROR webkit_favicon_database_error_ge | |
| | | t_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_find_options_get_type(void); | | webkit_favicon_database_error_get_type (void); | |
| | | | |
| #include <webkit2/WebKitHitTestResult.h> | | | |
| | | | |
|
| #define WEBKIT_TYPE_HIT_TEST_RESULT_CONTEXT webkit_hit_test_result_context_ | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitFindControlle | |
| get_type() | | r.h. */ | |
| | | #define WEBKIT_TYPE_FIND_OPTIONS webkit_find_options_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_hit_test_result_context_get_type(void); | | webkit_find_options_get_type (void); | |
| | | | |
|
| #include <webkit2/WebKitNavigationPolicyDecision.h> | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitHitTestResult | |
| | | .h. */ | |
| #define WEBKIT_TYPE_NAVIGATION_TYPE webkit_navigation_type_get_type() | | #define WEBKIT_TYPE_HIT_TEST_RESULT_CONTEXT webkit_hit_test_result_context_ | |
| | | get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_navigation_type_get_type(void); | | webkit_hit_test_result_context_get_type (void); | |
| | | | |
| #include <webkit2/WebKitPrintOperation.h> | | | |
| | | | |
|
| #define WEBKIT_TYPE_PRINT_OPERATION_RESPONSE webkit_print_operation_respons | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitNavigationPol | |
| e_get_type() | | icyDecision.h. */ | |
| | | #define WEBKIT_TYPE_NAVIGATION_TYPE webkit_navigation_type_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_print_operation_response_get_type(void); | | webkit_navigation_type_get_type (void); | |
| | | | |
|
| #include <webkit2/WebKitScriptDialog.h> | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperatio | |
| | | n.h. */ | |
| #define WEBKIT_TYPE_SCRIPT_DIALOG_TYPE webkit_script_dialog_type_get_type() | | #define WEBKIT_TYPE_PRINT_OPERATION_RESPONSE webkit_print_operation_respons | |
| | | e_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_script_dialog_type_get_type(void); | | webkit_print_operation_response_get_type (void); | |
| | | | |
| #include <webkit2/WebKitWebContext.h> | | | |
| | | | |
|
| #define WEBKIT_TYPE_CACHE_MODEL webkit_cache_model_get_type() | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitScriptDialog. | |
| | | h. */ | |
| | | #define WEBKIT_TYPE_SCRIPT_DIALOG_TYPE webkit_script_dialog_type_get_type ( | |
| | | ) | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_cache_model_get_type(void); | | webkit_script_dialog_type_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_TLS_ERRORS_POLICY webkit_tls_errors_policy_get_type() | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h. | |
| | | */ | |
| | | #define WEBKIT_TYPE_CACHE_MODEL webkit_cache_model_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_tls_errors_policy_get_type(void); | | webkit_cache_model_get_type (void); | |
| | | | |
|
| #include <webkit2/WebKitWebView.h> | | #define WEBKIT_TYPE_TLS_ERRORS_POLICY webkit_tls_errors_policy_get_type () | |
| | | | |
| #define WEBKIT_TYPE_POLICY_DECISION_TYPE webkit_policy_decision_type_get_ty | | | |
| pe() | | | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_policy_decision_type_get_type(void); | | webkit_tls_errors_policy_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_LOAD_EVENT webkit_load_event_get_type() | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h. */ | |
| | | #define WEBKIT_TYPE_POLICY_DECISION_TYPE webkit_policy_decision_type_get_ty | |
| | | pe () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_load_event_get_type(void); | | webkit_policy_decision_type_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_SAVE_MODE webkit_save_mode_get_type() | | #define WEBKIT_TYPE_LOAD_EVENT webkit_load_event_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_save_mode_get_type(void); | | webkit_load_event_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_INSECURE_CONTENT_EVENT webkit_insecure_content_event_ge
t_type() | | #define WEBKIT_TYPE_SAVE_MODE webkit_save_mode_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_insecure_content_event_get_type(void); | | webkit_save_mode_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_VIEW_MODE webkit_view_mode_get_type() | | #define WEBKIT_TYPE_INSECURE_CONTENT_EVENT webkit_insecure_content_event_ge
t_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_view_mode_get_type(void); | | webkit_insecure_content_event_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_SNAPSHOT_OPTIONS webkit_snapshot_options_get_type() | | #define WEBKIT_TYPE_VIEW_MODE webkit_view_mode_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_snapshot_options_get_type(void); | | webkit_view_mode_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_SNAPSHOT_REGION webkit_snapshot_region_get_type() | | #define WEBKIT_TYPE_SNAPSHOT_OPTIONS webkit_snapshot_options_get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_snapshot_region_get_type(void); | | webkit_snapshot_options_get_type (void); | |
| | | | |
| | | #define WEBKIT_TYPE_SNAPSHOT_REGION webkit_snapshot_region_get_type () | |
| | | | |
|
| #include <webkit2/WebKitWebViewGroup.h> | | WEBKIT_API GType | |
| | | webkit_snapshot_region_get_type (void); | |
| | | | |
|
| #define WEBKIT_TYPE_INJECTED_CONTENT_FRAMES webkit_injected_content_frames_ | | /* Enumerations from ./Source/WebKit2/UIProcess/API/gtk/WebKitWebViewGroup. | |
| get_type() | | h. */ | |
| | | #define WEBKIT_TYPE_INJECTED_CONTENT_FRAMES webkit_injected_content_frames_ | |
| | | get_type () | |
| | | | |
| WEBKIT_API GType | | WEBKIT_API GType | |
|
| webkit_injected_content_frames_get_type(void); | | webkit_injected_content_frames_get_type (void); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif | | #endif | |
|
| | | | |
| | | /* Generated data ends here */ | |
| | | | |
End of changes. 58 change blocks. |
| 81 lines changed or deleted | | 117 lines changed or added | |
|
| webkitdomdefines.h | | webkitdomdefines.h | |
| | | | |
| skipping to change at line 43 | | skipping to change at line 43 | |
| #define WEBKIT_API __attribute__((visibility("default"))) | | #define WEBKIT_API __attribute__((visibility("default"))) | |
| #define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated)) | | #define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated)) | |
| #endif | | #endif | |
| | | | |
| #ifndef WEBKIT_API | | #ifndef WEBKIT_API | |
| #define WEBKIT_API | | #define WEBKIT_API | |
| #endif | | #endif | |
| typedef struct _WebKitDOMAttr WebKitDOMAttr; | | typedef struct _WebKitDOMAttr WebKitDOMAttr; | |
| typedef struct _WebKitDOMAttrClass WebKitDOMAttrClass; | | typedef struct _WebKitDOMAttrClass WebKitDOMAttrClass; | |
| | | | |
|
| typedef struct _WebKitDOMBarInfo WebKitDOMBarInfo; | | typedef struct _WebKitDOMAudioTrack WebKitDOMAudioTrack; | |
| typedef struct _WebKitDOMBarInfoClass WebKitDOMBarInfoClass; | | typedef struct _WebKitDOMAudioTrackClass WebKitDOMAudioTrackClass; | |
| | | | |
| | | typedef struct _WebKitDOMAudioTrackList WebKitDOMAudioTrackList; | |
| | | typedef struct _WebKitDOMAudioTrackListClass WebKitDOMAudioTrackListClass; | |
| | | | |
| | | typedef struct _WebKitDOMBarProp WebKitDOMBarProp; | |
| | | typedef struct _WebKitDOMBarPropClass WebKitDOMBarPropClass; | |
| | | | |
| | | typedef struct _WebKitDOMBatteryManager WebKitDOMBatteryManager; | |
| | | typedef struct _WebKitDOMBatteryManagerClass WebKitDOMBatteryManagerClass; | |
| | | | |
| typedef struct _WebKitDOMBlob WebKitDOMBlob; | | typedef struct _WebKitDOMBlob WebKitDOMBlob; | |
| typedef struct _WebKitDOMBlobClass WebKitDOMBlobClass; | | typedef struct _WebKitDOMBlobClass WebKitDOMBlobClass; | |
| | | | |
| typedef struct _WebKitDOMCDATASection WebKitDOMCDATASection; | | typedef struct _WebKitDOMCDATASection WebKitDOMCDATASection; | |
| typedef struct _WebKitDOMCDATASectionClass WebKitDOMCDATASectionClass; | | typedef struct _WebKitDOMCDATASectionClass WebKitDOMCDATASectionClass; | |
| | | | |
| typedef struct _WebKitDOMCSSRule WebKitDOMCSSRule; | | typedef struct _WebKitDOMCSSRule WebKitDOMCSSRule; | |
| typedef struct _WebKitDOMCSSRuleClass WebKitDOMCSSRuleClass; | | typedef struct _WebKitDOMCSSRuleClass WebKitDOMCSSRuleClass; | |
| | | | |
| | | | |
| skipping to change at line 310 | | skipping to change at line 319 | |
| | | | |
| typedef struct _WebKitDOMHTMLParagraphElement WebKitDOMHTMLParagraphElement
; | | typedef struct _WebKitDOMHTMLParagraphElement WebKitDOMHTMLParagraphElement
; | |
| typedef struct _WebKitDOMHTMLParagraphElementClass WebKitDOMHTMLParagraphEl
ementClass; | | typedef struct _WebKitDOMHTMLParagraphElementClass WebKitDOMHTMLParagraphEl
ementClass; | |
| | | | |
| typedef struct _WebKitDOMHTMLParamElement WebKitDOMHTMLParamElement; | | typedef struct _WebKitDOMHTMLParamElement WebKitDOMHTMLParamElement; | |
| typedef struct _WebKitDOMHTMLParamElementClass WebKitDOMHTMLParamElementCla
ss; | | typedef struct _WebKitDOMHTMLParamElementClass WebKitDOMHTMLParamElementCla
ss; | |
| | | | |
| typedef struct _WebKitDOMHTMLPreElement WebKitDOMHTMLPreElement; | | typedef struct _WebKitDOMHTMLPreElement WebKitDOMHTMLPreElement; | |
| typedef struct _WebKitDOMHTMLPreElementClass WebKitDOMHTMLPreElementClass; | | typedef struct _WebKitDOMHTMLPreElementClass WebKitDOMHTMLPreElementClass; | |
| | | | |
|
| typedef struct _WebKitDOMHTMLPropertiesCollection WebKitDOMHTMLPropertiesCo | | | |
| llection; | | | |
| typedef struct _WebKitDOMHTMLPropertiesCollectionClass WebKitDOMHTMLPropert | | | |
| iesCollectionClass; | | | |
| | | | |
| typedef struct _WebKitDOMHTMLQuoteElement WebKitDOMHTMLQuoteElement; | | typedef struct _WebKitDOMHTMLQuoteElement WebKitDOMHTMLQuoteElement; | |
| typedef struct _WebKitDOMHTMLQuoteElementClass WebKitDOMHTMLQuoteElementCla
ss; | | typedef struct _WebKitDOMHTMLQuoteElementClass WebKitDOMHTMLQuoteElementCla
ss; | |
| | | | |
| typedef struct _WebKitDOMHTMLScriptElement WebKitDOMHTMLScriptElement; | | typedef struct _WebKitDOMHTMLScriptElement WebKitDOMHTMLScriptElement; | |
| typedef struct _WebKitDOMHTMLScriptElementClass WebKitDOMHTMLScriptElementC
lass; | | typedef struct _WebKitDOMHTMLScriptElementClass WebKitDOMHTMLScriptElementC
lass; | |
| | | | |
| typedef struct _WebKitDOMHTMLSelectElement WebKitDOMHTMLSelectElement; | | typedef struct _WebKitDOMHTMLSelectElement WebKitDOMHTMLSelectElement; | |
| typedef struct _WebKitDOMHTMLSelectElementClass WebKitDOMHTMLSelectElementC
lass; | | typedef struct _WebKitDOMHTMLSelectElementClass WebKitDOMHTMLSelectElementC
lass; | |
| | | | |
| typedef struct _WebKitDOMHTMLStyleElement WebKitDOMHTMLStyleElement; | | typedef struct _WebKitDOMHTMLStyleElement WebKitDOMHTMLStyleElement; | |
| | | | |
| skipping to change at line 358 | | skipping to change at line 364 | |
| | | | |
| typedef struct _WebKitDOMHTMLUListElement WebKitDOMHTMLUListElement; | | typedef struct _WebKitDOMHTMLUListElement WebKitDOMHTMLUListElement; | |
| typedef struct _WebKitDOMHTMLUListElementClass WebKitDOMHTMLUListElementCla
ss; | | typedef struct _WebKitDOMHTMLUListElementClass WebKitDOMHTMLUListElementCla
ss; | |
| | | | |
| typedef struct _WebKitDOMHTMLVideoElement WebKitDOMHTMLVideoElement; | | typedef struct _WebKitDOMHTMLVideoElement WebKitDOMHTMLVideoElement; | |
| typedef struct _WebKitDOMHTMLVideoElementClass WebKitDOMHTMLVideoElementCla
ss; | | typedef struct _WebKitDOMHTMLVideoElementClass WebKitDOMHTMLVideoElementCla
ss; | |
| | | | |
| typedef struct _WebKitDOMHistory WebKitDOMHistory; | | typedef struct _WebKitDOMHistory WebKitDOMHistory; | |
| typedef struct _WebKitDOMHistoryClass WebKitDOMHistoryClass; | | typedef struct _WebKitDOMHistoryClass WebKitDOMHistoryClass; | |
| | | | |
|
| | | typedef struct _WebKitDOMKeyboardEvent WebKitDOMKeyboardEvent; | |
| | | typedef struct _WebKitDOMKeyboardEventClass WebKitDOMKeyboardEventClass; | |
| | | | |
| typedef struct _WebKitDOMLocation WebKitDOMLocation; | | typedef struct _WebKitDOMLocation WebKitDOMLocation; | |
| typedef struct _WebKitDOMLocationClass WebKitDOMLocationClass; | | typedef struct _WebKitDOMLocationClass WebKitDOMLocationClass; | |
| | | | |
| typedef struct _WebKitDOMMediaError WebKitDOMMediaError; | | typedef struct _WebKitDOMMediaError WebKitDOMMediaError; | |
| typedef struct _WebKitDOMMediaErrorClass WebKitDOMMediaErrorClass; | | typedef struct _WebKitDOMMediaErrorClass WebKitDOMMediaErrorClass; | |
| | | | |
| typedef struct _WebKitDOMMediaList WebKitDOMMediaList; | | typedef struct _WebKitDOMMediaList WebKitDOMMediaList; | |
| typedef struct _WebKitDOMMediaListClass WebKitDOMMediaListClass; | | typedef struct _WebKitDOMMediaListClass WebKitDOMMediaListClass; | |
| | | | |
| typedef struct _WebKitDOMMediaQueryList WebKitDOMMediaQueryList; | | typedef struct _WebKitDOMMediaQueryList WebKitDOMMediaQueryList; | |
| typedef struct _WebKitDOMMediaQueryListClass WebKitDOMMediaQueryListClass; | | typedef struct _WebKitDOMMediaQueryListClass WebKitDOMMediaQueryListClass; | |
| | | | |
|
| typedef struct _WebKitDOMMemoryInfo WebKitDOMMemoryInfo; | | | |
| typedef struct _WebKitDOMMemoryInfoClass WebKitDOMMemoryInfoClass; | | | |
| | | | |
| typedef struct _WebKitDOMMessagePort WebKitDOMMessagePort; | | typedef struct _WebKitDOMMessagePort WebKitDOMMessagePort; | |
| typedef struct _WebKitDOMMessagePortClass WebKitDOMMessagePortClass; | | typedef struct _WebKitDOMMessagePortClass WebKitDOMMessagePortClass; | |
| | | | |
|
| typedef struct _WebKitDOMMicroDataItemValue WebKitDOMMicroDataItemValue; | | | |
| typedef struct _WebKitDOMMicroDataItemValueClass WebKitDOMMicroDataItemValu | | | |
| eClass; | | | |
| | | | |
| typedef struct _WebKitDOMMouseEvent WebKitDOMMouseEvent; | | typedef struct _WebKitDOMMouseEvent WebKitDOMMouseEvent; | |
| typedef struct _WebKitDOMMouseEventClass WebKitDOMMouseEventClass; | | typedef struct _WebKitDOMMouseEventClass WebKitDOMMouseEventClass; | |
| | | | |
| typedef struct _WebKitDOMNamedNodeMap WebKitDOMNamedNodeMap; | | typedef struct _WebKitDOMNamedNodeMap WebKitDOMNamedNodeMap; | |
| typedef struct _WebKitDOMNamedNodeMapClass WebKitDOMNamedNodeMapClass; | | typedef struct _WebKitDOMNamedNodeMapClass WebKitDOMNamedNodeMapClass; | |
| | | | |
| typedef struct _WebKitDOMNavigator WebKitDOMNavigator; | | typedef struct _WebKitDOMNavigator WebKitDOMNavigator; | |
| typedef struct _WebKitDOMNavigatorClass WebKitDOMNavigatorClass; | | typedef struct _WebKitDOMNavigatorClass WebKitDOMNavigatorClass; | |
| | | | |
| typedef struct _WebKitDOMNode WebKitDOMNode; | | typedef struct _WebKitDOMNode WebKitDOMNode; | |
| | | | |
| skipping to change at line 421 | | skipping to change at line 424 | |
| | | | |
| typedef struct _WebKitDOMPerformanceNavigation WebKitDOMPerformanceNavigati
on; | | typedef struct _WebKitDOMPerformanceNavigation WebKitDOMPerformanceNavigati
on; | |
| typedef struct _WebKitDOMPerformanceNavigationClass WebKitDOMPerformanceNav
igationClass; | | typedef struct _WebKitDOMPerformanceNavigationClass WebKitDOMPerformanceNav
igationClass; | |
| | | | |
| typedef struct _WebKitDOMPerformanceTiming WebKitDOMPerformanceTiming; | | typedef struct _WebKitDOMPerformanceTiming WebKitDOMPerformanceTiming; | |
| typedef struct _WebKitDOMPerformanceTimingClass WebKitDOMPerformanceTimingC
lass; | | typedef struct _WebKitDOMPerformanceTimingClass WebKitDOMPerformanceTimingC
lass; | |
| | | | |
| typedef struct _WebKitDOMProcessingInstruction WebKitDOMProcessingInstructi
on; | | typedef struct _WebKitDOMProcessingInstruction WebKitDOMProcessingInstructi
on; | |
| typedef struct _WebKitDOMProcessingInstructionClass WebKitDOMProcessingInst
ructionClass; | | typedef struct _WebKitDOMProcessingInstructionClass WebKitDOMProcessingInst
ructionClass; | |
| | | | |
|
| typedef struct _WebKitDOMPropertyNodeList WebKitDOMPropertyNodeList; | | | |
| typedef struct _WebKitDOMPropertyNodeListClass WebKitDOMPropertyNodeListCla | | | |
| ss; | | | |
| | | | |
| typedef struct _WebKitDOMRange WebKitDOMRange; | | typedef struct _WebKitDOMRange WebKitDOMRange; | |
| typedef struct _WebKitDOMRangeClass WebKitDOMRangeClass; | | typedef struct _WebKitDOMRangeClass WebKitDOMRangeClass; | |
| | | | |
| typedef struct _WebKitDOMScreen WebKitDOMScreen; | | typedef struct _WebKitDOMScreen WebKitDOMScreen; | |
| typedef struct _WebKitDOMScreenClass WebKitDOMScreenClass; | | typedef struct _WebKitDOMScreenClass WebKitDOMScreenClass; | |
| | | | |
| typedef struct _WebKitDOMShadowRoot WebKitDOMShadowRoot; | | typedef struct _WebKitDOMShadowRoot WebKitDOMShadowRoot; | |
| typedef struct _WebKitDOMShadowRootClass WebKitDOMShadowRootClass; | | typedef struct _WebKitDOMShadowRootClass WebKitDOMShadowRootClass; | |
| | | | |
| typedef struct _WebKitDOMStorage WebKitDOMStorage; | | typedef struct _WebKitDOMStorage WebKitDOMStorage; | |
| typedef struct _WebKitDOMStorageClass WebKitDOMStorageClass; | | typedef struct _WebKitDOMStorageClass WebKitDOMStorageClass; | |
| | | | |
| typedef struct _WebKitDOMStorageInfo WebKitDOMStorageInfo; | | typedef struct _WebKitDOMStorageInfo WebKitDOMStorageInfo; | |
| typedef struct _WebKitDOMStorageInfoClass WebKitDOMStorageInfoClass; | | typedef struct _WebKitDOMStorageInfoClass WebKitDOMStorageInfoClass; | |
| | | | |
|
| | | typedef struct _WebKitDOMStorageQuota WebKitDOMStorageQuota; | |
| | | typedef struct _WebKitDOMStorageQuotaClass WebKitDOMStorageQuotaClass; | |
| | | | |
| typedef struct _WebKitDOMStyleMedia WebKitDOMStyleMedia; | | typedef struct _WebKitDOMStyleMedia WebKitDOMStyleMedia; | |
| typedef struct _WebKitDOMStyleMediaClass WebKitDOMStyleMediaClass; | | typedef struct _WebKitDOMStyleMediaClass WebKitDOMStyleMediaClass; | |
| | | | |
| typedef struct _WebKitDOMStyleSheet WebKitDOMStyleSheet; | | typedef struct _WebKitDOMStyleSheet WebKitDOMStyleSheet; | |
| typedef struct _WebKitDOMStyleSheetClass WebKitDOMStyleSheetClass; | | typedef struct _WebKitDOMStyleSheetClass WebKitDOMStyleSheetClass; | |
| | | | |
| typedef struct _WebKitDOMStyleSheetList WebKitDOMStyleSheetList; | | typedef struct _WebKitDOMStyleSheetList WebKitDOMStyleSheetList; | |
| typedef struct _WebKitDOMStyleSheetListClass WebKitDOMStyleSheetListClass; | | typedef struct _WebKitDOMStyleSheetListClass WebKitDOMStyleSheetListClass; | |
| | | | |
| typedef struct _WebKitDOMText WebKitDOMText; | | typedef struct _WebKitDOMText WebKitDOMText; | |
| | | | |
| skipping to change at line 478 | | skipping to change at line 481 | |
| | | | |
| typedef struct _WebKitDOMTreeWalker WebKitDOMTreeWalker; | | typedef struct _WebKitDOMTreeWalker WebKitDOMTreeWalker; | |
| typedef struct _WebKitDOMTreeWalkerClass WebKitDOMTreeWalkerClass; | | typedef struct _WebKitDOMTreeWalkerClass WebKitDOMTreeWalkerClass; | |
| | | | |
| typedef struct _WebKitDOMUIEvent WebKitDOMUIEvent; | | typedef struct _WebKitDOMUIEvent WebKitDOMUIEvent; | |
| typedef struct _WebKitDOMUIEventClass WebKitDOMUIEventClass; | | typedef struct _WebKitDOMUIEventClass WebKitDOMUIEventClass; | |
| | | | |
| typedef struct _WebKitDOMValidityState WebKitDOMValidityState; | | typedef struct _WebKitDOMValidityState WebKitDOMValidityState; | |
| typedef struct _WebKitDOMValidityStateClass WebKitDOMValidityStateClass; | | typedef struct _WebKitDOMValidityStateClass WebKitDOMValidityStateClass; | |
| | | | |
|
| | | typedef struct _WebKitDOMVideoTrack WebKitDOMVideoTrack; | |
| | | typedef struct _WebKitDOMVideoTrackClass WebKitDOMVideoTrackClass; | |
| | | | |
| | | typedef struct _WebKitDOMVideoTrackList WebKitDOMVideoTrackList; | |
| | | typedef struct _WebKitDOMVideoTrackListClass WebKitDOMVideoTrackListClass; | |
| | | | |
| typedef struct _WebKitDOMWebKitNamedFlow WebKitDOMWebKitNamedFlow; | | typedef struct _WebKitDOMWebKitNamedFlow WebKitDOMWebKitNamedFlow; | |
| typedef struct _WebKitDOMWebKitNamedFlowClass WebKitDOMWebKitNamedFlowClass
; | | typedef struct _WebKitDOMWebKitNamedFlowClass WebKitDOMWebKitNamedFlowClass
; | |
| | | | |
| typedef struct _WebKitDOMWebKitPoint WebKitDOMWebKitPoint; | | typedef struct _WebKitDOMWebKitPoint WebKitDOMWebKitPoint; | |
| typedef struct _WebKitDOMWebKitPointClass WebKitDOMWebKitPointClass; | | typedef struct _WebKitDOMWebKitPointClass WebKitDOMWebKitPointClass; | |
| | | | |
| typedef struct _WebKitDOMXPathExpression WebKitDOMXPathExpression; | | typedef struct _WebKitDOMXPathExpression WebKitDOMXPathExpression; | |
| typedef struct _WebKitDOMXPathExpressionClass WebKitDOMXPathExpressionClass
; | | typedef struct _WebKitDOMXPathExpressionClass WebKitDOMXPathExpressionClass
; | |
| | | | |
| typedef struct _WebKitDOMXPathNSResolver WebKitDOMXPathNSResolver; | | typedef struct _WebKitDOMXPathNSResolver WebKitDOMXPathNSResolver; | |
| | | | |
End of changes. 8 change blocks. |
| 18 lines changed or deleted | | 23 lines changed or added | |
|