[Webkit-unassigned] [Bug 105463] [Feature] Implement pointer events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 22:51:16 PST 2013


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





--- Comment #10 from Levi Weintraub <leviw at chromium.org>  2013-02-19 22:53:37 PST ---
(From update of attachment 189248)
View in context: https://bugs.webkit.org/attachment.cgi?id=189248&action=review

You can avoid a lot of these messages by running the check-webkit-style script before uploading.

> Source/WebCore/dom/PointerEvent.h:131
> +        int ConvertPointerTypeNameToInt(const String &);
> +        const AtomicString ConvertPointerTypeIntToString(int) const;

More style: functions should begin with a lowercase character.

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