Skip to content
  • timothy@apple.com's avatar
    Update the order of the context menu to better match AppKit on Mac. · fac725ca
    timothy@apple.com authored
    <rdar://problem/9054893>
    
    Reviewed by John Sullivan.
    
    Source/WebCore:
    
    * English.lproj/Localizable.strings: Updated.
    * page/ContextMenuController.cpp:
    (WebCore::ContextMenuController::populate): Update the order of items on Mac.
    * platform/LocalizationStrategy.h:
    * platform/LocalizedStrings.cpp:
    (WebCore::contextMenuItemTagLookUpInDictionary): Added argument for selected string.
    * platform/LocalizedStrings.h:
    * platform/android/LocalizedStringsAndroid.cpp:
    (WebCore::contextMenuItemTagLookUpInDictionary): Ditto.
    * platform/brew/LocalizedStringsBrew.cpp:
    (WebCore::contextMenuItemTagLookUpInDictionary): Ditto.
    * platform/efl/LocalizedStringsEfl.cpp:
    (WebCore::contextMenuItemTagLookUpInDictionary): Ditto.
    * platform/gtk/LocalizedStringsGtk.cpp:
    (WebCore::contextMenuItemTagLookUpInDictionary): Ditto.
    * platform/haiku/LocalizedStringsHaiku.cpp:
    (WebCore::contextMenuItemTagLookUpInDictionary): Ditto.
    * platform/wx/LocalizedStringsWx.cpp:
    (WebCor...
    fac725ca