[Webkit-unassigned] [Bug 69572] [Qt] QTouchWebView missing navigationPolicyForUrl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 12:06:49 PDT 2011


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





--- Comment #2 from Chang Shu <cshu at webkit.org>  2011-10-12 12:06:49 PST ---
(From update of attachment 110046)
View in context: https://bugs.webkit.org/attachment.cgi?id=110046&action=review

> Source/WebKit2/UIProcess/API/qt/qtouchwebview.h:47
> +    enum NavigationPolicy {
> +         UsePolicy,
> +         DownloadPolicy,
> +         IgnorePolicy
> +     };
> +

I am a bit confused why we have to define a new set of enums here and do conversions to the enums defined in the base class.

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