Changes between Version 74 and Version 75 of QtWebKitContrib


Ignore:
Timestamp:
Nov 29, 2010 11:31:45 AM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

added Webkit with Git links

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v74 v75  
    4242 * Make your changes
    4343 * Add a [http://webkit.org/quality/testwriting.html layout test]
     44 * If you are using Git to create patches , read UsingGitWithWebKit#WebKitScriptsupportforGit
    4445 * Run the {{{WebKitTools/Scripts/check-webkit-style}}} script.
    4546 * Run the {{{WebKitTools/Scripts/prepare-ChangeLog}}} script to create an entry for your changes in each relevant ChangeLog file.
     
    5051   * The description text should be the same in all ChangeLog files.
    5152   * Keep the "Reviewed by NOBODY (OOPS!)." line in the ChangeLog files, it will be edited by the bot or person that will commit your fix.
    52  * Do a {{{git diff > patchname.patch}}} to create your patch (use {{{--cached}}} if you first did a {{{git add}}} to put your changes in the git index)
     53 * Do a {{{git diff > patchname.patch}}} to create your patch (use {{{--cached}}} if you first did a {{{git add}}} to put your changes in the git index). For detailed help, see UsingGitWithWebKit
    5354 * Attach the patch to the bug report, set the {{{review}}} flag to '?' and the {{{commit-queue}}} flag to '?'
    5455 * Wait :)