[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 11:34:54 PST 2009


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





--- Comment #13 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-11-09 11:34:54 PDT ---
(In reply to comment #12)
> Created an attachment (id=42774)
 --> (https://bugs.webkit.org/attachment.cgi?id=42774) [details]
> Add a method to list the attributes for a given namespace
> 
> Changes:
> -integrate the remarks of Tor Arne
> -const String namespaceUriString(namespaceUri); is inside the if()

There are still coding style violations :-) at least one.

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

Also why are you making a new string from the string passed in?

namespaceUriString(namespaceUri);

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