Chromium Code Reviews
DescriptionHandle focusability for plugin elements which has browsing context
If <object> or <embed> has HTML/SVG contents,
focus navigation within documents under these
elements should work.
This has been working fine for <iframe>s.
The FocusController code checks for FrameOwnerElement,
which is parent of <iframe>, <object>, and <embed> if
it is isKeyboardFocusable() and has contentFrame().
HTMLPluginElement::isKeyboardFocsuable() didn't handle
the cases with HTML/SVG contents, only considered plugins.
BUG=620488
Committed: https://crrev.com/a2c82afad86cf4f85f91df76f858434b15fe6b13
Cr-Commit-Position: refs/heads/master@{#404324}
Patch Set 1 #Patch Set 2 : layout test #Patch Set 3 : use super class. #
Messages
Total messages: 18 (9 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||