Version 5 (modified by 11 years ago) ( diff ) | ,
---|
Tips and Tools for Developers
Have a header file copied to WebKitBuild/.../PrivateHeaders in build time
See screen shot.
- Open WebCore/WebCore.xcodeproj
- In Groups & Files, navigate to WebCore and locate the header file.
- Drag the header file to Targets > WebCore > Copy Headers.
- Select the header file in Copy Headers. It should be listed on the right pane.
- Change Role to private.
Building Tips
- Use
Tools/Scripts/filter-webkit-build
to reduce the amount of build spam for ordinary builds. (Some error messages might get swallowed, so don't use this if you are diagnosing a build failure.)
Debugging
See this page for how to debug WebCore, JavaScriptCore or WebKit.
Submitting Patches
Configuring Authentication
On the Mac platform, the webkit-patch
tool can read your Bugzilla credentials from Keychain. However,
in some circumstances the script may not ask to save credentials into the keychain. To manually add these credentials,
use the following command:
security add-internet-password -r http -s bugs.webkit.org -a name@email.com -w supersecurepassword
Attachments (1)
- AddToPrivateHeaders.png (183.2 KB ) - added by 15 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.