[Webkit-unassigned] [Bug 27690] New: Don't override m_allowGeolocation set by ChromeClient::requestGeolocationPermissionForFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 26 06:22:15 PDT 2009


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

           Summary: Don't override m_allowGeolocation set by
                    ChromeClient::requestGeolocationPermissionForFrame
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


In Geolocation::requestPermission, m_allowGeolocation is overriden to
InProgress after page->chrome()->requestGeolocationPermissionForFrame(m_frame,
this) is called. 

In case requestGeolocationPermissionForFrame is implemented with a modal dialog
and calls Geolocation::setIsAllowed(true) directly, m_allowGeolocation never
becomes Yes.

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