[Webkit-unassigned] [Bug 85577] New: [BlackBerry] Autofill feature implementation for BlackBerry porting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 21:19:06 PDT 2012


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

           Summary: [BlackBerry] Autofill feature implementation for
                    BlackBerry porting
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonathan.dong at torchmobile.com.cn
                CC: rwlbuis at gmail.com, staikos at kde.org,
                    charles.wei at torchmobile.com.cn, tonikitoo at webkit.org,
                    leo.yang at torchmobile.com.cn, mstaikos at rim.com


RIM PR: 136405

The form auto fill feature by my current implementation is pretty much like the behavior of desktop browsers, when user submits a form, the name attribute and the value of text input fields(exclude password) will be stored in the autofill database as a name-value pair. Next time when the user fills any form on any site, the browser will search the db to find out if there's any matched name-value pair to fill the current editing input text field. We will find all the values which has the same name attribute and starts with the character that user has input, and pops up a context dialog to notify user those candidates used by him. If user chooses one from the context dialog, the value will fill the current input text field.

his PR is about the implementation of autofill feature in webkit side.

-- 
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