Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Issue 214823008: Add transaction detail params to requestAutocomplete(). (Closed)

Created:
6 years, 9 months ago by Evan Stade
Modified:
6 years, 8 months ago
CC:
blink-reviews, jamesr, arv+blink, gavinp+loader_chromium.org, dglazkov+blink, adamk+blink_chromium.org, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add transaction detail params to requestAutocomplete(). Also, remove an unnecessary param from WebAutofillClient::didRequestAutocomplete (the frame is easy to get from the WebFormElement) BUG=354897 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171206

Patch Set 1 #

Patch Set 2 : remove newline #

Total comments: 2

Patch Set 3 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -42 lines) Patch
M Source/core/html/HTMLFormElement.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFormElement.idl View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
A + Source/web/WebAutocompleteParams.cpp View 1 2 1 chunk +10 lines, -18 lines 0 comments Download
M Source/web/web.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + public/web/WebAutocompleteParams.h View 1 2 chunks +15 lines, -11 lines 0 comments Download
M public/web/WebAutofillClient.h View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Evan Stade
6 years, 9 months ago (2014-03-27 19:23:05 UTC) #1
esprehn
lgtm, but abarth@ should comment on the layering of the API. I'm not sure if ...
6 years, 9 months ago (2014-03-27 20:05:23 UTC) #2
abarth-chromium
On 2014/03/27 20:05:23, esprehn wrote: > lgtm, but abarth@ should comment on the layering of ...
6 years, 9 months ago (2014-03-27 21:16:13 UTC) #3
Evan Stade
https://codereview.chromium.org/214823008/diff/20001/Source/web/FrameLoaderClientImpl.cpp File Source/web/FrameLoaderClientImpl.cpp (right): https://codereview.chromium.org/214823008/diff/20001/Source/web/FrameLoaderClientImpl.cpp#newcode761 Source/web/FrameLoaderClientImpl.cpp:761: m_webFrame->viewImpl()->autofillClient()->didRequestAutocomplete(WebFormElement(form), WebAutocompleteParams(details)); The reason I wrapped it here was ...
6 years, 9 months ago (2014-03-27 21:51:51 UTC) #4
abarth-chromium
https://codereview.chromium.org/214823008/diff/20001/Source/web/FrameLoaderClientImpl.cpp File Source/web/FrameLoaderClientImpl.cpp (right): https://codereview.chromium.org/214823008/diff/20001/Source/web/FrameLoaderClientImpl.cpp#newcode761 Source/web/FrameLoaderClientImpl.cpp:761: m_webFrame->viewImpl()->autofillClient()->didRequestAutocomplete(WebFormElement(form), WebAutocompleteParams(details)); On 2014/03/27 21:51:51, Evan Stade wrote: > ...
6 years, 9 months ago (2014-03-27 23:03:52 UTC) #5
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 9 months ago (2014-03-27 23:18:36 UTC) #6
Evan Stade
The CQ bit was unchecked by estade@chromium.org
6 years, 9 months ago (2014-03-27 23:18:49 UTC) #7
Evan Stade
OK, assuming this patch is ok to commit as is then. (Correct me if I've ...
6 years, 9 months ago (2014-03-27 23:19:31 UTC) #8
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 8 months ago (2014-04-07 16:57:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/214823008/20001
6 years, 8 months ago (2014-04-07 16:57:30 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-07 16:57:46 UTC) #11
commit-bot: I haz the power
Failed to apply patch for Source/web/WebAutocompleteParams.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; A Source/web/WebAutocompleteParams.cpp ...
6 years, 8 months ago (2014-04-07 16:57:46 UTC) #12
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 8 months ago (2014-04-07 22:06:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/214823008/40001
6 years, 8 months ago (2014-04-07 22:06:12 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-07 22:20:23 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 8 months ago (2014-04-07 22:20:24 UTC) #16
Evan Stade
Adam can you give an OWNERS review for Source/web/FrameLoaderClientImpl.cpp Source/web/FrameLoaderClientImpl.h Source/web/WebAutocompleteParams.cpp Source/web/web.gypi public/web/WebAutocompleteParams.h public/web/WebAutofillClient.h
6 years, 8 months ago (2014-04-08 21:34:47 UTC) #17
abarth-chromium
public/web, Source/web LGTM
6 years, 8 months ago (2014-04-08 23:40:12 UTC) #18
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 8 months ago (2014-04-10 00:36:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/214823008/40001
6 years, 8 months ago (2014-04-10 00:36:09 UTC) #20
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 00:46:57 UTC) #21
Message was sent while issue was closed.
Change committed as 171206

Powered by Google App Engine
This is Rietveld 408576698