Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Issue 1295963005: Autofill: code cleanup. (Closed)

Created:
5 years, 4 months ago by Lei Zhang
Modified:
5 years, 4 months ago
CC:
chromium-reviews, tim+watch_chromium.org, mlamouri+watch-content_chromium.org, zea+watch_chromium.org, jam, vabr+watchlist_chromium.org, maxbogue+watch_chromium.org, browser-components-watch_chromium.org, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, estade+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, gcasto+watchlist_chromium.org, android-webview-reviews_chromium.org, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Autofill: code cleanup. - Change some AutofillTable methds to return scoped_ptrs. - Remove dead code. - Add/update comments for constants copied to JS. Committed: https://crrev.com/6f0467529c1d941ae4200daf0ad971d28ea7f1d4 Cr-Commit-Position: refs/heads/master@{#344639}

Patch Set 1 #

Total comments: 12

Patch Set 2 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -199 lines) Patch
M android_webview/browser/aw_form_database_service.cc View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.h View 3 chunks +3 lines, -1 line 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_merge_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/personal_data_manager_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table.h View 6 chunks +13 lines, -16 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table.cc View 1 28 chunks +50 lines, -67 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table_unittest.cc View 27 chunks +58 lines, -61 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc View 4 chunks +10 lines, -14 lines 0 comments Download
M components/autofill/core/browser/webdata/web_data_service_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/ios/browser/resources/autofill_controller.js View 2 chunks +3 lines, -3 lines 0 comments Download
M components/webdata/common/web_database_migration_unittest.cc View 1 chunk +1 line, -5 lines 0 comments Download
M components/webdata_services/web_data_service_wrapper.h View 2 chunks +5 lines, -4 lines 0 comments Download
M components/webdata_services/web_data_service_wrapper.cc View 1 chunk +5 lines, -7 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
Lei Zhang
5 years, 4 months ago (2015-08-20 00:51:43 UTC) #2
Evan Stade
https://codereview.chromium.org/1295963005/diff/1/components/autofill/core/browser/webdata/autofill_table.cc File components/autofill/core/browser/webdata/autofill_table.cc (right): https://codereview.chromium.org/1295963005/diff/1/components/autofill/core/browser/webdata/autofill_table.cc#newcode701 components/autofill/core/browser/webdata/autofill_table.cc:701: for (const FormFieldData& data : elements) { nit: s/data/element ...
5 years, 4 months ago (2015-08-20 17:20:41 UTC) #3
Lei Zhang
https://codereview.chromium.org/1295963005/diff/1/components/autofill/core/browser/webdata/autofill_table.cc File components/autofill/core/browser/webdata/autofill_table.cc (right): https://codereview.chromium.org/1295963005/diff/1/components/autofill/core/browser/webdata/autofill_table.cc#newcode701 components/autofill/core/browser/webdata/autofill_table.cc:701: for (const FormFieldData& data : elements) { On 2015/08/20 ...
5 years, 4 months ago (2015-08-20 20:53:54 UTC) #4
Evan Stade
lgtm
5 years, 4 months ago (2015-08-20 20:56:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295963005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295963005/20001
5 years, 4 months ago (2015-08-20 21:22:16 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/90895)
5 years, 4 months ago (2015-08-20 21:37:29 UTC) #9
Lei Zhang
Oh, right, OWNERS... +sgurun for android_webview/ +pkasting for components/webdata/
5 years, 4 months ago (2015-08-20 21:40:03 UTC) #11
Peter Kasting
LGTM
5 years, 4 months ago (2015-08-20 21:42:08 UTC) #12
sgurun-gerrit only
On 2015/08/20 21:42:08, Peter Kasting wrote: > LGTM lgtm
5 years, 4 months ago (2015-08-20 22:02:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295963005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295963005/20001
5 years, 4 months ago (2015-08-20 22:14:28 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 4 months ago (2015-08-21 01:23:55 UTC) #16
commit-bot: I haz the power
5 years, 4 months ago (2015-08-21 01:24:28 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6f0467529c1d941ae4200daf0ad971d28ea7f1d4
Cr-Commit-Position: refs/heads/master@{#344639}

Powered by Google App Engine
This is Rietveld 408576698