[webkit-dev] Additional two feature flags for <input type=date>

TAMURA, Kent tkent at chromium.org
Thu Feb 16 20:20:26 PST 2012


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




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120217/c4227421/attachment.html>


More information about the webkit-dev mailing list