[Webkit-unassigned] [Bug 41783] New: NotificationPresenter needs a cancelRequestPermission API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 12:00:39 PDT 2010


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

           Summary: NotificationPresenter needs a cancelRequestPermission
                    API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com
            Blocks: 41413


There should be a NotificationPresenter API to cancel permission request, if the ScriptExecutionContext that issued the request is gone. 
Loading the following page in Chromium, and clicking the button shows the problem. the request is still visible to the user, even though the NotificationCenter that created it is gone.

<html>
<script>
function remove() {
document.getElementById("par").innerHTML="Do not crash";
}
</script>
Click this button to remove the iframe <button onclick="remove();">click me</button><br>
<div id="par"><iframe src="http://slides.html5rocks.com/#slide12" width=800 height=800></iframe></div>
</html>

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