From 643ca7872b450ea4efacab6188849e5aac2ba161 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 15 Dec 2009 10:12:09 +0000 Subject: Merge webkit.org at r51976 : Initial merge by git. Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43 --- WebKitLibraries/WebKitSystemInterface.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'WebKitLibraries/WebKitSystemInterface.h') diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index a97e635..f6234fe 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -188,6 +188,9 @@ typedef enum { int WKQTMovieGetType(QTMovie* movie); +BOOL WKQTMovieHasClosedCaptions(QTMovie* movie); +void WKQTMovieSetShowClosedCaptions(QTMovie* movie, BOOL showClosedCaptions); + unsigned WKQTIncludeOnlyModernMediaFileTypes(void); int WKQTMovieDataRate(QTMovie* movie); float WKQTMovieMaxTimeLoaded(QTMovie* movie); @@ -207,6 +210,8 @@ typedef enum { WKMediaUIPartSliderThumb, WKMediaUIPartRewindButton, WKMediaUIPartSeekToRealtimeButton, + WKMediaUIPartShowClosedCaptionsButton, + WKMediaUIPartHideClosedCaptionsButton, WKMediaUIPartUnMuteButton, WKMediaUIPartPauseButton, WKMediaUIPartBackground, @@ -225,6 +230,7 @@ typedef enum { WKMediaControllerFlagDrawEndCaps = 1 << 3, } WKMediaControllerThemeState; +BOOL WKMediaControllerThemeAvailable(int themeStyle); BOOL WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point); void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize); void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state); @@ -273,6 +279,10 @@ void WKSetCAAnimationValueFunction(CAPropertyAnimation*, NSString* function); unsigned WKInitializeMaximumHTTPConnectionCountPerHost(unsigned preferredConnectionCount); +void WKSetCONNECTProxyForStream(CFReadStreamRef, CFStringRef proxyHost, CFNumberRef proxyPort); +void WKSetCONNECTProxyAuthorizationForStream(CFReadStreamRef, CFStringRef proxyAuthorizationString); +CFHTTPMessageRef WKCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL); + BOOL WKIsLatchingWheelEvent(NSEvent *); #ifndef BUILDING_ON_TIGER -- cgit v1.1