Skip to content
  • mrobinson@webkit.org's avatar
    2010-12-10 Carlos Garcia Campos <cgarcia@igalia.com> · feabe044
    mrobinson@webkit.org authored
            Reviewed by Martin Robinson.
    
            [GTK] Simplify context-menu handling code
            https://bugs.webkit.org/show_bug.cgi?id=49658
    
            * wtf/PlatformRefPtr.h:
    2010-12-10  Carlos Garcia Campos  <cgarcia@igalia.com>
    
            Reviewed by Martin Robinson.
    
            [GTK] Simplify context-menu handling code
            https://bugs.webkit.org/show_bug.cgi?id=49658
    
            * platform/ContextMenuItem.h:
            * platform/gtk/ContextMenuGtk.cpp:
            (WebCore::ContextMenu::appendItem):
            * platform/gtk/ContextMenuItemGtk.cpp:
            (WebCore::ContextMenuItem::ContextMenuItem):
            (WebCore::ContextMenuItem::~ContextMenuItem):
            (WebCore::ContextMenuItem::releasePlatformDescription):
            (WebCore::ContextMenuItem::type):
            (WebCore::ContextMenuItem::setType):
            (WebCore::ContextMenuItem::action):
            (WebCore::ContextMenuItem::setAction):
            (WebCore::ContextMenuItem::title):
            (WebCore::ContextMenuItem::setTitle):
            (WebCore::ContextMenuItem::platformSubMenu):
            (WebCore::ContextMenuItem::setSubMenu):
            (WebCore::ContextMenuItem::setChecked):
            (WebCore::ContextMenuItem::setEnabled):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73703 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    feabe044