Changes between Version 4 and Version 5 of QtWebKitAPI
- Timestamp:
- Dec 20, 2009, 2:00:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitAPI
v4 v5 1 1 [[PageOutline]] 2 2 3 = DRAFT -- Contributing to the API of QtWebKit -- DRAFT=3 = Contributing to the API of QtWebKit = 4 4 5 If 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 first. There are certain restrictions with regards to binary and source compatibilty as well as rules for consistency in namings and concepts that require us to adjust the existing contribution process slightly for these kinds of changes.5 If 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 first. It should not be the responsibility of the WebKit reviewers to learn the rules of Qt API design.There are certain restrictions with regards to binary and source compatibilty as well as rules for consistency in namings and concepts that require us to adjust the existing contribution process slightly for these kinds of changes. Once an API is released we are very limited to the changes we can do to it, so it is very very important to get it right from the beginning. 6 6 7 7 == The process ==