Changes between Initial Version and Version 1 of QtWebKitAPI


Ignore:
Timestamp:
Nov 18, 2009 8:05:32 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitAPI

    v1 v1  
     1[[PageOutline]]
     2
     3= DRAFT -- Contributing to the API of QtWebKit -- DRAFT =
     4
     5If you would like to contribute new functions or classes to the API of QtWebKit, then we ask you to discuss your changes with the rest of the team. There are certain restrictions with regards to binary and source compatibilty as well as rules for consistency in namings and concepts that require us change the existing process of contributing code to WebKit slightly for these kind of changes.
     6
     7== The process ==
     8
     9   1. Create a new bugreport in Bugzilla describing your enhancement. Please use the following template for creating the bug: [http://webkit.org/new-qtwebkit-bug http://webkit.org/new-qtwebkit-bug]
     10   2. Make your bug block our meta-bug for pending API enhancements for the next release: [https://bugs.webkit.org/showdependencytree.cgi?id=31552 QtWebKit 4.7 Pending API]
     11   3. Discuss with us on IRC in #qtwebkit and on the public mailing list at [http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt].
     12   4. After reaching an agreement upload your patch(es) and mark them for review, using the standard process of contributiong code: [http://webkit.org/coding/contributing.html http://webkit.org/coding/contributing.html]
     13   5. The WebKit reviews will then review the code, after the API has been reviewed in step 3 above.
     14