Changes between Version 3 and Version 4 of WebKitGTK/AddingNewWebKit2API
- Timestamp:
- Oct 21, 2011, 4:02:38 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/AddingNewWebKit2API
v3 v4 10 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 11 * Patches should always include unit tests for new API when possible 12 * If the patch adds a new public header 13 * Remember to add it to webkit2gtk_headers variable in [http://trac.webkit.org/browser/trunk/Source/WebKit2/GNUmakefile.am GNUmakefile.am] file 14 * Add a new #include for it to the [http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/webkit2.h main WebKit2 header] 12 15 * Follow coding style guidelines 13 16 * Use GNOME coding style for public headers and generated code (get_type(), init() and class_init() methods)