[Webkit-unassigned] [Bug 39355] [Qt] Local URLs invoke IAP query on Symbian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 20 04:13:02 PDT 2010


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





--- Comment #4 from Janne Koskinen <koshuin at gmail.com>  2010-05-20 04:13:02 PST ---
ok so it looks like it is QNAM backend order that invokes the IAP dialog. I'll dig more deeper into this.

Why this is a bug in my view in Symbian?

When you add network connection you need to add NetworkServices capability to your application. This capablity is self-signable but it will create a dialog prompting the user "do you allow this application to access network?" at the time of installation.

Second thing is that query will cause data to be moved, which costs money. how much depends on your data plan.

3rd thing is what this bug describes. you need to do network management on application that wouldn't need it.

---

Bearer management workaround would be possible but it doesn't support user selected IAP (new addition to API needed?) meaning we are left with hardcoding the IAP which is acceptable only if the test environment is always the same.

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