RESOLVED FIXED 40397
[Chromium] Add the ability to specify a separator in AutoFillPopupMenuChromium
https://bugs.webkit.org/show_bug.cgi?id=40397
Summary [Chromium] Add the ability to specify a separator in AutoFillPopupMenuChromium
James Hawkins
Reported 2010-06-09 17:53:46 PDT
Will upload patch .
Attachments
Patch (10.68 KB, patch)
2010-06-09 17:57 PDT, James Hawkins
no flags
Patch (11.05 KB, patch)
2010-06-10 10:52 PDT, James Hawkins
fishd: review+
James Hawkins
Comment 1 2010-06-09 17:57:27 PDT
Darin Fisher (:fishd, Google)
Comment 2 2010-06-09 22:25:35 PDT
Comment on attachment 58316 [details] Patch WebKit/chromium/public/WebViewClient.h:295 + virtual void didAcceptAutoFillSuggestion(const WebNode&, perhaps you should keep the old form of this method around and make the default implementation of this method call that one? that way you won't require a two-sided patch landing to avoid regressing chrome? WebKit/chromium/src/AutoFillPopupMenuClient.cpp:63 + return suggestion; nit: indent by 4 spaces looks ok otherwise.
James Hawkins
Comment 3 2010-06-10 10:52:23 PDT
James Hawkins
Comment 4 2010-06-10 10:53:36 PDT
(In reply to comment #2) > (From update of attachment 58316 [details]) > WebKit/chromium/public/WebViewClient.h:295 > + virtual void didAcceptAutoFillSuggestion(const WebNode&, > perhaps you should keep the old form of this method around and make > the default implementation of this method call that one? that way > you won't require a two-sided patch landing to avoid regressing chrome? > I'll commit the chromium side first, which adds the new method and deprecates the old, obviating the need for the old method in the API. > WebKit/chromium/src/AutoFillPopupMenuClient.cpp:63 > + return suggestion; > nit: indent by 4 spaces > Done.
James Hawkins
Comment 5 2010-06-10 17:51:48 PDT
WebKit Review Bot
Comment 6 2010-06-10 18:10:43 PDT
http://trac.webkit.org/changeset/60985 might have broken Chromium Mac Release The following changes are on the blame list: http://trac.webkit.org/changeset/60984 http://trac.webkit.org/changeset/60985
Note You need to log in before you can comment on or make changes to this bug.