[Webkit-unassigned] [Bug 90603] [EFL] Support the permission function of the Web Notification.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 22:20:19 PDT 2012


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





--- Comment #7 from Hajime Morrita <morrita at google.com>  2012-07-09 22:20:18 PST ---
(From update of attachment 151199)
View in context: https://bugs.webkit.org/attachment.cgi?id=151199&action=review

> Source/WebKit/efl/WebCoreSupport/NotificationPresenterClientEfl.cpp:80
> +    PermissionsMap::iterator iter = m_cachedPermissions.find(context->url().host());

Is it intentional to use host()? For example, is it OK to ignore the port number?
It looks WebKit2/mac uses SecurityOrigin for that same purpose.

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