Skip to content
  • commit-queue@webkit.org's avatar
    Polish context menus for media elements · fe125904
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=118078
    <rdar://problem/14278960>
    
    Patch by Ruth Fong <ruth_fong@apple.com> on 2013-06-27
    Reviewed by Eric Carlson.
    
    No new tests: media/context-menu-action.html,
    which has been disabled by bug 116651, is used to test context menus.
    
    * English.lproj/Localizable.strings: Changed "Fullscreen" to "Full Screen"
    and added strings "Show Controls" and "Hide Controls".
    
    * page/ContextMenuController.cpp: Updated to include a new context menu item
    that toggles betweeen "Show Controls" and "Hide Controls".
    
    * platform/ContextMenuItem.h:
    
    * platform/LocalizedStrings.cpp:
    * platform/LocalizedStrings.h:
    * platform/efl/LocalizedStringsEfl.cpp:
    * platform/gtk/LocalizedStringsGtk.cpp:
    * platform/qt/LocalizedStringsQt.cpp:
    Added equivalents of localized strings "Show Controls" and "Hide Controls".
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@152117 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    fe125904