Changes between Version 3 and Version 4 of QtWebKitReleases
- Timestamp:
- Dec 29, 2009, 4:27:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitReleases
v3 v4 22 22 * An entry with the attached patch is filed in bugs.webkit.org (using http://webkit.org/new-qtwebkit-bug ). 23 23 * The patch has a ChangeLog entry. 24 * Patches that affect the API need to have a unit test included. 24 * Patches that affect the API: 25 * A unit test included needs to be included. 26 * The API needs to be private, unless there's a concensus that the API is final, reviewed and will land unchanged in the trunk. 25 27 * Patches that affect WebCore should have a layout test included, although this is not mandatory. 26 28 * At least one WebKit reviewer signs off on the patch and no other reviewer objects.