Skip to content
  • commit-queue@webkit.org's avatar
    [BlackBerry] Add end editing handling into AutofillManager · aac7f509
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=88071
    
    Patch by Jonathan Dong <jonathan.dong@torchmobile.com.cn> on 2012-06-01
    Reviewed by Rob Buis.
    
    RIM PR: 160857
    Implemented EditorClientBlackBerry::textFieldDidEndEditing
    to notify AutofillManager to send the dismissing autofill
    dialog notification to webpage client.
    
    No new tests since there is no behavior changes.
    
    * Api/WebPage.cpp:
    (BlackBerry::WebKit::WebPagePrivate::notifyDismissAutofillDialog):
    (WebKit):
    * Api/WebPageClient.h:
    * Api/WebPage_p.h:
    (WebPagePrivate):
    * WebCoreSupport/AutofillManager.cpp:
    (WebCore::AutofillManager::textFieldDidEndEditing):
    (WebCore):
    * WebCoreSupport/AutofillManager.h:
    (AutofillManager):
    * WebCoreSupport/EditorClientBlackBerry.cpp:
    (WebCore::EditorClientBlackBerry::textFieldDidEndEditing):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@119239 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    aac7f509