Changes between Version 14 and Version 15 of QtWebKitReleases


Ignore:
Timestamp:
Oct 20, 2010 11:31:25 AM (13 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitReleases

    v14 v15  
    4545Exceptional patches must satisfy the following criteria before they are included in the release:
    4646
    47   * An entry with the attached patch is filed in bugs.webkit.org (using http://webkit.org/new-qtwebkit-bug ).
    48   * The patch has a ChangeLog entry.
     47  * An entry with the attached patch is filed in bugs.webkit.org (using http://webkit.org/new-qtwebkit-bug);
     48  * The patch has a ChangeLog entry;
     49  * The changes are public and live on a gitorious branch, rebased with the targeted release;
    4950  * Patches that affect the API:
    50     * A unit test included needs to be included.
    51     * The API needs to be private, unless there's a concensus that the API is final, reviewed and will land unchanged in the trunk.
    52   * Patches that affect WebCore should have a layout test included, although this is not mandatory.
    53   * At least one WebKit reviewer signs off on the patch and no other reviewer objects.
    54   * The bug is linked from it's corresponding JIRA item at http://bugreports.qt.nokia.com/browse/QTWEBKIT
    55   * The bug is marked to block the tracker bug for patches pending trunk inclusion: https://bugs.webkit.org/show_bug.cgi?id=32653
     51    * A unit test included needs to be included;
     52    * The API needs to be private, unless there's a concensus that the API is final, reviewed and will land unchanged in the trunk;
     53  * Patches that affect WebCore should have a layout test included, although this is not mandatory;
     54  * At least one WebKit reviewer signs off on the patch and no other reviewer objects;
     55  * The bug is linked from it's corresponding JIRA item at http://bugreports.qt.nokia.com/browse/QTWEBKIT;
     56  * The bug is marked to block the tracker bug for patches pending trunk inclusion: https://bugs.webkit.org/show_bug.cgi?id=32653.
    5657
    57 After the release we have to make a concentrated effort in reducing the number of exceptional patches, by reviewing the changes in the bugs that the tracker bug (32653) depends on.
     58After the release we have to make a concentrated effort in reducing the number of exceptional patches, by reviewing the changes in the bugs that the tracker bug ([https://bugs.webkit.org/show_bug.cgi?id=32653 32653]) depends on.
    5859
    5960== Proposal for release testing ==