Changeset 124290 in webkit
- Timestamp:
- Jul 31, 2012, 8:29:31 PM (14 years ago)
- Location:
- trunk/Source
- Files:
-
- 9 edited
-
WebCore/ChangeLog (modified) (1 diff)
-
WebCore/platform/text/DateTimeFormat.h (modified) (1 diff)
-
WebCore/platform/text/LocaleICU.h (modified) (1 diff)
-
WebCore/platform/text/LocaleWin.h (modified) (1 diff)
-
WebCore/platform/text/LocalizedDate.h (modified) (1 diff)
-
WebCore/platform/text/LocalizedNumber.h (modified) (1 diff)
-
WebCore/platform/text/mac/LocaleMac.h (modified) (1 diff)
-
WebKit/chromium/ChangeLog (modified) (1 diff)
-
WebKit/chromium/features.gypi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r124282 r124290 1 2012-07-31 Yoshifumi Inoue <yosin@chromium.org> 2 3 [Chromium] Enable ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS 4 https://bugs.webkit.org/show_bug.cgi?id=92822 5 6 Reviewed by Kent Tamura. 7 8 This patch touches header files for compiling files which contains 9 ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS. 10 11 No new tests. This patch doesn't change behavior. 12 13 * platform/text/DateTimeFormat.h: 14 * platform/text/LocaleICU.h: 15 * platform/text/LocaleWin.h: 16 * platform/text/LocalizedDate.h: 17 * platform/text/LocalizedNumber.h: 18 * platform/text/mac/LocaleMac.h: 19 1 20 2012-07-30 Ryosuke Niwa <rniwa@webkit.org> 2 21 -
trunk/Source/WebCore/platform/text/DateTimeFormat.h
r121525 r124290 109 109 110 110 #endif 111 112 111 #endif // DateTimeFormat_h -
trunk/Source/WebCore/platform/text/LocaleICU.h
r121415 r124290 134 134 }; 135 135 136 } 136 } // namespace WebCore 137 137 #endif -
trunk/Source/WebCore/platform/text/LocaleWin.h
r122303 r124290 95 95 }; 96 96 97 } 97 } // namespace WebCore 98 98 #endif -
trunk/Source/WebCore/platform/text/LocalizedDate.h
r121415 r124290 61 61 // The first day of a week. 0 is Sunday, and 6 is Saturday. 62 62 unsigned firstDayOfWeek(); 63 64 63 #endif 65 64 -
trunk/Source/WebCore/platform/text/LocalizedNumber.h
r121404 r124290 51 51 String convertFromLocalizedNumber(const String&); 52 52 53 54 53 #if ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) 55 54 // Returns localized decimal separator, e.g. "." for English, "," for French. -
trunk/Source/WebCore/platform/text/mac/LocaleMac.h
r122430 r124290 86 86 }; 87 87 88 } 88 } // namespace WebCore 89 89 #endif -
trunk/Source/WebKit/chromium/ChangeLog
r124288 r124290 1 2012-07-31 Yoshifumi Inoue <yosin@chromium.org> 2 3 [Chromium] Enable ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS 4 https://bugs.webkit.org/show_bug.cgi?id=92822 5 6 Reviewed by Kent Tamura. 7 8 This patch enables ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS for Chromium 9 port except for Android. 10 11 * features.gypi: Add ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS=1 to "feature_defines" 12 block of OS != "android". 13 1 14 2012-07-31 Yusuf Ozuysal <yusufo@google.com> 2 15 -
trunk/Source/WebKit/chromium/features.gypi
r123984 r124290 171 171 'ENABLE_INPUT_SPEECH=1', 172 172 'ENABLE_INPUT_TYPE_COLOR=1', 173 'ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS=1', 173 174 'ENABLE_JAVASCRIPT_I18N_API=1', 174 175 'ENABLE_LEGACY_NOTIFICATIONS=1',
Note:
See TracChangeset
for help on using the changeset viewer.