Skip to content

Note miscellaneous WebKit knowledge

Brian Burg edited this page Dec 5, 2013 · 2 revisions

Here are somewhat random notes to make your WebKit'ing more pleasant. This does not include tips and notes that already exist on the WebKit wiki. If tips are generalizable enough, please add them there instead.

Build files to touch when adding files to All The Ports

(Not put on the official wiki because it is not an exhaustive list)

GNUmakefile.list.am
wtf/CMakeLists.txt
WTF.pro
WTF.vcproj/WTF.vcproj
WTF.vcxproj/WTF.vcxproj
WTF.xcodeproj/project.pbxproj

Source/JavaScriptCore/

CMakeLists.txt
GNUmakefile.list.am
JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
JavaScriptCore.vcxproj/JavaScriptCore.vcxproj
JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters
JavaScriptCore.xcodeproj/project.pbxproj
Target.pri

Source/WebCore/

CMakeLists.txt
GNUmakefile.list.am
Target.pri
WebCore.vcproj/WebCore.vcproj
WebCore.vcxproj/WebCore.vcxproj
WebCore.vcxproj/WebCore.vcxproj.filters
WebCore.xcodeproj/project.pbxproj

Clone this wiki locally