[webkit-reviews] review requested: [Bug 46296] Add more functionality in WebView interface for currently focused elements : [Attachment 69397] Addressed reviewer's comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 16:57:29 PDT 2010


Varun Jain <varunjain at chromium.org> has asked  for review:
Bug 46296: Add more functionality in WebView interface for currently focused
elements
https://bugs.webkit.org/show_bug.cgi?id=46296

Attachment 69397: Addressed reviewer's comments
https://bugs.webkit.org/attachment.cgi?id=69397&action=review

------- Additional Comments from Varun Jain <varunjain at chromium.org>
As pointed out by the reviewer in an offline conversation, the method
isInputElement that I had included in the WebView interface in my previous
patch is redundant since the same information is available from the WebNode
object. In this patch, I have removed that method and added the necessary
methods to WebNode.


More information about the webkit-reviews mailing list