[Webkit-unassigned] [Bug 35272] [Chromium] Implement WebNode::getElementsByTagName

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 13:35:26 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35272


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #7 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-02-23 13:35:26 PST ---
Ah, yeah... it does return a live node list.  OK.  Anyways, the constness stuff
is a little wacky since we are not returning a list of const WebNodes.  One
thing, I think you should keep getElementsByTagName on WebDocument to align
with Document.idl.  I'd consider it an implementation detail of WebCore that
getElementsByTagName happens to be defined on class Node.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list