[Merge] lp:~abreu-alexandre/webbrowser-app/container-extension into lp:webbrowser-app

Alexandre Abreu alexandre.abreu at canonical.com
Wed Jan 27 19:28:10 UTC 2016


> Thanks for the update. I didn't know of the QJSEngine limitation about
> "import" not working; I would still prefer to go through that route, and
> eventually reconsider it if/when it turns out we really need "import" to work
> (and who knows, maybe QJSEngine will have support for it by then).
> 
> However, I'm not going to block the review on this, if you disagree.

well this is a discussion :)

I thought about it and the idea behind the extension option really fits the qml land.
It is not only a pure js bit (although it is in the example), it should have the option
to talk back and forth with the webview and possibly create qml elements of its own
which is not really possible (or with some painful crafted code which would in the end
look simpler with plain qml loading),

wdyt?

would it be better if I used a synchronised Qt.createQmlObject('<with source>') instead
to remove the Loader bit?

-- 
https://code.launchpad.net/~abreu-alexandre/webbrowser-app/container-extension/+merge/278870
Your team Ubuntu Phablet Team is subscribed to branch lp:webbrowser-app.



More information about the Ubuntu-reviews mailing list