[Qt5-feedback] Will there be browser plugins?
Jason H
scorp1us at yahoo.com
Thu Jun 2 22:08:15 CEST 2011
With Qt5, and the reworked filesystem stuff, it seems like QMLViewer/SceneGraph could be compiled to be a browser plugin. I'm not sure what all goes into sand-boxing, but there seems to be a couple general rules, which should be easy to follow:
1. Direct writes to the filesystem are off-limits.
2. Executable content (QML files) can only originate on the domain of the page calling the plugin.
3. Local storage is furnished by a controlled by the plugin vendor, and normally uses a database system.
I'd love to show my QML works in a browser, but I currently have to capture and convert, and upload and http link.
And not-so-secretively, I've been pining for an open source Flash replacement. We can finalyl do that now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt5-feedback/attachments/20110602/103d41ec/attachment.html
More information about the Qt5-feedback
mailing list