Changes between Version 101 and Version 102 of FeatureFlags


Ignore:
Timestamp:
Feb 27, 2013 10:31:35 PM (11 years ago)
Author:
tkent@chromium.org
Comment:

Sort CSS3_* flags, update comments for form flags

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v101 v102  
    2020
    2121=== CALENDAR_PICKER ===
    22 Calendar picker UI built in WebCore.  It's implemented with HTML+JavaScript, and supports type=date, type=datetime, type=datetime-local, type=month, and type=week. This feature requires ENABLE_PAGE_POPUP.
     22Calendar picker UI built in WebCore.  It's implemented with HTML+JavaScript, and supports type=date, type=datetime, type=datetime-local, type=month, and type=week. This feature requires ENABLE_PAGE_POPUP. See EnableFormFeatures.
    2323
    2424=== CHANNEL_MESSAGING ===
     
    4040Under development.
    4141
    42 
    4342=== CSS_FILTERS ===
    4443
    45 === CSS3_TEXT ===
    46 [http://dev.w3.org/csswg/css3-text/#decoration CSS3 Text Decoration specification].
    47 [http://lists.webkit.org/pipermail/webkit-dev/2012-August/021870.html Announcement].
    48 [https://webkit.org/b/58491 Master bug]
    49 Under development.
    50 
    51 [http://dev.w3.org/csswg/css3-text/#text-align-last CSS3 text-align-last specification]
    52 [http://lists.webkit.org/pipermail/webkit-dev/2012-October/022529.html Announcement].
    53 [https://webkit.org/b/76173 Master bug]
    54 Under development.
    55 
    56 [http://dev.w3.org/csswg/css3-text/#text-justify0 CSS3 text-justify specification]
    57 [https://webkit.org/b/99945 Master bug]
     44=== CSS_IMAGE_ORIENTATION ===
     45[http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation image-orientation CSS property].
     46[http://lists.webkit.org/pipermail/webkit-dev/2012-June/021151.html Announcement].
     47[http://webkit.org/b/89052]
     48
     49=== CSS_IMAGE_RESOLUTION ===
     50[http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-resolution image-resolution CSS property].
     51[http://lists.webkit.org/pipermail/webkit-dev/2012-April/020527.html Announcement].
     52[http://webkit.org/b/85262]
     53
     54=== CSS_IMAGE_SET ===
     55[http://lists.w3.org/Archives/Public/www-style/2012Feb/1103.html image-set CSS property].
     56
     57=== CSS_REGIONS ===
     58
     59=== CSS_SHADERS ===
     60
     61=== CSS_STICKY_POSITION ===
     62[http://lists.w3.org/Archives/Public/www-style/2012Jun/0627.html CSS position:sticky].
     63[http://lists.webkit.org/pipermail/webkit-dev/2012-June/021306.html Announcement].
     64[http://webkit.org/b/90046].
     65
     66=== CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED ===
     67[http://lists.webkit.org/pipermail/webkit-dev/2012-December/023156.html Announcement].
     68[http://webkit.org/b/93136]
     69Under development as they are few things to do before shipping them. Enabled by default in trunk.
     70
     71=== CSS_VARIABLES ===
     72[http://www.w3.org/TR/css-variables/ CSS Variables Module].
     73[http://lists.webkit.org/pipermail/webkit-dev/2012-May/020633.html Announcement].
    5874Under development.
    5975
     
    6480[https://webkit.org/b/86146].
    6581
    66 === CSS_IMAGE_ORIENTATION ===
    67 [http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation image-orientation CSS property].
    68 [http://lists.webkit.org/pipermail/webkit-dev/2012-June/021151.html Announcement].
    69 [http://webkit.org/b/89052]
    70 
    71 === CSS_IMAGE_RESOLUTION ===
    72 [http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-resolution image-resolution CSS property].
    73 [http://lists.webkit.org/pipermail/webkit-dev/2012-April/020527.html Announcement].
    74 [http://webkit.org/b/85262]
    75 
    76 === CSS_IMAGE_SET ===
    77 [http://lists.w3.org/Archives/Public/www-style/2012Feb/1103.html image-set CSS property].
    78 
    79 === CSS_REGIONS ===
    80 
    81 === CSS_SHADERS ===
    82 
    83 === CSS_STICKY_POSITION ===
    84 [http://lists.w3.org/Archives/Public/www-style/2012Jun/0627.html CSS position:sticky].
    85 [http://lists.webkit.org/pipermail/webkit-dev/2012-June/021306.html Announcement].
    86 [http://webkit.org/b/90046].
    87 
    88 === CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED ===
    89 [http://lists.webkit.org/pipermail/webkit-dev/2012-December/023156.html Announcement].
    90 [http://webkit.org/b/93136]
    91 Under development as they are few things to do before shipping them. Enabled by default in trunk.
    92 
    93 === CSS_VARIABLES ===
    94 [http://www.w3.org/TR/css-variables/ CSS Variables Module].
    95 [http://lists.webkit.org/pipermail/webkit-dev/2012-May/020633.html Announcement].
     82=== CSS3_TEXT ===
     83[http://dev.w3.org/csswg/css3-text/#decoration CSS3 Text Decoration specification].
     84[http://lists.webkit.org/pipermail/webkit-dev/2012-August/021870.html Announcement].
     85[https://webkit.org/b/58491 Master bug]
     86Under development.
     87
     88[http://dev.w3.org/csswg/css3-text/#text-align-last CSS3 text-align-last specification]
     89[http://lists.webkit.org/pipermail/webkit-dev/2012-October/022529.html Announcement].
     90[https://webkit.org/b/76173 Master bug]
     91Under development.
     92
     93[http://dev.w3.org/csswg/css3-text/#text-justify0 CSS3 text-justify specification]
     94[https://webkit.org/b/99945 Master bug]
    9695Under development.
    9796
     
    187186This flag provides inline editing UI for these input types. This UI is not suitable for mobile platforms.
    188187
     188See EnableFormFeatures.
     189
    189190=== INPUT_SPEECH ===
    190191<input x-webkit-speech> support.  Experimental.
     
    194195
    195196=== INPUT_TYPE_DATE ===
    196 <input type=date> support.
    197 If ENABLE_INPUT_MULTIPLE_FIELDS_UI is enabled, `ChromeClient::openDateTimeChooser` implementation is optional.
    198 Otherwise, `ChromeClient::openDateTimeChooser` implementation is mandatory.
     197<input type=date> support. See EnableFormFeatures.
    199198
    200199=== INPUT_TYPE_DATETIME ===
     
    202201
    203202=== INPUT_TYPE_DATETIMELOCAL ===
    204 <input type=datetime-local> support.
    205 If ENABLE_INPUT_MULTIPLE_FIELDS_UI is enabled, `ChromeClient::openDateTimeChooser` implementation is optional.
    206 Otherwise, `ChromeClient::openDateTimeChooser` implementation is mandatory.
     203<input type=datetime-local> support.  See EnableFormFeatures.
    207204
    208205=== INPUT_TYPE_MONTH ===
    209 <input type=month> support.
    210 If ENABLE_INPUT_MULTIPLE_FIELDS_UI is enabled, `ChromeClient::openDateTimeChooser` implementation is optional.
    211 Otherwise, `ChromeClient::openDateTimeChooser` implementation is mandatory.
     206<input type=month> support.  See EnableFormFeatures.
    212207
    213208=== INPUT_TYPE_TIME ===
    214 <input type=time> support.
    215 If ENABLE_INPUT_MULTIPLE_FIELDS_UI is enabled, `ChromeClient::openDateTimeChooser` implementation is optional.
    216 Otherwise, `ChromeClient::openDateTimeChooser` implementation is mandatory.
     209<input type=time> support. See EnableFormFeatures.
    217210
    218211=== INPUT_TYPE_WEEK ===
    219 <input type=week> support.
    220 If ENABLE_INPUT_MULTIPLE_FIELDS_UI is enabled, `ChromeClient::openDateTimeChooser` implementation is optional.
    221 Otherwise, `ChromeClient::openDateTimeChooser` implementation is mandatory.
     212<input type=week> support. See EnableFormFeatures.
    222213
    223214=== INSPECTOR ===
     
    290281
    291282=== PAGE_POPUP ===
    292 Internal API to provide HTML-capable popup. This is needed for calendar picker UI of <input type=date>.  This needs ChromeClient implementation.
     283Internal API to provide HTML-capable popup. This is needed for ENABLE_CALENDAR_PICKER.  This needs ChromeClient implementation.
    293284
    294285=== PAGE_VISIBILITY_API ===