Hi, I'd like to add two more feature flags for <input type=date> implementation. We already have ENABLE_INPUT_TYPE_DATE.
* ENABLE_CALENDAR_PICKER It enables graphical calendar picker UI for <input type=date>. We need to introduce this flag because we don't need the calendar picker on mobile platforms such as iOS and Android. Also, this flag will depend on the following flag. This flag will be used for <input type=datetime> and <input type=datetime-local> too. * ENABLE_HTML_POPUP This is a framework to make a popup window which can contain an HTML document. This flag is needed because we don't need this if the calendar picker is not needed, and this framework requires platform-dependent implementation. This framework is similar to IE's window.createPopup(). However I don't have a plan to implement createPopup(). See a WIP patch in http://wkb.ug/53961 for more information though it doesn't have these flags yet. -- TAMURA Kent Software Engineer, Google
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

