Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

xulrunner 10 setting to activate indexeddb per default

  • No replies
  • 3 have this problem
  • 14 views
more options

I'm using a SWT browser control to embedded web applications into java applications. The SWT browser uses a xulrunner 10.0.2 as runtime.

Now there exists a problem with indexeddb. The web application tries to open an object store, but the callbackmethods onerror AND onsuccess will not be called at all.

I've tried to open the web application in an firefox 10 browser. There a permission prompt pops up to allow indexeddb interaction. So my question is, how to activate indexeddb in the xulrunner environment, or how to disabled the permission check for indexeddb?

thx johann

I'm using a SWT browser control to embedded web applications into java applications. The SWT browser uses a xulrunner 10.0.2 as runtime. Now there exists a problem with indexeddb. The web application tries to open an object store, but the callbackmethods onerror AND onsuccess will not be called at all. I've tried to open the web application in an firefox 10 browser. There a permission prompt pops up to allow indexeddb interaction. So my question is, how to activate indexeddb in the xulrunner environment, or how to disabled the permission check for indexeddb? thx johann