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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 03:25:36 PDT 2012


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





--- Comment #8 from Kihong Kwon <kihong.kwon at samsung.com>  2012-07-10 03:25:36 PST ---
(In reply to comment #7)
> (From update of attachment 151199 [details])
> 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.

You are right.
I think I need to change about that.
Thank you. :)

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