Changes between Version 8 and Version 9 of WebKitGTK/AddingNewWebKit2API
- Timestamp:
- Mar 21, 2013, 12:23:00 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/AddingNewWebKit2API
v8 v9 1 1 = Adding new API to WebKit2 GTK+ = 2 2 3 {{{ 4 #!comment 5 * Patches including new public API should be approved by at least two reviewers 6 Remove this comment when we release the first stable verion 7 }}} 3 * Patches including new public API should be approved by at least two reviewers 8 4 * Patches should include API documentation for new methods, properties, signals, etc. 9 5 * See http://developer.gnome.org/gtk-doc-manual/stable/ … … 13 9 * If the patch adds a new public class, add the get_type() method to file [http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types UIProcess/API/gtk/docs/webkit2gtk.types] 14 10 * If the patch adds a new section, remember to update the file [http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml UIProcess/API/gtk/docs/webkit2gtk-docs.sgml] too 11 * Add Since: tag using the next major release. 12 * Check if this is the first new symbol for the next major stable release and add the index of new symbols to the file [http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml UIProcess/API/gtk/docs/webkit2gtk-docs.sgml] 13 {{{ 14 <index id="api-index-2-2" role="2.2"> 15 <title>Index of new symbols in 2.2</title> 16 <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include> 17 </index> 18 }}} 15 19 * Patches should always include unit tests for new API when possible 16 20 * If the patch adds a new public header