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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 03:39:01 PST 2012


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





--- Comment #55 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-02-15 03:39:01 PST ---
(From update of attachment 126979)
View in context: https://bugs.webkit.org/attachment.cgi?id=126979&action=review

> Source/WebKit2/UIProcess/API/qt/qtwebsecurityorigin_p.h:51
> +    // Used to set security information in a permission request event (e.g.
> +    // geolocation permission)
> +    void setScheme(const QString& scheme) { m_url.setScheme(scheme); }
> +    void setHost(const QString& host) { m_url.setHost(host); }
> +    void setPath(const QString& path) { m_url.setPath(path); }
> +    void setPort(int port) { m_url.setPort(port); }

Maybe we should make those classes friends instead?

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