Changes between Version 6 and Version 7 of AddingFeatures


Ignore:
Timestamp:
Nov 6, 2012 9:06:31 PM (11 years ago)
Author:
noel.gordon@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingFeatures

    v6 v7  
    44The policy for adding new (major) features to WebKit is:
    55
    6  * Send an email to webkit-dev describing the feature and linking to the tracking bug
     6 * Send email to webkit-dev describing the feature and linking to the tracking bug.
    77 * If necessary, add an ENABLE flag for the feature.
    88
     
    1515 * Source/WebKit/mac/Configurations/FeatureDefines.xcconfig
    1616 * Source/WebKit2/Configurations/FeatureDefines.xcconfig
     17 * Source/WebCore/GNUmakefile.features.am
     18 * Source/WebKit/chromium/features.gypi
    1719 * Source/cmake/WebKitFeatures.cmake
    1820 * Source/cmakeconfig.h.cmake
     
    2224 * WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops
    2325
    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?)
     26Note 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?)
    2627
    2728After adding a feature, please add it to [FeatureFlags the list in the wiki]