Here is my 2 cents worth... QtWebKit --------------
1.) Spell checking support that was just recently discussed in another thread. I personally thing this should be doable since both Chrome & Safari seem to provide this functionality. 2.) Form completion support (bug #36668). Again this is also present in Chrome, not sure about Safari. 3.) Java support (bug # 33044). 4.) HTML 5 media tag support (specially <video>) is still problematic. 5.) Access Key support. See https://bugs.kde.org/show_bug.cgi?id=233188 6.) The auto scroll feature would be nice to have as well... QNAM --------- 1.) Add a new class for filtering requests without having to inherit from QNetworkAccessManager, something like a QNetworkRequestFilter class, which can be added and removed from QNAM to be used as a request filter. Regards, Dawit A. On Thursday, July 08, 2010 16:20:17 Richard Moore wrote: > These are the issues I'm aware of with the QtWebkit/QNAM combination > as a platform for browsers. It's possible that some of these issues > are incorrect and are supported somehow I'm not aware of, if so please > say so as that would be great! Note, don't take this as a criticism, > it's intended more as a way of organising what remains to be done. > > * No support for OCSP (online certificate status protocol) > > * No support for SNI (server name indication) see QTBUG-1352 > > * No support for EV certificates > > * No support for DNS pinning (a way of avoiding DNS rebinding attacks) > > * Incorrect case-sensitivity in MIME type handling (webkit bug #28654). > > This one is waiting on me (or someone else) finding time to write > the test cases. > > Anyone got anything to add to this todo list? > > Cheers > > Rich. > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
