Changes between Version 6 and Version 7 of AddingFeatures
- Timestamp:
- Nov 6, 2012, 9:06:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingFeatures
v6 v7 4 4 The policy for adding new (major) features to WebKit is: 5 5 6 * Send an email to webkit-dev describing the feature and linking to the tracking bug6 * Send email to webkit-dev describing the feature and linking to the tracking bug. 7 7 * If necessary, add an ENABLE flag for the feature. 8 8 … … 15 15 * Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 16 16 * Source/WebKit2/Configurations/FeatureDefines.xcconfig 17 * Source/WebCore/GNUmakefile.features.am 18 * Source/WebKit/chromium/features.gypi 17 19 * Source/cmake/WebKitFeatures.cmake 18 20 * Source/cmakeconfig.h.cmake … … 22 24 * WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops 23 25 24 25 Note that's only permitting the feature. To actually turn it on you'll need to edit the build configurations for each port. (TODO: page describing where each configuration is?) 26 Note that only defines the feature. To turn the feature on, you'll need to edit the build configurations for each port. (TODO: page describing where each configuration is?) 26 27 27 28 After adding a feature, please add it to [FeatureFlags the list in the wiki]