Changes between Version 6 and Version 7 of EnableFormFeatures


Ignore:
Timestamp:
Feb 13, 2013 5:57:46 PM (11 years ago)
Author:
tkent@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnableFormFeatures

    v6 v7  
    7171   This feature requires `V8EnabledPerContext` extended attribute.
    7272   If your port uses JavaScriptCore, dont't use `WebCore/page/DOMWindowPagePopup.idl` and setup `pagePopupController` property in C++ code.
    73 2. Enable `ENABLE_CALENDAR_PICKER` flag
     732. Implement `ChromeClient::openPagePopup` and `closePagePopup`.
     743. Enable `ENABLE_CALENDAR_PICKER` flag
     754. Update your build files so that it converts `WebCore/Resources/pagepopups/{pickerCommon.js,pickerCommon.css,calendarPicker.js,calendarPicker.css}` to C++ files by `WebCore/make-file-arrays.py`
     765. Implement `RenderTheme::supportsCalendarPicker` so that it returns true for supported input types.
     776. Implement `ChromeClient::openDateTimeChooser`. It should use ChromeClient::openPagePopup and the converted resources.  See `WebKit/chromium/src/DateTimeChooserImpl.cpp`.
    7478
    7579[[Image(calendar-picker.png)]] [[BR]]