Changes between Version 58 and Version 59 of QtWebKitContrib


Ignore:
Timestamp:
Mar 2, 2010 6:44:46 AM (14 years ago)
Author:
vestbo@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v58 v59  
    22
    33= Contributing to the Qt Port of WebKit =
    4 
    5 [http://gitorious.org/qtwebkit Gitorious.org] is hosting a [http://gitorious.org/qtwebkit public git repository] of the QtWebKit port.
    6 
    7 == Coding Style ==
    8 Effective immediately all commits to QtWebKit should use the [http://webkit.org/coding/coding-style.html WebKit coding style] for '''all files''' in the project.  That includes qwebview(.h|cpp), qwebpage(.h|.cpp) and all others.  Repeat: the Qt style should not be used.  Thank you.
    94
    105== Reporting Bugs ==
     
    4742== Checking out the sources ==
    4843Developers who wish to contribute to the port can check out the sources like so:
     44[http://gitorious.org/qtwebkit Gitorious.org] is hosting a [http://gitorious.org/qtwebkit public git repository] of the QtWebKit port.
    4945
    5046{{{
     
    6359
    6460== Hacking on QtWebKit ==
     61
     62Effective immediately all commits to QtWebKit should use the [http://webkit.org/coding/coding-style.html WebKit coding style] for '''all files''' in the project.  That includes qwebview(.h|cpp), qwebpage(.h|.cpp) and all others.  Repeat: the Qt style should not be used.  Thank you.
     63
    6564
    6665 * [wiki:"QtWebKitHacking" QtWebKit overview]