RESOLVED FIXED 109735
[chromium] No triggering autofill on unfocus
https://bugs.webkit.org/show_bug.cgi?id=109735
Summary [chromium] No triggering autofill on unfocus
David Trainor
Reported 2013-02-13 12:41:46 PST
No triggering autofill on unfocus
Attachments
Patch (2.92 KB, patch)
2013-02-13 12:45 PST, David Trainor
no flags
Patch (6.97 KB, patch)
2013-02-13 15:35 PST, David Trainor
no flags
Patch (6.98 KB, patch)
2013-02-13 17:32 PST, David Trainor
no flags
Patch (6.75 KB, patch)
2013-02-14 13:47 PST, David Trainor
no flags
David Trainor
Comment 1 2013-02-13 12:45:00 PST
David Trainor
Comment 2 2013-02-13 12:56:12 PST
To fix showing the autofill popup when trying to defocus a field and therefore committing the text composition. ptal!
WebKit Review Bot
Comment 3 2013-02-13 13:15:12 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
WebKit Review Bot
Comment 4 2013-02-13 13:15:29 PST
Attachment 188153 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/chromium/ChangeLog', u'Source/WebKit/chromium/public/WebAutofillClient.h', u'Source/WebKit/chromium/src/WebViewImpl.cpp']" exit_code: 1 Source/WebKit/chromium/src/WebViewImpl.cpp:2147: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/chromium/src/WebViewImpl.cpp:2152: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
James Robinson
Comment 5 2013-02-13 13:16:52 PST
Comment on attachment 188153 [details] Patch Where's the test?
David Trainor
Comment 6 2013-02-13 15:35:53 PST
WebKit Review Bot
Comment 7 2013-02-13 16:46:54 PST
Comment on attachment 188198 [details] Patch Attachment 188198 [details] did not pass cr-linux-debug-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16536348
WebKit Review Bot
Comment 8 2013-02-13 16:51:34 PST
Comment on attachment 188198 [details] Patch Attachment 188198 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16581023
David Trainor
Comment 9 2013-02-13 17:32:09 PST
David Trainor
Comment 10 2013-02-14 09:20:50 PST
Okay tests added and style checks fixed.
James Robinson
Comment 11 2013-02-14 10:44:55 PST
Happy to review the API bits once someone familiar with autofill looks at this.
David Trainor
Comment 12 2013-02-14 10:47:12 PST
isherman@ took a look at the corresponding Chromium change that implements these methods. Ilya, do you think you could take a look? If you're not the right person to ask do you know who should review this? Thanks!
Ilya Sherman
Comment 13 2013-02-14 12:03:23 PST
Comment on attachment 188234 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188234&action=review Unofficial r+ for Autofill > Source/WebKit/chromium/src/WebViewImpl.cpp:-2144 > - nit: Unrelated change?
James Robinson
Comment 14 2013-02-14 13:12:01 PST
Comment on attachment 188234 [details] Patch R=me. Please remove the spurious whitespace change before landing
David Trainor
Comment 15 2013-02-14 13:47:09 PST
David Trainor
Comment 16 2013-02-14 13:53:07 PST
Removed whitespace change.
David Trainor
Comment 17 2013-02-14 14:53:27 PST
James sorry can I get one more review? Removed whitespace but needs that review before I can land the patch :(.
WebKit Review Bot
Comment 18 2013-02-14 14:59:10 PST
Comment on attachment 188417 [details] Patch Rejecting attachment 188417 [details] from review queue. isherman@chromium.org does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py. - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights.
James Robinson
Comment 19 2013-02-14 15:04:12 PST
Comment on attachment 188417 [details] Patch Gonna toggle cq bit to make sure it gets picked up
WebKit Review Bot
Comment 20 2013-02-14 15:43:45 PST
Comment on attachment 188417 [details] Patch Clearing flags on attachment: 188417 Committed r142927: <http://trac.webkit.org/changeset/142927>
WebKit Review Bot
Comment 21 2013-02-14 15:43:50 PST
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.