WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 52877
35809
cancelGeolocationPermissionRequestForFrame not called if document in a iframe
https://bugs.webkit.org/show_bug.cgi?id=35809
Summary
cancelGeolocationPermissionRequestForFrame not called if document in a iframe
arno.
Reported
2010-03-05 14:21:10 PST
Hi, I a document tries to use geolocation, a request is done to user, and document is unloaded, cancelGeolocationPermissionRequestForFrame is called. But if document is loaded from an iframe or a frameset, and parent document is unloaded, that function isn't called anymore. That's because, with an iframe, page element is destroyed (or at least set to null) before m_domWindow->disconnectFrame() is called. Then, cancelGeolocationPermissionRequestForFrame cannot be called in Geolocation::disconnectFrame.
Attachments
Add attachment
proposed patch, testcase, etc.
John Knottenbelt
Comment 1
2011-02-14 03:27:31 PST
*** This bug has been marked as a duplicate of
bug 52877
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug