Version 27 (modified by 17 years ago) ( diff ) | ,
---|
TODO List for QtWebKit
Incoming
uncategorized issues that the developers still need to prioritize.
- Tooltips don't work. go to xkcd and hover over the image; no tooltip is shown.
- QWebPage needs a virtual update(const QRect&) or a signal so one can easily build a QGraphicsViewItem and still know when to repaint
- We don't have any accessibility support
- Comboboxes popup not readable. See adobe where the text in the popups are not readable.
First Release
- Input Method Support
- Port the Icon database to use QtSql and make the Database module in Trunk use QtSql for the Qt build (to eliminate the dependency on sqlite3.h)
- Styling, drawing, sizing: RenderThemeQt.cpp needs some love
- Google Mail needs work, testing (cookie handling)
- Printing
- Include the QtWebKit version in the user agent. Correct the AppleWebKit version.
- Fix drop-shadow support and other FIXME's in qt/GraphicsContext.
Parking Lot
- API Work:
- Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress)
- JavaScriptCore <-> QtScript research (Priority 2)
- VC 6 Support (give it a try at least)
- KDE Integration (WebKitKDE)
- Netscape Plugin Support (Priority 2.5)
- Get layout tests for the Qt build running on all platforms (Priority 1)
- Private browsing
API glitches
- Text finding in frames/pages
Attachments (1)
-
api_changes.txt
(5.1 KB
) - added by 16 years ago.
Diff of the suggested API changes after another round of review
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.