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

Issue 1377923002: [Autofill] Only query for newly parsed forms (Closed)

Created:
5 years, 2 months ago by Mathieu
Modified:
5 years, 2 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, rouslan+autofill_chromium.org, bondd+autofillwatch_chromium.org, jdonnelly+autofillwatch_chromium.org, browser-components-watch_chromium.org, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Only query for newly parsed forms This changes from querying everything that has been seen so far on the page to only the new set of forms. BUG=536165 TEST=AutofillManagerTest Committed: https://crrev.com/1365274bd6e79d1732bda875a0a43f1aef3c472d Cr-Commit-Position: refs/heads/master@{#351668}

Patch Set 1 #

Total comments: 1

Patch Set 2 : clean #

Total comments: 4

Patch Set 3 : addressed comments #

Patch Set 4 : rebase #

Patch Set 5 : minus c++11 #

Patch Set 6 : fix text output #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -22 lines) Patch
M chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out View 1 2 3 4 5 2 chunks +6 lines, -6 lines 0 comments Download
M components/autofill/core/browser/autofill_download_manager.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 2 chunks +12 lines, -9 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 5 chunks +70 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
Mathieu
Hi Evan, Please have a look! https://codereview.chromium.org/1377923002/diff/1/components/autofill/core/browser/autofill_manager.h File components/autofill/core/browser/autofill_manager.h (right): https://codereview.chromium.org/1377923002/diff/1/components/autofill/core/browser/autofill_manager.h#newcode242 components/autofill/core/browser/autofill_manager.h:242: void set_download_manager(AutofillDownloadManager* manager) ...
5 years, 2 months ago (2015-09-29 18:35:18 UTC) #2
Evan Stade
https://codereview.chromium.org/1377923002/diff/20001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1377923002/diff/20001/components/autofill/core/browser/autofill_manager.cc#newcode1415 components/autofill/core/browser/autofill_manager.cc:1415: FormStructure* structure = form_structure.release(); This ownership model is super ...
5 years, 2 months ago (2015-09-29 22:06:45 UTC) #3
Mathieu
Thanks, have a look! https://codereview.chromium.org/1377923002/diff/20001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1377923002/diff/20001/components/autofill/core/browser/autofill_manager.cc#newcode1415 components/autofill/core/browser/autofill_manager.cc:1415: FormStructure* structure = form_structure.release(); On ...
5 years, 2 months ago (2015-09-30 13:09:54 UTC) #4
Evan Stade
thanks lgtm
5 years, 2 months ago (2015-09-30 17:19:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377923002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377923002/40001
5 years, 2 months ago (2015-09-30 17:21:22 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/89598)
5 years, 2 months ago (2015-09-30 17:30:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377923002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377923002/60001
5 years, 2 months ago (2015-09-30 18:04:23 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/104388) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-09-30 18:26:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377923002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377923002/80001
5 years, 2 months ago (2015-09-30 19:14:18 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/114524)
5 years, 2 months ago (2015-09-30 19:59:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377923002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377923002/100001
5 years, 2 months ago (2015-09-30 21:22:24 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/47732)
5 years, 2 months ago (2015-09-30 21:30:03 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377923002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377923002/100001
5 years, 2 months ago (2015-09-30 21:41:57 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-09-30 22:50:00 UTC) #27
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 22:51:46 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1365274bd6e79d1732bda875a0a43f1aef3c472d
Cr-Commit-Position: refs/heads/master@{#351668}

Powered by Google App Engine
This is Rietveld 408576698