[Webkit-unassigned] [Bug 30628] [Qt] It is impossible to list the attributes of QWebElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 07:44:08 PST 2009


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth at webkit.org




--- Comment #9 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-11-09 07:44:08 PDT ---
(In reply to comment #8)
> Created an attachment (id=42749)
 --> (https://bugs.webkit.org/attachment.cgi?id=42749) [details]
> Add a method to list the attributes for a given namespace
> 
> Here is a patch to list the attributes of a namespace. Getting the list of
> namespaces available would be in a separate patch.
> 
> For me, this changes is for Qt 4.7, it is too late to change the API of 4.6.

Im fine with that.

+QStringList QWebElement::attributesName(const QString &namespaceUri) const

I would use Url as all of our API talks about Urls and not about Uris. Also
that & should be to the left.

-- 
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