[Webkit-unassigned] [Bug 73215] [Qt][WK2] Split QWebPermissionRequest into QWebSecurityOrigin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 13:55:42 PST 2012


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





--- Comment #11 from Jesus Sanchez-Palencia <jesus at webkit.org>  2012-01-12 13:55:42 PST ---
(From update of attachment 122298)
View in context: https://bugs.webkit.org/attachment.cgi?id=122298&action=review

> Source/WebKit2/UIProcess/API/qt/qtwebsecurityorigin_p.h:38
> +    Q_PROPERTY(QString scheme READ scheme)
> +    Q_PROPERTY(QString host READ host)
> +    Q_PROPERTY(int port READ port)
> +    Q_PROPERTY(QString path READ path)
> +    Q_PROPERTY(QUrl url READ url)

Shouldn't these properties have CONSTANT (or NOTIFY, in case it makes sense to have signals for any of them)? Just noticed they were already missing on QWebPermissionRequest.

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