Changes between Version 58 and Version 59 of QtWebKitContrib
- Timestamp:
- Mar 2, 2010, 6:44:46 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v58 v59 2 2 3 3 = 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.9 4 10 5 == Reporting Bugs == … … 47 42 == Checking out the sources == 48 43 Developers 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. 49 45 50 46 {{{ … … 63 59 64 60 == Hacking on QtWebKit == 61 62 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. 63 65 64 66 65 * [wiki:"QtWebKitHacking" QtWebKit overview]