Skip to content
  • eric.carlson@apple.com's avatar
    More updates to Caption user preferences · 0908653c
    eric.carlson@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=108997
    
    Reviewed by Dean Jackson.
    
    * html/HTMLMediaElement.cpp:
    (WebCore::HTMLMediaElement::captionPreferencesChanged): Give the media controls a chance
        to update for a preferences change.
    * html/shadow/MediaControlElements.cpp:
    (WebCore::MediaControlTextTrackContainerElement::updateSizes): Add optional "force update" 
        param to force font size recalc even when the video size hasn't changed.
    * html/shadow/MediaControlElements.h:
    
    * html/shadow/MediaControls.cpp:
    (WebCore::MediaControls::textTrackPreferencesChanged): New, force a font size recalc.
    * html/shadow/MediaControls.h:
    
    * html/track/TextTrackCueGeneric.cpp:
    (WebCore::TextTrackCueGenericBoxElement::applyCSSProperties): Don't set width/size of cues
        that use default positioning. Use "start" as the default alignment.
    
    * page/CaptionUserPreferencesMac.mm:
    (WebCore::CaptionUserPreferencesMac::captionsWindowCSS): Set padding when the window is visible
        so it shows around the cue background.
    (WebCore::CaptionUserPreferencesMac::captionsBackgroundCSS): Set padding to 0 when the background
        is visible.
    (WebCore::CaptionUserPreferencesMac::windowRoundedCornerRadiusCSS): Add "px" to the border radius
        so it actually works.
    * rendering/RenderTextTrackCue.cpp:
    (WebCore::RenderTextTrackCue::layout): Special case generic cues with default style.
    (WebCore::RenderTextTrackCue::repositionGenericCue):
    * rendering/RenderTextTrackCue.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@141966 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0908653c