Changes between Version 10 and Version 11 of QtWebKitRelease20
- Timestamp:
- May 3, 2010, 1:15:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitRelease20
v10 v11 38 38 * Review existing API documentation: 39 39 * Widget plugins 40 * Classes (QWebPage, QWebHistory, etc.) 40 * Classes: 41 * qwebframe.h 42 * qwebpage.h 43 * qgraphicswebview.h 44 * qwebview.h 45 * qwebsettings.h 46 * qwebhistoryinterface.h 47 * qwebdatabase.h 48 * qwebsecurityorigin.h 49 * qwebelement.h 50 * qwebpluginfactory.h 51 * qwebhistory.h 52 * qwebinspector.h 53 * qwebkitversion.h 41 54 * Expand and combine sentences, adding missing \sa links, etc. 42 55 * Ask the Qt support staff about things they're aware of that are bad or missing in the current docs. … … 44 57 * Make sure that all new functions have the \since tag 45 58 * Figure out how to expand \since 2.0 to "Since QtWebKit 2.0", or consider a \since 4.7 and \sinceqtwebkit 2.0 46 * Task orientation documentation: 59 * Task orientation documentation: 47 60 * How to implement a desktop and a mobile/embedded browser 48 61 * JavaScript bridge documentation (Noam)