RESOLVED FIXED 88071
[BlackBerry] Add end editing handling into AutofillManager
https://bugs.webkit.org/show_bug.cgi?id=88071
Summary [BlackBerry] Add end editing handling into AutofillManager
Jonathan Dong
Reported 2012-06-01 03:28:32 PDT
RIM PR: 106857 When user stops editing the input text field, we should notify AutofillManager to notify webpage to cancel the autofill dialog in browser. So we need to add the sccociated handling functions into AutofillManager, WebPagePrivate and WebPageClient.
Attachments
Patch (5.74 KB, patch)
2012-06-01 03:44 PDT, Jonathan Dong
no flags
Patch (5.77 KB, patch)
2012-06-01 07:21 PDT, Jonathan Dong
no flags
Jonathan Dong
Comment 1 2012-06-01 03:44:40 PDT
Rob Buis
Comment 2 2012-06-01 04:13:30 PDT
Comment on attachment 145261 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=145261&action=review Looks good. > Source/WebKit/blackberry/WebCoreSupport/AutofillManager.h:44 > + void didEndEditing(HTMLInputElement*); Since other methods use TextField in the name, and we call it from EditorClientBlackBerry::textFieldDidEndEditing, you should probably add TextField in this function too.
Jonathan Dong
Comment 3 2012-06-01 07:21:28 PDT
WebKit Review Bot
Comment 4 2012-06-01 09:00:35 PDT
Comment on attachment 145303 [details] Patch Clearing flags on attachment: 145303 Committed r119239: <http://trac.webkit.org/changeset/119239>
WebKit Review Bot
Comment 5 2012-06-01 09:00:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.