Changeset 121135 in webkit
- Timestamp:
- Jun 24, 2012, 8:32:21 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitperl/FeatureList.pm (modified) (1 diff)
-
qmake/mkspecs/features/features.pri (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r121122 r121135 1 2012-06-24 Thiago Marcos P. Santos <thiago.santos@intel.com> 2 3 [Qt] Enable <input type="color"> support by default 4 https://bugs.webkit.org/show_bug.cgi?id=89653 5 6 Reviewed by Kenneth Rohde Christiansen. 7 8 This feature is complete for Qt WebKit2. Enabling by default 9 will help to mature the implementation. 10 11 * Scripts/webkitperl/FeatureList.pm: 12 * qmake/mkspecs/features/features.pri: 13 1 14 2012-06-24 Dan Bernstein <mitz@apple.com> 2 15 -
trunk/Tools/Scripts/webkitperl/FeatureList.pm
r121083 r121135 236 236 237 237 { option => "input-type-color", desc => "Toggle Input Type Color support", 238 define => "ENABLE_INPUT_TYPE_COLOR", default => (isBlackBerry() || isEfl() ), value => \$inputTypeColorSupport },238 define => "ENABLE_INPUT_TYPE_COLOR", default => (isBlackBerry() || isEfl() || isQt()), value => \$inputTypeColorSupport }, 239 239 240 240 { option => "input-type-date", desc => "Toggle Input Type Date support", -
trunk/Tools/qmake/mkspecs/features/features.pri
r120698 r121135 52 52 ENABLE_INDEXED_DATABASE=0 \ 53 53 ENABLE_INPUT_SPEECH=0 \ 54 ENABLE_INPUT_TYPE_COLOR= 0\54 ENABLE_INPUT_TYPE_COLOR=1 \ 55 55 ENABLE_INPUT_TYPE_DATE=0 \ 56 56 ENABLE_INPUT_TYPE_DATETIME=0 \
Note:
See TracChangeset
for help on using the changeset viewer.