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

Issue 1907813002: Make the URLs in the password exceptions list clickable. (Closed)

Created:
4 years, 8 months ago by hcarmona
Modified:
4 years, 8 months ago
Reviewers:
stevenjb, Devlin
CC:
chromium-reviews, extensions-reviews_chromium.org, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@remove-implicit-update.gitbr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make the URLs in the password exceptions list clickable. Required updating the passwords private API to return the link URL. No UI change. Links behave the same as the saved password URL links by underlining only on hover. BUG=595538 Committed: https://crrev.com/f01343295501f5113c8b5a97d9008a9a95aa894a Cr-Commit-Position: refs/heads/master@{#389533}

Patch Set 1 : #

Total comments: 12

Patch Set 2 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -49 lines) Patch
M chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc View 1 4 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_event_router.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/passwords_private.idl View 1 4 chunks +11 lines, -3 lines 0 comments Download
M chrome/test/data/extensions/api_test/passwords_private/test.js View 1 3 chunks +18 lines, -1 line 0 comments Download
M chrome/test/data/webui/settings/settings_passwords_section_browsertest.js View 1 11 chunks +60 lines, -25 lines 0 comments Download
M third_party/closure_compiler/externs/passwords_private.js View 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
hcarmona
PTAL, extending the API to get click-able URLs.
4 years, 8 months ago (2016-04-22 01:46:23 UTC) #5
Devlin
Do you need me to look at anything other than the idl? If not, lg ...
4 years, 8 months ago (2016-04-22 15:21:09 UTC) #6
stevenjb
https://codereview.chromium.org/1907813002/diff/30001/chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc File chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc (right): https://codereview.chromium.org/1907813002/diff/30001/chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc#newcode52 chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc:52: exception.link_url = ss.str(); nit: we should probably test with ...
4 years, 8 months ago (2016-04-22 16:11:20 UTC) #7
hcarmona
https://codereview.chromium.org/1907813002/diff/30001/chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc File chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc (right): https://codereview.chromium.org/1907813002/diff/30001/chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc#newcode52 chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc:52: exception.link_url = ss.str(); On 2016/04/22 16:11:20, stevenjb wrote: > ...
4 years, 8 months ago (2016-04-23 01:46:08 UTC) #8
stevenjb
lgtm
4 years, 8 months ago (2016-04-25 16:22:18 UTC) #9
Devlin
idl lgtm
4 years, 8 months ago (2016-04-25 16:25:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1907813002/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1907813002/50001
4 years, 8 months ago (2016-04-25 18:17:59 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:50001)
4 years, 8 months ago (2016-04-25 19:22:58 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 19:24:38 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f01343295501f5113c8b5a97d9008a9a95aa894a
Cr-Commit-Position: refs/heads/master@{#389533}

Powered by Google App Engine
This is Rietveld 408576698