[webkit-reviews] review granted: [Bug 85577] [BlackBerry] Autofill feature implementation for BlackBerry porting : [Attachment 140923] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 9 09:07:27 PDT 2012
Rob Buis <rwlbuis at gmail.com> has granted Jonathan Dong
<jonathan.dong at torchmobile.com.cn>'s request for review:
Bug 85577: [BlackBerry] Autofill feature implementation for BlackBerry porting
https://bugs.webkit.org/show_bug.cgi?id=85577
Attachment 140923: Patch
https://bugs.webkit.org/attachment.cgi?id=140923&action=review
------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=140923&action=review
Looks good, please fix the issues before landing.
> Source/WebKit/blackberry/Api/WebPage.cpp:2136
> + textItems.push_back(candidates[i].utf8().data());
It would be great if we would not have to do the WTF::Vector to vector
conversion but I guess that might be hard...
> Source/WebKit/blackberry/Api/WebPage_p.h:193
> + void notifyPopupAutofillDialog(const WTF::Vector<WTF::String>&, const
WebCore::IntRect&);
I don't think you need the WTF:: prefixes here.
> Source/WebKit/blackberry/WebCoreSupport/EditorClientBlackBerry.h:114
> +
No need for this empty line.
> Source/WebKit/blackberry/WebCoreSupport/FrameLoaderClientBlackBerry.cpp:724
> +credentialManager().saveCredentialIfConfirmed(m_webPagePrivate,
CredentialTransformData(prpFormState->form()));
Indent properly.
More information about the webkit-reviews
mailing list