Skip to content
  • commit-queue@webkit.org's avatar
    [BlackBerry] Implement Date/Time picker · 03efc67e
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=90911
    
    Patch by Crystal Zhang <haizhang@rim.com> on 2012-07-11
    Reviewed by Rob Buis.
    
    Source/WebKit:
    
    Add files into make file.
    
    * PlatformBlackBerry.cmake:
    
    Source/WebKit/blackberry:
    
    Implement HTML Date/Time picker, also should delete popup when closing popup.
    
    * WebCoreSupport/ChromeClientBlackBerry.cpp:
    (WebCore::ChromeClientBlackBerry::closePagePopup):
    * WebCoreSupport/DatePickerClient.cpp: Added.
    (WebCore):
    (WebCore::DatePickerClient::DatePickerClient):
    (WebCore::DatePickerClient::~DatePickerClient):
    (WebCore::DatePickerClient::generateHTML):
    (WebCore::DatePickerClient::closePopup):
    (WebCore::DatePickerClient::contentSize):
    (WebCore::DatePickerClient::htmlSource):
    (WebCore::DatePickerClient::setValueAndClosePopup):
    (WebCore::DatePickerClient::didClosePopup):
    (WebCore::DatePickerClient::writeDocument):
    * WebCoreSupport/DatePickerClient.h: Added.
    (WebKit):
    (WebCore):
    (DatePickerClient):
    * WebKitSupport/InputHandler.cpp:
    (BlackBerry::WebKit::InputHandler::openDatePopup):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@122364 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    03efc67e