Contributing Code
From a cleaned source tree, modified only with work to patch,
Place yourself in the root project dir:
./WebKitTools/Scripts/prepare-ChangeLog-owb
Edit the appropriate ChangeLogOWB file and fill your changes after the line "Reviewed by NOBODY", and detail each method if necessary.
./WebKitTools/Scripts/svn-create-patch > my-patch-file
Attach your patch on trac.
Find a reviewer.
reviewing
In a clean source tree:
./WebKitTools/Scripts/svn-apply-owb your-patch-file
Build and test.
export EMAIL_ADDRESS=me@foo.com export EDITOR=vi export SVN_EDITOR=WebKitTools/Scripts/commit-log-editor-owb export LC_ALL=C
change the name of reviewer in all ChangeLog mofidied
If everything's ok:
svn commit
problems
It doesn't work with new files that are links.
