Skip to content
  • fsamuel@chromium.org's avatar
    Allow plugins to decide whether they are keyboard focusable · 8ecfba39
    fsamuel@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=88958
    
    Reviewed by Anders Carlsson.
    
    Source/WebCore:
    
    * dom/Node.h:
    (WebCore::Node::isPluginElement):
    * html/HTMLEmbedElement.cpp:
    (WebCore::HTMLEmbedElement::renderWidgetForJSBindings):
    * html/HTMLEmbedElement.h:
    (HTMLEmbedElement):
    * html/HTMLObjectElement.cpp:
    (WebCore::HTMLObjectElement::renderWidgetForJSBindings):
    * html/HTMLObjectElement.h:
    (HTMLObjectElement):
    * html/HTMLPlugInElement.cpp:
    (WebCore::HTMLPlugInElement::pluginWidget):
    (WebCore::HTMLPlugInElement::isKeyboardFocusable):
    (WebCore):
    (WebCore::HTMLPlugInElement::isPluginElement):
    * html/HTMLPlugInElement.h:
    (HTMLPlugInElement):
    * page/FocusController.cpp:
    (WebCore::FocusController::advanceFocusInDocumentOrder):
    * plugins/PluginViewBase.h:
    (WebCore::PluginViewBase::supportsKeyboardFocus):
    
    Source/WebKit/chromium:
    
    * public/WebPlugin.h:
    (WebKit::WebPlugin::supportsKeyboardFocus):
    * src/WebInputEventConversion.cpp:
    (WebKit::WebKeyboardEventBuilder::WebKeyboardEventBuilder):
    * src/WebPluginContainerImpl.cpp:
    (WebKit::WebPluginContainerImpl::supportsKeyboardFocus):
    (WebKit):
    * src/WebPluginContainerImpl.h:
    (WebPluginContainerImpl):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@124954 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8ecfba39