[Webkit-unassigned] [Bug 58210] webkit should implement the dropzone attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 16:33:32 PDT 2011


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





--- Comment #8 from Eric Seidel <eric at webkit.org>  2011-04-26 16:33:32 PST ---
(From update of attachment 91167)
View in context: https://bugs.webkit.org/attachment.cgi?id=91167&action=review

> Source/WebCore/dom/Clipboard.h:95
> +        bool hasType(const String& type, bool isFile) const;

We generally prefer enums over bools.

> Source/WebCore/dom/Clipboard.h:108
> +        virtual String platformTypeForHTMLType(const String& type) const;

the named argument is redundant with the function name here.

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