Skip to content
  • eric@webkit.org's avatar
    2009-11-09 Martin Robinson <martin.james.robinson@gmail.com> · 63b6f25c
    eric@webkit.org authored
            Reviewed by Jan Alonzo.
    
            [GTK] Expose Page::tabKeyCyclesThroughElements in the API
            https://bugs.webkit.org/show_bug.cgi?id=30482
    
            Unskip fast/events/keypress-insert-tab.html as it now passes.
    
            * platform/gtk/Skipped:
    2009-11-09  Martin Robinson  <martin.james.robinson@gmail.com>
    
            Reviewed by Jan Alonzo.
    
            [GTK] Expose Page::tabKeyCyclesThroughElements in the API
            https://bugs.webkit.org/show_bug.cgi?id=30482
    
            Expose Page::tabKeyCyclesThroughElements as a property of
            WebKitWebView.
    
            No new tests; fast/events/keypress-insert-tab.html is no longer skipped.
    
            * platform/gtk/KeyEventGtk.cpp: Correct m_text for tab key presses.
            (WebCore::singleCharacterString):
    2009-11-09  Martin Robinson  <martin.james.robinson@gmail.com>
    
            Reviewed by Jan Alonzo.
    
            [GTK] Expose Page::tabKeyCyclesThroughElements in the API
            https://bugs.webkit.org/show_bug.cgi?id=30482
    
            Expose Page::tabKeyCyclesThroughElements as a property of
            WebKitWebSettings.
    
            * webkit/webkitwebsettings.cpp:
            (webkit_web_settings_class_init):
            (webkit_web_settings_set_property):
            (webkit_web_settings_get_property):
            * webkit/webkitwebview.cpp:
            (webkit_web_view_update_settings):
            (webkit_web_view_settings_notify):
    2009-11-09  Martin Robinson  <martin.james.robinson@gmail.com>
    
            Reviewed by Jan Alonzo.
    
            [GTK] Expose Page::tabKeyCyclesThroughElements in the API
            https://bugs.webkit.org/show_bug.cgi?id=30482
    
            LayoutTestControllerGtk now uses the exposed
            Page::tabKeyCyclesThroughElements API
    
            * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
            (LayoutTestController::setTabKeyCyclesThroughElements):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50642 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    63b6f25c