[Webkit-unassigned] [Bug 41413] [Qt] QtWebKit needs public API for Notifications.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 12:37:38 PDT 2010


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





--- Comment #8 from Yael <yael.aharon at nokia.com>  2010-07-02 12:37:38 PST ---
Simon, I tested Chromium and FIreFox's behavior of prompts for permission, and both browsers show only the origin when they prompt the user for permission, regardless of what kind of permission they need (GeoLocation, appcache, notifications and so on). 

The biggest problem I see with passing QWebFrame in the API is the following test that I did using Chromium browser:

1) Load this page:

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

2) click on "Set notification premissions ..."
3) click on "click me".

With the proposed change, the client is now left with a deleted QWebFrame .

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