Add commonly used capabilities such as a ReadDeviceData and WriteDeviceData. Qt mobility seems to require a few of them, see table here: http://doc.qt.nokia.com/qtmobility/quickstart.html - The Location capability is only being added to UI process and not web process - PowerManagement is being added to UI process, so that web process can be killed via RProcess::Terminate(). * Also added data paging flag * Minor edits in the UI to help with smaller buttons and neater layout on a small device.
Created attachment 91110 [details] Patch
Comment on attachment 91110 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91110&action=review > Source/WebKit2/ChangeLog:5 > + [Qt][Wk2][Symbian] Capabilities for Qt MiniBrowser and QtWebProcess on Symbian + Minor UI changes The two changesets are completely unrelated and should be split up into separate patches. > Tools/MiniBrowser/qt/MiniBrowser.pro:59 > + # http://doc.qt.nokia.com/qtmobility/quickstart.html Out of curiosity, is there no way to express that you're using QtMobility and therefore require the capabilities used by that library?
Created attachment 92240 [details] Patch
Comment on attachment 92240 [details] Patch Hmm, webkit-patch user error. sorry.
Created attachment 92243 [details] Updated patch with for Symbian executable properties only
Comment on attachment 92243 [details] Updated patch with for Symbian executable properties only lgtm, r+.
Comment on attachment 92243 [details] Updated patch with for Symbian executable properties only Clearing flags on attachment: 92243 Committed r85803: <http://trac.webkit.org/changeset/85803>
All reviewed patches have been landed. Closing bug.