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

Issue 1006793002: Add new method xhrSucceeded() to WebAutofillClient. (Closed)

Created:
5 years, 9 months ago by Garrett Casto
Modified:
5 years, 9 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, dvadym, eae+blinkwatch, rwlbuis, sof, tyoshino+watch_chromium.org, vabr (Chromium)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add new method xhrSucceeded() to WebAutofillClient. Expose when an XHR request has successfully completed to the embedder. This can be a useful signal for autofill or password management to determine if a form submit occurred without navigation. BUG=464891 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192050

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 4

Patch Set 3 : Comments #

Total comments: 5

Patch Set 4 : Comments #

Patch Set 5 : Test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M Source/core/page/ChromeClient.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M Source/web/ChromeClientImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M public/web/WebAutofillClient.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
Garrett Casto
kouhei@: XMLHTTPRequest changes. One thing that I believe is true that I want to verify ...
5 years, 9 months ago (2015-03-13 06:40:21 UTC) #2
kouhei (in TOK)
This is a "big hammer" solution to the problem, so I'd prefer other way if ...
5 years, 9 months ago (2015-03-13 07:22:33 UTC) #4
Garrett Casto
There are two other options that I'm exploring, but they seem less likely to pan ...
5 years, 9 months ago (2015-03-13 18:37:07 UTC) #5
Garrett Casto
After further consideration, I'm pretty sure that this is the best approach at the moment. ...
5 years, 9 months ago (2015-03-16 07:42:50 UTC) #6
kouhei (in TOK)
On 2015/03/16 07:42:50, Garrett Casto wrote: > After further consideration, I'm pretty sure that this ...
5 years, 9 months ago (2015-03-16 07:48:14 UTC) #7
Garrett Casto
Apologies, uploaded.
5 years, 9 months ago (2015-03-16 07:57:18 UTC) #8
Mike West
On 2015/03/16 at 07:57:18, gcasto wrote: > Apologies, uploaded. Sorry, I missed this last week. ...
5 years, 9 months ago (2015-03-16 08:07:33 UTC) #9
tyoshino (SeeGerritForStatus)
> Got it. I'm ok with the change if tyoshino-san does't have any other suggestion ...
5 years, 9 months ago (2015-03-16 08:59:19 UTC) #10
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/1006793002/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp File Source/core/xmlhttprequest/XMLHttpRequest.cpp (right): https://codereview.chromium.org/1006793002/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp#newcode672 Source/core/xmlhttprequest/XMLHttpRequest.cpp:672: return; move also this to L1581?
5 years, 9 months ago (2015-03-16 08:59:28 UTC) #11
Mike West
Er. I said % comments, and then didn't submit them. Sorry! Same thing that tyoshino-san ...
5 years, 9 months ago (2015-03-16 09:02:44 UTC) #12
kouhei (in TOK)
lgtm % comments by tyoshino/mkwst
5 years, 9 months ago (2015-03-16 10:08:43 UTC) #13
Garrett Casto
Sorry for the bad upload. Probably shouldn't be working at 1 in the morning. mkwst@: ...
5 years, 9 months ago (2015-03-16 17:31:55 UTC) #14
Mike West
public/ LGTM.
5 years, 9 months ago (2015-03-16 18:56:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006793002/60001
5 years, 9 months ago (2015-03-17 18:08:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006793002/80001
5 years, 9 months ago (2015-03-17 21:36:01 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192050
5 years, 9 months ago (2015-03-18 00:56:40 UTC) #22
tyoshino (SeeGerritForStatus)
5 years, 9 months ago (2015-03-18 02:27:27 UTC) #23
Message was sent while issue was closed.
lgtm

Thanks > Chromium side patch

Powered by Google App Engine
This is Rietveld 408576698