|
| | TestController (int argc, const char *argv[]) |
| |
| | ~TestController () |
| |
| bool | verbose () const |
| |
| WKStringRef | injectedBundlePath () const |
| |
| WKStringRef | testPluginDirectory () const |
| |
| PlatformWebView * | mainWebView () |
| |
| WKContextRef | context () |
| |
| EventSenderProxy * | eventSenderProxy () |
| |
| bool | shouldUseRemoteLayerTree () const |
| |
| bool | useWaitToDumpWatchdogTimer () |
| |
| void | runUntil (bool &done, double timeoutSeconds) |
| |
| void | notifyDone () |
| |
| bool | shouldShowWebView () const |
| |
| bool | usingServerMode () const |
| |
| void | configureViewForTest (const TestInvocation &) |
| |
| bool | beforeUnloadReturnValue () const |
| |
| void | setBeforeUnloadReturnValue (bool value) |
| |
| void | simulateWebNotificationClick (uint64_t notificationID) |
| |
| void | setGeolocationPermission (bool) |
| |
| void | setMockGeolocationPosition (double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) |
| |
| void | setMockGeolocationPositionUnavailableError (WKStringRef errorMessage) |
| |
| void | handleGeolocationPermissionRequest (WKGeolocationPermissionRequestRef) |
| |
| bool | isGeolocationProviderActive () const |
| |
| String | saltForOrigin (WKFrameRef, String) |
| |
| void | getUserMediaInfoForOrigin (WKFrameRef, WKStringRef originKey, bool &, WKRetainPtr< WKStringRef > &) |
| |
| WKStringRef | getUserMediaSaltForOrigin (WKFrameRef, WKStringRef originKey) |
| |
| void | setUserMediaPermission (bool) |
| |
| void | setUserMediaPersistentPermissionForOrigin (bool, WKStringRef userMediaDocumentOriginString, WKStringRef topLevelDocumentOriginString) |
| |
| void | handleUserMediaPermissionRequest (WKFrameRef, WKSecurityOriginRef, WKSecurityOriginRef, WKUserMediaPermissionRequestRef) |
| |
| void | handleCheckOfUserMediaPermissionForOrigin (WKFrameRef, WKSecurityOriginRef, WKSecurityOriginRef, const WKUserMediaPermissionCheckRef &) |
| |
| OriginSettings & | settingsForOrigin (const String &) |
| |
| unsigned | userMediaPermissionRequestCountForOrigin (WKStringRef userMediaDocumentOriginString, WKStringRef topLevelDocumentOriginString) |
| |
| void | resetUserMediaPermissionRequestCountForOrigin (WKStringRef userMediaDocumentOriginString, WKStringRef topLevelDocumentOriginString) |
| |
| void | setCustomPolicyDelegate (bool enabled, bool permissive) |
| |
| void | setHidden (bool) |
| |
| unsigned | imageCountInGeneralPasteboard () const |
| |
| bool | resetStateToConsistentValues (const TestOptions &) |
| |
| void | resetPreferencesToConsistentValues (const TestOptions &) |
| |
| void | terminateWebContentProcess () |
| |
| void | reattachPageToWebProcess () |
| |
| WorkQueueManager & | workQueueManager () |
| |
| void | setRejectsProtectionSpaceAndContinueForAuthenticationChallenges (bool value) |
| |
| void | setHandlesAuthenticationChallenges (bool value) |
| |
| void | setAuthenticationUsername (String username) |
| |
| void | setAuthenticationPassword (String password) |
| |
| void | setBlockAllPlugins (bool shouldBlock) |
| |
| void | setShouldLogHistoryClientCallbacks (bool shouldLog) |
| |
| void | setShouldLogCanAuthenticateAgainstProtectionSpace (bool shouldLog) |
| |
| bool | isCurrentInvocation (TestInvocation *invocation) const |
| |
| void | setShouldDecideNavigationPolicyAfterDelay (bool value) |
| |
| void | setNavigationGesturesEnabled (bool value) |
| |
| void | setIgnoresViewportScaleLimits (bool) |
| |
| void | setShouldDownloadUndisplayableMIMETypes (bool value) |
| |
| void | setStatisticsPrevalentResource (WKStringRef hostName, bool value) |
| |
| bool | isStatisticsPrevalentResource (WKStringRef hostName) |
| |
| void | setStatisticsHasHadUserInteraction (WKStringRef hostName, bool value) |
| |
| bool | isStatisticsHasHadUserInteraction (WKStringRef hostName) |
| |
| void | setStatisticsSubframeUnderTopFrameOrigin (WKStringRef hostName, WKStringRef topFrameHostName) |
| |
| void | setStatisticsSubresourceUnderTopFrameOrigin (WKStringRef hostName, WKStringRef topFrameHostName) |
| |
| void | setStatisticsSubresourceUniqueRedirectTo (WKStringRef hostName, WKStringRef hostNameRedirectedTo) |
| |
| void | setStatisticsTimeToLiveUserInteraction (double seconds) |
| |
| void | statisticsFireDataModificationHandler () |
| |
| void | setStatisticsNotifyPagesWhenDataRecordsWereScanned (bool) |
| |
| void | setStatisticsShouldClassifyResourcesBeforeDataRecordsRemoval (bool) |
| |
| void | setStatisticsMinimumTimeBetweeenDataRecordsRemoval (double) |
| |
| void | statisticsResetToConsistentState () |
| |
| WKArrayRef | openPanelFileURLs () const |
| |
| void | setOpenPanelFileURLs (WKArrayRef fileURLs) |
| |