tmeshkova / qtmozembed

Qt wrapper for mozilla embed lite API
19 stars 12 forks source link

[qtmozembed] Add loaded property #92

Closed rainemak closed 10 years ago

rainemak commented 10 years ago

This commit is preration of requestSuspend function that would suspend only after page is loaded.

rojkov commented 10 years ago

LGTM

rainemak commented 10 years ago

Added two commits on top:

1) Add requestSuspending invokable

2) Bump up version number

tmeshkova commented 10 years ago

Hmm, why can't we do this from QML?

rainemak commented 10 years ago

As you see from here https://github.com/sailfishos/sailfish-browser/issues/204 that this was at QML side. I'd like see requestSuspending kind of function in C++ even if those would be possible to declare in QML.

Fewer properties / functions / etc we have in QML side, the faster the startup time (less time it takes to compile qml).

Can move this to browser's C++ if you like that more?

rainemak commented 10 years ago

Removed commit that added requestSuspending invokable