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

Issue 1220713005: Rename avatar_url to icon_url in PasswordForm. (Closed)

Created:
5 years, 5 months ago by msramek
Modified:
5 years, 5 months ago
CC:
browser-components-watch_chromium.org, chromium-reviews, estade+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, rouslan+autofillwatch_chromium.org, tfarina, vabr+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@rename2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename avatar_url to icon_url in PasswordForm. As specified in https://w3c.github.io/webappsec/specs/credentialmanagement/#credential Do not rename it in the password store backends and sync yet: - native_backend_gnome_x: string_attr_map["avatar_url"] - native_backend_kwallet_x: {no names, just order} - native_backend_libsecret: secret_password_store_sync(..., "avatar_url", ...) - login_database: "CREATE TABLE ... avatar_url ..." - password_syncable_service: password_specifics->set_avatar_url(...) These changes will be done in follow-up CLs. BASE=1209953002 BUG=505445 Committed: https://crrev.com/5a74892971ce9c5577c55608fbf3a73ce308768e Cr-Commit-Position: refs/heads/master@{#340096}

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : More missing occurrences. #

Patch Set 4 : #

Patch Set 5 : iOS #

Patch Set 6 : iOS unittests #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : kTestingAvatarUrlSpec #

Patch Set 10 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -69 lines) Patch
M chrome/browser/password_manager/native_backend_gnome_x.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/infobars/account_chooser_infobar.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/credential_item_view.mm View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller_unittest.mm View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/passwords/credentials_item_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +10 lines, -10 lines 0 comments Download
M components/autofill/core/common/password_form.h View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -5 lines 0 comments Download
M components/autofill/core/common/password_form.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/login_database_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/password_manager_test_utils.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager_test_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_syncable_service.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_syncable_service_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/core/common/credential_manager_types.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/common/credential_manager_types_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
msramek
Hi Mike and Václav, after renaming avatar to icon in the credential manager (not landed ...
5 years, 5 months ago (2015-06-29 16:56:11 UTC) #2
Mike West
LGTM.
5 years, 5 months ago (2015-06-30 06:17:32 UTC) #3
vabr (Chromium)
components/autofill/core/common/password_form.* LGTM
5 years, 5 months ago (2015-06-30 12:52:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220713005/20001
5 years, 5 months ago (2015-06-30 14:59:29 UTC) #9
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-06-30 15:08:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220713005/20001
5 years, 5 months ago (2015-06-30 15:11:10 UTC) #13
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-06-30 15:13:52 UTC) #15
msramek
Added some missing occurrences. I need to compile these things with the target "all"...
5 years, 5 months ago (2015-07-01 10:07:02 UTC) #16
vabr (Chromium)
Still LGTM. Vaclav
5 years, 5 months ago (2015-07-01 11:48:24 UTC) #17
msramek
+yfriedman@ PTAL for ui/android +rohitrao@ PTAL for ui/cocoa
5 years, 5 months ago (2015-07-02 19:46:43 UTC) #19
rohitrao (ping after 24h)
Cocoa LGTM
5 years, 5 months ago (2015-07-09 11:56:03 UTC) #20
msramek
Yaron, friendly ping :)
5 years, 5 months ago (2015-07-17 12:52:47 UTC) #21
Yaron
On 2015/07/17 12:52:47, msramek wrote: > Yaron, friendly ping :) lgtm sorry about that - ...
5 years, 5 months ago (2015-07-17 14:20:24 UTC) #22
msramek
No worries :) I rebased this to a fresh checkout and am going to land.
5 years, 5 months ago (2015-07-22 13:45:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220713005/180001
5 years, 5 months ago (2015-07-22 13:45:49 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/81223)
5 years, 5 months ago (2015-07-22 15:16:48 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220713005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1220713005/180001
5 years, 5 months ago (2015-07-23 13:50:59 UTC) #30
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 5 months ago (2015-07-23 15:05:15 UTC) #31
commit-bot: I haz the power
5 years, 5 months ago (2015-07-23 15:05:53 UTC) #32
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/5a74892971ce9c5577c55608fbf3a73ce308768e
Cr-Commit-Position: refs/heads/master@{#340096}

Powered by Google App Engine
This is Rietveld 408576698