• eric.carlson@apple.com's avatar
    2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com> · 0961059e
    eric.carlson@apple.com authored
            Reviewed by Mark Rowe.
    
            <rdar://problem/6747241> work around QTKit no longer reaching
            QTMovieLoadStateComplete
    
            * WebCore.base.exp: Export wkQTMovieMaxTimeLoadedChangeNotification.
    
            * platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
            (WebCore::MediaPlayerPrivate::createQTMovie): observe QTMovieMaxTimeLoadedChangeNotification.
            (WebCore::MediaPlayerPrivate::updateStates): compare duuration() with maxTimeLoaded() instead of
            using QTMovieLoadStateComplete to determine if a movie are fully loaded.
    
            * platform/mac/WebCoreSystemInterface.h: Add wkQTMovieMaxTimeLoadedChangeNotification.
            * platform/mac/WebCoreSystemInterface.mm: Ditto.
    
    2009-04-18  Pierre d'Herbemont  <pdherbemont@apple.com>
    
            Reviewed by Mark Rowe.
    
            <rdar://problem/6747241> work around QTKit no longer reaching
            QTMovieLoadStateComplete
    
            * WebCoreSupport/WebSystemInterface.m:
            (InitWebCoreSystemInterface): Init the new WKSI exported symbol.
    
    
    
    git-svn-id: svn://svn.chromium.org/blink/trunk@42641 bbb929c8-8fbe-4397-9dbb-9b2b20218538
    0961059e
WebKitSystemInterface.h 9.58 KB