Changeset 130375 in webkit


Ignore:
Timestamp:
Oct 4, 2012 1:59:20 AM (11 years ago)
Author:
tkent@chromium.org
Message:

[Chromium] Enable the multiple fields UI for input[type=date]
https://bugs.webkit.org/show_bug.cgi?id=98351

Reviewed by Hajime Morita.

Source/WebCore:

Touch files related to ENABLE_INPUT_TYPE_DATE_LEGACY_UI to avoid build
issues.

No new tests. Many tests will be landed shortly.

  • html/DateInputType.cpp:
  • html/DateInputType.h:

Source/WebKit/chromium:

  • features.gypi:

Disable ENABLE_INPUT_TYPE_DATE_LEGACY_UI.

Location:
trunk/Source
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r130369 r130375  
     12012-10-05  Kent Tamura  <tkent@chromium.org>
     2
     3        [Chromium] Enable the multiple fields UI for input[type=date]
     4        https://bugs.webkit.org/show_bug.cgi?id=98351
     5
     6        Reviewed by Hajime Morita.
     7
     8        Touch files related to ENABLE_INPUT_TYPE_DATE_LEGACY_UI to avoid build
     9        issues.
     10
     11        No new tests. Many tests will be landed shortly.
     12
     13        * html/DateInputType.cpp:
     14        * html/DateInputType.h:
     15
    1162012-10-04  Kent Tamura  <tkent@chromium.org>
    217
  • trunk/Source/WebCore/html/DateInputType.cpp

    r130369 r130375  
    3232#include "DateInputType.h"
    3333
     34#if ENABLE(INPUT_TYPE_DATE)
    3435#include "DateComponents.h"
    3536#include "DateTimeFieldsState.h"
     
    4243#include "PickerIndicatorElement.h"
    4344#include <wtf/PassOwnPtr.h>
    44 
    45 #if ENABLE(INPUT_TYPE_DATE)
    4645
    4746namespace WebCore {
  • trunk/Source/WebCore/html/DateInputType.h

    r130369 r130375  
    8383
    8484} // namespace WebCore
     85
    8586#endif
    8687#endif // DateInputType_h
  • trunk/Source/WebKit/chromium/ChangeLog

    r130369 r130375  
     12012-10-05  Kent Tamura  <tkent@chromium.org>
     2
     3        [Chromium] Enable the multiple fields UI for input[type=date]
     4        https://bugs.webkit.org/show_bug.cgi?id=98351
     5
     6        Reviewed by Hajime Morita.
     7
     8        * features.gypi:
     9        Disable ENABLE_INPUT_TYPE_DATE_LEGACY_UI.
     10
    1112012-10-04  Kent Tamura  <tkent@chromium.org>
    212
  • trunk/Source/WebKit/chromium/features.gypi

    r130369 r130375  
    177177          'ENABLE_INPUT_SPEECH=1',
    178178          'ENABLE_INPUT_TYPE_COLOR=1',
    179           'ENABLE_INPUT_TYPE_DATE_LEGACY_UI=1',
    180179          'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
    181180          'ENABLE_JAVASCRIPT_I18N_API=1',
Note: See TracChangeset for help on using the changeset viewer.