Skip to content
  • mitz@apple.com's avatar
    WebKit/mac: WebKit part of making the appearance of the full-screen video HUD match · 36413e0b
    mitz@apple.com authored
    QuickTime Player X’s HUD.
    
    Reviewed by John Sullivan.
    
    * WebView/WebVideoFullscreenHUDWindowController.h: Removed unnecessary
    #import statements, cleaned up style, and changed _timeline,
    _volumeSlider and _playButton to have more specific types.
    * WebView/WebVideoFullscreenHUDWindowController.mm: Updated #import
    statements.
    (webkit_CGFloor): Added this helper function.
    (-[WebVideoFullscreenHUDWindowController init]): Cleaned up style.
    (createTimeTextField): Changed to use the bold system font.
    (-[WebVideoFullscreenHUDWindowController windowDidLoad]): Changed the
    subviews’ metrics and the text fields’ text alignment.
    (-[WebVideoFullscreenHUDWindowController updateTime]): Avoid conversion
    from double to float.
    (stringToTimeTextAttributed): Removed this useless function that
    returned an NSAttributedString masquerading as an NSString.
    (-[WebVideoFullscreenHUDWindowController remainingTimeText]): Removed
    call to stringToTimeTextAttributed().
    (-[WebVideoFullscreenHUDWindowController elapsedTimeText]): Ditto.
    
    WebKitLibraries: WebKitSystemInterface part of making the appearance of the full-screen video HUD match
    QuickTime Player X’s HUD.
    
    Reviewed by John Sullivan.
    
    * libWebKitSystemInterfaceLeopard.a:
    * libWebKitSystemInterfaceSnowLeopard.a:
    * libWebKitSystemInterfaceTiger.a:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50410 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    36413e0b