[Webkit-unassigned] [Bug 101007] New: Introduce DATE_AND_TIME_INPUT_TYPES, and clarify usage of other flags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 19:00:22 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=101007

           Summary: Introduce DATE_AND_TIME_INPUT_TYPES, and clarify usage
                    of other flags
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
            Blocks: 100935


ENABLE_DATE_AND_TIME_INPUT_TYPES is just an alias of ENABLE(INPUT_TYPE_DATE) || ENABLE(INPUT_TYPE_DATETIME) || ENABLE(INPUT_TYPE_DATETIMELOCAL) || ENABLE(INPUT_TYPE_MONTH) || ENABLE(INPUT_TYPE_TIME) || ENABLE(INPUT_TYPE_WEEK).

ENABLE_CALENDAR_PICKER should mean "using WebCore/Resources/pagepopups/*.js"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list